ArneD a écrit :
Hello Emmanuel,
I've seen that you closed issue CONTINUUM-780 in the meanwhile. Are there
chances to replace just one module in my Continuum 1.0.3 installation by a
snapshot version to get the fix? Thanks for a short hint in which module you
fixed it.
I don't think you can change the jar in 1.0.3 with a 1.1-SNAPSHOT.
You can checkout the 1.0.3 tag, apply my patch on continuum-core and build it.
BTW, did you have a look at SCM-231?
Quickly, it seems to be good but I need few minutes more. I'll try to look at
it in details next week.
Emmanuel
Regards,
Arne
ArneD wrote:
Hello Emmanuel,
i added a comment to the existing issue at
http://jira.codehaus.org/browse/CONTINUUM-780 because it's the same
stacktrace.
Regards,
Arne
Emmanuel Venisse wrote:
Can you file an issue?
Emmanuel
ArneD a écrit :
It's Continuum 1.0.3, but I've updated maven-scm-api and
maven-scm-provider-local (snapshot version
maven-scm-provider-local-1.0-20060616.154545-4.jar).
Arne
Emmanuel Venisse wrote:
What is your continuum version and your scm?
Emmanuel
ArneD a écrit :
Hi,
occasionally some of our builds are failing during scheduled builds.
Forced
builds are working fine. I see the following stacktrace:
org.apache.maven.continuum.scm.ContinuumScmException: Cannot checkout
sources.
at
org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:276)
at
org.apache.maven.continuum.core.action.UpdateWorkingDirectoryFromScmContinuumAction.execute(UpdateWorkingDirectoryFromScmContinuumAction.java:58)
at
org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:166)
at
org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:47)
at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:103)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException
at
org.apache.maven.continuum.scm.DefaultContinuumScm.convertScmResult(DefaultContinuumScm.java:414)
at
org.apache.maven.continuum.scm.DefaultContinuumScm.updateProject(DefaultContinuumScm.java:244)
... 5 more
It seems to be the following issue. A difference is that not all
builds
are
failing, and the problems do not occur every time.
http://jira.codehaus.org/browse/CONTINUUM-780
Any ideas how to resolve it yet? Is somebody working on it?
Regards, Arne