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

NPE during run - fingerprint cleanup thread

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Component/s: other
    • Labels:
      None
    • Environment:
      Linux; Hudson 1.349

      Description

      After a start and running over a night i observed the following message in the window i started Hudson from via java -jar hudson-1.349.war

      Mar 31, 2010 2:01:53 AM hudson.model.AsyncPeriodicWork$1 run
      INFO: Started Fingerprint cleanup
      Exception in thread "Fingerprint cleanup thread" java.lang.NullPointerException
              at hudson.model.Fingerprint.isAlive(Fingerprint.java:686)
              at hudson.model.FingerprintCleanupThread.check(FingerprintCleanupThread.java:101)
              at hudson.model.FingerprintCleanupThread.execute(FingerprintCleanupThread.java:73)
              at hudson.model.AsyncPeriodicWork$1.run(AsyncPeriodicWork.java:51)
              at java.lang.Thread.run(Thread.java:619)
      

      I have a configuration where are many modules defined (about 100) and every module turned on recording of the fingerprint for every artifact.

        Activity

        khmarbaise Karl-Heinz Marbaise created issue -
        Hide
        namue namue added a comment -

        I have the same problem in Version 1.385 on Linux with about 30 Jobs.

        Show
        namue namue added a comment - I have the same problem in Version 1.385 on Linux with about 30 Jobs.
        Hide
        huxi Joern Huxhorn added a comment -

        I just did a pull request for a fix: https://github.com/jenkinsci/jenkins/pull/73

        Show
        huxi Joern Huxhorn added a comment - I just did a pull request for a fix: https://github.com/jenkinsci/jenkins/pull/73
        Hide
        scm_issue_link SCM/JIRA link daemon added a comment -

        Code changed in jenkins
        User: Seiji Sogabe
        Path:
        changelog.html
        core/src/main/java/hudson/model/Fingerprint.java
        http://jenkins-ci.org/commit/jenkins/1c9631a73cdc1f66e23041054bcd00eacf3e7806
        Log:
        [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread
        A job without a firstBuild is not causing an NPE anymore.

        Show
        scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: changelog.html core/src/main/java/hudson/model/Fingerprint.java http://jenkins-ci.org/commit/jenkins/1c9631a73cdc1f66e23041054bcd00eacf3e7806 Log: [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread A job without a firstBuild is not causing an NPE anymore.
        scm_issue_link SCM/JIRA link daemon made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        dogfood dogfood added a comment -

        Integrated in jenkins_main_trunk #620
        [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread

        Seiji Sogabe : 1c9631a73cdc1f66e23041054bcd00eacf3e7806
        Files :

        • changelog.html
        • core/src/main/java/hudson/model/Fingerprint.java
        Show
        dogfood dogfood added a comment - Integrated in jenkins_main_trunk #620 [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread Seiji Sogabe : 1c9631a73cdc1f66e23041054bcd00eacf3e7806 Files : changelog.html core/src/main/java/hudson/model/Fingerprint.java
        Hide
        scm_issue_link SCM/JIRA link daemon added a comment -

        Code changed in jenkins
        User: Seiji Sogabe
        Path:
        changelog.html
        core/src/main/java/hudson/model/Fingerprint.java
        http://jenkins-ci.org/commit/jenkins/1c9631a73cdc1f66e23041054bcd00eacf3e7806
        Log:
        [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread
        A job without a firstBuild is not causing an NPE anymore.

        Show
        scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Seiji Sogabe Path: changelog.html core/src/main/java/hudson/model/Fingerprint.java http://jenkins-ci.org/commit/jenkins/1c9631a73cdc1f66e23041054bcd00eacf3e7806 Log: [FIXED JENKINS-6128] NPE during run - fingerprint cleanup thread A job without a firstBuild is not causing an NPE anymore.
        ircbot IRCbot Run by Kohsuke made changes -
        Component/s other [ 15490 ]
        Component/s infrastructure [ 15687 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            khmarbaise Karl-Heinz Marbaise
          • Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: