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

No page response when management server and server ports are same #74

Open
DeekshaSudini opened this issue Nov 29, 2018 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@DeekshaSudini
Copy link
Collaborator

Issue: When the management server port number and server port number are given same the page is not responding as expected and I could not see any results.

Expected: It should through an error when both the port numbers are same while running the application.
Actual: Cloud not see any page responses.
Config Log:

Monitoring & Managing Spring Boot Appln related properties | for goto endpoints actuator/{arg}

management.server.port=9001
management.endpoint.health.show-details=always

# setting server port to be as random port (this is generally preferred when working with micro-services)
server.port=9001

Screenshots:
image

@DeekshaSudini DeekshaSudini added the bug Something isn't working label Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants