Mantis - Resin
Viewing Issue Advanced Details
155 minor always 05-10-05 00:00 05-11-05 00:00
sam  
 
normal  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.14  
0000155: JspCompiler causes NullPointerException from Jmx.copyContextProperties
RSN-153
(rep by D Becker)

I've tried upgrading my build process to Resin 3.0.13, but am encountering
errors in JSP compiling which I did not have under 3.0.12. I'm shelling
out through ant.

     [exec] java.lang.NullPointerException
     [exec] at com.caucho.jmx.Jmx.copyContextProperties(Jmx.java:132)
     [exec] at
com.caucho.server.deploy.EnvironmentDeployController.<init>(EnvironmentDeplo
yController.java:137)
     [exec] at
com.caucho.server.webapp.WebAppController.<init>(WebAppController.java:114)
     [exec] at
com.caucho.jsp.JspCompiler.createApplication(JspCompiler.java:257)
     [exec] at com.caucho.jsp.JspCompiler.main(JspCompiler.java:536)
     [exec] Exception in thread "main"

There are no notes attached to this issue.