RE: StackOverflow

2003-10-09 Thread Edson Alves Pereira
Hello Adam, we got here StackOverflow or OutOfMemory errors it s because our servlets consumed too much resources from JVM. when you run Tomcat with just you in your machine everything seems fine and quick, but with more then 100 or 200 users from production server, "history is diff

Re: StackOverflow

2003-10-09 Thread Adam Hardy
, 2003 8:44 AM To: Tomcat Users List Subject: Re: StackOverflow For all those out there hanging on every msg in this thread, it seems it was just an infinite loop. Personally I think it was gremlins that came in last night and coded it. Remarkable how their coding style is so similar to my own.

RE: StackOverflow

2003-10-09 Thread Shapira, Yoav
27;s no room on the stack to store the error stack trace itself ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Adam Hardy [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 09, 2003 8:44 AM >To: Tomcat Users List >Subject: Re: StackOverflow > >F

Re: StackOverflow

2003-10-09 Thread Adam Hardy
For all those out there hanging on every msg in this thread, it seems it was just an infinite loop. Personally I think it was gremlins that came in last night and coded it. Remarkable how their coding style is so similar to my own. ;) At least there's one positive point, I'm learning to listen

Re: StackOverflow

2003-10-09 Thread Adam Hardy
OK can someone answer a simple question here: if tomcat gives me a StackOverflowError, does that mean that there is no way of getting a stack trace? Or am I making 2 + 2 = 5? Adam On 10/09/2003 01:45 PM Adam Hardy wrote: OK so I took the SetCharacterEncodingFilter out of the equation, but the

Re: StackOverflow

2003-10-09 Thread Adam Hardy
OK so I took the SetCharacterEncodingFilter out of the equation, but the stack overflow still occurs: StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.StackOverflowError I presume [action] refers to struts, which I'm running. Any ideas anyone? On 10

Re: Stackoverflow after DB inactivity

2003-09-16 Thread Vikram Goyal
Yes I do. > I don't use dbcp but it sounds like your database connections are timing > out. Do you have autoReconnect=true in your mysql jdbc connection url? > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Stackoverflow after DB inactivity

2003-09-16 Thread Jon Wingfield
I don't use dbcp but it sounds like your database connections are timing out. Do you have autoReconnect=true in your mysql jdbc connection url? Vikram Goyal wrote: Hello all, I am getting a Stackoverflow error in Tomcat 4.1+ after a period of database inactivity, typically (3+ hours).

Stackoverflow after DB inactivity

2003-09-15 Thread Vikram Goyal
Hello all, I am getting a Stackoverflow error in Tomcat 4.1+ after a period of database inactivity, typically (3+ hours). I am using Struts for the front end and while the non DB access pages work fine, as soon as access to a page is requested where data is to be fetched from the database, I get