One of our jenkins clients nodes fails while executing jobs, that uses 
subversion.
The node is on Windows XP.
Jenkins ver. 1.590 , subversion plugin 2.4.5 
<http://hudson-vm.pilsen.kadel.cz:8080/pluginManager/plugin/subversion/thirdPartyLicenses>.
 
Slave.jar is upgraded. 

Do somebody knows, where si the problem?
The locale en_GB is taken from OS. I tried to change locale to en_US in 
windows, but the error was still present (only with en_US).


Building remotely on x in workspace c:\jenkins\workspace\test
java.io.IOException: remote file operation failed: c:\jenkins\workspace\test at 
hudson.remoting.Channel@1ae9465:x: java.io.IOException: Remote call on x failed
        at hudson.FilePath.act(FilePath.java:977)
        at hudson.FilePath.act(FilePath.java:959)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:910)
        at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:845)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1259)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
        at hudson.model.Run.execute(Run.java:1759)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:89)
        at hudson.model.Executor.run(Executor.java:240)
Caused by: java.io.IOException: Remote call on x failed
        at hudson.remoting.Channel.call(Channel.java:760)
        at hudson.FilePath.act(FilePath.java:970)
        ... 11 more
Caused by: java.lang.ExceptionInInitializerError
        at hudson.model.Node$Mode.<clinit>(Node.java:519)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.lang.Class.getEnumConstantsShared(Class.java:2942)
        at java.lang.Class.getEnumConstants(Class.java:2920)
        at jenkins.model.Jenkins.<clinit>(Jenkins.java:4234)
        at hudson.scm.SubversionSCM.descriptor(SubversionSCM.java:2509)
        at 
hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:1059)
        at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1049)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:981)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:961)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
        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:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at hudson.remoting.Engine$1$1.run(Engine.java:63)
        at java.lang.Thread.run(Thread.java:619)
        at ......remote call to x(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)
        ... 12 more
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
javax.servlet.LocalStrings, locale en_GB
        at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
        at javax.servlet.GenericServlet.<clinit>(GenericServlet.java:95)
        at hudson.model.Node$Mode.<clinit>(Node.java:519)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at java.lang.Class.getEnumConstantsShared(Class.java:2942)
        at java.lang.Class.getEnumConstants(Class.java:2920)
        at jenkins.model.Jenkins.<clinit>(Jenkins.java:4234)
        at hudson.scm.SubversionSCM.descriptor(SubversionSCM.java:2509)
        at 
hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:1059)
        at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:1049)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:981)
        at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:961)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
        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:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at hudson.remoting.Engine$1$1.run(Engine.java:63)
        at java.lang.Thread.run(Thread.java:619)
Collecting metadata...
Notifying upstream projects of job completion
Finished: FAILURE

-- 
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/49d3c6bf-72e9-45c9-80a9-6724d0ca8150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to