I also get this when SMTP recieves a message::

javax.mail.MessagingException: Exception spooling message: null;
  nested exception is:
        java.lang.IllegalMonitorStateException
        at org.apache.james.James.sendMail(James.java:269)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.avalon.phoenix.components.application.BlockInvocationHandler.invo
ke(BlockInvocationHandler.java:91)
        at $Proxy9.sendMail(Unknown Source)
        at
org.apache.james.smtpserver.SMTPHandler.doDATA(SMTPHandler.java:589)
        at
org.apache.james.smtpserver.SMTPHandler.parseCommand(SMTPHandler.java:238)
        at
org.apache.james.smtpserver.SMTPHandler.handleConnection(SMTPHandler.java:16
1)
        at
org.apache.avalon.cornerstone.blocks.connection.ConnectionRunner.run(Connect
ion.java:167)
        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
6)
451 Error processing message: Exception spooling message: null;
  nested exception is:
        java.lang.IllegalMonitorStateException


which is reflected in the logs by:

1011527383768 [INFO   ] (smtpserver): Connection from localhost.localdomain
(127.0.0.1)
1011527394796 [INFO   ] (smtpserver): Command received: MAIL
FROM:<[EMAIL PROTECTED]>
1011527402906 [INFO   ] (smtpserver): Command received: RCPT TO:<danny>
1011527405426 [INFO   ] (smtpserver): Command received: DATA
1011527416818 [ERROR  ] (smtpserver): Error processing message: Exception
spooling message: null;
  nested exception is:
        java.lang.IllegalMonitorStateException


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

Reply via email to