"No Java compiler available" on SLES11SP1 and tomcat6

Posted on Wed 27 June 2012 in Linux • Tagged with java, SLES11, SUSE Linux Enterprise Server, tomcat, linux, notepad • 1 min read

On one of my two sle11 machines i had a java exception which i could not explain.

java.lang.IllegalStateException: No Java compiler available
    org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:229)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:581)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
    org …

Continue reading