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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-29534: referenced object error when classes refer to other classes

6099Nov 23 2009 — edited Nov 23 2009
I was trying to load a few libraries that my java code needs and I find that whenever there are Impl and extends from other classes, the loadjava does not seem
to find the other classes(even though it is all in the same jar).


resolving: class com/hyperion/css/CSSAPIImpl$RegistryReader
errors : class com/hyperion/css/CSSAPIImpl$RegistryReader
ORA-29534: referenced object SYSTEM.com/hyperion/css/CSSAPIImpl could not be resolved

The load command I used was loadjava -thin -user system/manager@grc-sst.us.oracle.com:1533:ag1r12 -resolve -verbose css-9_5_0.jar

Is there a way I can force load them, because at runtime all the jars will be in the database. Because from the error above it seems like dependent classes cannot be together in the same jar and have to be loaded in a certain order?

help is much appreciated

Comments

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

Post Details

Locked on Dec 21 2009
Added on Nov 23 2009
1 comment
4,812 views