Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

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.

Does Javamail (any release) work with Oracle 11.2.0.4?

Elaine W.Oct 22 2013 — edited Oct 22 2013

There is bug reported to Oracle support, but maybe someone has a workaround?

Click to add to FavoritesEmail link to this documentPrintable PageTo BottomTo Bottom

https://support.oracle.com/epmos/faces/ui/km/BugDisplay.jspx?_afrLoop=24654955954458&recommended=true&id=17528315&_afrWindowMode=0&bugProductSource=Oracle&_adf.ctrl-state=lbcc8htbo_357

Bug Attributes


B - Defect
2 - Severe Loss of Service11.2.0.4
11 - Code/Hardware Bug (Response/Resolution)226 - Linux x86-64
Sep 27, 2013
Oct 21, 2013N/A
11.2.0.4Generic
Oracle

https://support.oracle.com/epmos/faces/ui/km/BugDisplay.jspx?_afrLoop=24654955954458&recommended=true&id=17528315&_afrWindowMode=0&bugProductSource=Oracle&_adf.ctrl-state=lbcc8htbo_357

Related Products


Oracle Database ProductsOracle Database
Oracle Database5 - Oracle Database - Enterprise Edition

Hdr: 17528315 11.2.0.4 JAVAVM 11.2.0.4 PRODID-5 PORTID-226 ORA-29532
Abstract: 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 1
ORA-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.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 19 2013
Added on Oct 22 2013
1 comment
2,291 views