Skip to content

Instantly share code, notes, and snippets.

@JonathanAaron
Created July 7, 2016 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanAaron/a1008f61e63ed92a5753ccee0ca24776 to your computer and use it in GitHub Desktop.
Save JonathanAaron/a1008f61e63ed92a5753ccee0ca24776 to your computer and use it in GitHub Desktop.
2016-07-07 16:18:50.662 INFO 58588 --- [nio-8086-exec-1] c.n.e.EurekaDiscoveryClientConfiguration : Removing application user-service from eureka
2016-07-07 16:18:50.667 WARN 58588 --- [nio-8086-exec-1] com.netflix.discovery.DiscoveryClient : Action: Cancel => returned status of 404 from http://localhost:8010/eureka/apps/user-SERVICE/localhost
2016-07-07 16:18:50.673 ERROR 58588 --- [nio-8086-exec-1] com.netflix.discovery.DiscoveryClient : Can't get a response from http://localhost:8010/eureka/apps/USER-SERVICE/localhost
Can't contact any eureka nodes - possibly a security group issue?
java.lang.RuntimeException: Bad status: 404
at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:1155)
at com.netflix.discovery.DiscoveryClient.makeRemoteCall(DiscoveryClient.java:1060)
at com.netflix.discovery.DiscoveryClient.unregister(DiscoveryClient.java:694)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment