[JIRA] (JENKINS-13776) Slave is unable to checkout svn due to missing resources

2020-02-01 Thread kuisathave...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ivan Fernandez Calvo updated  JENKINS-13776  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13776  
 
 
  Slave is unable to checkout svn due to missing resources   
 

  
 
 
 
 

 
Change By: 
 Ivan Fernandez Calvo  
 
 
Status: 
 Fixed but Unreleased Closed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.144243.1337057985000.10391.1580577361521%40Atlassian.JIRA.


[JIRA] (JENKINS-13776) Slave is unable to checkout svn due to missing resources

2012-05-16 Thread stephen.morri...@intecbilling.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162874#comment-162874
 ] 

Stephen Morrison edited comment on JENKINS-13776 at 5/17/12 1:23 AM:
-

Doesn't appear to be related to the subversion plugin.  It has now started 
happening for jobs that don't do any checkout, and on a different environment 
from the where the original problem was reported.  No changes have been made to 
the instance or the environment since the original report.  I'm happy to 
provide any further information that will help to track this down, it prevents 
us using these environments with Jenkins.  Bouncing the Jenkins instance and 
bouncing the slave machine doesn't seem to help.
{code}
Started
Building remotely on PPP VX.00 CT5 in workspace 
/ppp/home/pppx00c3/jenkins/workspace/ReplicateBuild
No emails were triggered.
FATAL: command execution failed
java.io.IOException: Remote call on PPP VX.00 CT5 failed
at hudson.remoting.Channel.call(Channel.java:655)
at hudson.Launcher$RemoteLauncher.launch(Launcher.java:798)
at hudson.Launcher$ProcStarter.start(Launcher.java:338)
at hudson.Launcher$ProcStarter.join(Launcher.java:345)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at 
hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710)
at hudson.model.Build$RunnerImpl.build(Build.java:178)
at hudson.model.Build$RunnerImpl.doRun(Build.java:139)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:480)
at hudson.model.Run.run(Run.java:1434)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:239)
Caused by: java.lang.Error: Unable to load resource 
hudson/model/Messages.properties
at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:202)
at java.lang.ClassLoader.getResource(ClassLoader.java:978)
at java.lang.Class.getResource(Class.java:2074)
at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
at 
org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
at 
org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
at hudson.model.Messages.Node_Mode_NORMAL(Messages.java:1733)
at hudson.model.Node$Mode.clinit(Node.java:432)
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:3845)
at hudson.model.Computer.clinit(Computer.java:1208)
at hudson.Launcher$LocalLauncher.init(Launcher.java:691)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:927)
at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:901)
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 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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 java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: 
/tmp/hudson-remoting8447610959433617636/hudson/model/Messages.properties (No 
such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:179)
at java.io.FileOutputStream.init(FileOutputStream.java:131)
at 
hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:270)
at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:198)
... 28 more
Build step 'Execute shell' marked build as failure
{code}

  was (Author: smorriso):
Doesn't appear to be related to the 

[JIRA] (JENKINS-13776) Slave is unable to checkout svn due to missing resources

2012-05-16 Thread stephen.morri...@intecbilling.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Morrison updated JENKINS-13776:
---

Priority: Minor  (was: Blocker)

Lowering priority right down.  Can be closed if reporting the real problem is 
java's fault rather than Jenkins.

 Slave is unable to checkout svn due to missing resources
 

 Key: JENKINS-13776
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13776
 Project: Jenkins
  Issue Type: Bug
  Components: ssh-slaves
Affects Versions: current
 Environment: Linux x86_64
 Java 1.6.0_16
 Jenkins 1.464
 ant   1.1 
 javadoc   1.0 
 offlineonfailure-plugin   1.0 
 groovy-postbuild  1.7 
 distfork  1.3 
 nested-view   1.7 
 PrioritySorter1.3 
 maven-plugin  1.464   
 subversion1.40
 cvs   1.6 
 build-pipeline-plugin 1.2 
 parameterized-trigger 2.14
 copyartifact  1.22
 join  1.15
 global-build-stats1.0 
 build-timeout 1.8 
 matrixtieparent   1.1 
 email-ext 2.16
 view-job-filters  1.17.2  
 nodelabelparameter1.1.3
 groovy1.12
 rebuild   1.10
 translation   1.8 
 ssh-slaves0.21
Reporter: Stephen Morrison
Assignee: Kohsuke Kawaguchi
Priority: Minor

 I get the following exception from one of my matrix jobs when the ssh slave 
 connects and attempts to checkout the svn repo.
 hudson.util.IOException2: remote file operation failed: 
 /ct/home/ct085/jenkins_parent/workspace/master_build at 
 hudson.remoting.Channel@581ec7bf:Main_Stream_CT
   at hudson.FilePath.act(FilePath.java:835)
   at hudson.FilePath.act(FilePath.java:821)
   at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
   at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
   at hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
   at 
 hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:586)
   at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
   at hudson.model.Run.run(Run.java:1434)
   at hudson.matrix.MatrixBuild.run(MatrixBuild.java:248)
   at hudson.model.ResourceController.execute(ResourceController.java:88)
   at hudson.model.Executor.run(Executor.java:239)
   at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
 Caused by: java.io.IOException: Remote call on Main_Stream_CT failed
   at hudson.remoting.Channel.call(Channel.java:655)
   at hudson.FilePath.act(FilePath.java:828)
   ... 11 more
 Caused by: java.lang.Error: Unable to load resource 
 javax/servlet/http/LocalStrings.properties
   at 
 hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:202)
   at java.lang.ClassLoader.getResource(ClassLoader.java:978)
   at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168)
   at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2418)
   at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2403)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2402)
   at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1406)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1365)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1234)
   at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
   at javax.servlet.http.HttpServlet.clinit(HttpServlet.java:93)
   at hudson.model.Node$Mode.clinit(Node.java:450)
   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:3845)
   at 
 hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:844)
   at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:834)
   at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766)
   at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
   at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2161)
   at hudson.remoting.UserRequest.perform(UserRequest.java:118)
   at hudson.remoting.UserRequest.perform(UserRequest.java:48)
  

[JIRA] (JENKINS-13776) Slave is unable to checkout svn due to missing resources

2012-05-14 Thread stephen.morri...@intecbilling.com (JIRA)
Stephen Morrison created JENKINS-13776:
--

 Summary: Slave is unable to checkout svn due to missing resources
 Key: JENKINS-13776
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13776
 Project: Jenkins
  Issue Type: Bug
  Components: ssh-slaves
Affects Versions: current
 Environment: Linux x86_64
Java 1.6.0_16

Jenkins 1.464

ant 1.1 
javadoc 1.0 
offlineonfailure-plugin 1.0 
groovy-postbuild1.7 
distfork1.3 
nested-view 1.7 
PrioritySorter  1.3 
maven-plugin1.464   
subversion  1.40
cvs 1.6 
build-pipeline-plugin   1.2 
parameterized-trigger   2.14

copyartifact1.22
join1.15
global-build-stats  1.0 
build-timeout   1.8 
matrixtieparent 1.1 
email-ext   2.16
view-job-filters1.17.2  
nodelabelparameter  1.1.3
groovy  1.12
rebuild 1.10
translation 1.8 
ssh-slaves  0.21
Reporter: Stephen Morrison
Assignee: Kohsuke Kawaguchi
Priority: Blocker


I get the following exception from one of my matrix jobs when the ssh slave 
connects and attempts to checkout the svn repo.

hudson.util.IOException2: remote file operation failed: 
/ct/home/ct085/jenkins_parent/workspace/master_build at 
hudson.remoting.Channel@581ec7bf:Main_Stream_CT
at hudson.FilePath.act(FilePath.java:835)
at hudson.FilePath.act(FilePath.java:821)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:586)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
at hudson.model.Run.run(Run.java:1434)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:248)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:239)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
Caused by: java.io.IOException: Remote call on V8.00_Main_Stream_CT_PARENT 
failed
at hudson.remoting.Channel.call(Channel.java:655)
at hudson.FilePath.act(FilePath.java:828)
... 11 more
Caused by: java.lang.Error: Unable to load resource 
javax/servlet/http/LocalStrings.properties
at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:202)
at java.lang.ClassLoader.getResource(ClassLoader.java:978)
at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168)
at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2418)
at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2403)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2402)
at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1406)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1365)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1234)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at javax.servlet.http.HttpServlet.clinit(HttpServlet.java:93)
at hudson.model.Node$Mode.clinit(Node.java:450)
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:3845)
at 
hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:844)
at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:834)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2161)
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 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
   

[JIRA] (JENKINS-13776) Slave is unable to checkout svn due to missing resources

2012-05-14 Thread stephen.morri...@intecbilling.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Morrison updated JENKINS-13776:
---

Description: 
I get the following exception from one of my matrix jobs when the ssh slave 
connects and attempts to checkout the svn repo.

hudson.util.IOException2: remote file operation failed: 
/ct/home/ct085/jenkins_parent/workspace/master_build at 
hudson.remoting.Channel@581ec7bf:Main_Stream_CT
at hudson.FilePath.act(FilePath.java:835)
at hudson.FilePath.act(FilePath.java:821)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1218)
at 
hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:586)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:475)
at hudson.model.Run.run(Run.java:1434)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:248)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:239)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
Caused by: java.io.IOException: Remote call on Main_Stream_CT failed
at hudson.remoting.Channel.call(Channel.java:655)
at hudson.FilePath.act(FilePath.java:828)
... 11 more
Caused by: java.lang.Error: Unable to load resource 
javax/servlet/http/LocalStrings.properties
at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:202)
at java.lang.ClassLoader.getResource(ClassLoader.java:978)
at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168)
at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2418)
at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2403)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2402)
at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1406)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1365)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
at java.util.ResourceBundle.findBundle(ResourceBundle.java:1292)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1234)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at javax.servlet.http.HttpServlet.clinit(HttpServlet.java:93)
at hudson.model.Node$Mode.clinit(Node.java:450)
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:3845)
at 
hudson.scm.SubversionSCM.createDefaultSVNOptions(SubversionSCM.java:844)
at hudson.scm.SubversionSCM.createClientManager(SubversionSCM.java:834)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:766)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2161)
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 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
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 java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: 
/tmp/hudson-remoting6547308058951525956/javax/servlet/http/LocalStrings.properties
 (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:179)
at java.io.FileOutputStream.init(FileOutputStream.java:131)
at 
hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:270)
at 
hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:198)
... 35 more

It only seems to happen on one particular host.  Other hosts run off the same 
Jenkins instance by different jobs are fine, but I don't know how to track down 
what is