1. 27 9月, 2007 2 次提交
  2. 18 8月, 2007 1 次提交
  3. 05 8月, 2007 1 次提交
  4. 16 6月, 2007 1 次提交
  5. 03 6月, 2007 3 次提交
  6. 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
  7. 17 4月, 2007 1 次提交
  8. 15 4月, 2007 2 次提交
  9. 14 4月, 2007 2 次提交
  10. 20 1月, 2007 2 次提交
  11. 30 12月, 2006 1 次提交
  12. 19 12月, 2006 3 次提交
  13. 10 12月, 2006 1 次提交
    • K
      fixed an issue Bantle reported: · 63548ab9
      kohsuke 提交于
      --------------
      Hello,
      I have the same problem: I have only one user in the people and no
      e-mail for broken builds to the checkin user. The reason seams to be
      that our SVN users have the following structure: WINDOWSDOMAIN\UserName
      (with back slash). Hudson knows the user who checked in (e.g.:
      WINDOWSDOMAIN\UserName).Hudson tries to create a folder with this name
      in HUDSON_HOME/users/, and that is not possible with the back slash on
      Windows! On Linux it is possible to create a directory with this name,
      but Hudson (TomCat) can not find this directory. Do you have a solution
      for this problem? Can you cast the back slash for the Windows domain
      name in Hudson?
      Thomas
      
      
      git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1273 71c3de6d-444a-0410-be80-ed276b4c234a
      63548ab9
  14. 18 11月, 2006 1 次提交
  15. 06 11月, 2006 1 次提交