Emmanual, got no luck.... Well let me explain what i did first, i might be doing something wrong
i started continuum with my username, and laucnhed a build (whic includes the target site) continuum generated the directory site in following place opt/continuum-1.0.3 /apps/continuum/working-directory/2/target/site/cobertura/index.html if i go there ((by browsing directories on linux file system) and click on index.html, then everything is working fine, i can see every report etc. HOWEVER if i try to look at the same directory via continuum (i can do by clicking on my appplication, then click on 'Working Copy tab'... (which will show the directory structure of my application, here's the URL http://localhost:8080/continuum/servlet/continuum/target/WorkingCopy.vm/view/WorkingCopy/id/2 ) then i will see the same structure i see in th working-directory dir under continuum from here (in the browser), if i drill down to index.html and then choose for example cobertura report i will get this URL from browser http://localhost:8080/continuum/servlet/browse?file=2/target/site/cobertura/index.html and this will result in an exception displayed in the page RequestURI=/continuum/servlet/frame-summary.html so, yes the site gets generated properly, but i cannot see it via continuum console, that's all problem i got. i thought it was possible, probably i am missing some settings..... could you give me some help? thanks and regards marco On 9/18/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > hELLO, > mm now that i think about it, mayb not as i have scheduled an automatic > startup task in Linux.. > i will try to startup continuum from command line and launch a build to > see what happens.. > > i'll try and let youknow > > thanks and regards > Marco On 9/18/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > > I don't see why some reports works and not others. > > Continuum launch mvn lilke you do it from the command line. > > > > Do you use the same user to run continuum and the mvn command line? > > > > Emmanuel > > > > Marco Mistroni a écrit : > > > 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 > > > > > > > >
