Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27198

java.lang.NoSuchMethodError: createDefaultConfiguration on SVN plugin on slave after upgrading Jenkins

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • subversion-plugin
    • None
    • Subversion plugin 2.5 / Jenkins 1.600

      After upgrading to Jenkins 1.600 now one of my jobs fail with following exception when trying to build on one of the slaves:

      Building remotely on slave2 in workspace /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS
      java.io.IOException: remote file operation failed: /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS at hudson.remoting.Channel@89ed8e7:slave2: java.io.IOException: Remote call on slave2 failed
      at hudson.FilePath.act(FilePath.java:985)
      at hudson.FilePath.act(FilePath.java:967)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
      at hudson.scm.SCM.checkout(SCM.java:484)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:87)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
      at hudson.model.Run.execute(Run.java:1717)
      at hudson.matrix.MatrixBuild.run(MatrixBuild.java:307)
      at hudson.model.ResourceController.execute(ResourceController.java:89)
      at hudson.model.Executor.run(Executor.java:240)
      at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
      Caused by: java.io.IOException: Remote call on slave2 failed
      at hudson.remoting.Channel.call(Channel.java:760)
      at hudson.FilePath.act(FilePath.java:978)
      at hudson.FilePath.act(FilePath.java:967)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
      at hudson.scm.SCM.checkout(SCM.java:484)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
      at hudson.model.Run.execute(Run.java:1717)
      at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
      ... 3 more
      Caused by: java.lang.NoSuchMethodError: createDefaultConfiguration
      at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.getConfigFile(DefaultSVNOptions.java:779)
      at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.isAuthStorageEnabled(DefaultSVNOptions.java:199)
      at hudson.scm.SVNAuthenticationManager.<init>(SVNAuthenticationManager.java:40)
      at hudson.scm.SubversionSCM.createSvnAuthenticationManager(SubversionSCM.java:1060)
      at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1035)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:968)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:948)
      at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
      at hudson.remoting.UserRequest.perform(UserRequest.java:121)
      at hudson.remoting.UserRequest.perform(UserRequest.java:49)
      at hudson.remoting.Request$2.run(Request.java:324)
      at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
      at java.lang.Thread.run(Thread.java:662)
      at ......remote call to slave2(Native Method)
      at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
      at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
      at hudson.remoting.Channel.call(Channel.java:752)
      ... 14 more
      Retrying after 10 seconds
      java.io.IOException: remote file operation failed: /home/appusr/jenkins/workspace/_BUILD_ESB_ARTIFACTS at hudson.remoting.Channel@89ed8e7:slave2: java.io.IOException: Remote call on slave2 failed
      at hudson.FilePath.act(FilePath.java:985)
      at hudson.FilePath.act(FilePath.java:967)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
      at hudson.scm.SCM.checkout(SCM.java:484)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:87)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:533)
      at hudson.model.Run.execute(Run.java:1717)
      at hudson.matrix.MatrixBuild.run(MatrixBuild.java:307)
      at hudson.model.ResourceController.execute(ResourceController.java:89)
      at hudson.model.Executor.run(Executor.java:240)
      at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43)
      Caused by: java.io.IOException: Remote call on slave2 failed
      at hudson.remoting.Channel.call(Channel.java:760)
      at hudson.FilePath.act(FilePath.java:978)
      at hudson.FilePath.act(FilePath.java:967)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:897)
      at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:833)
      at hudson.scm.SCM.checkout(SCM.java:484)
      at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
      at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
      at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
      at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
      at hudson.model.Run.execute(Run.java:1717)
      at hudson.matrix.MatrixBuild.run(MatrixBuild.java:306)
      ... 3 more
      Caused by: java.lang.NoSuchMethodError: createDefaultConfiguration
      at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.getConfigFile(DefaultSVNOptions.java:779)
      at org.tmatesoft.svn.core.internal.wc.DefaultSVNOptions.isAuthStorageEnabled(DefaultSVNOptions.java:199)
      at hudson.scm.SVNAuthenticationManager.<init>(SVNAuthenticationManager.java:40)
      at hudson.scm.SubversionSCM.createSvnAuthenticationManager(SubversionSCM.java:1060)
      at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1035)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:968)
      at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:948)
      at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688)
      at hudson.remoting.UserRequest.perform(UserRequest.java:121)
      at hudson.remoting.UserRequest.perform(UserRequest.java:49)
      at hudson.remoting.Request$2.run(Request.java:324)
      at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
      at java.lang.Thread.run(Thread.java:662)
      at ......remote call to slave2(Native Method)
      at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
      at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
      at hudson.remoting.Channel.call(Channel.java:752)
      ... 14 more
      Notifying upstream projects of job completion
      Finished: FAILURE

            recena Manuel Recena Soto
            fmiguelez Fernando Miguelez
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: