[ https://issues.jenkins-ci.org/browse/JENKINS-10771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161184#comment-161184 ]
peter_schuetze commented on JENKINS-10771: ------------------------------------------ I had a similar issue today. (Windows Master, AIX client) AND we found the solution. The temp folder was full. After cleaning up the temp folder. Everything worked fine again. 07:49:33 Building remotely on devocnswasa 07:50:09 hudson.util.IOException2: remote file operation failed: /jenkins/Hudson/cmicci/workspace/OCNS_Deploy2WAS at hudson.remoting.Channel@6499fc:devocnswasa 07:50:09 at hudson.FilePath.act(FilePath.java:779) 07:50:09 at hudson.FilePath.act(FilePath.java:765) 07:50:09 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743) 07:50:09 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685) 07:50:09 at hudson.model.AbstractProject.checkout(AbstractProject.java:1195) 07:50:09 at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:573) 07:50:09 at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:462) 07:50:09 at hudson.model.Run.run(Run.java:1404) 07:50:09 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 07:50:09 at hudson.model.ResourceController.execute(ResourceController.java:88) 07:50:09 at hudson.model.Executor.run(Executor.java:238) 07:50:09 Caused by: java.io.IOException: Remote call on devocnswasa failed 07:50:09 at hudson.remoting.Channel.call(Channel.java:690) 07:50:09 at hudson.FilePath.act(FilePath.java:772) 07:50:09 ... 10 more 07:50:09 Caused by: java.lang.Error: Unable to load resource hudson/model/Messages.properties 07:50:09 at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:202) 07:50:09 at java.lang.ClassLoader.getResource(ClassLoader.java:431) 07:50:09 at java.lang.Class.getResource(Class.java:1170) 07:50:09 at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83) 07:50:09 at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102) 07:50:09 at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102) 07:50:09 at org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139) 07:50:09 at hudson.model.Messages.Node_Mode_NORMAL(Messages.java:1685) 07:50:09 at hudson.model.Node$Mode.<clinit>(Node.java:432) 07:50:09 at java.lang.J9VMInternals.initializeImpl(Native Method) 07:50:09 at java.lang.J9VMInternals.initialize(J9VMInternals.java:196) 07:50:09 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 07:50:09 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) 07:50:09 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 07:50:09 at java.lang.reflect.Method.invoke(Method.java:618) 07:50:09 at java.lang.Class.getEnumConstants(Class.java:1755) 07:50:09 at jenkins.model.Jenkins.<clinit>(Jenkins.java:3662) 07:50:09 at java.lang.J9VMInternals.initializeImpl(Native Method) 07:50:09 at java.lang.J9VMInternals.initialize(J9VMInternals.java:196) 07:50:09 at java.lang.J9VMInternals.initialize(J9VMInternals.java:161) 07:50:09 at hudson.scm.SubversionWorkspaceSelector.syncWorkspaceFormatFromMaster(SubversionWorkspaceSelector.java:85) 07:50:09 at hudson.scm.SubversionSCM.createSvnClientManager(SubversionSCM.java:823) 07:50:09 at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766) 07:50:09 at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753) 07:50:09 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2030) 07:50:09 at hudson.remoting.UserRequest.perform(UserRequest.java:118) 07:50:09 at hudson.remoting.UserRequest.perform(UserRequest.java:48) 07:50:09 at hudson.remoting.Request$2.run(Request.java:287) 07:50:09 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:432) 07:50:09 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284) 07:50:09 at java.util.concurrent.FutureTask.run(FutureTask.java:138) 07:50:09 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:678) 07:50:09 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:703) 07:50:09 at java.lang.Thread.run(Thread.java:811) 07:50:09 Caused by: java.io.IOException: There is not enough space in the file system. 07:50:09 at java.io.FileOutputStream.write(FileOutputStream.java:277) 07:50:09 at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:271) 07:50:09 at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:198) 07:50:09 ... 33 more > hudson.util.IOException2: remote file operation failed > ------------------------------------------------------ > > Key: JENKINS-10771 > URL: https://issues.jenkins-ci.org/browse/JENKINS-10771 > Project: Jenkins > Issue Type: Bug > Components: master-slave > Affects Versions: current > Environment: node: Windows Server 2008 R2, amd64 - Intel64 Family 6 > Model 15 Stepping 1, GenuineIntel, jvm 1.6.0_25-b06 > master: AIX > Reporter: Thorsten Löber > > After upgrading jenkins from 1.415 to 1.426 we cannot build anymore any > project on our windows node. We get the exception: > Building remotely on WSJENKINSDEV01 > hudson.util.IOException2: remote file operation failed: d:\Program > Files\jenkins_slave\workspace\TASC Workbench at > hudson.remoting.Channel@4f854f85:WSJENKINSDEV01 > at hudson.FilePath.act(FilePath.java:754) > at hudson.FilePath.act(FilePath.java:740) > at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:731) > at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:676) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1193) > at > hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:555) > at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:443) > at hudson.model.Run.run(Run.java:1376) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:230) > Caused by: java.io.IOException: Remote call on WSJENKINSDEV01 failed > at hudson.remoting.Channel.call(Channel.java:677) > at hudson.FilePath.act(FilePath.java:747) > ... 10 more > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > hudson.model.Hudson > at > hudson.scm.SubversionWorkspaceSelector.syncWorkspaceFormatFromMaster(SubversionWorkspaceSelector.java:85) > at > hudson.scm.SubversionSCM.createSvnClientManager(SubversionSCM.java:808) > at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:751) > at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:738) > at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994) > at hudson.remoting.UserRequest.perform(UserRequest.java:118) > at hudson.remoting.UserRequest.perform(UserRequest.java:48) > at hudson.remoting.Request$2.run(Request.java:287) > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(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) > As soon as we rollback, we are able again to build the project. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira