com.sun.mail.imap.IMAPFolder close
843834Oct 22 2008 — edited Feb 12 2009Hi everyone,
We are using BMC Remedy Email Engine with javamail function.
Why is the message of ''com.sun.mail.imap.IMAPFolder close' message is indicated in stderr.log file' indicated? BMC and we don't know the reason at all. If someone knows, could you please teach us the error cause?
---------------------------------------------------------------------------------------------------------
The detail is below:
2008/10/07 1:16:10 com.sun.mail.imap.IMAPFolder close
SEVERE: A6 NO CLOSE Block size illegal for BPOOL.
javax.mail.MessagingException: A6 NO CLOSE Block size illegal for BPOOL.;
nested exception is:
com.sun.mail.iap.CommandFailedException: A6 NO CLOSE Block size illegal for BPOOL.
at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:1003)
at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:935)
at com.remedy.arsys.emaildaemon.ReceiverModule.terminateIncommingMailbox(ReceiverModule.java:1837)
at com.remedy.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:357)
at com.remedy.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:268)
at java.lang.Thread.run(Unknown Source)
Caused by: com.sun.mail.iap.CommandFailedException: A6 NO CLOSE Block size illegal for BPOOL.
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:294)
at com.sun.mail.iap.Protocol.simpleCommand(Protocol.java:316)
at com.sun.mail.imap.protocol.IMAPProtocol.close(IMAPProtocol.java:926)
at com.sun.mail.imap.IMAPFolder.close(IMAPFolder.java:1000)
... 5 more
---------------------------------------------------------------------------------------------------------
Regards,
NAKAI