Question
Truviq Systems
NL
Last activity: 9 Mar 2016 0:24 EST
email messaging exception
Hi,
I am facing the below exception when we are sendnig email notification in one environment (stage).
javax.mail.messagingeexception, IOE exception while sending message.
The exception is not coming in other two environments (DEV and TEST)
Please suggest me.
Thanks for sharing your thoughts
--- Chaitanya
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Truviq Systems
NL
Please find the excpetion details:
javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary="----=_Part_31_1642469151.1457425242348.
The below link has few information:
Version: 7.1.7
Please let me know if anything required.
PEG
IN
Hi Chaitanya,
Could you please paste the entire stack trace? Which version of PRPC?
Accepted Solution
Truviq Systems
NL
Please find the excpetion details:
javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed; boundary="----=_Part_31_1642469151.1457425242348.
The below link has few information:
Version: 7.1.7
Please let me know if anything required.
Pegasystems Inc.
IN
Pegasystems Inc.
AU
Can you please verify the following points:
- Does the issue occur when you just send an email without attachment?
- Please note that you mentioned that the issue occurs only in Stage and not in other environments? How different they are?
- Can you enable the mail.debug=true in the server startup and forward the complete stack trace?
Truviq Systems
NL
HI Krishna,
Does the issue occur when you just send an email without attachment? --> yes, it's encountered when i send email without attachments.
Please note that you mentioned that the issue occurs only in Stage and not in other environments? How different they are? --> Server running node.
Truviq Systems
NL
Thanks very much to all you for your valuable suggestions.
The articles pointed by Arvind and me helpful to resolve the issue.
But in my case when i re-started the server and cleared the cache the email triggering was executed properly without any IOE exceptions.
-- Chaitanya