Try to isolate the error further, "error:null" seems like it is coming from
a:
catch(Exception e){
System.out.println("error:" + e.getMessage());
}

in your code.

Null pointer exception is very often a call to a method on an object which
has not been instantiated.

Andoni.


----- Original Message -----
From: "Holger Veltrup" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 18, 2002 9:15 AM
Subject: jspc NullPointerException


Hey,
I try to compile a JSP with the jspc-Script.
I download the binary-distritbution fo tomcat-1.4.12.
My Java-Version is 1.4.0

If i execute the following command a NullPointerException is thrown.

./jspc.sh -uriroot ../webapps/examples
../webapps/examples/jsp/colors/colrs.jsp

2002-11-18 10:13:30 - ERROR-the file '/jsp/colors/colrs.jsp' generated the
following general exception: java.lang.NullPointerException
error:null

Several variations of options could't help

Thanks for help

Holger


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



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

Reply via email to