首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >wso2 api管理器dashborad未映射的异常feign.RetryableException:无法重试由于重定向,在流模式下执行

wso2 api管理器dashborad未映射的异常feign.RetryableException:无法重试由于重定向,在流模式下执行
EN

Stack Overflow用户
提问于 2021-09-15 09:29:01
回答 1查看 58关注 0票数 0

在wso2 api管理器3.2.0中,当我运行仪表板时,会得到以下异常:

代码语言:javascript
复制
WARN {org.wso2.msf4j.internal.MSF4JHttpConnectorListener} - Unmapped exception feign.RetryableException: cannot retry due to redirection, in streaming mode executing POST https://ip address:9443/client-registration/v0.16/register

仪表板配置文件:

代码语言:javascript
复制
## Authentication configuration
auth.configs:
  type: apim
  ssoEnabled: true
  properties:
    adminScope: apim_analytics:admin_carbon.super
    allScopes: apim_analytics:admin apim_analytics:product_manager apim_analytics:api_developer apim_analytics:app_developer apim_analytics:devops_engineer apim_analytics:analytics_viewer apim_analytics:everyone openid apim:api_view apim:subscribe
    adminUsername: admin
    adminPassword: admin
    kmDcrUrl: https://172.25.129.66:9443/client-registration/v0.16/register
    kmTokenUrlForRedirection: https://172.25.129.66:9443/oauth2
    kmTokenUrl: https://172.25.129.66:9443/oauth2
    kmUsername: admin
    kmPassword: admin
    portalAppContext: analytics-dashboard
    businessRulesAppContext : business-rules
    cacheTimeout: 30
    baseUrl: https://172.25.129.69:9643
    grantType: authorization_code
    publisherUrl: https://172.25.129.66:9443
    devPortalUrl: https://172.25.129.66:9443
    externalLogoutUrl: https://172.25.129.66:9443/oidc/logout
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-09-16 02:50:33

kmDcrUrl应该是

代码语言:javascript
复制
https://172.25.129.66:9443/client-registration/v0.17/register

在API-M3.2.0中,DCR端点版本是v0.17。在您提供的配置中,版本是v0.16

步骤4.2 -第4点中可以看到API-M3.2.0的仪表板配置

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69190444

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档