[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsp error : No Java compiler available

cgo do-not-reply at jboss.com
Tue Sep 18 16:52:40 EDT 2007


I still have this issue, however when setting jboss logs to debug I see the 2 NoClassDefFoundError exceptions below. I checked and the first class is in jasper-jdt.jar in the web deployer while the second one I could not find it, so I dropped ant.jar which contains it in the web deployer, but still it doesn't find any of the class. Any idea of what is wrong here ? Is jboss missing some files ?

Throwable
java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/env/INameEnvironment
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:164)
	at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:238)
	at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:217)
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)

Throwable
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:164)
	at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:238)
	at org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:219)
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561)
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085746#4085746

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085746



More information about the jboss-user mailing list