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

Plugins FSTrigger/Envinject, NPE while loading jobs

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • envinject-plugin
    • None
    • Jenkins v1.501, Latest FSTrigger, Envinject Plugins, CentOS 5.5, JDK 1.7_07

      Restarting Tomcat. During the restart process Jenkins fails to load jobs which use the "FSTrigger" plugin (see stacktrace1.txt). Some jobs are displayed in Jenkins (set-"A"), some no longer show up (set-"B"), but are still present on the disk. Changing a job-configuration of set-"A" jobs results in a 500-Error with stacktrace. The FSTrigger functionality for set-"A" jobs no longer works (changing the content of a monitored folder does not trigger the job). The Envinject Plugin is not used by the jobs. If the Jenkins configuration is reloaded from disk through the browser, then set-"A" jobs are gone too.

          [JENKINS-16809] Plugins FSTrigger/Envinject, NPE while loading jobs

          Riccardo Gorza created issue -

          Code changed in jenkins
          User: Gregory Boissinot
          Path:
          pom.xml
          http://jenkins-ci.org/commit/fstrigger-plugin/088eb20079c22f68e45551c3aaeae8a3b28f7a96
          Log:
          Fix JENKINS-16809


          You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
          To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com.
          For more options, visit https://groups.google.com/groups/opt_out.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Gregory Boissinot Path: pom.xml http://jenkins-ci.org/commit/fstrigger-plugin/088eb20079c22f68e45551c3aaeae8a3b28f7a96 Log: Fix JENKINS-16809 – You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          Gregory Boissinot added a comment - - edited

          It is a FSTrigger issue through its embedded 'envinject-lib' librarry.
          The issue might become with new Jenkins versions.
          I try a fix by updating to latest envinject library.
          Please try the new fstrigger jenkins version (0.35).

          Gregory Boissinot added a comment - - edited It is a FSTrigger issue through its embedded 'envinject-lib' librarry. The issue might become with new Jenkins versions. I try a fix by updating to latest envinject library. Please try the new fstrigger jenkins version (0.35).
          Gregory Boissinot made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]

          Thanks! Where can I find the 0.35 release? It's not showing up in the Jenkins updates list, nor here http://updates.jenkins-ci.org/download/plugins/fstrigger/

          Riccardo Gorza added a comment - Thanks! Where can I find the 0.35 release? It's not showing up in the Jenkins updates list, nor here http://updates.jenkins-ci.org/download/plugins/fstrigger/

          I'm sorry there was an issue on the release process.
          For now, it is OK.
          You can download it manually at the following URL
          http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/fstrigger/0.35/fstrigger-0.35.hpi

          Gregory Boissinot added a comment - I'm sorry there was an issue on the release process. For now, it is OK. You can download it manually at the following URL http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/fstrigger/0.35/fstrigger-0.35.hpi

          Hi Gregory,
          Installed the latest fix. The original NPE is gone, but now I get a new exception during job-loading:

          Feb 18, 2013 1:01:45 PM jenkins.InitReactorRunner$1 onTaskFailed
          SEVERE: Failed Loading job Eval-Hot-Systemtest
          java.lang.NullPointerException: Current Project is null
          at com.sonyericsson.rebuild.RebuildAction.getProject(RebuildAction.java:138)
          at com.sonyericsson.rebuild.RebuildAction.isRebuildAvailable(RebuildAction.java:276)
          at com.sonyericsson.rebuild.RebuildAction.getUrlName(RebuildAction.java:163)
          at org.jenkinsci.lib.envinject.service.EnvInjectActionRetriever.getEnvInjectAction(EnvInjectActionRetriever.java:36)
          at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getEnVars(EnvVarsResolver.java:54)
          at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getPollingEnvVars(EnvVarsResolver.java:36)
          at org.jenkinsci.plugins.fstrigger.triggers.FolderContentTrigger.start(FolderContentTrigger.java:371)
          at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:97)
          at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:26)
          at hudson.model.AbstractProject.onLoad(AbstractProject.java:294)
          at hudson.model.Project.onLoad(Project.java:83)
          at hudson.model.Items.load(Items.java:221)
          at jenkins.model.Jenkins$17.run(Jenkins.java:2539)
          at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
          at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
          at jenkins.model.Jenkins$7.runTask(Jenkins.java:883)
          at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
          at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
          at java.lang.Thread.run(Thread.java:722)

          Riccardo Gorza added a comment - Hi Gregory, Installed the latest fix. The original NPE is gone, but now I get a new exception during job-loading: Feb 18, 2013 1:01:45 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE: Failed Loading job Eval-Hot-Systemtest java.lang.NullPointerException: Current Project is null at com.sonyericsson.rebuild.RebuildAction.getProject(RebuildAction.java:138) at com.sonyericsson.rebuild.RebuildAction.isRebuildAvailable(RebuildAction.java:276) at com.sonyericsson.rebuild.RebuildAction.getUrlName(RebuildAction.java:163) at org.jenkinsci.lib.envinject.service.EnvInjectActionRetriever.getEnvInjectAction(EnvInjectActionRetriever.java:36) at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getEnVars(EnvVarsResolver.java:54) at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getPollingEnvVars(EnvVarsResolver.java:36) at org.jenkinsci.plugins.fstrigger.triggers.FolderContentTrigger.start(FolderContentTrigger.java:371) at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:97) at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:26) at hudson.model.AbstractProject.onLoad(AbstractProject.java:294) at hudson.model.Project.onLoad(Project.java:83) at hudson.model.Items.load(Items.java:221) at jenkins.model.Jenkins$17.run(Jenkins.java:2539) at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) at jenkins.model.Jenkins$7.runTask(Jenkins.java:883) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722)
          Riccardo Gorza made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]

          Riccardo Gorza added a comment - - edited

          Still about the same fstrigger jobs, which haven't changed. Today, I'm using Jenkins v1.502.

          Riccardo Gorza added a comment - - edited Still about the same fstrigger jobs, which haven't changed. Today, I'm using Jenkins v1.502.

          Hi Riccardo,
          Thanks for your comment.
          If you look at the stack trace, you see the bug relies on the rebuild plugin from SonyEricsson.
          Rebuild plugin embeds the envinject library. There is a bug in the current version used by the rebuild plugin.
          Please report a new bug for the rebuild plugin and ask to upgrade to envinject-lib 1.16.

          Gregory Boissinot added a comment - Hi Riccardo, Thanks for your comment. If you look at the stack trace, you see the bug relies on the rebuild plugin from SonyEricsson. Rebuild plugin embeds the envinject library. There is a bug in the current version used by the rebuild plugin. Please report a new bug for the rebuild plugin and ask to upgrade to envinject-lib 1.16.

            gbois Gregory Boissinot
            riccardo_gorza Riccardo Gorza
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: