You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Emmanuel Venisse <em...@venisse.net> on 2005/12/12 10:11:24 UTC

[Fwd: Re: Perforce provider generates error]

Thanks, Emmanuel

I'm trying 1.0.2 today. The error I had previously is gone but I get another one: "Provider message: Unable to sync" which, probably, means that my p4 client is not configured correctly. Just to make sure that I'm doing the right thing here're my settings(can you verify?) -

1. I'm using maven2
2. Here's a scm snippet from pom.xml
	<scm>
	<connection>
scm:perforce:t_user@corpmetro:1666:///depot/CRUD/securityApp
	</connection>
	</scm>
	<ciManagement>
		<system>continuum</system>
		<notifiers>
			<notifier>
				<type>mail</type>
				<configuration>
					<address>foo@foo.com</address>
				</configuration>
			</notifier>
		</notifiers>
	</ciManagement>
 
Regards,

Robert Stone
 
-----Original Message-----
From: Emmanuel Venisse [mailto:emmanuel@venisse.net] 
Sent: Friday, December 09, 2005 12:54 AM
To: continuum-users@maven.apache.org
Subject: Re: Perforce provider generates error

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,
> 
>