|
Ben Golding created JENKINS-13915:
------------------------------------- Summary: NPE Exception, possibly caused by disabled jobs? Key: JENKINS-13915 URL: https://issues.jenkins-ci.org/browse/JENKINS-13915 Project: Jenkins Issue Type: Bug Components: build-flow Environment: Jenkins 1.465 Build Flow 0.3 Red Hat Enterprise Linux 5.5 64 bit Sun Java 1.6.0_20 Reporter: Ben Golding Assignee: Nicolas De Loof Priority: Minor Attachments: console.log, DSL.txt Trying to run a moderately complex DSL (see attached DSL.txt) causes an exception near to the end of the build (see attached console.log) -- 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 |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-13915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163191#comment-163191 ] Ben Golding commented on JENKINS-13915: --------------------------------------- Speculation: this is could be related to disabled jobs? The following jobs are disabled: chameleon_clean_g2012.06_windows chameleon_clean_main_windows fastmodels_clean_g2012.06_windows fastmodels_clean_main_windows These jobs appear in the console as 'Trigger job <name>' however there is no corresponding 'Completed <name> #<build_id>' so that could be where the problem happens. > NPE Exception, possibly caused by disabled jobs? > ------------------------------------------------ > > Key: JENKINS-13915 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13915 > Project: Jenkins > Issue Type: Bug > Components: build-flow > Environment: Jenkins 1.465 > Build Flow 0.3 > Red Hat Enterprise Linux 5.5 64 bit > Sun Java 1.6.0_20 > Reporter: Ben Golding > Assignee: Nicolas De Loof > Priority: Minor > Labels: plugin > Attachments: console.log, DSL.txt > > > Trying to run a moderately complex DSL (see attached DSL.txt) > causes an exception near to the end of the build (see attached console.log) -- 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 |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
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 [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
|||||||||||||||||||
| Powered by Nabble | Edit this page |

I could reproduce this issue again today. In this case the assigned node for *_de02winterm20 jobs was disconnected (JNLP slave was not running). Notice from the log below, two *_de02winterm20 jobs are triggered but do not complete:
===========
parallel {
Trigger job rsync_binmod_de02winterm31
Trigger job rsync_binmod_stormcs241
Trigger job downmerge_f2011.06
Trigger job rsync_SDR_de02winterm31
Trigger job rsync_SDR_stormcs240
Trigger job rsync_SDR_stormcs241
Trigger job rsync_binmod_de02winterm20
Trigger job checkbinmod
Trigger job rsync_binmod_stormcs240
Trigger job downmerge_main
Trigger job rsync_SDR_de02winterm20
Trigger job downmerge_g2012.06
Trigger job removebinmod
checkbinmod #68 completed
downmerge_main #143 completed
downmerge_f2011.06 #124 completed
rsync_binmod_stormcs240 #47 completed
removebinmod #66 completed
rsync_binmod_stormcs241 #350 completed
rsync_binmod_de02winterm31 #40 completed
rsync_SDR_de02winterm31 #39 completed
rsync_SDR_stormcs240 #42 completed
rsync_SDR_stormcs241 #122 completed
downmerge_g2012.06 #93 completed
FATAL: null
java.lang.NullPointerException
at org.codehaus.groovy.runtime.callsite.GetEffectivePojoPropertySite.acceptGetProperty(GetEffectivePojoPropertySite.java:51)
[... see attached console.log for full backtrace ...]