For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
There is bug reported to Oracle support, but maybe someone has a workaround?
Hdr: 17528315 11.2.0.4 JAVAVM 11.2.0.4 PRODID-5 PORTID-226 ORA-29532Abstract: UPGRADE TO 11.2.0.4 JAVAMAIL API CAUSES ERROR ORA-29532 *** 09/27/13 04:21 am ***---- PROBLEM:--------After upgrading from 11.2.0.3 to 11.2.0.4 JavaMail API not working. Same test code working fine in Oracle Database 11.2.0.3 with out any error but in Oracle Database 11.2.0.4 getting the below error : ORA-29532: Java call terminated by uncaught Java exception:java.lang.RuntimeException: javax.mail.SendFailedException: Sending failed;nested exception is:javax.mail.MessagingException: IOException while sending message;nested exception is:javax.activation.UnsupportedDataTypeException: no object DCH for MIME type multipart/mixed;boundary="----=_Part_0_1902431470.1380203169128"at javax.mail.Transport.send0(Transport.java:219)at javax.mail.Transport.send(Transport.java:81)at kalo.KaloSendMailMinimal.sendeEmailInstance(IEBASIS_MAIL_MIN_JAP:52)at kalo.KaloSendMailMinimal.sendeEmailStatic(IEBASIS_MAIL_MIN_JAP:21)ORA-6512: at "SYSTEM.IEJAVA_TEST_PRU", line 1ORA-6512: at line 1 DIAGNOSTIC ANALYSIS:--------------------Executing the Javamail API test code in Oracle 11.2.0.4 results ORA-29532. Test case is attached.