1. 07 6月, 2007 5 次提交
  2. 06 6月, 2007 9 次提交
  3. 03 6月, 2007 9 次提交
  4. 02 6月, 2007 6 次提交
  5. 31 5月, 2007 1 次提交
  6. 27 5月, 2007 2 次提交
  7. 26 5月, 2007 3 次提交
  8. 25 5月, 2007 3 次提交
  9. 24 5月, 2007 1 次提交
  10. 19 5月, 2007 1 次提交
    • K
      added defensive code to fix the NPE as reported below: · 16ee6c7f
      kohsuke 提交于
      I sporadically get a NPE when trying to send an email at the end of a build:
      Recording test results
      FATAL: null
      java.lang.NullPointerException
      	at hudson.tasks.MailSender.createFailureMail(MailSender.java:157)
      	at hudson.tasks.MailSender.getMail(MailSender.java:87)
      	at hudson.tasks.MailSender.execute(MailSender.java:64)
      	at hudson.tasks.Mailer.perform(Mailer.java:61)
      	at hudson.model.Build$RunnerImpl.post(Build.java:137)
      	at hudson.model.Run.run(Run.java:573)
      	at hudson.model.Build.run(Build.java:101)
      	at hudson.model.Executor.run(Executor.java:61)
      I haven't narrowed down if this happens only for failed builds or for any
      build.  Once it happens the only way it goes away is if I clear the email
      option, save, and reset it.
      Any ideas what's going on?
      Rich
      ePlus Consulting
      -- View this message in context: http://www.nabble.com/NPE-trying-to-send-email-tf3772528.html#a10666153 Sent from the Hudson users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@hudson.dev.java.net For additional commands, e-mail: users-help@hudson.dev.java.net
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3345 71c3de6d-444a-0410-be80-ed276b4c234a
      16ee6c7f