Howdy,
As you know a StackOverflowError is usually caused due to an infinite
loop.  Look for that in your code: chances are it happens on requests to
specific URLs and not to other URLs.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Adam Hardy [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, October 08, 2003 4:00 PM
>To: Tomcat Users List
>Subject: not getting a stacktrace on an exception
>
>I'm getting a Status 500 error page in my app
>
>javax.servlet.ServletException: Servlet execution threw an exception
>org.blacksail.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF
ilte
>r.java:146)
>root cause java.lang.StackOverflowError
>
>It goes on to say that "the full stack trace of the root cause is
>available in the Tomcat logs.", but it isn't. I have the looked on the
>console, in the engine, host & context log files but I can't find a
>stack trace.
>
>Whether I need one or not is questionable - that
>SetCharacterEncodingFilter is the one from tomcat's example app and has
>been working faultlessly for at least two weeks on tomcat5. Sets
>encoding to UTF-8.
>
>I can't think of what I have changed that has caused this, so I am at a
>loss. There's nothing in bugzilla that looks like this, and I can't see
>anything relevant in the archives.
>
>It's reproducible, every time at the same place. Is there anything I
can
>do or should I just log it straight into bugzilla?
>
>Adam
>--
>struts 1.1 + tomcat 5.0.12 + java 1.4.2
>Linux 2.4.20 RH9
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to