java -jar boot-assembly.jar -Dspring.cloud.config.fail-fast=true fail #6150
Unanswered
mikeeastin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code branch release-1.8
[root@jszx-test release]# java -jar boot-assembly.jar -Dspring.cloud.config.fail-fast=true
2022-02-15 18:44:12.713|||EnableEncryptablePropertiesBeanFactoryPostProcessor.java|39|INFO||||||[main] Post-processing PropertySource instances
2022-02-15 18:44:12.820|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
2022-02-15 18:44:12.821|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource bootstrap [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-02-15 18:44:12.821|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource commandLineArgs [org.springframework.core.env.SimpleCommandLinePropertySource] to EncryptableEnumerablePropertySourceWrapper
2022-02-15 18:44:12.821|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
2022-02-15 18:44:12.822|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper
2022-02-15 18:44:12.822|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
2022-02-15 18:44:12.822|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper
2022-02-15 18:44:12.822|||EncryptablePropertySourceConverter.java|56|INFO||||||[main] Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
2022-02-15 18:44:13.062|||PostProcessorRegistrationDelegate.java|376|INFO||||||[main] Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-02-15 18:44:13.125|||DefaultLazyPropertyFilter.java|31|INFO||||||[main] Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
2022-02-15 18:44:14.887 INFO 25218 --- [ main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-config/application/'}]
2022-02-15 18:44:15.046 ERROR 25218 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
A component required a bean named 'configServerRetryInterceptor' that could not be found.
Action:
Consider defining a bean named 'configServerRetryInterceptor' in your configuration.
Beta Was this translation helpful? Give feedback.
All reactions