[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-03 Thread pgri...@nvidia.com (JIRA)














































Pascal Grippi
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















Slave shows log nothing


JNLP agent connected from /10.21.141.96
===JENKINS REMOTING CAPACITY===Slave.jar version: 2.41
This is a Unix slave
The following triggers are available for your jobs
Trigger - Build periodically
Trigger - Build when another project is promoted
Trigger - Poll SCM
Trigger - BuildResultTrigger - Monitor build results of other jobs
Trigger - FSTrigger - Monitor files
Trigger - FSTrigger - Monitor folder
Trigger - IvyTrigger - Poll with an Ivy script
Trigger - ScriptTrigger - Poll with a Groovy script
Trigger - ScriptTrigger - Poll with a shell or batch script
Trigger - URLTrigger - Poll with a URL
Slave successfully connected and online


Master side I have only the log I paste in my previous post. No more.

Pascal



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-03 Thread pgri...@nvidia.com (JIRA)












































 
Pascal Grippi
 edited a comment on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















Hi,
The slave log shows nothing. 

Here the complete log:


JNLP agent connected from /10.21.141.96
===JENKINS REMOTING CAPACITY===Slave.jar version: 2.41
This is a Unix slave
The following triggers are available for your jobs
Trigger - Build periodically
Trigger - Build when another project is promoted
Trigger - Poll SCM
Trigger - BuildResultTrigger - Monitor build results of other jobs
Trigger - FSTrigger - Monitor files
Trigger - FSTrigger - Monitor folder
Trigger - IvyTrigger - Poll with an Ivy script
Trigger - ScriptTrigger - Poll with a Groovy script
Trigger - ScriptTrigger - Poll with a shell or batch script
Trigger - URLTrigger - Poll with a URL
Slave successfully connected and online


Master side I have only the log I paste in my previous post. No more unfortunately.

Pascal



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















Change By:


Daniel Beck
(03/Jul/14 9:33 AM)




Labels:


exception
remoting



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-02 Thread pgri...@nvidia.com (JIRA)














































Pascal Grippi
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















Hi,
It looks we are curently experiencing the same issue.
We have a slave rinnung on Win8 without issue using the artifact publisher and it work for a while without any problem.
But with another slave running on Lunix computer (Linux ubuntu-jenkins-uklab-node002 3.2.0-64-generic #97-Ubuntu SMP Wed Jun 4 22:03:48 UTC 2014 i686 i686 i386 GNU/Linux) it is not possible to make it works even with the most simplest Job.

log:

EnvInject - Loading node environment variables.
Building remotely on UBUNTU-JENKINS-UKLAB-NODE002 in workspace /var/jenkins/workspace/t_artifact_jnr_posix_issue
Run condition Execute Shell enabling prebuild for step Archive the artifacts
t_artifact_jnr_posix_issue $ /bin/sh -xe /tmp/CommandInterpreterCondition1191287595508755352.sh
+ touch test.txt
Run condition Execute Shell enabling perform for step Archive the artifacts
Archiving artifacts
ERROR: Failed to archive artifacts: test.txt
java.io.IOException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2016)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105)
	at org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder.perform(SingleConditionalBuilder.java:108)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
	at hudson.model.Run.execute(Run.java:1670)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.remoting.Channel$3.adapt(Channel.java:755)
	at hudson.remoting.Channel$3.adapt(Channel.java:750)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2014)
	... 15 more
Caused by: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.util.IOUtils.mode(IOUtils.java:125)
	at hudson.util.io.TarArchiver.visit(TarArchiver.java:101)
	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2540)
	at hudson.FilePath.writeToTar(FilePath.java:2052)
	at hudson.FilePath.access$1000(FilePath.java:172)
	at hudson.FilePath$41.invoke(FilePath.java:1993)
	at hudson.FilePath$41.invoke(FilePath.java:1989)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: jnr.posix.POSIXHandler (WebAppClassLoader=Jenkins v1.548@1dd49247 did not find class file)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch2(RemoteClassLoader.java:727)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:777)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)
	at sun.reflect.GeneratedMethodAccessor5170.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 

[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-02 Thread pgri...@nvidia.com (JIRA)












































 
Pascal Grippi
 edited a comment on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















Hi,
It looks we are curently experiencing the same issue.
We have a slave rinnung on Win8 without issue using the artifact publisher and it work for a while without any problem.
But with another slave running on Lunix computer (Linux ubuntu-jenkins-uklab-node002 3.2.0-64-generic #97-Ubuntu SMP Wed Jun 4 22:03:48 UTC 2014 i686 i686 i386 GNU/Linux) it is not possible to make it works even with the most simplest Job.

Edit: Jenkins ver. 1.548


log:

EnvInject - Loading node environment variables.
Building remotely on UBUNTU-JENKINS-UKLAB-NODE002 in workspace /var/jenkins/workspace/t_artifact_jnr_posix_issue
Run condition Execute Shell enabling prebuild for step Archive the artifacts
t_artifact_jnr_posix_issue $ /bin/sh -xe /tmp/CommandInterpreterCondition1191287595508755352.sh
+ touch test.txt
Run condition Execute Shell enabling perform for step Archive the artifacts
Archiving artifacts
ERROR: Failed to archive artifacts: test.txt
java.io.IOException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2016)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105)
	at org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder.perform(SingleConditionalBuilder.java:108)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
	at hudson.model.Run.execute(Run.java:1670)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.remoting.Channel$3.adapt(Channel.java:755)
	at hudson.remoting.Channel$3.adapt(Channel.java:750)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2014)
	... 15 more
Caused by: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.util.IOUtils.mode(IOUtils.java:125)
	at hudson.util.io.TarArchiver.visit(TarArchiver.java:101)
	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2540)
	at hudson.FilePath.writeToTar(FilePath.java:2052)
	at hudson.FilePath.access$1000(FilePath.java:172)
	at hudson.FilePath$41.invoke(FilePath.java:1993)
	at hudson.FilePath$41.invoke(FilePath.java:1989)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: jnr.posix.POSIXHandler (WebAppClassLoader=Jenkins v1.548@1dd49247 did not find class file)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch2(RemoteClassLoader.java:727)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:777)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)
	at sun.reflect.GeneratedMethodAccessor5170.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 

[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-02 Thread pgri...@nvidia.com (JIRA)












































 
Pascal Grippi
 edited a comment on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















Hi,
It looks we are curently experiencing the same issue.
We have a slave rinnung on Win8 without issue using the artifact publisher and it worked for a while without any problem.
But with another slave running on Lunix computer (Linux ubuntu-jenkins-uklab-node002 3.2.0-64-generic #97-Ubuntu SMP Wed Jun 4 22:03:48 UTC 2014 i686 i686 i386 GNU/Linux) it is not possible to make it works even with the most simple Job.

Edit: Jenkins ver. 1.548


log:

EnvInject - Loading node environment variables.
Building remotely on UBUNTU-JENKINS-UKLAB-NODE002 in workspace /var/jenkins/workspace/t_artifact_jnr_posix_issue
Run condition Execute Shell enabling prebuild for step Archive the artifacts
t_artifact_jnr_posix_issue $ /bin/sh -xe /tmp/CommandInterpreterCondition1191287595508755352.sh
+ touch test.txt
Run condition Execute Shell enabling perform for step Archive the artifacts
Archiving artifacts
ERROR: Failed to archive artifacts: test.txt
java.io.IOException: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2016)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154)
	at org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105)
	at org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder.perform(SingleConditionalBuilder.java:108)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:784)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:565)
	at hudson.model.Run.execute(Run.java:1670)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.remoting.Channel$3.adapt(Channel.java:755)
	at hudson.remoting.Channel$3.adapt(Channel.java:750)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2014)
	... 15 more
Caused by: java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
	at hudson.util.IOUtils.mode(IOUtils.java:125)
	at hudson.util.io.TarArchiver.visit(TarArchiver.java:101)
	at hudson.util.DirScanner.scanSingle(DirScanner.java:49)
	at hudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2540)
	at hudson.FilePath.writeToTar(FilePath.java:2052)
	at hudson.FilePath.access$1000(FilePath.java:172)
	at hudson.FilePath$41.invoke(FilePath.java:1993)
	at hudson.FilePath$41.invoke(FilePath.java:1989)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: jnr.posix.POSIXHandler (WebAppClassLoader=Jenkins v1.548@1dd49247 did not find class file)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch2(RemoteClassLoader.java:727)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:777)
	at hudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)
	at sun.reflect.GeneratedMethodAccessor5170.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at 

