Issue Type: Bug Bug
Assignee: Jesse Glick
Components: core
Created: 01/Oct/12 3:58 PM
Description:

Observed an exception trying to remove a slave which failed to launch:

java.lang.NullPointerException
	jenkins.model.Jenkins.removeNode(Jenkins.java:1645)
	hudson.model.Computer.doDoDelete(Computer.java:1131)

Easy to fix the NPE; @CheckForNull is being ignored here. Unclear whether fixing the NPE would really help the original problem which was apparently a zombie slave of some kind.

Environment: 1.466.2
Project: Jenkins
Labels: slave exception
Priority: Minor Minor
Reporter: Jesse Glick
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

Reply via email to