You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Bernd Fondermann (JIRA)" <se...@james.apache.org> on 2006/07/25 15:34:13 UTC

[jira] Created: (POSTAGE-7) Postage startup failure when setting up SMTP

Postage startup failure when setting up SMTP
--------------------------------------------

                 Key: POSTAGE-7
                 URL: http://issues.apache.org/jira/browse/POSTAGE-7
             Project: Postage
          Issue Type: Bug
            Reporter: Bernd Fondermann
         Assigned To: Bernd Fondermann
            Priority: Critical


Thanks to Vincenzo for reporting this bug occuring in the Postage startup sequence:

I'm experimenting Postage (with James 2.3.0b3, both compiled and ran
under jdk 1.4.2), but I'm always getting the following error:

    [java] INFO: availability of checking for inbound mailing (POP3)
verified
    [java] 18-lug-2006 14.47.36
org.apache.james.postage.smtpserver.AvalonToPostageLogger error
    [java] INFO: No messageHandler configured. Check that
SendMailHandler is configured in the SMTPHandlerChain
    [java] 18-lug-2006 14.47.36 org.apache.james.postage.PostageRunner
execute
    [java] GRAVE: could not even start the runner successfully
    [java] org.apache.james.postage.StartupException: failed to setup
    [java]     at
org.apache.james.postage.PostageRunner.setupForwardedMailInterceptor(PostageRunner.java:405)
    [java]     at
org.apache.james.postage.PostageRunner.execute(PostageRunner.java:107)
    [java]     at
org.apache.james.postage.PostageRunner.run(PostageRunner.java:158)
    [java]     at org.apache.james.postage.Main.runScenarios(Main.java:82)
    [java]     at org.apache.james.postage.Main.main(Main.java:66)


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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (POSTAGE-7) Postage startup failure when setting up SMTP

Posted by "Bernd Fondermann (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/POSTAGE-7?page=all ]

Bernd Fondermann updated POSTAGE-7:
-----------------------------------

    Attachment: jira_postage7.patch

This bug happens because at least 1 MessageHandler is now obligatory in SMTP handler chain taken from James Server.

The fix is to provide that MessageHandler.

The patch is not applied to SVN because of pending SVN commit mail notification for Postage.

> Postage startup failure when setting up SMTP
> --------------------------------------------
>
>                 Key: POSTAGE-7
>                 URL: http://issues.apache.org/jira/browse/POSTAGE-7
>             Project: Postage
>          Issue Type: Bug
>            Reporter: Bernd Fondermann
>         Assigned To: Bernd Fondermann
>            Priority: Critical
>         Attachments: jira_postage7.patch
>
>
> Thanks to Vincenzo for reporting this bug occuring in the Postage startup sequence:
> I'm experimenting Postage (with James 2.3.0b3, both compiled and ran
> under jdk 1.4.2), but I'm always getting the following error:
>     [java] INFO: availability of checking for inbound mailing (POP3)
> verified
>     [java] 18-lug-2006 14.47.36
> org.apache.james.postage.smtpserver.AvalonToPostageLogger error
>     [java] INFO: No messageHandler configured. Check that
> SendMailHandler is configured in the SMTPHandlerChain
>     [java] 18-lug-2006 14.47.36 org.apache.james.postage.PostageRunner
> execute
>     [java] GRAVE: could not even start the runner successfully
>     [java] org.apache.james.postage.StartupException: failed to setup
>     [java]     at
> org.apache.james.postage.PostageRunner.setupForwardedMailInterceptor(PostageRunner.java:405)
>     [java]     at
> org.apache.james.postage.PostageRunner.execute(PostageRunner.java:107)
>     [java]     at
> org.apache.james.postage.PostageRunner.run(PostageRunner.java:158)
>     [java]     at org.apache.james.postage.Main.runScenarios(Main.java:82)
>     [java]     at org.apache.james.postage.Main.main(Main.java:66)

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (POSTAGE-7) Postage startup failure when setting up SMTP

Posted by "Bernd Fondermann (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/POSTAGE-7?page=all ]

Bernd Fondermann resolved POSTAGE-7.
------------------------------------

    Resolution: Fixed

fixed in r430081

> Postage startup failure when setting up SMTP
> --------------------------------------------
>
>                 Key: POSTAGE-7
>                 URL: http://issues.apache.org/jira/browse/POSTAGE-7
>             Project: Postage
>          Issue Type: Bug
>            Reporter: Bernd Fondermann
>         Assigned To: Bernd Fondermann
>            Priority: Critical
>         Attachments: jira_postage7.patch
>
>
> Thanks to Vincenzo for reporting this bug occuring in the Postage startup sequence:
> I'm experimenting Postage (with James 2.3.0b3, both compiled and ran
> under jdk 1.4.2), but I'm always getting the following error:
>     [java] INFO: availability of checking for inbound mailing (POP3)
> verified
>     [java] 18-lug-2006 14.47.36
> org.apache.james.postage.smtpserver.AvalonToPostageLogger error
>     [java] INFO: No messageHandler configured. Check that
> SendMailHandler is configured in the SMTPHandlerChain
>     [java] 18-lug-2006 14.47.36 org.apache.james.postage.PostageRunner
> execute
>     [java] GRAVE: could not even start the runner successfully
>     [java] org.apache.james.postage.StartupException: failed to setup
>     [java]     at
> org.apache.james.postage.PostageRunner.setupForwardedMailInterceptor(PostageRunner.java:405)
>     [java]     at
> org.apache.james.postage.PostageRunner.execute(PostageRunner.java:107)
>     [java]     at
> org.apache.james.postage.PostageRunner.run(PostageRunner.java:158)
>     [java]     at org.apache.james.postage.Main.runScenarios(Main.java:82)
>     [java]     at org.apache.james.postage.Main.main(Main.java:66)

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org