[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-07-02 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















Are there other exceptions earlier in the (system-wide or slave) log that indicate a failure to cache/load jar files on the slave?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-03-18 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 updated  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















updated stack strace





Change By:


Peter Eisentraut
(18/Mar/14 7:51 PM)




Description:


Imadeajobthatjustdoes{noformat}echofoofoo.txt{noformat}andissettoarchive*.txt.ThenIboundthatjobtoaslavewithalabel.Thebuildfailswith{noformat}+echofooArchivingartifactsERROR:Failedtoarchiveartifacts:*.txtjava.io.IOException:java.util.concurrent.ExecutionException:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.FilePath.copyRecursiveTo(FilePath.java:2016)	atjenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:57)	athudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)	athudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)	athudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)	athudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)	athudson.model.Build$BuildExecution.post2(Build.java:183)	athudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706)	athudson.model.Run.execute(Run.java:1703)	athudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	athudson.model.ResourceController.execute(ResourceController.java:88)	athudson.model.Executor.run(Executor.java:231)
Causedby:java.util.concurrent.ExecutionException:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.remoting.Channel$3.adapt(Channel.java:755)	athudson.remoting.Channel$3.adapt(Channel.java:750)	athudson.remoting.FutureAdapter.get(FutureAdapter.java:55)	athudson.FilePath.copyRecursiveTo(FilePath.java:2014)	...11moreCausedby:java.lang.NoClassDefFoundError:jnr/posix/POSIXHandler	athudson.util.IOUtils.mode(IOUtils.java:125)	athudson.util.io.TarArchiver.visit(TarArchiver.java:101)	athudson.util.DirScanner.scanSingle(DirScanner.java:49)	athudson.FilePath$ExplicitlySpecifiedDirScanner.scan(FilePath.java:2540)	athudson.FilePath.writeToTar(FilePath.java:2052)	athudson.FilePath.access$1000(FilePath.java:172)	athudson.FilePath$41.invoke(FilePath.java:1993)	athudson.FilePath$41.invoke(FilePath.java:1989)	athudson.FilePath$FileCallableWrapper.call(FilePath.java:2461)	athudson.remoting.UserRequest.perform(UserRequest.java:118)	athudson.remoting.UserRequest.perform(UserRequest.java:48)	athudson.remoting.Request$2.run(Request.java:328)	athudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	atjava.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	atjava.util.concurrent.FutureTask.run(FutureTask.java:166)	atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	atjava.lang.Thread.run(Thread.java:701)Causedby:java.lang.ClassNotFoundException:jnr.posix.POSIXHandler(WebAppClassLoader=Jenkinsv1.546@49f4bcf7didnotfindclassfile)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch2(RemoteClassLoader.java:727)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch4(RemoteClassLoader.java:777)	athudson.remoting.RemoteClassLoader$ClassLoaderProxy.fetch3(RemoteClassLoader.java:784)	atsun.reflect.GeneratedMethodAccessor1893.invoke(UnknownSource)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:616)	athudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)	athudson.remoting.Request$2.run(Request.java:328)	athudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	atjava.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	atjava.util.concurrent.FutureTask.run(FutureTask.java:166)	atjava.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)	atjava.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	atjava.lang.Thread.run(Thread.java:679)
{noformat}IfIrunthejobonthemaster,itworksfine.Somehow,thejnr-posixstuffisntmadeavailableontheslave.(seemsrelatedtoJENKINS-18682,whichwasclausedbecauseofinactivity)























[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-03-17 Thread k...@kohsuke.org (JIRA)














































Kohsuke Kawaguchi
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















The stack trace is truncated and I think it's missing the nested part that's crucial.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-02-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler
















Please provide more information about your environment (and Jenkins version).





Change By:


Daniel Beck
(27/Feb/14 8:24 PM)




Assignee:


KohsukeKawaguchi





Component/s:


core





Component/s:


slave-setup



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [core] (JENKINS-21985) java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler

2014-02-27 Thread pe...@eisentraut.org (JIRA)














































Peter Eisentraut
 commented on  JENKINS-21985


java.lang.NoClassDefFoundError: jnr/posix/POSIXHandler















Jenkins 1.546, master and slave are CentOS 6, java-1.6.0-openjdk, jenkins.war on the master downloaded directly from web site



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.