I am still trying to make this JSWDK compilation works... and I need one
more help

I have several of my pages compilation leading to a
java.lang.NullPointerException with no indication where the error may be in
the page, see below an example of command line result and page that
lead to this kind of error enclosed(fr\login\generalpost.jsp)


Note that Jrun 2.3.3 (build 153) has no problem compiling and executing this
page.

Where can be the problem? Does someone has encountred the same?

java -classpath
../../../jswdk/lib/servlet.jar;../../../jswdk/lib/jspengine.jar;../../../jsw
dk/lib/xml.jar;../../../jdk/
lib/classes.zip;../../../jsdk/servlet.jar;../../../jndi/lib/jndi.jar;../../.
./jndi/lib/ldap.jar;../../../jndi/lib/provid
erutil.jar;../../../jdbc/lib/classes111.zip;../lib
com.sun.jsp.compiler.Main -keepgenerated  fr\login\generalpost.jsp
java.lang.NullPointerException
        at
com.sun.jsp.compiler.BeanRepository.ClassFound(BeanRepository.java:127)
        at
com.sun.jsp.compiler.BeanGenerator.checkSyntax(BeanGenerator.java:101)
        at
com.sun.jsp.compiler.BeanGenerator.generate(BeanGenerator.java:51)
        at
com.sun.jsp.compiler.Jsp1_0ParseEventListener$GeneratorWrapper.generate(Comp
iled Code)
        at
com.sun.jsp.compiler.Jsp1_0ParseEventListener.generateAll(Compiled Code)
        at
com.sun.jsp.compiler.Jsp1_0ParseEventListener.generateHeader(Compiled Code)
        at
com.sun.jsp.compiler.Jsp1_0ParseEventListener.endPageProcessing(Jsp1_0ParseE
ventListener.java:112)
        at com.sun.jsp.compiler.Main.compile(Main.java:260)
        at com.sun.jsp.compiler.Main.main(Compiled Code)

Thanks for your help

generalpost.jsp

Reply via email to