Change By: Greg Albrecht (10/Mar/14 10:41 PM)
Description: Occasionally getting the following failure at the end of every one of my builds:

{
{ code}
FATAL: hudson/tasks/Mailer$UserProperty
java.lang.NoClassDefFoundError: hudson/tasks/Mailer$UserProperty
at hudson.plugins.git.GitChangeLogParser.parseCommit(GitChangeLogParser.java:80)
at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:74)
at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:51)
at hudson.plugins.git.GitChangeLogParser.parse(GitChangeLogParser.java:29)
at hudson.model.AbstractBuild.calcChangeSet(AbstractBuild.java:922)
at hudson.model.AbstractBuild.getChangeSet(AbstractBuild.java:896)
at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:413)
at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:410)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:729)
at hudson.model.Run.execute(Run.java:1701)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: java.lang.ClassNotFoundException: hudson.tasks.Mailer$UserProperty
at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315)
at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 13 more
{code } }
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to