Hi,
I am getting a lot of read time out exceptions in the smtp log, like:

08/02/04 22:37:42 ERROR smtpserver: Unknown error occurred while processing DATA.
javax.mail.MessagingException: Error in input stream;
nested exception is:
java.net.SocketTimeoutException: Read timed out
at javax.mail.internet.InternetHeaders.load(InternetHeaders.java:142)
at javax.mail.internet.InternetHeaders.<init>(InternetHeaders.java:93)
at org.apache.james.core.MailHeaders.<init>(MailHeaders.java:99)
at org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1304)
at org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:653)
at org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:422)
at org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run(ServerConnection.java:463)
at org.apache.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:90)
at org.apache.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:136)


I am clueless how to go about it. I played around with the threads and max connection in the config, but no avail. This happens to 1/4 of all my connections.

My configuration: James 3.0a1 for CVS-head 4 week ago, on Suse Linux 9.0
James is running against a MySQL 4.0.23 (using tables spool, inbox and deadletter)

Anybody an idea where to look?

thanks,
  Arno




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to