首页 / 浏览问题 / 云GIS / 问题详情
超图FAQ:【iManager】Keycloak服务报错“io.undertow.util.ParameterLimitException: UT000047: The number of parameters exceeded the maximum of 1000”,如何解决?
64,468EXP 2023年04月11日
【iManager】Keycloak服务报错“io.undertow.util.ParameterLimitException: UT000047: The number of parameters exceeded the maximum of 1000”,如何解决?

1个回答

【问题原因】此错误是因为您的服务实例数量过多,导致向Keycloak提交请求的表单字段超过默认最大限制1000,需提高字段上限。 【解决办法】 (1)登录Kubernetes管理页面; (2)在您的GIS云套件命名空间中点击部署,找到keycloak; (3)对keycloak进行编辑(打开右侧操作,点击查看/编辑 YAML); (4)在spec->template->spec->containers->env中添加环境变量UNDERTOW_MAX_PARAMETERS,设置值大于报错中的限制值,例如: { "name": "UNDERTOW_MAX_PARAMETERS", "value": "1500" }
64,468EXP 2023年04月11日
热门文章
关注我们
...