spring.application.name=eureka-server server.port=8761 server.context-path=/
eureka.client.register-with-eureka=true eureka.instance.hostname=master eureka.client.service-url.defaultZone=http\://backup\:8762/eureka/
eureka.dashboard.enabled=true
management.security.enabled=false
spring.application.admin.enabled=true spring.boot.admin.client.enabled=true spring.boot.admin.username=admin spring.boot.admin.password=admin spring.boot.admin.url=http://localhost:8081
Comment From: 13567436138
yestoday,this is fine。today has problems。I have checked there is not any program used port 8761
Comment From: 13567436138
very strange It is ok now。is it not stable
Comment From: frubby
mark ,I get 2 times this situation; after run few days,the eureka home page can't open; but app can register to eureka.
Comment From: spencergibb
Please provide more information such as dependencies and, if possible, a project that reproduces the problem.
Comment From: lepsistemas
Same problem happening to me.
Config is up on port 8888. Eureka is up on port 8761 reading config from port 8888.
When I hit http://localhost:8761 I get an ERR_EMPTY_RESPONSE:
curl -f http://localhost:8761/ curl: (52) Empty reply from server
System Version: macOS 10.12.6 (16G29) Kernel Version: Darwin 16.7.0 Java Version: 1.8.0_121
Config-Server: https://github.com/lepsistemas/financial-index-config-server.git
Eureka-Server: https://github.com/lepsistemas/financial-index-naming-server.git
Comment From: spencergibb
I'm unable to reproduce the problem with your provided projects
Comment From: lepsistemas
Yeap. Ran it today and no problems hittting 8761. Weird.
Comment From: spencergibb
Probably a corrupted maven or Gradle cache
Comment From: spencergibb
Closing this due to inactivity. Please re-open if there's more to discuss.
Comment From: FloHiwg
I have the same issue at the moment. Had a Eureka server yesterday which worked perfectly fine. One day later I create a new one and both are not reachable via the browser.
Comment From: ryanjbaxter
Most likely a problem in your environment. If you believe it is a bug, please open a separate issue with a project that reproduces the problem.
Comment From: nkc
I ran into the same problem yesterday. I was using STS to run the eureka server. There were no errors in the logs but the dashboard just did not load in browser. When I ran it outside STS the dashboard loaded properly. STS creates an empty "templates/" directory in the bin directory. This was causing issues in my case. When I delete the "templates" directory, the dashboard loads perfectly.
Comment From: ChetnaN
I ran into the same problem yesterday. I was using STS to run the eureka server. There were no errors in the logs but the dashboard just did not load in browser. When I ran it outside STS the dashboard loaded properly. STS creates an empty "templates/" directory in the bin directory. This was causing issues in my case. When I delete the "templates" directory, the dashboard loads perfectly.
I was facing the same issue and deleting templates directory inside bin resolved the issue.