Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 28/May/13 3:34 PM
Description:

I've got the following NPE right after doing a clear-queue via the CLI. Stack trace to be found below.

There were several jobs executing both on the master and the slave, plus a larger number in the queue. My assumption was that I'd just get an empty queue, with currently executed jobs continuing to run. But with a terminated JVM this surely won't be the case...

Best,
Michael

INFO: JVM is terminating. Shutting down Winstone
Exception in thread "Channel reader thread: <slave name>" java.lang.NullPointerException
at hudson.model.Computer.getNode(Computer.java:465)
at hudson.slaves.SlaveComputer.getNode(SlaveComputer.java:176)
at hudson.plugins.sshslaves.SSHLauncher.afterDisconnect(SSHLauncher.java:932)
at hudson.slaves.SlaveComputer$2.onClosed(SlaveComputer.java:419)
at hudson.remoting.Channel.terminate(Channel.java:749)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)

Project: Jenkins
Priority: Major Major
Reporter: Michael Tautschnig
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to