Julian Requejo created JENKINS-13803: ----------------------------------------
Summary: PRQA Plugin fails during the publishing phase with NULL pointer exception Key: JENKINS-13803 URL: https://issues.jenkins-ci.org/browse/JENKINS-13803 Project: Jenkins Issue Type: Bug Components: prqa Environment: Master: linux Slave: Windows 7 Jenkins 1.441 Reporter: Julian Requejo Assignee: Lars Kruse PRQA plugin generates reports correctly, but fails during publishing phase. {noformat} 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 {noformat} 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 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira