aironman

http://callistaenterprise.se/blogg/teknik/2016/09/30/buildin

May 20th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. b/spring-amqp-1.5.6.RELEASE.jar!/, jar:file:/app.jar!/lib/http-client-1.0.0.RELEASE.jar!/, jar:file:/app.jar!/lib/amqp-client-3.5.7.jar!/]
  2. rev_1 | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator$$FastClassBySpringCGLIB$$fa44b2a.invoke(<generated>)
  3. rev_1 | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  4. rev_1 | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720)
  5. rev_1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  6. rev_1 | at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:74)
  7. rev_1 | at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:263)
  8. rev_1 | at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:154)
  9. rev_1 | at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:101)
  10. rev_1 | at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:118)
  11. rev_1 | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  12. rev_1 | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655)
  13. rev_1 | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator$$EnhancerBySpringCGLIB$$e1e16b43.locate(<generated>)
  14. rev_1 | at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:89)
  15. rev_1 | at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:634)
  16. rev_1 | at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:342)
  17. rev_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:306)
  18. rev_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185)
  19. rev_1 | at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174)
  20. rev_1 | at se.callista.microservices.core.review.ReviewServiceApplication.main(ReviewServiceApplication.java:33)
  21. rev_1 | ... 8 more
  22. rev_1 | Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://:@config:8888/review-service/docker": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)
  23. rev_1 | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:607)
  24. rev_1 | at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:557)
  25. rev_1 | at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:475)
  26. rev_1 | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.getRemoteEnvironment(ConfigServicePropertySourceLocator.java:130)
  27. rev_1 | at org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.locate(ConfigServicePropertySourceLocator.java:81)
  28. rev_1 | ... 27 more
  29. rev_1 | Caused by: java.net.ConnectException: Connection refused (Connection refused)
  30. rev_1 | at java.net.PlainSocketImpl.socketConnect(Native Method)
  31. rev_1 | at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  32. rev_1 | at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  33. rev_1 | at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  34. rev_1 | at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  35. rev_1 | at java.net.Socket.connect(Socket.java:589)
  36. rev_1 | at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668)
  37. rev_1 | at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173)
  38. rev_1 | at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  39. rev_1 | at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
  40. rev_1 | at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
  41. rev_1 | at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
  42. rev_1 | at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
  43. rev_1 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
  44. rev_1 | at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
  45. rev_1 | at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
  46. rev_1 | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
  47. rev_1 | at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
  48. rev_1 | at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:80)
  49. rev_1 | at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)
  50. rev_1 | at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)
  51. rev_1 | at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:596)
  52. rev_1 | ... 31 more
  53. discovery_1 | 2018-05-20 16:06:53.977 WARN [discovery-server,,,] 1 --- [eerNodesUpdater] c.n.eureka.cluster.PeerEurekaNodes : The replica size seems to be empty. Check the route 53 DNS Registry
Add Comment
Please, Sign In to add comment