Export to GitHub

jigomerge - issue #29

Crash when resetting workspace


Posted on Nov 6, 2013 by Happy Monkey

What steps will reproduce the problem? 1. running jigomerge to merge from branch to trunk 2. 3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system? 0.7 and jenkins-1.538-1.1.noarch with subversion subversion-1.6.11-9.el6_4.x86_64 (Centos 6.4)

Please provide any additional information below. [DEBUG] exit value : 0 Merge is finished ! return : {status=true, conflictingRevisions=[], conflictingLogs={}, conflictingDiffs={}, conflictingFiles={}} class java.lang.RuntimeException # Failed to reset workspace ! java.lang.RuntimeException: Failed to reset workspace ! at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:102) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:54) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:182) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:190) at SvnMergeTool.resetWorkspace(script1000006.groovy:283) at SvnMergeTool.launchSvnMerge(script1000006.groovy:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1079) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:903) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:723) at SvnMergeTool.invokeMethod(script1000006.groovy) at hudson.plugins.jigomerge.JigomergeBuilder.perform(JigomergeBuilder.java:101) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:781) at hudson.model.Build$BuildExecution.build(Build.java:199) at hudson.model.Build$BuildExecution.doRun(Build.java:160) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) at hudson.model.Run.execute(Run.java:1679) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:230) Build step 'Perform svn merge with Jigomerge' changed build result to FAILURE An attempt to send an e-mail to empty list of recipients, ignored. Finished: FAILURE

Status: New

Labels:
Type-Defect Priority-Medium