Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans

7 篇文章 0 订阅
2 篇文章 0 订阅

项目启动nacos和eureka注册导致的问题

报错信息

In Spring Environment 'class org.springframework.core.env.StandardEnvironment': 'spring.cloud.nacos.config.enabled' is true, but property '[spring.cloud.nacos.config.server-addr, eos.application.sys-code, spring.application.name]' has empty value '[192.168.2.103:8848, null, null]'
2022-04-06 20:03:36.039  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2022-04-06 20:03:36.117  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-04-06 20:03:36.121  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS8DefaultPropertySource [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.121  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource bootstrap [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.121  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.121  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.122  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-04-06 20:03:36.122  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.123  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/bootstrap.properties] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.123  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS_SDK_CORE_DEFAULT_PROPERTY_SOURCE [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.123  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource defaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:36.177  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-04-06 20:03:36.186  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2022-04-06 20:03:36.188  INFO [,,default,DESKTOP-DQ0TKIJ,,,,] 61744 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
Init nacos config propertysource, nacosCfgProps:'NacosConfigProperties{serverAddr='192.168.2.103:8848', encode='null', group='DEFAULT_GROUP', prefix='null', fileExtension='properties', timeout=3000, maxRetry='null', configLongPollTimeout='null', configRetryTime='null', enableRemoteSyncConfig=false, endpoint='null', namespace='null', accessKey='null', secretKey='null', contextPath='null', clusterName='null', name='null'', shares=null, extensions=null, refreshEnabled=true}', propertySources:'lzq-DAS.default.license,sys_001; lzq-DAS.default.eos,sys_001; SYS.sys_001.eos,sys_001', cacheDir:'D:\Dev_projects\das\das\com.primeton.das.boot\target\lzq-DAS\work_temp\nacos'
2022-04-06 20:03:38.731  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.a.n.client.config.impl.ClientWorker    : [fixed-192.168.2.103_8848] [subscribe] lzq-DAS.default.eos+sys_001
2022-04-06 20:03:38.734  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.a.nacos.client.config.impl.CacheData   : [fixed-192.168.2.103_8848] [add-listener] ok, tenant=, dataId=lzq-DAS.default.eos, group=sys_001, cnt=1
2022-04-06 20:03:38.734  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.d.s.l.c.SDKLoggingConfigClient     : Register config listener for group: eos.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.7.RELEASE)

