Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Post10gR2Migration:Java:ORA-29532

RE: Post10gR2Migration:Java:ORA-29532

From: Jesse, Rich <Rich.Jesse_at_qg.com>
Date: Thu, 25 May 2006 14:30:34 -0500
Message-ID: <FB5D3CCFCECC2948B5DCF4CABDBE66975462D0@QTEX1.qg.com>


Stuff like this is the main reason why I still prefer manual DB creation and export/import for upgrades.

I had a similar issue, although not after a migration. It was fixed by unloading and reloading the JVM manually. I believe it requires the instance bounced and usually takes quite awhile. See MetaLink for details.

Just in time for the long holiday weekend (in the States)...

GL!

Rich

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of GovindanK Sent: Thursday, May 25, 2006 2:11 PM
To: Oracle Discussion List
Subject: Post10gR2Migration:Java:ORA-29532

Hello
We migrated to 10gRel2 from 9iRel2 and started getting this error. 29532, 00000, "Java call terminated by uncaught Java exception: %s"

// *Cause: A Java exception or error was signaled and could not be
//          resolved by the Java code.
// *Action: Modify Java code, if this behavior is not intended

Metalink did not help us much based on our search. execute
dbms_java.grant_permission('SCHEMA_USER','java.net.SocketPermission','SE RVER','resolve');
commit;
execute
dbms_java.grant_permission('SCHEMA_USER','java.util.PropertyPermission', '*','read,write');
commit;

Has any one come across this? Googling too did not help much. This is production and we have raised a SR with Oracle. In the meantime i thought i will ping oracle-l.

Thanks
GovindanK
--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Thu May 25 2006 - 14:30:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US