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

PRQA Plugin fails during the publishing phase with NULL pointer exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • prqa-plugin
    • None
    • Master: linux
      Slave: Windows 7
      Jenkins 1.441

      PRQA plugin generates reports correctly, but fails during publishing phase.

      At revision 1572
      no change for https://xx/xx since the previous build
      This job will create a report with the following selected parameters:
      QAR selected project file:	Sources\QAC\xx\xx.prj
      QAR selected product:		QAC
      QAR selected report type:	Compliance
      
      Beginning report generation with the following command:
       qaw QAC "Sources\QAC\xx\xx.prj" -maseq "qar %Q %P+ %L+ -po qar::report_type=Compliance\ Report -po qar::project_name=%J -po qar::output_path=c:\_dev\jenkins-int\workspace\xx_QAC -po qar::viewing_program=dummy -po qar::report_format=xhtml" 
      Viewer "dummy" not available, result will not be rendered.
      Generating - Please wait...
      Writing c:\_dev\jenkins-int\workspace\xx_QAC\Compliance Report.xml
      Writing c:\_dev\jenkins-int\workspace\xx_QAC\Compliance Report.xhtml
      Writing c:\_dev\jenkins-int\workspace\xx_QAC\Compliance Report-Main.xhtml
      Finished remote reporting.
      Found report. Attempting to copy Compliance Report.xhtml to artifacts directory: /home/xx/.jenkins/jobs/xx_QAC/builds/2012-05-16_17-11-12/archive
      Attempting to copy report to following target: Compliance Report.xhtml
      Succesfully copied report
      ERROR: Publisher net.praqma.jenkins.plugin.prqa.notifier.PRQANotifier aborted due to exception
      java.lang.NullPointerException
      	at net.praqma.jenkins.plugin.prqa.notifier.PRQANotifier.perform(PRQANotifier.java:240)
      	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
      	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:692)
      	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:667)
      	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:645)
      	at hudson.model.Build$RunnerImpl.post2(Build.java:162)
      	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:614)
      	at hudson.model.Run.run(Run.java:1429)
      	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      	at hudson.model.ResourceController.execute(ResourceController.java:88)
      	at hudson.model.Executor.run(Executor.java:238)
      Notifying upstream projects of job completion
      Finished: FAILURE
      

      I have tested this using three configurations, all with Jenkins 1.441

      • Single Jenkins web app running on my local machine (Windows 7): it works
      • Master-slave configuration, both on my local machine (Windows 7), slave as a user process: it works
      • Master-slave configuration, master on a Linux box, slave on my local Windows 7 machine (Windows 7), slave as a user process: it does not work and triggers the error above.

      I could try upgrading to a newer Jenkins, but I'd strongly prefer not to unless shown to be essential.
      I'll be happy to provide further logs. Thanks

            madsnielsen Mads Nielsen
            jrequejo Julian Requejo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: