[ 
https://issues.jenkins-ci.org/browse/JENKINS-12737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158983#comment-158983
 ] 

Adam Monsen edited comment on JENKINS-12737 at 2/14/12 3:46 AM:
----------------------------------------------------------------

Some more info in case it helps. I think I didn't start seeing these errors 
until I started using the attached PHP script 
({{standardize_jenkins_builds.php}}) to maintain our many config.xml files (we 
have many similar but separate jobs).
                
      was (Author: amonsen):
    Some more info in case it helps. I think I didn't start seeing these errors 
until I started using the attached PHP script to maintain our many config.xml 
files (we have many similar but separate jobs).
                  
> Build succeeds but console ends with "FATAL: null" and a stacktrace
> -------------------------------------------------------------------
>
>                 Key: JENKINS-12737
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12737
>             Project: Jenkins
>          Issue Type: Bug
>          Components: core
>    Affects Versions: current
>         Environment: Ubuntu 10.04.3 LTS server. Using jenkins 1.450 deb 
> package from http://pkg.jenkins-ci.org/debian. Plugins: ant 1.1, javadoc 1.0, 
> Dependency Graph Viewer Plugin 0.2, Jenkins build timeout plugin 1.8, Jenkins 
> Subversion Plug-in 1.37, Jenkins Parameterized Trigger plugin 2.13, Maven 
> Integration plugin 1.450, Jenkins GIT plugin 1.1.15, Hudson Xvnc plugin 1.10, 
> Jenkins instant-messaging plugin 1.21, Jenkins Jabber notifier plugin 1.22, 
> github-api 1.16, Build Pipeline Plugin 1.2.3, Jenkins Translation Assistance 
> plugin 1.8, GitHub plugin 1.0, Jenkins SSH Slaves plugin 0.21.
>            Reporter: Adam Monsen
>            Priority: Trivial
>         Attachments: standardize_jenkins_builds.php
>
>
> After the build completes (successfully: all test pass, success exit code 
> from my scripts, etc), I see "FATAL: null" and a stacktrace at the end of the 
> console output:
> {code}
> PHPUnit 3.5.15 by Sebastian Bergmann.
> .................I.......
> Time: 4 seconds, Memory: 115.50Mb
> OK, but incomplete or skipped tests!
> Tests: 25, Assertions: 49, Incomplete: 1.
> Terminating xvnc.
> $ vncserver -kill :10
> Killing Xvnc4 process ID 28139
> Recording test results
> Pushing tag ci-254 to repo origin
> FATAL: null
> java.lang.NullPointerException
>       at hudson.model.Result.isBetterOrEqualTo(Result.java:115)
>       at hudson.tasks.BuildTrigger$2.shouldTriggerBuild(BuildTrigger.java:234)
>       at hudson.tasks.BuildTrigger.execute(BuildTrigger.java:212)
>       at 
> hudson.model.AbstractBuild$AbstractRunner.cleanUp(AbstractBuild.java:640)
>       at hudson.model.Build$RunnerImpl.cleanUp(Build.java:173)
>       at hudson.model.Run.run(Run.java:1453)
>       at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>       at hudson.model.ResourceController.execute(ResourceController.java:88)
>       at hudson.model.Executor.run(Executor.java:238)
> {code}

--
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

        

Reply via email to