-
Choerodon平台版本:0.20
-
运行环境(如localhost或k8s):k8s
-
遇到问题时的前置条件:
-
问题描述:
在本地测试时,使用openfeign调用其他系统的接口,可以调通,且返回正确数据,
-
修改的数据:
{ "name":"localhost", "secret":"secret", "authorizedGrantTypes":"implicit,client_credentials,authorization_code,refresh_token", "accessTokenValidity":60, "refreshTokenValidity":60, "webServerRedirectUri":"http://localhost:9111", "objectVersionNumber":1, "organizationId":"1" }
-
报错信息(请尽量使用代码块的形式展现):
Network:error: "Internal Server Error" exception: "java.lang.NullPointerException" message: "Request processing failed; nested exception is java.lang.NullPointException" path: "/v1/organizations/1/clients/9" status: 500 timestamp: "2018-05-31 15:31:22"
-
原因分析:
提出您分析问题的过程,以便我们能更准确的找到问题所在
-
疑问:
提出您对于遇到和解决该问题时的疑问