Hi,
I deleted two accounts a few days ago and just noticed the following error:
Code:
2011-07-19 04:48:16,002 WARN [MailboxPurge] [mid=26;] purge - Unable to purge mailbox 26
com.zimbra.cs.account.AccountServiceException: no such account: 69f387fe-d5e0-4d0b-bfda-d28438dc7594
ExceptionId:MailboxPurge:1311043696002:289b48507669ed60
Code:account.NO_SUCH_ACCOUNT
at com.zimbra.cs.account.AccountServiceException.NO_SUCH_ACCOUNT(AccountServiceException.java:177)
at com.zimbra.cs.mailbox.Mailbox.getAccount(Mailbox.java:516)
at com.zimbra.cs.mailbox.PurgeThread.run(PurgeThread.java:147) After researching in the forum I found that the deleted accounts are not found here
Code:
select * from deleted_account;
not in the Admin-WUI at accounts but still here
Code:
select * from mailbox;
I guess that this is the reason why zimbra still tries to purge. I know that it is highly not recommanded to delete anything "by hand" but what should I do?
Thanks for any comment.
Greets
Corren