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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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

Hi,

I am trying to send the CSV file as an attachment but I am getting this error :

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

The code before sending the email is 

String localFile = exchange.getIn().getHeader("CamelFileNameProduced", String.class);
exchange.getIn().addAttachment(localFile, new DataHandler(new FileDataSource(localFile)));

 The content- type in cMail component is set to "text/plain"

This is in Talend 5.3

Please help me out what I am missing.

Thanks

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

Are you getting this error when deploy your route kar file into runtime 5.3.1?

Here exists a ESB jira issue about:https://jira.talendforge.org/browse/TESB-5705

Let us know if it is what you are looking for.

Best regards

Sabrina