Hello fellow FOP-users,

I am trying to load FOP 0.95 (binary download) into Oracle database as
database resident object using following command line utility provided by
Oracle.

loadjava  -user User/passw...@mydatabase -verbose -force -order -resolve
-recursivejars -jarsasdbobjects -prependjarnames .\lib
\avalon-framework-4.2.0.jar .\lib\batik-all-1.7.jar .\lib
\commons-io-1.3.1.jar .\lib\commons-logging-1.0.4.jar .\lib
\serializer-2.7.0.jar .\lib\servlet-2.2.jar .\lib\xalan-2.7.0.jar .\lib
\xercesImpl-2.7.1.jar .\lib\xml-apis-1.3.04.jar .\lib
\xml-apis-ext-1.3.04.jar .\lib\xmlgraphics-commons-1.3.1.jar .\lib
\fop-hyph.jar .\lib\jai_codec.jar .\lib\jai_core.jar .\lib
\jai_imageio.jar .\lib\jimi-1.0.jar .\lib\xmlunit1.0.jar .\build\fop.jar
-fileout loaderrors.txt

The loadjava utility does load 9000 plus classes into USER_OBJECTS table
but it's not able to resolve more than 3000 classes and marks them as
INVALID.

I am getting two types of errors as shown below.

errors   : class org/apache/avalon/framework/logger/Loggable
    ORA-29521: referenced name org/apache/log/Logger could not be found

errors   : class org/apache/batik/anim/AbstractAnimation
    ORA-29534: referenced
object ../lib/batik-all-1.7.jar///org/apache/batik/anim/timing/TimedElement
could not be resolved

Has anyone tried to load FOP as database resident object in Oracle? Am I
missing any dependant jar files?

As per Oracle documentation, Oracle JVM resolves the references using
-resolver option if the referenced objects reside in other schema. In my
case I am loading all the FOP related classes in my schema.

Thanks in advance for your help.

Regards,
Jayant



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to