Re: Exception: Cannot checkout sources. 7

2007-04-23 Thread monsterkhan

That is something that I get in the failed build list on the front-end and
not in the stack trace :) apologies for not making that clear in the first
go.



Emmanuel Venisse wrote:
> 
> I don't see "Cannot checkout sources" messages in this stacktrace.
> 
> Emmanuel
> 
> monsterkhan a écrit :
>> 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
>> to
>> 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
>> 
>>
>> scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=/repos/XYZ/ABC/test-continuum/project.pj|devpath=|revision=
>>
>> scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=|devpath=|revision=
>> 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
>> [EMAIL PROTECTED]
>> 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
>> [EMAIL PROTECTED]
>> 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: 
>> INFO   | jvm 3| 2007/04/23 09:10:00 | java.lang.NullPointerException
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.codehaus.plexus.summit.util.UriBuilder.addPathInfo(UriBuilder.java:263)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> java.lang.reflect.Method.invoke(Method.java:324)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:327)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:51)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:95)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.apache.velocity.Template.merge(Template.java:256)
>> INFO   | jvm 3| 2007/04/23 09:10:00 |at
>> org.codehaus.plexus.summit.renderer.Ve

Re: Exception: Cannot checkout sources. 7

2007-04-23 Thread Emmanuel Venisse

I don't see "Cannot checkout sources" messages in this stacktrace.

Emmanuel

monsterkhan a écrit :

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

   
scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=/repos/XYZ/ABC/test-continuum/project.pj|devpath=|revision=
   
scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=|devpath=|revision=

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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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: 
INFO   | jvm 3| 2007/04/23 09:10:00 | java.lang.NullPointerException

INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.util.UriBuilder.addPathInfo(UriBuilder.java:263)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
java.lang.reflect.Method.invoke(Method.java:324)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:327)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:51)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:95)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.Template.merge(Template.java:256)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.renderer.VelocityRenderer.render(VelocityRenderer.java:70)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.renderer.AbstractRenderer.render(AbstractRenderer.java:42)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.display.ClassicBufferedDisplay.render(ClassicBufferedDisplay.java:88)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.pi

Re: Exception: Cannot checkout sources. 7

2007-04-23 Thread monsterkhan

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

   
scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=/repos/XYZ/ABC/test-continuum/project.pj|devpath=|revision=
   
scm:mks|hostname="hostName"|port="1234"|username="XX"|password="something"|project=|devpath=|revision=
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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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: 
INFO   | jvm 3| 2007/04/23 09:10:00 | java.lang.NullPointerException
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.util.UriBuilder.addPathInfo(UriBuilder.java:263)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
java.lang.reflect.Method.invoke(Method.java:324)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:267)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:197)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:175)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:327)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:51)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:95)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:55)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:70)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:230)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.apache.velocity.Template.merge(Template.java:256)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.renderer.VelocityRenderer.render(VelocityRenderer.java:70)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.renderer.AbstractRenderer.render(AbstractRenderer.java:42)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.display.ClassicBufferedDisplay.render(ClassicBufferedDisplay.java:88)
INFO   | jvm 3| 2007/04/23 09:10:00 |   at
org.codehaus.plexus.summit.pipeline.valve.DisplayValve.invoke(DisplayValve.java:48)
INFO   | jvm 3| 2007/04/23 09:10:00 |   

Re: Exception: Cannot checkout sources. 7

2007-04-20 Thread Wendy Smoak

On 4/20/07, Morgovsky, Alexander (US - Glen Mills)
<[EMAIL PROTECTED]> wrote:


Hi.  Are there any latest release dates?  I personally am very interested in 
procuring the latest version.  Thanks.


The latest version is 1.0.3 which is available on the website.
http://maven.apache.org/continuum/

If you want to know when the next version will be out, watch the dev
list for more information-- it all happens there.

--
Wendy


RE: Exception: Cannot checkout sources. 7

2007-04-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi.  Are there any latest release dates?  I personally am very interested in 
procuring the latest version.  Thanks. 

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 20, 2007 4:14 PM
To: continuum-users@maven.apache.org
Subject: Re: Exception: Cannot checkout sources. 7

Without the full stacktrace, it isn't easy to analyze ;)

Emmanuel

monsterkhan a écrit :
> 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.
> 
> Thanks in advance.
> 
> 


This message (including any attachments) contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any 
action based on it, is strictly prohibited. [v.E.1]