Hi all,
I've got my James up and running happily (2.1a1-cvs), but the following is
showing up in the smtpserver.log when I try to send an email with two
attachments (2MB and 0.9MB), any suggestions?
24/11/02 12:08:14 ERROR smtpserver: Unknown error occurred while processing
DATA.
javax.mail.MessagingException: Exception spooling message: Exception caught
while storing mail Container: java.lang.IllegalArgumentException: Packet is
larger than max_allowed_packet from server configuration of 1048576 bytes;
nested exception is:
java.lang.RuntimeException: Exception caught while storing mail
Container: java.lang.IllegalArgumentException: Packet is larger than
max_allowed_packet from server configuration of 1048576 bytes
at org.apache.james.James.sendMail(James.java:450)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:92)
at $Proxy9.sendMail(Unknown Source)
at
org.apache.james.smtpserver.SMTPHandler.processMail(SMTPHandler.java:1334)
at
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:1181)
at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:541)
at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:32
2)
at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run
(ServerConnection.java:404)
at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Executabl
eRunnable.java:47)
at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:8
0)
24/11/02 12:08:14 DEBUG smtpserver: Sent: 451 Error processing message:
Exception spooling message: Exception caught while storing mail Container:
java.lang.IllegalArgumentException: Packet is larger than max_allowed_packet
from server configuration of 1048576 bytes;
nested exception is:
java.lang.RuntimeException: Exception caught while storing mail
Container: java.lang.IllegalArgumentException: Packet is larger than
max_allowed_packet from server configuration of 1048576 bytes
24/11/02 12:08:14 DEBUG smtpserver: Calling reset() default Worker #28
24/11/02 12:08:14 DEBUG smtpserver: Exception opening socket: null
java.lang.NullPointerException
at
org.apache.james.smtpserver.SMTPHandler.readCommandLine(SMTPHandler.java:464
)
at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:32
2)
at
org.apache.james.util.connection.ServerConnection$ClientConnectionRunner.run
(ServerConnection.java:404)
at
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(Executabl
eRunnable.java:47)
at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread.java:8
0)
24/11/02 12:08:14 DEBUG smtpserver: Calling disposeWatchdog() default Worker
#28
24/11/02 12:08:14 DEBUG smtpserver: Watchdog default Worker #28 is exiting
run().
24/11/02 12:08:14 DEBUG smtpserver: Returning SMTPHandler to pool.
24/11/02 12:08:14 DEBUG smtpserver: Returning a
org.apache.james.smtpserver.SMTPHandler to the pool
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>