Re: requests die with a stack overflow

2011-02-22 Thread Kushan Jayathilake
attached gzip file no where to be found, If you can attach it again, so I can have a look. :) 2011/2/21 Paweł Wielgus > Hi, > it works until someone or some process creates specific conditions > that trigers infinite loop, > just a few weeks ago we have hit a problem like that, but it was of > c

Re: requests die with a stack overflow

2011-02-21 Thread Paweł Wielgus
Hi, it works until someone or some process creates specific conditions that trigers infinite loop, just a few weeks ago we have hit a problem like that, but it was of course our fault (a problem in jsp) So the only way of dealing with it is to read the stack trace, also You can add some debug info

Re: requests die with a stack overflow

2011-02-17 Thread Denis Laroche
I know, but what baffles me is why it starts behaving this way out of nowhere. The application can run fine for a long time, and then all of a sudden this happens. I'm sending Ajax requests to Struts actions. Would anybody be aware of any issue with sending Ajax requests to Struts 1.3.10 actions?

Re: requests die with a stack overflow

2011-02-17 Thread Brian Thompson
Looks to me like it's getting into an infinite loop somewhere. I did notice that the same 18 lines were repeating for about half the file. -Brian On Thu, Feb 17, 2011 at 10:21 AM, Denis Laroche wrote: > Hello all, > > I also posted this message to the Tomcat mailing list, because I'm not su

requests die with a stack overflow

2011-02-17 Thread Denis Laroche
Hello all, I also posted this message to the Tomcat mailing list, because I'm not sure where the problem is. The version of Struts is 1.3.10. The version of Tomcat is 6.0.29, and the JVM is 1.6.0_17-b17 running on a Linux server, kernel version 2.6.18. Once in a while, the application starts beha