Dear,
I’m stuck with this annoying bug, and since the code contains obfuscated code, I can’t really fix the problem.
Starting up a new ImapClient works fine, but when I try to close the connection (by doing imapClient.dispose(). I get following Unhandledexception IllegalAccessError:
04 dec 2015 17:47:03,134 ERROR [DefaultQuartzScheduler_Worker-10] (JobRunShell.java:211) - Job DEFAULT.docShifterJob14 threw an unhandled Exception:
java.lang.IllegalAccessError: tried to access method com.aspose.email.system.exceptions.ThreadAbortException.()V from class com.aspose.email.internal.af.g
at com.aspose.email.internal.af.g.b(Unknown Source)
at com.aspose.email.ca.k(SourceFile:223)
at com.aspose.email.ca.dispose(SourceFile:195)
at com.aspose.email.xi.dispose(SourceFile:397)
at com.aspose.email.ga.dispose(SourceFile:680)
at com.aspose.email.CredentialsByHostClient.dispose(SourceFile:717)
at com.aspose.email.CredentialsByHostClient.dispose(SourceFile:777)
at com.aspose.email.ImapClient.dispose(SourceFile:503)
Therefor many instances of my imapclient stays open.
In attachment you’ll find more log data.
Has anyone experienced this also?
Thanks !!