[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Mark Waite updated an issue Jenkins / JENKINS-57397 Jenkins Build fails with “java.lang.NullPointerException” Change By: Mark Waite Component/s: workflow-cps-global-lib-plugin Component/s: git-plugin Component/s: pipeline Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23452.1557491580275%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Mark Waite commented on JENKINS-57397 Re: Jenkins Build fails with “java.lang.NullPointerException” We need either enough instructions to duplicate the problem or enough stack traces to identify the problem without duplicating it. Since the git plugin does not suppress exceptions, I'm reasonably confident that the issue is not in the git plugin. I suspect the exception is being thrown in the workflow CPS global lib plugin. That is the plugin which handles pipeline shared libraries. Have you made recent changes in the pipeline shared libraries that you are using? For example, if one of the shared libraries is causing a null pointer exception in its own code, that might cause the type of message you're seeing. I'll assign this to workflow-cps-global-lib plugin as a possible place for further investigation. Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23450.1557491580252%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Adharsh M commented on JENKINS-57397 Re: Jenkins Build fails with “java.lang.NullPointerException” Jenkins Log has the following entry : WARNING: Unexpected exception in CPS VM thread: CpsFlowExecution[Ownerprestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1/9470:[prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1] #9470] java.lang.NullPointerException May 09, 2019 4:03:41 AM org.jenkinsci.plugins.workflow.job.WorkflowRun copyLogs WARNING: no such node 3 May 09, 2019 4:03:41 AM org.jenkinsci.plugins.workflow.job.WorkflowRun copyLogs WARNING: no such node 47 May 09, 2019 4:03:41 AM org.jenkinsci.plugins.workflow.job.WorkflowRun finish INFO: prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1 #9470 completed: FAILURE May 09, 2019 4:03:42 AM org.jenkinsci.plugins.workflow.job.WorkflowRun finish INFO: prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1 #9470 completed: SUCCESS May 09, 2019 4:03:43 AM org.jenkinsci.plugins.workflow.flow.FlowExecutionList unregister WARNING: Ownerprestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1/9470:prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1 #9470 was not in the list to begin with: [Ownerprestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline/15804:prestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline #15804, Ownerprestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline/15805:prestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline #15805, Ownerprestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline/15809:prestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline #15809, Ownerprestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1/9471:prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1 #9471, Ownerprestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1/9472:prestaging-falcon-unit-integration-acceptance-tests-frontend-pullrequest-pipeline-1 #9472, Ownerprestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline/16124:prestaging-falcon-unit-integration-acceptance-tests-backend-pullrequest-pipeline #16124] May 09, 2019 4:03:51 AM org.jenkinsci.plugins.ghprb.GhprbRootAction handleAction Add Comment
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Adharsh M commented on JENKINS-57397 Re: Jenkins Build fails with “java.lang.NullPointerException” Let me know what else is needed Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23433.1557491100157%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Mark Waite commented on JENKINS-57397 Re: Jenkins Build fails with “java.lang.NullPointerException” There aren't enough instructions for me to duplicate the problem and the null pointer exception stack trace is not included. Please check the Jenkins log and other locations to see if you can find the full stack trace. Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23411.1557488940239%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Mark Waite assigned an issue to Unassigned Jenkins / JENKINS-57397 Jenkins Build fails with “java.lang.NullPointerException” Change By: Mark Waite Assignee: Mark Waite Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23413.1557488940266%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Adharsh M created an issue Jenkins / JENKINS-57397 Jenkins Build fails with “java.lang.NullPointerException” Issue Type: Bug Assignee: Adharsh M Components: git-plugin, pipeline Created: 2019-05-10 09:29 Priority: Minor Reporter: Adharsh M We have integrated Jenkins with Github to build jobs as and when PR is raised with the github pull request builder plugin. From yesterday when the job gets triggered we are seeing this failure "java.lang.NullPointerException" even before the pipeline starts to execute and the job reports the status to github as failed. Also in the console there is a log that mentions "Resuming build after jenkins restart" but there was no restart at the time when this job was triggered But in a little while the job starts executing and then passed the build again in jenkins? This happens often if we retrigger the job but not always!!! Any idea on why this is happening Jenkins Console: Resuming build at Thu May 09 16:30:11 UTC 2019 after Jenkins restart [Pipeline] End of Pipeline Setting status of b9d1bd39cfae59d607b1a8060f2a8ae2fc180a1e to FAILURE with url https://JENKINS_URL/job/JOB_NAME/103/ and message: 'Build finished. ' java.lang.NullPointerException Finished: FAILURE Ad
[JIRA] (JENKINS-57397) Jenkins Build fails with “java.lang.NullPointerException”
Title: Message Title Adharsh M assigned an issue to Mark Waite Jenkins / JENKINS-57397 Jenkins Build fails with “java.lang.NullPointerException” Change By: Adharsh M Assignee: Adharsh M Mark Waite Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.199180.1557480564000.23253.1557480600187%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.