Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Spring with Hibernate Integrating Hibernate with Spring Fetching Data with Hibernate in Spring

HTTP Status 500 ? Internal Server Error in browser

My application runs and database works, but I get a Status 500 error when i try to display.

Previously, I had been getting an error when running the application on the default port 8080, so I changed this to 8090 in the app.properties file, and it worked, but now I am getting Status 500 on both http://localhost:8090/ and http://localhost:8080/, so I assume something is going on in the background of both, otherwise I would get a 404?

Seeing as 500 seems to be a very general error, I am struggling to find useful information online. Has anyone encountered this problem in the past?