DAMP7.1GA 独立方式安装,DAM服务启动报错:
00:52:14.198 [main] DEBUG com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor - Application Event Raised: ApplicationFailedEvent
00:52:14.204 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
org.springframework.core.convert.ConversionFailedException: Failed to convert from type [java.lang.String] to type [boolean] for value 'falses'; nested exception is java.lang.IllegalArgumentException: Invalid boolean value 'falses'
at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47)
at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191)
at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:174)
at org.springframework.core.env.AbstractPropertyResolver.convertValueIfNecessary(AbstractPropertyResolver.java:263)
at org.springframework.core.env.PropertySourcesPropertyResolver.getProperty(PropertySourcesPropertyResolver.java:91)
at org.springframework.core.env.PropertySourcesPropertyResolver.getProperty(PropertySourcesPropertyResolver.java:68)
at org.springframework.core.env.AbstractPropertyResolver.getProperty(AbstractPropertyResolver.java:176)
at org.springframework.core.env.AbstractEnvironment.getProperty(AbstractEnvironment.java:555)
at com.primeton.eos.dap.sdk.nacos.autoconfig.SDKNacosConfigApplicationContextInitializer.isConfigEnabled(SDKNacosConfigApplicationContextInitializer.java:57)
at com.primeton.eos.dap.sdk.nacos.autoconfig.SDKNacosConfigApplicationContextInitializer.postProcessEnvironment(SDKNacosConfigApplicationContextInitializer.java:81)
at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:177)
......
Caused by: java.lang.IllegalArgumentException: Invalid boolean value 'falses'
at org.springframework.core.convert.support.StringToBooleanConverter.convert(StringToBooleanConverter.java:63)
at org.springframework.core.convert.support.StringToBooleanConverter.convert(StringToBooleanConverter.java:31)
at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385)
at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41)
... 42 common frames omitted
server\dam\config\bootstrap.properties里的spring.cloud.nacos.config.enabled=falses配置错误,把falses改成false,重新启动,dam没有报上述错误。