Brian Brooks edited a comment on Bug JENKINS-13024

I just encountered this issue with 1.8 on Jenkins ver. 1.512.

java.lang.AssertionError: class org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder is missing its descriptor
at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1168)
at hudson.tasks.Publisher.getDescriptor(Publisher.java:123)
at hudson.tasks.Recorder.getDescriptor(Recorder.java:51)
at org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.getDescriptor(GroovyPostbuildRecorder.java:257)
at org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.perform(GroovyPostbuildRecorder.java:271)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:774)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:949)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:724)
at hudson.model.Run.execute(Run.java:1600)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)

This build has worked fine for over a week until today. The maven build takes 4 hours to run. The groovy script is run after the same jenkins job runs 1) a maven build and 2) a sonar analysis.

*CONFIGURATION*

Jenkins Server
Jenkins 1.512
sonar-maven-plugin-2.0
Sonar Jenkins Plugin 2.1
Maven 3.4 (-Xmx700m)
Java 1.7.0_04-b22
Windows 2003 Server
Tomcat 5.5.28

Sonar Server
Sonar 3.2
MySQL 5.5.8
Java 1.7.0_15-b03
Windows 2003 Server

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
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.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to