Hi,
Recently the EmailReceiver QPAC refuses to get E-Mails. I configured it using IMAP. But lately, it sporadically refuses to get new messages and throws a
javax.mail.FolderClosedException
as posted below.
ERROR [com.adobe.workflow.AWS] stalling action-instance: 3873 with message: javax.mail.FolderClosedException: * BYE Connection down
at com.sun.mail.imap.IMAPMessage.setFlags(IMAPMessage.java:751)
at javax.mail.Message.setFlag(Message.java:541)
at com.adobe.workflow.qpac.emailreceiver.MessageWrapper.setDeletedFlag(MessageWrapper.java:313)
at com.adobe.workflow.qpac.emailreceiver.EmailReceiverService.processEmail(EmailReceiverService.java:301)
at com.adobe.workflow.qpac.emailreceiver.EmailReceiverService.runTask(EmailReceiverService.java:103)
at com.adobe.workflow.tools.qde.pat.service.PATAbstractPollingServiceEx.execute(PATAbstractPollingServiceEx.java:87)
at com.adobe.workflow.engine.PEUtil.executeAction(PEUtil.java:184)
The JavaDoc is pretty weird:
This exception is thrown when a method is invoked on a Messaging object and the Folder that owns that object has died due to some reason.
What does it mean
a folder has died? Is there a bug with the EmailReceiver, which
kills folders, after getting messages? :-)
Steve