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 for future investigation (simple sysouts will do).
As for Ajax there is no problem with it in Struts1. Best greetings, Paweł Wielgus. 2011/2/17 Denis Laroche <dlaroc...@gmail.com>: > 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? > > -- > DL > > 2011/2/17 Brian Thompson <elephant...@gmail.com> > >> 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 <dlaroc...@gmail.com>wrote: >> >>> 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 behaving erratically with huge >>> stack traces generated in the log file of the application. When the >>> application starts behaving this way, all requests fail and they all >>> generate those huge stack traces. The log file reaches 1 gigabyte in no >>> time. >>> >>> I've attached one of those stack traces which I compressed with gzip. The >>> trace is 3756 lines long! >>> >>> Any help would be greatly appreciated. >>> >>> -- >>> D. Laroche >>> Pratt & Whitney Canada >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>> For additional commands, e-mail: user-h...@struts.apache.org >>> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org