Hi,
RequestRunner is your class, and you have a line number, so what's the
problem?

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Phillip Rhodes [mailto:[EMAIL PROTECTED]
>Sent: Sunday, April 04, 2004 11:53 PM
>To: [EMAIL PROTECTED]
>Subject: debug info inside chain.doFilter(req, res)?
>
>
>Hi tomcats.
>I have written a filter where I am calling
>chain.doFilter(req, res);
>and it is dying in this method call.  I am not getting anything besides
the
>below stacktrace in my code.
>
>Is there anything more I can do to figure out what is going wrong
inside
>this method call?
>
>Thanks very much.
>Pillip
>
>Using tomcat 4.1.29
>The jsp that I am invoking works fine without the filter.
>
>
>org.apache.jasper.JasperException
>         at
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.j
ava:
>254)
>         at
>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295
)
>         at
>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
>         at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>         at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
atio
>nFilterChain.java:247)
>         at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
terC
>hain.java:193)
>         at
>com.rhoderunner.longrequest.RequestRunner.run(RequestRunner.java:136)
>         at java.lang.Thread.run(Thread.java:534)
>
>
>
>
>---------------------------------------------------------------------
>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