Reputation: 1998
I have a microservice and gateway generated with jhipster 5.0.1. Both are registred on the Jhipster Register version 3.3.0 with status down. Did someone goes through this issue ?
Upvotes: 0
Views: 380
Reputation: 3145
When a microservice is registering itself as down, it means the internal Healthchecks are stating something bad. This could be:
Check the logs of the starting microservices, if there is any stacktrace or ERROR log appearing. If that doesn't work, you could checkout the health endpoints, as they give extra information on whats wrong.
Upvotes: 2