hi
I'm happy to see a perforce tester for Continuum.
You don't need to use beta-3-SNAPSHOT, but beta-2 of maven-scm.
PErforce provider isn't the only one jar to add/update. You need to update too :
maven-scm-api and maven-scm-manager-plexus.
I'll release continuum 1.0.2 today and all jars will be in it, but if you can test it before and
send us the result, it will be great.
Emmanuel
Stone, Robert a écrit :
Hi,
Running continuum-1.0.1 on Linux, Java(TM) 2 Runtime Environment,
Standard Edition (build 1.4.2_08-b03)
I've added maven-scm-provider-perforce-1.0-beta-3-SNAPSHOT.jar to
/opt/continuum-1.0.1/apps/continuum/lib.
After I restart continuum and attempt to access the site the following
exception is generated which is displayed in browser and duplicated in
the log file
INFO | jvm 1 | 2005/12/08 18:07:12 |
javax.servlet.ServletException: could not lookup service
org.codehaus.plexus.summit.pipeline.Pipeline
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.codehaus.plexus.servlet.PlexusServletUtils.lookup(PlexusServletUtils
.java:82)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.codehaus.plexus.servlet.PlexusServlet.lookup(PlexusServlet.java:59)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.codehaus.plexus.summit.Summit.doGet(Summit.java:52)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.Invoker.service(Invoker.java:184)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:294)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:525)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpServer.service(HttpServer.java:879)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218
)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
INFO | jvm 1 | 2005/12/08 18:07:12 | at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
INFO | jvm 1 | 2005/12/08 18:07:12 |
-----------------------------------------------------
INFO | jvm 1 | 2005/12/08 18:07:12 | this realm =
plexus.application.continuum
Am I missing some dependencies?
Thanks,