javax.mail.MessagingException: Unable to load BODYSTRUCTURE
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by ronankeane
, 1 year agovia GitHub by ronankeane
, 1 year agovia GitHub by ronankeane
, 1 year agovia Oracle Community by 920129, 1 year ago
via osdir.com by Unknown author, 2 years ago
via gmane.org by Unknown author, 2 years ago
javax.mail.MessagingException: Unable to load BODYSTRUCTURE
at com.sun.mail.imap.IMAPMessage.loadBODYSTRUCTURE(IMAPMessage.java:1488)
at com.sun.mail.imap.IMAPMessage.getDataHandler(IMAPMessage.java:746)
at javax.mail.internet.MimeMessage.getContent(MimeMessage.java:1454)
at org.moqui.impl.service.EmailEcaRule.makeBodyPartList(EmailEcaRule.groovy:124)
at org.moqui.impl.service.EmailEcaRule.runIfMatches(EmailEcaRule.groovy:84)
at org.moqui.impl.service.ServiceFacadeImpl.runEmecaRules(ServiceFacadeImpl.groovy:429)
at pollEmailServer_groovy.run(pollEmailServer_groovy:89)
at org.moqui.impl.context.runner.GroovyScriptRunner.run(GroovyScriptRunner.groovy:50)
at org.moqui.impl.context.ResourceFacadeImpl.script(ResourceFacadeImpl.groovy:356)
at org.moqui.impl.service.runner.ScriptServiceRunner.runService(ScriptServiceRunner.groovy:49)
at org.moqui.impl.service.ServiceCallSyncImpl.callSingle(ServiceCallSyncImpl.groovy:317)
at org.moqui.impl.service.ServiceCallSyncImpl.call(ServiceCallSyncImpl.groovy:165)
at org.moqui.impl.service.ServiceCallJobImpl$ServiceJobCallable.call(ServiceCallJobImpl.groovy:207)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)