File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes TOMCAT Crashes after getting - SQLException:General Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "TOMCAT Crashes after getting - SQLException:General Error" Watch "TOMCAT Crashes after getting - SQLException:General Error" New topic
Author

TOMCAT Crashes after getting - SQLException:General Error

Ved Antani
Greenhorn

Joined: Jan 05, 2003
Posts: 28
I am developing an online Bidding site in JSP. When some page starts, Tomcat 3.2 crashes without any error and the page show SQLException: General Error
What the heck is this ?
Please help me...soon
God Bless you all...
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

The usual cause of this (as far as I've seen) is incorrect Exception management, where the catch block call System.exit()
The Tomcat security policy settings allow this (or rather they don't disallow this) and the System.exit() causes Tomcat to shutdown.
That's only guess I can make without more information.
Dave


[ JavaRanch FAQ ][ Book Promotions ][ DbTamer ][ BumperStickers ][ JavaRanch Badges ]
 
 
subject: TOMCAT Crashes after getting - SQLException:General Error
 
Threads others viewed
none of my java applications work with 1.5.0 on mac os 10.3.9
Application deployed on JBoss 6.1 crashes
internal servlet error
Tomcat crashes
problem with errorPage and isErrorPage="true"
MyEclipse, The Clear Choice