You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Aleksander Blomsk?ld (JIRA)" <ji...@codehaus.org> on 2005/05/26 11:50:21 UTC

[jira] Created: (CONTINUUM-166) Mail is not being sent (NPE)

Mail is not being sent (NPE)
----------------------------

         Key: CONTINUUM-166
         URL: http://jira.codehaus.org/browse/CONTINUUM-166
     Project: Continuum
        Type: Bug
    Reporter: Aleksander Blomskøld


Sending email after build failes with this exception:

java.lang.NullPointerException
        at org.codehaus.plexus.mailsender.simple.SimpleMailSender.send(SimpleMailSender.java:100)
        at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendMessage(MailContinuumNotifier.java:336)
        at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.buildComplete(MailContinuumNotifier.java:261)
        at org.apache.maven.continuum.notification.mail.MailContinuumNotifier.sendNotification(MailContinuumNotifier.java:172)
        at org.codehaus.plexus.notification.DefaultNotificationDispatcher.sendNotification(DefaultNotificationDispatcher.java:80)
        at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotifiaction(DefaultContinuumNotificationDispatcher.java:128)
        at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.sendNotifiaction(DefaultContinuumNotificationDispatcher.java:89)
        at org.apache.maven.continuum.notification.DefaultContinuumNotificationDispatcher.buildComplete(DefaultContinuumNotificationDispatcher.java:77)
        at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:177)
        at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
        at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:100)
        at java.lang.Thread.run(Thread.java:534)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira