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

SpringBoot - Application returns 404 Not Found when started in debug mode #160

Open
vinokanth92 opened this issue Apr 19, 2019 · 1 comment

Comments

@vinokanth92
Copy link

I am experiencing a weird situation where I am not able to get the spring boot application working in Debug mode. The same application responds correctly when started in normal mode. This behaviour is only observed when I am adding this library as an external dependency in my build.gradle file.

My IDE is IntelliJ

What I have tried so far:

  • Clean and rebuild
  • IntelliJ invalidate caches and restart
Gradle entry
compile "com.mpatric:mp3agic:0.9.1"

I can see the application starts correctly from the logs and listening on port 8080. When I make the API call there is no entry in the logs.

@hennr
Copy link
Collaborator

hennr commented Apr 19, 2019

Hello @vinokanth92 ,

I can think of this option to be the problem:
https://github.com/mpatric/mp3agic/blob/master/pom.xml#L62

It tells the compiler plugin to not include debugging symbols. Could you build and install mp3agic, with this option set to true, locally and debug your application with that local version please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants