Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EXCEPTION: Failed to expunge (Database error)

843830Dec 22 2003 — edited Feb 20 2004
Hi,
When I trying to move a message from one folder to another, basically involved copy, delete, expunge actions, sometimes I got following error:

EXCEPTION: A17 NO EXPUNGE failed: Failed to expunge (Database error);
nested exception is:
com.sun.mail.iap.CommandFailedException: A17 NO EXPUNGE failed: Failed to expunge (Database error)

Sometime getting:
:EXCEPTION: A15 NO COPY failed: Failed to copy (Database error);
nested exception is:
com.sun.mail.iap.CommandFailedException: A15 NO COPY failed: Failed to copy (Database error)

Have anybody met the same problem before? What might be a reason. In my code, there are mult-threads operating on the same INBOX.

Thanks alot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2004
Added on Dec 22 2003
2 comments
547 views