Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-15369

NPE from Jenkins.removeNode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • 1.466.2

      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.

            jglick Jesse Glick
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: