You'd have to revert back to 1.523 or earlier. The change in core was made after 1.523.
On Thu, Aug 8, 2013 at 9:52 AM, John Vacz < [email protected]> wrote: > I also have this stacktrace. > Jenkins 1.525 (reverted back from 1.526), email-ext plugin 2.30.2, Debian > 6.0.7 64-bit. > > Am 08.08.2013 18:40, schrieb J Arrizza: > > I'm running Ubuntu 10.04. > > After a plugin upgrade I'm getting > > - NoClassDefFoundErrors in the log. > - no emails are being sent out > > -The view/summary page is not showing the latest "Last Success" e.g. > > I have a job call v11-dcm-trunk that shows a Last Success of "9 days 19 > hr - #7", but the Build History shows The last job was #14 Aug 9, 2013 > 9:24:30AM" > > The Build History is missing build #10, #11, #12 and #13. > - the job history is not saved across restarts of jenkins (need to > double-check it. > > - For a while I also saw that a job builds ok but does not trigger the > next job, but it looks like upgrading to 1.526 fixed that. > > Here's what I've tried so far: > > - updated Jenkins from 1.518 to 1.526 > > - rebooted the server > - checked the Updates page for additional available plugins updates > (there are none) > > > Here's the stacktrace: > > Aug 8, 2013 9:26:42 AM hudson.model.Executor run > SEVERE: Executor threw an exception > java.lang.NoClassDefFoundError: org/sonatype/aether/util/StringUtils > at > hudson.plugins.emailext.plugins.content.ChangesSinceLastBuildContent.evaluate(ChangesSinceLastBuildContent.java:56) > at > org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:177) > at > org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:182) > at > org.jenkinsci.plugins.tokenmacro.TokenMacro.expandAll(TokenMacro.java:233) > at > hudson.plugins.emailext.plugins.ContentBuilder.transformText(ContentBuilder.java:63) > at > hudson.plugins.emailext.ExtendedEmailPublisher.getContent(ExtendedEmailPublisher.java:705) > at > hudson.plugins.emailext.ExtendedEmailPublisher.createMail(ExtendedEmailPublisher.java:488) > at > hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:319) > at > hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:311) > at > hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:271) > at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) > at > hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804) > at > hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:776) > at hudson.model.Build$BuildExecution.cleanUp(Build.java:192) > at hudson.model.Run.execute(Run.java:1642) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:247) > > > > It looks like I'm missing a dependency on something. Any ideas I can try? > > Thanks, > John > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
