On Aug 17, 10:06 am, raram hakim <[email protected]> wrote: > Hi, all > > I have a problem with my web application, I use Jasper Report libary > but when I run the web application, I have the error: > org.apache.jasper.JasperException: PWC6033: Unable to compile class > for JSP > > and I see in server.log java.lang.NullPointerException > > this is my server.log : > > [#|2010-08-17T12:45:15.386+0700|WARNING|sun-appserver2.1| > javax.enterprise.system.stream.err| > _ThreadID=20;_ThreadName=httpSSLWorkerThread-7071-1;_RequestID=d607d047-13e > b-4b67-87e5-54b58180fa86;| > java.lang.NullPointerException > at > org.apache.jasper.compiler.Jsr199JavaCompiler.compile(Jsr199JavaCompiler.ja > va: > 172) See here at the bottom of the post (last reply) if it applies to your case: http://www.myeclipseide.com/PNphpBB2-viewtopic-t-21562.html
Basically a problem with JAVA_HOME pointing at JRE instead of JDK on GlassFish server. Michèle Garoche -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
