Re: Apache Tomcat/5.5.12

2006-10-28 Thread Len Popp
On 10/28/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: Where does the above class come from? (And why does its name have _005f in it rather than a plain underscore?) Jasper changes "_" in JSP file names to "_005f". But I don't know why. -- Len ---

Re: Apache Tomcat/5.5.12

2006-10-28 Thread Len Popp
This line: org.apache.jsp.trans_005fhistory_htm._jspService(org.apache.jsp.trans_005fhistory_htm:429) indicates that the NullPointerException is being thrown by one of your JSP pages, named trans_history.htm or something like that. The line number trans_005fhistory_htm:429 refers to the Java tra

RE: Apache Tomcat/5.5.12

2006-10-28 Thread Caldarale, Charles R
> From: asd [mailto:[EMAIL PROTECTED] > Subject: Apache Tomcat/5.5.12 > > This is blocking a very important page. I must view it. This appears to be an application problem, not Tomcat. > root cause > java.lang.NullPointerException > > org.apache.jsp.trans_005fhistory_htm:429 Where does the a