-
Notifications
You must be signed in to change notification settings - Fork 30
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
Failed to refresh live data from process #331
Comments
+1 |
+1 (same project in Eclipse run perfectly) |
+1 |
Bump |
This worked for me |
Did anyone find a solution to this? |
Since this message is from Spring Boot Tools extension, @martinlippert @BoykoAlex any thoughts on this issue? |
Is this a specific project? Any chance the project can be shared with us? I assume actuators is one of the dependencies, right? |
This is a private project. Let me try to scale down the project and share with you. Thanks! |
Hi, I found the issue. JMX is able to refresh live data from process only when all the beans are instantiated. In my project, I had a bean which was taking forever to instantiate due which JMX was exceeding it's maximum retries. JMX failing was a side effect of a deeper issue. Thanks for the help!! |
Steps followed:
Issue:
Application is accessible in browser/postman but there are loaders in all the sections apps, beans and endpoint mapping keeps on spinning.
After 10 retries gives a notification:
Failed to refresh live data from process <pid> after retries: 10
*Attached screenshot for reference
The text was updated successfully, but these errors were encountered: