Database Administration (MOSC)

MOSC Banner

Dealing with java.lang.ExceptionInInitializerError

edited Jun 27, 2018 1:56PM in Database Administration (MOSC) 1 commentAnswered ✓

I have seen so many articles on the web about java.lang.ExceptionInInitializerError, so many solutions and many ways to figure out any success support. Here I tell you the mine.

Problem:

BEGIN

*

ERROR at line 1:

ORA-29549: class UO_CODE.nz/xx/xxxx/db/file/Jfile has changed, Java session state cleared.

ORA-06512: at "UO_CODE.UO_XFILE", line 10

ORA-06512: at "UO_CODE.UO_XFILE", line 38

ORA-06512: at line 3

and then.....

Solution:

Check the permissions granted in:

select * from dba_java_policy;

Check carefully into your package if the code is intending to reach one database folder created if so, and the granted permissions have not been granted then...

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center