Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java.lang.ExceptionInInitializerError in call.invoke(

30 views
Skip to first unread message

pin...@gmail.com

unread,
Dec 14, 2005, 8:32:03 AM12/14/05
to
Hi All,
I tried to execute a java soap client inside oracle through a stored
procedure.

For that,
I load the jar using "loadjava -grant PUBLIC -synonym" and the
client is working when it is called from the default schema(SYSTEM)
procedure.

As I want to access it from other schema , I grant it as "PUBLIC and
synonym" and gave the JAVASYSPRIV privilege to an another user (HR).

When the client invocated from the schema HR procedure . The soap
client starts running, but got following error :

ORA-29532: Java call terminated by uncaught Java exception:
java.lang.ExceptionInInitializerError
( ie. to the call.invoke() method.. then nothing happening, didn't even
came to exception . But java.lang.ExceptionInInitializerError in
sqlplus. )

But the same client is working when it is called from the default
SYSTEM schema procedure .

want any another privilege or role to this user ?

Any one know about this ... please help ...

thanks in advance

0 new messages