jasper offline produces NullPointerException in tomcat-4.1.24?

2003-12-04 Thread Edson Alves Pereira
Hello folks, i wonder if is really possible to compile JSP pages offline, because all that i doing is going wrong, take a look at this output: $java org.apache.jasper.JspC -d blah -uribase http://osctrl -webapp /usr/local/ApacheGroup/tomcat-4.1.24/webapps/osctrl-app -uriroot

NullPointerException in Tomcat

2002-12-02 Thread Bradley Ward
I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere. Can anyone give me any ideas of what might be wrong? Thanks Here is the stack trace: java.lang.NullPointerException at

Re: NullPointerException in Tomcat

2002-12-02 Thread Jeanfrancois Arcand
It's more a Netbeans error than a Tomcat error. I'm sure you will receive a better answer in the Netbeans users mailling list. Sorry :-( -- Jeanfrancois Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere. Can anyone

Re: NullPointerException in Tomcat

2002-12-02 Thread Tim Funk
Nope - the NPE is here (line 1 of stack trace): org.netbeans.modules.web.monitor.server.MonitorFilter.recordServletData(MonitorFilter.java:979) -Tim Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels of Tomcat somewhere. Can anyone give me

Re: NullPointerException in Tomcat

2002-12-02 Thread Jeanfrancois Arcand
: NullPointerException in Tomcat Nope - the NPE is here (line 1 of stack trace): org.netbeans.modules.web.monitor.server.MonitorFilter.recordServle tData(MonitorFilter.java:979) -Tim Bradley Ward wrote: I am getting a NullPointerException, and the stack trace says it is down in the bowels

Re: NullPointerException in Tomcat

2002-12-02 Thread Craig R. McClanahan
On Mon, 2 Dec 2002, Bradley Ward wrote: Date: Mon, 2 Dec 2002 11:48:23 -0500 From: Bradley Ward [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NullPointerException in Tomcat I am getting a NullPointerException, and the stack trace says

RE: NullPointerException in Tomcat

2002-12-02 Thread Bradley Ward
Subject: Re: NullPointerException in Tomcat On Mon, 2 Dec 2002, Bradley Ward wrote: Date: Mon, 2 Dec 2002 11:48:23 -0500 From: Bradley Ward [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NullPointerException in Tomcat I am getting