2022-04-06 20:03:38.822  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[lzq-DAS] & group[DEFAULT_GROUP]
2022-04-06 20:03:38.830  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.a.c.n.c.NacosPropertySourceBuilder     : Ignore the empty nacos configuration and get it based on dataId[lzq-DAS.properties] & group[DEFAULT_GROUP]
2022-04-06 20:03:38.832  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-lzq-DAS.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-lzq-DAS,DEFAULT_GROUP'}]
2022-04-06 20:03:38.926  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] EnableEncryptablePropertiesConfiguration : Bootstraping jasypt-string-boot auto configuration in context: application-1
2022-04-06 20:03:38.927  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] com.primeton.das.Application             : No active profile set, falling back to default profiles: default
2022-04-06 20:03:41.527  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
2022-04-06 20:03:41.534  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
2022-04-06 20:03:42.164  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2022-04-06 20:03:42.167  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2022-04-06 20:03:42.796  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 612ms. Found 0 repository interfaces.
2022-04-06 20:03:42.907  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
2022-04-06 20:03:43.001  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.boot.actuate.endpoint.EndpointId     : Endpoint ID 'hystrix.stream' contains invalid characters, please migrate to a valid format.
2022-04-06 20:03:43.356  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=94cfe8ff-6e5a-3457-910d-cd5d8e635e79
2022-04-06 20:03:43.375  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] ptablePropertiesBeanFactoryPostProcessor : Post-processing PropertySource instances
2022-04-06 20:03:43.394  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource bootstrapProperties-lzq-DAS.properties,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-04-06 20:03:43.394  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource bootstrapProperties-lzq-DAS,DEFAULT_GROUP [org.springframework.cloud.bootstrap.config.BootstrapPropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS_SDK_NACOS [org.springframework.core.env.CompositePropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS8DefaultPropertySource [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.395  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-04-06 20:03:43.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource applicationConfig: [classpath:/application.properties] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS_SDK_CORE_MERGE_BOOTSTRAP_PROPERTY_SOURCE [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource EOS_SDK_CORE_DEFAULT_PROPERTY_SOURCE [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.EncryptablePropertySourceConverter : Converting PropertySource defaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-04-06 20:03:43.451  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.filter.DefaultLazyPropertyFilter   : Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-04-06 20:03:43.850  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$c0b510da] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.891  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.primeton.eos.springboot.autoconfig.EOS8SpringBeansConfiguration' of type [com.primeton.eos.springboot.autoconfig.EOS8SpringBeansConfiguration$$EnhancerBySpringCGLIB$$78f33e8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.909  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'DefaultDataSource' of type [com.eos.spring.DASDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.942  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.962  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.968  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'DefaultTransactionManager' of type [com.primeton.spring.DASTransactionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.977  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'DefaultNamingTransactionAttribute' of type [org.springframework.transaction.interceptor.CompositeTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.981  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'EOSDefaultTransactionInterceptor' of type [org.springframework.transaction.interceptor.TransactionInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.982  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'EOSDefaultTransactionAdvisor' of type [org.springframework.aop.support.DefaultPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:43.983  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.d.s.c.a.SDKCoreAutoConfiguration   : Create com.primeton.eos.dap.sdk.core.resttemplate.SDKRestTemplateInterceptorPostProcessor@12115c28
2022-04-06 20:03:43.992  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.d.s.c.a.SDKCoreAutoConfiguration   : Create com.primeton.eos.dap.sdk.core.feign.SDKFeignClientInterceptorPostProcessor@29becf8b
2022-04-06 20:03:43.998  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.d.s.t.a.SDKTraceAutoConfiguration  : Create com.primeton.eos.dap.sdk.tracing.autoconfig.SDKPropagationFactoryPostProcessor@421c057a
2022-04-06 20:03:44.001  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.primeton.eos.dap.sdk.tracing.autoconfig.SDKTraceAutoConfiguration' of type [com.primeton.eos.dap.sdk.tracing.autoconfig.SDKTraceAutoConfiguration$$EnhancerBySpringCGLIB$$9ba295eb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.008  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.d.s.t.a.SDKTraceAutoConfiguration  : Create com.primeton.eos.dap.sdk.tracing.autoconfig.SDKTraceProperties@70313b0b
2022-04-06 20:03:44.011  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'sdkTraceProperties' of type [com.primeton.eos.dap.sdk.tracing.autoconfig.SDKTraceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.017  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .w.a.SDKWebClientRibbonAutoConfiguration : Create SDKLBClientBeanPostProcessor: com.primeton.eos.dap.sdk.webclient.autoconfig.SDKWebClientRibbonAutoConfiguration$1@76e4df53
2022-04-06 20:03:44.041  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .e.d.s.w.a.SDKWebClientAutoConfiguration : Create com.primeton.eos.dap.sdk.webclient.ribbon.SDKRibbonSpecificationPostProcessor@3021e31
2022-04-06 20:03:44.044  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] .e.d.s.w.a.SDKWebClientAutoConfiguration : Create com.primeton.eos.dap.sdk.webclient.feign.SDKFeignClientSpecificationPostProcessor@5b166420
2022-04-06 20:03:44.050  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.primeton.eos.eosservice.swagger.EOSServiceDocumentationConfiguration' of type [com.primeton.eos.eosservice.swagger.EOSServiceDocumentationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.061  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'springfox.documentation.schema.configuration.ModelsConfiguration' of type [springfox.documentation.schema.configuration.ModelsConfiguration$$EnhancerBySpringCGLIB$$5d768326] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.068  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'typeResolver' of type [com.fasterxml.classmate.TypeResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.091  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'accessorsProvider' of type [springfox.documentation.schema.property.bean.AccessorsProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.098  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'fieldProvider' of type [springfox.documentation.schema.property.field.FieldProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.106  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'factoryMethodProvider' of type [springfox.documentation.schema.property.FactoryMethodProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.114  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapperBeanPropertyNamingStrategy' of type [springfox.documentation.schema.property.ObjectMapperBeanPropertyNamingStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.169  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'modelPropertyBuilderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.176  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'modelPropertyBuilderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.190  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'modelBuilderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.190  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'modelBuilderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.194  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'syntheticModelProviderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.194  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'syntheticModelProviderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.195  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'schemaPluginsManager' of type [springfox.documentation.schema.plugins.SchemaPluginsManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.206  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'typeNameProviderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.207  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'typeNameProviderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.210  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonEnumTypeDeterminer' of type [springfox.documentation.schema.JacksonEnumTypeDeterminer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.212  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'typeNameExtractor' of type [springfox.documentation.schema.TypeNameExtractor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.213  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'optimized' of type [springfox.documentation.schema.property.OptimizedModelPropertiesProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.221  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'cachingModelPropertiesProvider' of type [springfox.documentation.schema.property.CachingModelPropertiesProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.239  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultModelDependencyProvider' of type [springfox.documentation.schema.DefaultModelDependencyProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.242  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'cachingModelDependencyProvider' of type [springfox.documentation.schema.CachingModelDependencyProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.250  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'defaultModelProvider' of type [springfox.documentation.schema.DefaultModelProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.289  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'eosServiceSwagger' of type [com.primeton.eos.eosservice.swagger.EOSServiceSwagger] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.293  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'eosServiceDocumentationProvider' of type [com.primeton.eos.eosservice.swagger.EOSServiceDocumentationConfiguration$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.294  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.primeton.workflow.springboot.autoconfig.WFSpringBootConfiguration' of type [com.primeton.workflow.springboot.autoconfig.WFSpringBootConfiguration$$EnhancerBySpringCGLIB$$7db0f0f7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.376  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.w.s.a.WFSpringBootConfiguration      : Create com.primeton.workflow.api2.registry.WFApiMethodRegistry@df0b348
2022-04-06 20:03:44.377  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'wfApiMethodRegistry' of type [com.primeton.workflow.api2.registry.WFApiMethodRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.385  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.w.s.a.WFSpringBootConfiguration      : Create com.primeton.workflow.springboot.autoconfig.WFProperties@74727e41
2022-04-06 20:03:44.388  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'wfProperties' of type [com.primeton.workflow.springboot.autoconfig.WFProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.396  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'wfApiMethodSwagger' of type [com.primeton.workflow.springboot.api2.WFApiMethodSwagger] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.399  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'wfApiMethodDocumentationProvider' of type [com.primeton.workflow.springboot.autoconfig.WFSpringBootConfiguration$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.403  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'com.primeton.eos.springboot.autoconfig.EOS8ScriptConfiguration' of type [com.primeton.eos.springboot.autoconfig.EOS8ScriptConfiguration$$EnhancerBySpringCGLIB$$cbd9f4bb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.415  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'scriptSettings' of type [com.primeton.ptp.script.core.ScriptSettings] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.417  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'scriptFunctionRegistry' of type [com.primeton.ptp.script.function.AnnotationScriptFunctionRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-04-06 20:03:44.575  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.r.DefaultLazyPropertyResolver      : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2022-04-06 20:03:44.576  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.u.j.d.DefaultLazyPropertyDetector      : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2022-04-06 20:03:45.012  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 28083 (http)
2022-04-06 20:03:45.050  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2022-04-06 20:03:45.050  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.22]
2022-04-06 20:03:45.391  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2022-04-06 20:03:45.391  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 6440 ms
2022-04-06 20:03:45.415  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create com.primeton.eos.springboot.runtime.EOS8RuntimeJ2EEHost@5dfaa2f0
2022-04-06 20:03:45.417  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create ServletContextInitializer<RuntimeJ2EEHost> com.primeton.eos.springboot.autoconfig.EOS8SpringBootConfiguration$1@48682f91
2022-04-06 20:03:45.421  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create ServletListenerRegistrationBean<UserObjectSessionListener> org.springframework.boot.web.servlet.ServletListenerRegistrationBean@4c131823
2022-04-06 20:03:45.425  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create filterRegistrationBean urls=[/*]
2022-04-06 20:03:45.434  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create controllerServlet urls=[*.flow, *.flowx, *.gzip, *.ajax, *.beanx, *.debug, /common.remote, *.precompile, *.ext, *.terminate]
2022-04-06 20:03:45.737  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.n.c.sources.URLConfigurationSource     : No URLs will be polled as dynamic configuration sources.
2022-04-06 20:03:45.737  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.n.c.sources.URLConfigurationSource     : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2022-04-06 20:03:45.756  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.netflix.config.DynamicPropertyFactory  : DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@7f794b0f
2022-04-06 20:03:47.468  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] c.p.e.s.a.EOS8SpringBootConfiguration    : Create com.primeton.eos.springboot.actuate.EOS8Endpoint@5536542e
2022-04-06 20:03:47.531  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] uration$$EnhancerBySpringCGLIB$$56144774 : Create com.primeton.eos.dap.commons.api.stat.ApiAccessStatManager@7f1e946f
2022-04-06 20:03:47.596  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] p.e.d.s.a.a.SDKActuatorAutoConfiguration : Create com.primeton.eos.dap.sdk.actuate.helper.SDKRibbonClientEndpointHelper@2298af09
2022-04-06 20:03:47.651  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] p.e.d.s.a.a.SDKActuatorAutoConfiguration : Create com.primeton.eos.dap.sdk.actuate.helper.SDKFeignClientEndpointHelper@7c943143
2022-04-06 20:03:47.722  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] p.e.d.s.a.a.SDKActuatorAutoConfiguration : Create com.primeton.eos.dap.sdk.actuate.helper.SDKHystrixEndpointHelper@404cc16a
2022-04-06 20:03:47.742  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] p.e.d.s.a.a.SDKActuatorAutoConfiguration : Create com.primeton.eos.dap.sdk.actuate.helper.SDKSpringfoxEndpointHelper@72f86029
2022-04-06 20:03:47.914  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] p.e.d.s.a.a.SDKActuatorAutoConfiguration : Create com.primeton.eos.dap.sdk.actuate.helper.SDKLoggingEndpointHelper@64230d44
2022-04-06 20:03:48.045  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] com.alibaba.nacos.client.naming          : initializer namespace from System Property :null
2022-04-06 20:03:48.046  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] com.alibaba.nacos.client.naming          : initializer namespace from System Environment :null
2022-04-06 20:03:48.048  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] com.alibaba.nacos.client.naming          : initializer namespace from System Property :null
2022-04-06 20:03:49.616 ERROR [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.b.web.embedded.tomcat.TomcatStarter  : Error starting Tomcat context. Exception: org.springframework.beans.factory.BeanCreationException. Message: Error creating bean with name 'servletEndpointRegistrar' defined in class path resource [org/springframework/boot/actuate/autoconfigure/endpoint/web/ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.endpoint.web.ServletEndpointRegistrar]: Factory method 'servletEndpointRegistrar' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration': Unsatisfied dependency expressed through field 'registration'; nested exception is org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.cloud.client.serviceregistry.Registration' available: expected single matching bean but found 2: nacosRegistration,eurekaRegistration
2022-04-06 20:03:49.656  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2022-04-06 20:03:49.673  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [lettuce-eventExecutorLoop-1-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
 java.util.concurrent.LinkedBlockingQueue.poll(Unknown Source)
 io.netty.util.concurrent.SingleThreadEventExecutor.takeTask(SingleThreadEventExecutor.java:263)
 io.netty.util.concurrent.DefaultEventExecutor.run(DefaultEventExecutor.java:64)
 io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:918)
 io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
 io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.673  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [spring.cloud.inetutils] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
 java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.674  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.client.listener] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
 java.util.concurrent.LinkedBlockingQueue.poll(Unknown Source)
 com.alibaba.nacos.client.naming.core.EventDispatcher$Notifier.run(EventDispatcher.java:163)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.674  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.client.naming.updater] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.675  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.client.naming.updater] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.park(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.676  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.failover] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 sun.misc.Unsafe.park(Native Method)
 java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.676  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.a.c.loader.WebappClassLoaderBase       : The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.push.receiver] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.net.DualStackPlainDatagramSocketImpl.socketReceiveOrPeekData(Native Method)
 java.net.DualStackPlainDatagramSocketImpl.receive0(Unknown Source)
 java.net.AbstractPlainDatagramSocketImpl.receive(Unknown Source)
 java.net.DatagramSocket.receive(Unknown Source)
 com.alibaba.nacos.client.naming.core.PushReceiver.run(PushReceiver.java:83)
 java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
 java.util.concurrent.FutureTask.run(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
 java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
 java.lang.Thread.run(Unknown Source)
2022-04-06 20:03:49.680  WARN [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
2022-04-06 20:03:49.733  INFO [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] ConditionEvaluationReportLoggingListener : 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-04-06 20:03:49.741 ERROR [sys_001,lzq-DAS,default,DESKTOP-DQ0TKIJ:lzq-DAS:28083,,,,] 61744 --- [main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field registration in org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration required a single bean, but 2 were found:
	- nacosRegistration: defined by method 'nacosRegistration' in class path resource [com/alibaba/cloud/nacos/registry/NacosServiceRegistryAutoConfiguration.class]
	- eurekaRegistration: defined in BeanDefinition defined in class path resource [org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.class]


Action:

Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed


解决方案

待定。。。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值