question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HTTP Status 404 - /greeting

See original GitHub issue

I have just freshly cloned this repository and run the application (mvn spring-boot:run). I can see the nice ASCII art of spring telling me that the application is running on the root context, hooray!

However GET http://localhost:8080/greeting responses me 404, sigh…

Any idea?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
dsyercommented, Oct 26, 2016

OK, there must be an issue with your classpath then. You might need to drop some stuff from your local maven cache (like all of spring boot, maybe)?

0reactions
dsyercommented, Jan 25, 2020

@bhangalekunal asking questions or raising issues about code that isn’t in this guide is probably best done elsewhere (maybe StackOverflow?).

Read more comments on GitHub >

github_iconTop Results From Across the Web

java - HTTP Status 404 - /EventTracker/greeting - Stack Overflow
HTTP Status 404 - /EventTracker/greeting · Can you post your DispatcherServlet.xml code? · I do not have any xml files for configuration. ·...
Read more >
[Solved] Tomcat Error HTTP Status 404 Not Found
This error means the server could not find the requested resource (JSP, HTML, images…) and returns HTTP status code 404. Most of the...
Read more >
How to fix error HTTP Status 404 Not Found in Tomcat
In Java web development with Tomcat, it's very often that you get HTTP Status 404 Not Found error with this description: The origin...
Read more >
Debugging the Spring MVC 404 “No mapping found for HTTP ...
This time the error states that greeting.jsp is not found, and the user sees a blank page. To fix the error, we need...
Read more >
404 Not Found - HTTP - MDN Web Docs - Mozilla
The HTTP 404 Not Found response status code indicates that the server cannot find the requested resource. Links that lead to a 404...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found