|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Ah, thank you, I missed that distinction. I see that you have released 2.5 of the Merge plugin, so I'm giving that a try. Thanks for the fast response!
No joy, but at least it's a different error. Subversion plugin 2.5, svnmerge plugin 2.5, Jenkins 1.595. I'm running against a Subversion 1.6 repo, if that makes a difference.
=========================================================================================
13:38:27 [EnvInject] - Variables injected successfully.
13:38:28 Updating workspace to the latest revision
13:38:33 At revision 44571
13:38:34 FATAL: null
13:38:34 java.lang.NullPointerException
13:38:34 at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.parseDir(SVNWCDb.java:1848)
13:38:34 at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.obtainWcRoot(SVNWCDb.java:6245)
13:38:34 at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.readInfo(SVNWCDb.java:3531)
13:38:34 at org.tmatesoft.svn.core.internal.wc17.db.SVNWCDb.readInfo(SVNWCDb.java:3527)
13:38:34 at org.tmatesoft.svn.core.internal.wc17.SVNWCContext.getNodeUrl(SVNWCContext.java:1088)
13:38:34 at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getTargetURL(SvnNgRepositoryAccess.java:234)
13:38:34 at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:33)
13:38:34 at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:46)
13:38:34 at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:31)
13:38:34 at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)
13:38:34 at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)
13:38:34 at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
13:38:34 at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2523)
13:38:34 at jenkins.plugins.svnmerge.FeatureBranchProperty$1.invoke(FeatureBranchProperty.java:201)
13:38:34 at jenkins.plugins.svnmerge.FeatureBranchProperty$1.invoke(FeatureBranchProperty.java:172)
13:38:34 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2677)
13:38:34 at hudson.remoting.UserRequest.perform(UserRequest.java:121)
13:38:34 at hudson.remoting.UserRequest.perform(UserRequest.java:49)
13:38:34 at hudson.remoting.Request$2.run(Request.java:324)
13:38:34 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
13:38:34 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
13:38:34 at java.util.concurrent.FutureTask.run(FutureTask.java:166)
13:38:34 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
13:38:34 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
13:38:34 at java.lang.Thread.run(Thread.java:724)
13:38:34 at ......remote call to jenkins-slave023(Native Method)
13:38:34 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
13:38:34 at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
13:38:34 at hudson.remoting.Channel.call(Channel.java:752)
13:38:34 at hudson.FilePath.act(FilePath.java:970)
13:38:34 at hudson.FilePath.act(FilePath.java:959)
13:38:34 at jenkins.plugins.svnmerge.FeatureBranchProperty.rebase(FeatureBranchProperty.java:172)
13:38:34 at jenkins.plugins.svnmerge.RebaseAction.perform(RebaseAction.java:115)
13:38:34 at jenkins.plugins.svnmerge.RebaseBuilder.perform(RebaseBuilder.java:50)
13:38:34 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
13:38:34 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
13:38:34 at hudson.model.Build$BuildExecution.build(Build.java:199)
13:38:34 at hudson.model.Build$BuildExecution.doRun(Build.java:160)
13:38:34 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
13:38:34 at hudson.model.Run.execute(Run.java:1759)
13:38:34 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
13:38:34 at hudson.model.ResourceController.execute(ResourceController.java:89)
13:38:34 at hudson.model.Executor.run(Executor.java:240)