-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Spring Boot 1.3.0 with actuator won't start #2910
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
Comments
I am having this issue too and it looks like it is from about an hour ago (https://build.spring.io/browse/BOOT-WIN-JOB1-290/log). I think #2908 might be the same issue and a pull request to fix it has been made. I hope this can be resolved soon. |
This is almost certainly a result of recent changes checked into Spring Framework master today. Looking into it. |
I've re-opened https://jira.spring.io/browse/SPR-11541 which is the underlying cause for this. |
I've pushed a fix to the Spring Framework after verifying it works with the above instructions. It should become available soon. Feel free to re-open if need be but it should work. |
Thanks, for the moment until an updated snapshot is available I have worked around the problem by adding the following lines to my gradle build (uses the snapshot build from May 2nd instead of the one from today):
|
@jordanjennings The updated SNAPSHOT is available. You might need to run your build using |
Not sure if bugs against the snapshot version are tracked here, apologies if this should go somewhere else.
In any case, the issue is that actuator appears to be having some issues in the latest snapshot which prevent spring boot from starting up properly. This even happens with an empty project.
To reproduce it, set up a project using https://start.spring.io/ and keep the defaults except for these options:
Download the project and run it with gradle bootRun, and it will fail to start with lots of error messages that I don't know how to interpret :) If you remove actuator from the dependencies then it starts up without issue. This started happening within the last week at most. Here's the stack trace:
Thanks for taking a look, and thanks for this amazing project!
The text was updated successfully, but these errors were encountered: