You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Sujit Jagdev <su...@casero.com> on 2005/09/14 22:25:34 UTC

RE: Serious bandwidth begin consumed by James

When I get my Postfix or sendmail to relay mail to my JAMES server.
I get this exception.


    14/09/05 15:33:12 ERROR smtpserver: Unknown error occurred while
processing DATA.
    javax.mail.MessagingException: Unable to retrieve the data: Read
timed out;
      nested exception is:
            java.net.SocketTimeoutException: Read timed out
             at
org.apache.james.core.MimeMessageInputStreamSource.<init>(MimeMessageInp
utStreamSource.java:129)
             at org.apache.james.core.MailImpl.<init>(MailImpl.java:173)
             at
org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:142
5)
             at
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1283)
             at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:63
8)
             at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.jav
a:411)
             at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner
.run(ServerConnection.java:462)
             at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Execu
tableRunnable.java:47)
             at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.ja
va:80)

But when I use my outlook client to send an email directly to the same
JAMES instance it spools the message successfully.

Any ideas?!
Thanks
Sujit

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


Re: Serious bandwidth begin consumed by James

Posted by Stefano Bagnara <ap...@bago.org>.
This is a timeout on the socket: are you sure that the route between sending
and receiving server works correctly?
Can you check it or contact your network administrator to check this?

Stefano

> When I get my Postfix or sendmail to relay mail to my JAMES server.
> I get this exception.
>     javax.mail.MessagingException: Unable to retrieve the 
> data: Read timed out;
>       nested exception is:
>             java.net.SocketTimeoutException: Read timed out
>              at
> org.apache.james.core.MimeMessageInputStreamSource.<init>(Mime


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