Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #23970

Re: Unable to trace

From markspace <markspace@nospam.nospam>
Newsgroups comp.lang.java.programmer
Subject Re: Unable to trace
Date 2013-05-09 15:39 -0700
Organization A noiseless patient Spider
Message-ID <kmh8cs$ems$1@dont-email.me> (permalink)
References <a06740e3-a629-42de-944b-6dffd69a1424@googlegroups.com>

Show all headers | View raw


On 5/9/2013 9:53 AM, RVic wrote:
> The last line of which throws an error (below) which I am unable to
> trace further from this line in the stack. The error is :

>
> But if you look at the stack trace,


I have to somewhat doubt your premise.  If you look at the stack trace,
it looks to me like the dispatch succeeded, and you got an error
somewhere after that.

This line here seems to say that you're in a filter, running code:
> at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
> at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)


And then you seem to dispatch to a servlet:
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)


And then you run a JSP file.  Etc.  I'm not sure how to find out exactly
what file you're running though.  That might take a little research and
experimentation.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Unable to trace RVic <rvince99@hotmail.com> - 2013-05-09 09:53 -0700
  Re: Unable to trace Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-05-09 13:04 -0400
  Re: Unable to trace markspace <markspace@nospam.nospam> - 2013-05-09 15:39 -0700
  Re: Unable to trace Arne Vajhøj <arne@vajhoej.dk> - 2013-05-09 21:45 -0400
  Re: Unable to trace RVic <rvince99@hotmail.com> - 2013-05-09 19:32 -0700
  Re: Unable to trace RVic <rvince99@hotmail.com> - 2013-05-09 19:41 -0700
    Re: Unable to trace Arne Vajhøj <arne@vajhoej.dk> - 2013-05-12 21:51 -0400
  Re: Unable to trace RVic <rvince99@hotmail.com> - 2013-05-10 07:26 -0700
    Re: Unable to trace Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-05-10 10:43 -0400
      Re: Unable to trace Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-05-10 09:52 -0700
        Re: Unable to trace Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2013-05-10 19:03 +0200
          Re: Unable to trace Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-05-10 11:02 -0700
            Re: Unable to trace Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2013-05-10 23:37 +0200
  Re: Unable to trace RVic <rvince99@hotmail.com> - 2013-05-12 19:10 -0700

csiph-web