Re: Jenkins crashing - java.lang.InterruptedException

2017-11-02 Thread Mark Waite
Alvin, I think if you compare the stack trace from 5 years ago with your stack trace, you'll find enough differences to hint that they are not likely related to one another. Yours is running "managedscripts.ScriptBuildStep.perform()" while the 5 year old stack trace is running "CommandInterpreter

Re: Jenkins crashing - java.lang.InterruptedException

2017-11-02 Thread Alvin Lee
Did you ever solve this issue? I'm running into the same thing now 5 years later java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:502) at java.lang.UNIXProcess.waitFor(UNIXProcess.java:395) at hudson.Proc$L

Jenkins crashing - java.lang.InterruptedException

2012-05-03 Thread Steve Oliver
Hi, all. Trying to debug one of the first issues I've had with Jenkins -- It is crashing on one of my jobs. >From jenkins.log: May 4, 2012 1:00:49 AM hudson.TcpSlaveAgentListener INFO: JNLP slave agent listener started on TCP port 57822 May 4, 2012 1:01:04 AM hudson.WebAppMain$2 run INFO: Jenki