Hello,

In case anyone runs into it in the future:

When I got the exception:

2014-03-20 17:35:20,800 ERROR mortbay.log (Slf4jLog.java:warn(87)) -
/ntlm.jsp
java.lang.IllegalStateException: No Java compiler available
    at
org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:224)
    at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:559)
    at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
    at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
    at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)
    at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
    at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
    at
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)


When debugging protocol-httpclient test in eclipse adding the jar
jasper-compiler-jdt-5.5.12.jar
to the eclipse libs solved it for me.

I tried to edit the "Running Nutch in Eclipse" page in the wiki but it was
marked as Immutable.

Reply via email to