Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 98650 invoked from network); 23 Apr 2007 08:38:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 08:38:24 -0000 Received: (qmail 68860 invoked by uid 500); 23 Apr 2007 08:38:29 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 68836 invoked by uid 500); 23 Apr 2007 08:38:28 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 68825 invoked by uid 99); 23 Apr 2007 08:38:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 01:38:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 01:38:21 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Hfu3c-0003ec-CD for continuum-users@maven.apache.org; Mon, 23 Apr 2007 01:38:00 -0700 Message-ID: <10135898.post@talk.nabble.com> Date: Mon, 23 Apr 2007 01:38:00 -0700 (PDT) From: monsterkhan To: continuum-users@maven.apache.org Subject: Re: Exception: Cannot checkout sources. 7 In-Reply-To: <46291EF3.7070409@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: asif1khan@hsbc.co.in References: <10105667.post@talk.nabble.com> <46291EF3.7070409@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org Hi Emmanuel, Well the stack trace doesnt look too helpful to me, what exactly I was looking for was the list of descriptions of different continuum exceptions as that might make it easy to analyse the causes of the exceptions. To the best of my guess theres some issue in the way I am giving the path t= o the SCM i.e MKS, But what exactly is the reason is beating me. If someone gets an idea from this please help :) Here is the relevant part of pom.xml config tht I think is causing the trouble. test-continuum jar 1.0-SNAPSHOT test-continuum http://maven.apache.org =20 scm:mks|hostname=3D"hostName"|port=3D"1234"|username=3D"XXXXXX"= |password=3D"something"|project=3D/repos/XYZ/ABC/test-continuum/project.pj|= devpath=3D|revision=3D =20 scm:mks|hostname=3D"hostName"|port=3D"1234"|username= =3D"XXXXXX"|password=3D"something"|project=3D|devpath=3D|revision=3D hostName:port/repos/ABC/XYZ/test-continuum/project.pj And here is the stack trace... 23 09:09:18,716 [Thread-2] INFO ContinuumScm - Checking out project: 'test-continuum', id: '26' to 'C:\continuum-1.0.3\bin\win32\..\..\apps\continuum\working-directory\26'. INFO | jvm 3 | 2007/04/23 09:09:18 | 2007-04-23 09:09:18,746 [SocketListener0-0] WARN SQL - Object with id "0" not found ! INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,536 [SocketListener0-1] WARN SQL - Object with id "0" not found ! INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,536 [SocketListener0-1] WARN ViewContextPopulator - Cannot find a value for the expression getProject(#id)in org.apache.maven.continuum.DefaultContinuum@1767553 INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,546 [SocketListener0-1] WARN SQL - Object with id "0" not found ! INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,546 [SocketListener0-1] WARN ViewContextPopulator - Cannot find a value for the expression getBuildResultsForProject(#id)in org.apache.maven.continuum.DefaultContinuum@1767553 INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,566 [SocketListener0-1] ERROR VelocityComponent - Method addPathInfo threw exception for reference $link in template screens/ProjectBuilds.vm at [14,26] INFO | jvm 3 | 2007/04/23 09:10:00 | 2007-04-23 09:10:00,566 [SocketListener0-1] ERROR Renderer:velocity - Error rendering template:=20 INFO | jvm 3 | 2007/04/23 09:10:00 | java.lang.NullPointerException INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.util.UriBuilder.addPathInfo(UriBuilder.java:263) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3= 9) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.java:25) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at java.lang.reflect.Method.invoke(Method.java:324) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(U= berspectImpl.java:267) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:19= 7) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.j= ava:175) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.jav= a:327) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.j= ava:51) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirect= ive.java:95) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatemen= t.java:70) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:2= 30) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.apache.velocity.Template.merge(Template.java:256) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.renderer.VelocityRenderer.render(VelocityRendere= r.java:70) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.renderer.AbstractRenderer.render(AbstractRendere= r.java:42) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.display.ClassicBufferedDisplay.render(ClassicBuf= feredDisplay.java:88) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.pipeline.valve.DisplayValve.invoke(DisplayValve.= java:48) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipelin= e.java:70) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHand= ler.java:294) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContex= t.java:525) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpServer.service(HttpServer.java:879) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) INFO | jvm 3 | 2007/04/23 09:10:00 | =09at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) Emmanuel Venisse wrote: >=20 > Without the full stacktrace, it isn't easy to analyze ;) >=20 > Emmanuel >=20 > monsterkhan a =C3=A9crit : >> I am getting this exception when try to build my project. I am building >> it >> using maven2 with MKS. Does anyone has an idea abou the exact nature of >> this >> exception. >>=20 >> Thanks in advance. >>=20 >>=20 >=20 >=20 >=20 --=20 View this message in context: http://www.nabble.com/Exception%3A--Cannot-ch= eckout-sources.-7-tf3619280.html#a10135898 Sent from the Continuum - Users mailing list archive at Nabble.com.