The line number in my code to which the error refers is a call to chain.doFilter(req,res)

I want to know what error is occurring up the filter chain.

Thanks.



At 08:44 AM 4/5/2004 -0400, you wrote:

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]


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



Reply via email to