Stack overflow when creating a session

2009-03-16 Thread Michael Moynihan
Hi,   Does anyone know why a Struts app would go into a recursive loop trying to create a session? I see the following  when the app is requested.   java.lang.StackOverflowError at org.apache.catalina.connector.Request.doGetSession(Request.java:2270) at

Re: Stack overflow when creating a session

2009-03-16 Thread Gregor Schneider
Since Struts is very well tested on Tomcat (btw: which versions are you running?), I wouldn't believe this being a Tomcat / Struts-problem but a problem of your app. Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp:

Re: Stack overflow when creating a session

2009-03-16 Thread Michael Moynihan
Yes, I would agree with you. Struts 1.3.8 on tomcat 6.   - Original Message From: Gregor Schneider rc4...@googlemail.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 16, 2009 1:29:48 PM Subject: Re: Stack overflow when creating a session Since Struts is very well

Re: Stack overflow when creating a session

2009-03-16 Thread Gregor Schneider
So how should we help you then without knowing your application? Remeber: This is a Tomcat-mailinglist. However, since some guys here do have quite some Struts-know, maybe you're lucky if providing sufficiant information... Rgds Gregor -- just because your paranoid, doesn't mean they're not

Re: Stack overflow when creating a session

2009-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, On 3/16/2009 12:48 PM, Michael Moynihan wrote: Does anyone know why a Struts app would go into a recursive loop trying to create a session? I see the following when the app is requested. java.lang.StackOverflowError at