Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Listening for transport dt_socket at address: 8787
- 26.04 17:31:34.123 INFO [AbstractApplicationContext:590] - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7bab3f1a: startup date [Fri Apr 26 17:31:34 MSK 2019]; root of context hierarchy
- 26.04 17:31:35.165 INFO [AutowiredAnnotationBeanPostProcessor:154] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v2.0.2.RELEASE)
- 26.04 17:31:36.687 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:37.691 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:38.793 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:40.006 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:41.339 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:42.809 ERROR [ConsulPropertySourceLocator:139] - Fail fast is set and there was an error reading configuration from consul.
- 26.04 17:31:42.815 ERROR [SpringApplication:842] - Application run failed
- com.ecwid.consul.v1.OperationException: OperationException(statusCode=500, statusMessage='Internal Server Error', statusContent='No known Consul servers')
- at com.ecwid.consul.v1.kv.KeyValueConsulClient.getKVValues(KeyValueConsulClient.java:159)
- at com.ecwid.consul.v1.ConsulClient.getKVValues(ConsulClient.java:534)
- at org.springframework.cloud.consul.config.ConsulPropertySource.init(ConsulPropertySource.java:66)
- at org.springframework.cloud.consul.config.ConsulPropertySourceLocator.create(ConsulPropertySourceLocator.java:166)
- at org.springframework.cloud.consul.config.ConsulPropertySourceLocator.locate(ConsulPropertySourceLocator.java:132)
- at org.springframework.cloud.consul.config.ConsulPropertySourceLocator$$FastClassBySpringCGLIB$$b35ebf8.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
- at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:91)
- at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287)
- at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164)
- at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:118)
- at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:153)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)
- at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
- at org.springframework.cloud.consul.config.ConsulPropertySourceLocator$$EnhancerBySpringCGLIB$$513e4582.locate(<generated>)
- at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:94)
- at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:633)
- at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:373)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:325)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1255)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1243)
- at ru.crystals.processing.coupons.category.CategoryApplication.main(CategoryApplication.java:16)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
- at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
- at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement