javax.activation.UnsupportedDataTypeException: no object DCH for MIME type image/jpg
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 Oracle Community by 807553, 1 year ago
via Oracle Community by 843834, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via Oracle Community by 843834, 1 year ago
via GitHub by GoogleCodeExporter
, 2 years agovia GitHub by GoogleCodeExporter
, 2 years agojavax.activation.UnsupportedDataTypeException: no object DCH for MIME type image/jpg
at javax.activation.ObjectDataContentHandler.writeTo(DataHandler.java:851)
at javax.activation.DataHandler.writeTo(DataHandler.java:305)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1021)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:571)
at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:226)
at com.sun.xml.messaging.soap.MessageImpl.saveChanges(MessageImpl.java:372)
at Request.run(Request.java:198)