didi / KnowStreaming

一站式云原生实时流数据平台,通过0侵入、插件化构建企业级Kafka服务,极大降低操作、存储和管理实时流数据门槛
https://knowstreaming.com
GNU Affero General Public License v3.0
6.94k stars 1.28k forks source link

helm 安装km无法启动 #490

Closed fengqi2010 closed 2 years ago

fengqi2010 commented 2 years ago

分支:master 报错日志 报错日志km-d58495f67-dkdzg.log 从报错来看是authUserRegistration这个属性注入失败 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'singleSignOn': Unsatisfied dependency expressed through field 'authUserRegistration'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value []

ZQKC commented 2 years ago

分支:master 报错日志 报错日志km-d58495f67-dkdzg.log 从报错来看是authUserRegistration这个属性注入失败 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'singleSignOn': Unsatisfied dependency expressed through field 'authUserRegistration'; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'boolean'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value []

使用的LogiKM的版本是?我检查了一下最新的版本,这个配置看着应该没有问题,不过一些较低版本该配置确实存在问题

ZQKC commented 2 years ago

无更多反馈,关闭该issue