spring logging error
I just get an Error when enabling Spring. Just by deactiviating the launch of spring using
// SpringApplication.run(WebsiteController.class);
The Programm runs fine. If enabled it crashes with the attached Error.
I attached each File that seems relvant for my eyes. I wasnt able to fix it while tring a lot.
5 Replies
⌛
This post has been reserved for your question.
Hey @Hype_the_Time! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
in case the sub dependency list helps:
./gradlew dependencies --configuration runtimeClasspath
Almost all dependencies are set to
latest-release
, you're asking for troubles.
And that field apparently was added in 2015, so my guess is that you use Java 8.dont see anything here that would be pointing to java 8. didnt see anything in gradle and the project version is set to 17.
any ideas why the Server is not be starting up? I dont get a Crash error either.
it just doesnt start up with the shadow jar but locally it works just fine.
netstat -tuln | grep LISTEN
the port that is specified (8080) is not listed in that list. The List only contains things I expected.