| Author |
Problem with Jboss-3.0.4_tomcat-4.1.12
|
Lakshmi Dasari
Ranch Hand
Joined: Mar 03, 2003
Posts: 35
|
|
I recently migrated my application from Jboss2 with tomcat-3.2 to Jboss-3.0.4_tomcat-4.1.12. My application works absolutely fine with the previous version but fails on the newer version. The server starts fines and deploys my application. I get a "javax.servlet.ServletException: Servlet execution throws an exception" with root cause as "java.lang.StackOverflow" during the execution of my application. From the messages on the server log, I am under the impression that the doPost() method is being executed infinitely, which is causing the stackoverflow . This does not seem like an application error, as it works fine on lower version of jboss and tomcat. Can any one help me solve this problem ?? [ June 27, 2003: Message edited by: Lakshmi Dasari ]
|
Lakshmi
|
 |
 |
|
|
subject: Problem with Jboss-3.0.4_tomcat-4.1.12
|
|
|