All,

I just observed something in production that caused all kinds of weirdness.

java.lang.NullPointerException: Cannot invoke "java.io.File.toURI()" because "base" is null
org.apache.jasper.JspCompilationContext.createOutputDir(JspCompilationContext.java:676)
at org.apache.jasper.JspCompilationContext.getOutputDir(JspCompilationContext.java:196) at org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:530)
   at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:441)
   at org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:412)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:584) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:379) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:356)
   at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:307)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)


It looks like the value of javax.servlet.context.tempdir became null at some point.

Has anyone ever seen anything like that? My application never does anything directly with that value other than read it.

-chris


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to