Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;

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

Labels (2)
2 Replies
rgiovanardi
Contributor
Contributor

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

 

Pruaudel
Contributor
Contributor

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 ?