Forms session raises FRM-40735: WHEN-LIST-ACTIVIATED Trigger Raised Unhandled Exception ORA-29532
(Doc ID 1544804.1)
Last updated on APRIL 18, 2025
Applies to:
Oracle E-Business Suite Technology Stack - Version 11.5.0 to 12.1.3 [Release 11.5 to 12.1]Information in this document applies to any platform.
Symptoms
Starting Forms function starts the session, but when opening the actual Form called this fails and the status bar in the Forms applet show the error:
FRM-40735: WHEN-LIST-ACTIVIATED trigger raised unhandled exception ORA-29532
The "ORA-29532: Java call terminated by uncaught Java exception" indicates an issue with the Java code executed in the database and this is confirmed by the database dump file reporting the following:
java.lang.OutOfMemoryError
at java.lang.Thread.start(Native Method)
at oracle.apps.fnd.security.CipherCache.start(CipherCache.java:464)
at oracle.apps.fnd.security.CipherCache.put(CipherCache.java:494)
at oracle.apps.fnd.security.Rijndael.getInstance(Rijndael.java:162)
at oracle.apps.fnd.security.Rijndael.getInstance(Rijndael.java:113)
at oracle.apps.fnd.security.HTTPData.encrypt(HTTPData.java:1240)
at oracle.apps.fnd.security.AolSecurity.URLEncrypt(AolSecurity.java:355)
at oracle.apps.fnd.security.WebSessionManagerProc.URLEncrypt(WebSessionManagerProc.java:221)
at java.lang.Thread.start(Native Method)
at oracle.apps.fnd.security.CipherCache.start(CipherCache.java:464)
at oracle.apps.fnd.security.CipherCache.put(CipherCache.java:494)
at oracle.apps.fnd.security.Rijndael.getInstance(Rijndael.java:162)
at oracle.apps.fnd.security.Rijndael.getInstance(Rijndael.java:113)
at oracle.apps.fnd.security.HTTPData.encrypt(HTTPData.java:1240)
at oracle.apps.fnd.security.AolSecurity.URLEncrypt(AolSecurity.java:355)
at oracle.apps.fnd.security.WebSessionManagerProc.URLEncrypt(WebSessionManagerProc.java:221)
Based on the above references the error can be reproduced using following test:
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |