google-code-export / activeweb

Automatically exported from code.google.com/p/activeweb
0 stars 0 forks source link

If compiler not found on classpath, needs to load a controller with default class loader #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
activeweb.ControllerLoadException: java.lang.ClassNotFoundException: 
com.sun.tools.javac.Main
    at activeweb.ControllerFactory.getControllerClass(ControllerFactory.java:56)
    at activeweb.ControllerFactory.createControllerInstance(ControllerFactory.java:62)
    at activeweb.Router.recognize(Router.java:66)
    at activeweb.RequestDispatcher.doFilter(RequestDispatcher.java:95)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:440)
    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

Original issue reported on code.google.com by ipolevoy@gmail.com on 4 May 2011 at 10:24