we are getting the same issue, it is resolved once we restarted the slave service in the unix client.
but i want to understand what is the root cause for this problem, because in my case it is failing the git clone operations it self. On Wednesday, September 5, 2012 at 1:51:44 PM UTC+5:30, Jerome Lacoste wrote: > > For the record, I encountered the following exception on a slave on Amazon > ec2 (Windows 2008 R2 64bits). > > Restarting the Jenkins service solved it. > > > hudson.util.IOException2: remote file operation failed: > c:\jenkins\workspace\Project-1.x-win32_wix at > hudson.remoting.Channel@1325e8eb:ec2-windows-01 > at hudson.FilePath.act(FilePath.java:838) > at hudson.FilePath.act(FilePath.java:824) > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1064) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1256) > at > hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494) > at hudson.model.Run.execute(Run.java:1502) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:236) > Caused by: java.io.IOException: Remote call on ec2-windows-01 failed > at hudson.remoting.Channel.call(Channel.java:672) > at hudson.FilePath.act(FilePath.java:831) > ... 10 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > jenkins.model.Jenkins$MasterComputer > at hudson.Launcher$LocalLauncher.<init>(Launcher.java:691) > at hudson.plugins.git.GitAPI.<init>(GitAPI.java:65) > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1072) > at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1064) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:326) > at > hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at hudson.remoting.Engine$1$1.run(Engine.java:60) > at java.lang.Thread.run(Unknown Source) > Archiving artifacts > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6783f816-ac7d-4442-8d60-6bb6ff0ae469%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
