I get the same error when I try to execute a DB query via a form. I am using Struts1.1rc1, Tomcat 4.1.24 and MySQL. I initially thought that the error was because the connection was lost to the DB server and therefore I had put autoReconnect=true in the DB URL. But that did not stop the problem.
I get the error only once when the server has been inactive overnight and if I retry, it works fine. Maybe thats why I have not tried to debug it too much. :) Vikram ----- Original Message ----- From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 2:50 PM Subject: RE: StackOverflow error? > You doing anything recursive? > > Almost every time I get a stack overflow its cos im doing something > recursive and have somehow managed to get into an infinite loop... > > -----Original Message----- > From: Mick Knutson [mailto:[EMAIL PROTECTED] > Sent: Thursday, 5 June 2003 12:38 > To: [EMAIL PROTECTED] > Subject: StackOverflow error? > > > I am getting this StackOverflow error, and can't seem to figure out anything > from the trace. Can someone help with this please: > > > java.lang.StackOverflowError > at > javax.servlet.ServletRequestWrapper.getParameterNames(ServletRequestWrapper. > java:223) > at > org.mortbay.jetty.servlet.Dispatcher$DispatcherRequest.getParameterNames(Dis > patcher.java:328) > at --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

