
February 13th, 2002, 03:55 PM
|
|
Junior Member
|
|
Join Date: Feb 2002
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Error 500 at particular jsp
I get this Error 500 message when I enter a customer username and password on my website. Site runs on Tomcat 4.0.1 on an Enterprise server system. In addition, data from the db server cannot be accessed - so no data shows up on the site. Looks like a communication failure between db server and website. I checked the code, and code looks fine. Any insights from anyone would be helpful.
Error looks like this:
Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Communication failure during handshake. Is there a server running on mysql.serverservlet.com:3306?
|