Irfan, I have the smtp server set. I can send emails, however I see some message after and the build fails.
Thanks, Rakhee On Sunday, April 21, 2013 8:44:51 PM UTC-7, Irfan Sayed wrote: > > did u add smtp mail server address in global configuration ? > > regards > > > > On Sun, Apr 21, 2013 at 10:22 AM, rakhee Kulkarni > <[email protected]<javascript:> > > wrote: > >> Hi, >> >> I have a Jenkins master spun up in Amazon EC2. The email notifications >> are sending emails but the build job fails with following message: >> >> Sending e-mails to: <email address> >> FATAL: >> hudson.tasks.Mailer$UserProperty.hasExplicitlyConfiguredAddress()Zjava.lang.NoSuchMethodError >> >> <http://stacktrace.jenkins-ci.org/search?query=java.lang.NoSuchMethodError>: >> hudson.tasks.Mailer$UserProperty.hasExplicitlyConfiguredAddress()Z >> at >> hudson.plugins.git.GitChangeSet.isMailerPropertySet(GitChangeSet.java:288) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitChangeSet.isMailerPropertySet&entity=method> >> at >> hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:276) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitChangeSet.findOrCreateUser&entity=method> >> at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:318) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.plugins.git.GitChangeSet.getAuthor&entity=method> >> at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:311) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild.getCulprits&entity=method> >> at hudson.model.AbstractBuild.getCulprits(AbstractBuild.java:307) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild.getCulprits&entity=method> >> at >> hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:624) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractRunner.post&entity=method> >> at hudson.model.Run.run(Run.java:1400) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.run&entity=method> >> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> >> at hudson.model.ResourceController.execute(ResourceController.java:88) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> >> at hudson.model.Executor.run(Executor.java:175) >> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> >> >> >> The /var/log/mail.log does not show any error message. I receive a email >> notification that build is back to normal. Any suggestions? >> >> >> Thanks, >> >> Rakhee >> >> -- >> 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] <javascript:>. >> 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.
