Skip to Main Content

Java and JavaScript in the Database

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!

loading jar files using loadjava - 11g Enterprise Edition 11.1.0.6.0-64bit

901290Apr 24 2012
Hi,

We are trying to fetch data from a weblogic server using a JMS thin client.

We have loaded our client code jar(application.jar) and the following thin client jars in oracle using loadjava.
(Version:- Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production).

1) wljmsclient.jar
2) wlthint3client.jar
3) wlclient.jar

some of the classes remain in invalid state after loading the jar files. we validate them manually.

When we run the client code we are getting following exception.

ORA-29532: Java call terminated by uncaught Java exception: java.lang.InternalError: error initializing kernel caused by: java.lang.ExceptionInInitializerError
at weblogic.protocol.ClientEnvironment.loadEnvironment(ClientEnvironment.java:22)
at weblogic.kernel.Kernel.initialize(Kernel.java:92)
at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:64)
at weblogic.rjvm.wls.WLSClientRJVMEnvironment.ensureInitialized(WLSClientRJVMEnvironment.java:55)
at weblogic.protocol.ServerURL.getDefaultURL(ServerU


Any help on the above issue?



Thanks,
Navin

Comments

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

Post Details

Locked on May 22 2012
Added on Apr 24 2012
0 comments
727 views