hi all, i have a simple mvn2 project that i decided to put on continuum i have configured continuum to run clean install and site targets
problem is that when the site is generated, and i go to check the generated reports (By selecting working copy and drilling down to target/site directory), i have following results: - Surefire report works fine - CPD report works fine -PMD report works fine but Cobertura, Javadoc , Source Xref and TestSource Xref ends up with big exception like ClassNOtFoundException here's detail of exception INFO | jvm 1 | 2007/09/17 21:01:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: allclasses-frame.html INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:01:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:01:20 | INFO | jvm 1 | 2007/09/17 21:01:20 | 21:01:20.432 WARN!! Exception for /continuum/servlet/TestApp/package-summary.html INFO | jvm 1 | 2007/09/17 21:01:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: TestApp INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:01:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:01:20 | INFO | jvm 1 | 2007/09/17 21:01:20 | 21:01:20.873 WARN!! Exception for /continuum/servlet/file=2/target/site/apidocs/index.html INFO | jvm 1 | 2007/09/17 21:01:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: file=2 INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:01:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:01:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:01:20 | INFO | jvm 1 | 2007/09/17 21:06:20 | 21:06:19.999 WARN!! Exception for /continuum/servlet/frame-packages.html INFO | jvm 1 | 2007/09/17 21:06:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: frame-packages.html INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:06:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:06:20 | INFO | jvm 1 | 2007/09/17 21:06:20 | 21:06:20.295 WARN!! Exception for /continuum/servlet/frame-sourcefiles.html INFO | jvm 1 | 2007/09/17 21:06:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: frame-sourcefiles.html INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:06:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:06:20 | INFO | jvm 1 | 2007/09/17 21:06:20 | 21:06:20.301 WARN!! Exception for /continuum/servlet/frame-summary.html INFO | jvm 1 | 2007/09/17 21:06:20 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: frame-summary.html INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:06:20 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:06:20 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:06:20 | INFO | jvm 1 | 2007/09/17 21:08:15 | 21:08:15.173 WARN!! Exception for /continuum/servlet/overview-frame.html INFO | jvm 1 | 2007/09/17 21:08:15 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: overview-frame.html INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:15 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:15 | INFO | jvm 1 | 2007/09/17 21:08:15 | 21:08:15.501 WARN!! Exception for /continuum/servlet/allclasses-frame.html INFO | jvm 1 | 2007/09/17 21:08:15 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: allclasses-frame.html INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:15 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:15 | INFO | jvm 1 | 2007/09/17 21:08:15 | 21:08:15.623 WARN!! Exception for /continuum/servlet/overview-summary.html INFO | jvm 1 | 2007/09/17 21:08:15 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: overview-summary.html INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:15 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:15 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:15 | INFO | jvm 1 | 2007/09/17 21:08:18 | 21:08:18.486 WARN!! Exception for /continuum/servlet/overview-frame.html INFO | jvm 1 | 2007/09/17 21:08:18 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: overview-frame.html INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:18 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:18 | INFO | jvm 1 | 2007/09/17 21:08:18 | 21:08:18.639 WARN!! Exception for /continuum/servlet/allclasses-frame.html INFO | jvm 1 | 2007/09/17 21:08:18 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: allclasses-frame.html INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:18 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:18 | INFO | jvm 1 | 2007/09/17 21:08:18 | 21:08:18.691 WARN!! Exception for /continuum/servlet/overview-summary.html INFO | jvm 1 | 2007/09/17 21:08:18 | javax.servlet.UnavailableException: java.lang.ClassNotFoundException: overview-summary.html INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.Invoker.service(Invoker.java:154) INFO | jvm 1 | 2007/09/17 21:08:18 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch( WebApplicationHandler.java:294) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.jetty.servlet.WebApplicationContext.handle( WebApplicationContext.java:525) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 1 | 2007/09/17 21:08:18 | at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) INFO | jvm 1 | 2007/09/17 21:08:18 | Now, if go to the command line and type mvn site in my project, it will generate a proper site that i am able to see without any problem.. so to me it looks like it's a continuum problem.. i am using version 1.0.3. am i forgetting some config parameters? thanks in advance and regards marco
