Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't contact any eureka nodes - possibly a security group issue? #4

Open
NicolasLoosen opened this issue Jan 15, 2020 · 1 comment

Comments

@NicolasLoosen
Copy link

Hi,
I'm trying to fire up your application, the most of the applications works fine and ServiceA/B & C are getting registered in the eureka Client. But i keep getting errors while the Zuul Server is starting e.g.:"

com.netflix.discovery.DiscoveryClient : Can't get a response from http://127.0.0.1:8761/eureka/apps/ zuul_1 > | Can't contact any eureka nodes - possibly a security group issue? "

"faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly > defined. Therefore, a default ThreadPoolTaskScheduler will be created. zuul_1 > | 2020-01-15 13:02:43.118 ERROR 1 --- [pool-6-thread-1] com.netflix.discovery.DiscoveryClient > : Can't get a response from > >http://127.0.0.1:8761/eureka/apps/EDGESERVER/76ce22fb7412:edgeserver:1f8419c726de304940fe> e452b1a8e975 zuul_1 | Can't contact any eureka nodes - possibly a > >security group issue?

com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused >(Connection refused)"

The Clienttrafficgenerator also keeps running in some equal trouble.
The generator isn't registered in eureka:
"

com.netflix.discovery.DiscoveryClient : Disable delta property : false > clienttrafficgenerator_1 | 2020-01-15 13:02:56.896 INFO 120 --- [ main] >com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null > clienttrafficgenerator_1 | 2020-01-15 13:02:56.896 INFO 120 --- [ main] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false > clienttrafficgenerator_1 | 2020-01-15 13:02:56.896 INFO 120 --- [ main] com.netflix.discovery.DiscoveryClient : Application is null : false > clienttrafficgenerator_1 | 2020-01-15 13:02:56.896 INFO 120 --- [ main] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true > clienttrafficgenerator_1 | 2020-01-15 13:02:56.896 INFO 120 --- [ main] com.netflix.discovery.DiscoveryClient : Application version is -1: true > clienttrafficgenerator_1 | 2020-01-15 13:02:57.023 ERROR 120 --- [ main] com.netflix.discovery.DiscoveryClient : Can't get a response from http://localhost:8761/eureka/apps/ >clienttrafficgenerator_1 | Can't contact any eureka nodes - possibly a security group issue? > clienttrafficgenerator_1 | > clienttrafficgenerator_1 | com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused (Connection refused)"

I don't understand why it says connection refused..
I hope you can help me to solve this issue.
Kinda regards

@NicolasLoosen
Copy link
Author

While Zuul is starting i also get the following error message:
c.c.c.ConfigServicePropertySourceLocator : Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/edgeserver/default/master":Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant