Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an ESB runtime job that when it encounters an error should send an email (via Gmail) using the tSendMail component to a pre-determined recipient list.
The email has no attachments, it simply contains a subject and body.
When running the job through Studio, it successfully sends the email.
However, when deployed to the runtime container, I receive the following error message:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;
The content type is set to text/plain
Version:7.2.1
Any help would be much appreciated,
Thanks
Hello everyone,
we have the very same problem with tSendMail component. During our troubleshoot we found that the issue should be inside container/lib/jdk9plus/javax.activation-1.2.0.jar.
We need help too about that issue.
Thanks in advance,
Roberto
Hi,
Same problem here with our Route. On 6.3.1, no problem. On Runtime 7.2.1 big problem. Someone have resolved your problem ?