• Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • core, matrix-project-plugin
    • None
    • Jenkins 1.480 on RHEL 5 x86_64

      The following information was available on a "Thread has died" page:

      java.lang.NullPointerException
      	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:218)
      	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:64)
      	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1197)
      	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:136)
      	at hudson.model.Executor.run(Executor.java:211)
      

          [JENKINS-15356] NPE caused executor thread death

          Cees Bos added a comment -

          This is a blocker for use.
          We upgraded to 1.487 and now all we see on serveral machines (with 1 executor) the Thread death with this stacktrace.

          Cees Bos added a comment - This is a blocker for use. We upgraded to 1.487 and now all we see on serveral machines (with 1 executor) the Thread death with this stacktrace.

          Reproduced on 1.484. This was on a new jenkins instance. No build history.

          Exception in thread "Executor #0 for alfred_0" java.lang.NullPointerException
          	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:220)
          	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:66)
          	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1197)
          	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:136)
          	at hudson.model.Executor.run(Executor.java:211)
          

          Corey O'Connor added a comment - Reproduced on 1.484. This was on a new jenkins instance. No build history. Exception in thread "Executor #0 for alfred_0" java.lang.NullPointerException at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:220) at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:66) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1197) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:136) at hudson.model.Executor.run(Executor.java:211)

          Bart Vanhaute added a comment -

          Reproduced on Jenkins ver. 1.505:

          java.lang.NullPointerException
          	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:240)
          	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70)
          	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1294)
          	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140)
          	at hudson.model.Executor.run(Executor.java:212)
          

          It looks like this is happening when the first project to execute on a slave is a Matrix project.

          Bart Vanhaute added a comment - Reproduced on Jenkins ver. 1.505: java.lang.NullPointerException at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:240) at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1294) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140) at hudson.model.Executor.run(Executor.java:212) It looks like this is happening when the first project to execute on a slave is a Matrix project.

          Reproduced on Jenkins-1.509.2:

          Exception in thread "Executor #4 for master" java.lang.NullPointerException
                  at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:243)
                  at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70)
                  at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1308)
                  at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140)
                  at hudson.model.Executor.run(Executor.java:212)
          

          Trey Dockendorf added a comment - Reproduced on Jenkins-1.509.2: Exception in thread "Executor #4 for master" java.lang.NullPointerException at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:243) at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:70) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1308) at hudson.model.AbstractProject.createExecutable(AbstractProject.java:140) at hudson.model.Executor.run(Executor.java:212)

            Unassigned Unassigned
            raspy Krzysztof Malinowski
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: