ORA-29534 itextpdf-5.2.1 11g

Hi Evereryone.
I need make some pdf's from pl-sq, I have java code to generate some reports, this code needs itext5.2.1 library, but the database trhows ORA-29534 error when I load itext5.2.1 jar file (with loadjava).
Database: Oracle Database 11g R2
SO: Oracle Enterprise Linux 4 update 8
Itext Version: itext-5.2.1.jar
I load:
javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars bcprov-jdk14-147.jar
javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars bcmail-jdk15on-147.jar
javaload -user  pdf3/pdf3 -schema pdf3 -f -r -v -recursivejars itextpdf-5.2.1.jar
I grant the rights (my user PDF3) on folder /PDF/:
begin
dbms_java.grant_permission ('PDF3', 'SYS:java.io.FilePermission', '//PDF/*', 'read, write');
dbms_java.grant_permission ('PDF3', 'SYS:java.lang.RuntimePermission', ' * ', 'writeFileDescriptor');
end;
This is the log file:
arguments: '-user' 'pdf3/***' '-schema' 'pdf3' '-f' '-r' '-v' '-recursivejars' 'itextpdf-5.2.1.jar'
creating : resource PDF3.META-INF/MANIFEST.MF
loading : resource PDF3.META-INF/MANIFEST.MF
creating : resource PDF3.com/itextpdf/text/pdf/fonts/Helvetica-Bold.afm
loading : resource PDF3.com/itextpdf/text/pdf/fonts/Helvetica-Bold.afm
creating : resource PDF3.com/itextpdf/text/pdf/fonts/Times-Italic.afm
loading : resource PDF3.com/itextpdf/text/pdf/fonts/Times-Italic.afm
creating : resource PDF3.com/itextpdf/text/pdf/fonts/Times-BoldItalic.afm
loading : resource PDF3.com/itextpdf/text/pdf/fonts/Times-BoldItalic.afm
creating : resource PDF3.com/itextpdf/text/pdf/fonts/mustRead.html
loading : resource PDF3.com/itextpdf/text/pdf/fonts/mustRead.html
creating : resource PDF3.com/itextpdf/text/pdf/fonts/Courier-Bold.afm
loading : resource PDF3.com/itextpdf/text/pdf/fonts/Courier-Bold.afm
This first block only load, but when resolve the classes throws the ORA--29534 like this
errors : class com/itextpdf/text/Anchor
ORA-29534: el objeto PDF2.com/itextpdf/text/Chunk al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/BaseColor
ORA-29534: el objeto PDF2.com/itextpdf/text/error_messages/MessageLocalization al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/Chapter
ORA-29534: el objeto PDF2.com/itextpdf/text/Paragraph al que se hace referencia no se ha podido resolver
ORA-29534: el objeto PDF2.com/itextpdf/text/Section al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/ChapterAutoNumber
ORA-29534: el objeto PDF2.com/itextpdf/text/Paragraph al que se hace referencia no se ha podido resolver
ORA-29534: el objeto PDF2.com/itextpdf/text/Section al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/Chunk
ORA-29534: el objeto PDF2.com/itextpdf/text/Image al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/DocListener
ORA-29534: el objeto PDF2.com/itextpdf/text/Rectangle al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/DocWriter
ORA-29534: el objeto PDF2.com/itextpdf/text/Document al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/Document
ORA-29534: el objeto PDF2.com/itextpdf/text/ChapterAutoNumber al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/Font$1
ORA-29534: el objeto PDF2.com/itextpdf/text/Font al que se hace referencia no se ha podido resolver
errors : class com/itextpdf/text/Font$FontFamily
ORA-29534: el objeto PDF2.com/itextpdf/text/Font al que se hace referencia no se ha podido resolver
Thanks in advance
Edited by: hugo598 on 27-may-2012 17:10
Edited by: hugo598 on 27-may-2012 17:11
Edited by: hugo598 on 27-may-2012 17:11
Edited by: hugo598 on 27-may-2012 17:11
Edited by: hugo598 on 27-may-2012 18:05

I have no idea what this ODBC driver is. To the best of my knowledge, there are no "special builds" of our ODBC driver. I suspect that this is just an unfortunate naming coincidence and that the "Oracle ODBC Driver 8.0.5.7 for Damgaard Axapta" is not related to the Oracle ODBC driver.
If you can point me at something that says otherwise, I'm all ears.
Justin Cave
ODBC Development

Similar Messages

  • How to load External Resources such as Jar's? Help in resolving ORA-29534

    Agenda: FTP files on Oracle 11g version 11.1.0.6.0 database server on Windows 2003 to another server. These files are generate using PL/SQL and Java Stored procedure
    Implementation Details: I wrote java stored procedure for FTPing files. Protocol is FTPS and I’m using Apache common’s library commons-net-ftp-2.0.jar.
    Now trying to load my project jar file using loadjava and it results into ORA-29534 error. I added location of commons-net-ftp-2.0.jar in the system class path and rebooted database server.
    Question:+ How do I tell oracle location of external_ JAR files? I also tried dropping external jar to jlib and jdk lib. No Luck!
    I will really appreciate your help…. Need to resolve it urgently for delivery
    See the details
    C:\TEMP>call loadjava -r -f -o -user <SCHEMA_NAME>/<PASSWORD>@ORCL projectFTPS.jar
    errors : class ftp/DibrsFTP
    ORA-29534: referenced object SFMIS5_2.ftp/DibrsFTPClient coul
    d not be resolved
    errors : class ftp/DibrsFTPClient
    ORA-29521: referenced name org/apache/commons/net/ftp/FTPSClient could not b
    e found
    ORA-29521: referenced name org/apache/commons/net/ftp/FTPClient could not be
    found
    The following operations failed
    class ftp/DibrsFTP: resolution
    class ftp/DibrsFTPClient: resolution
    exiting : Failures occurred during processing
    Thanks,
    Madan
    Edited by: MadanShah on Aug 8, 2009 8:00 AM

    using loadjava I can load commons-net-ftp-2.0.jar and my jar. When i execute pl/sql wrapper for defined java stored procedure it results into exception.
    retval=-29532;ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
    Same code works as Java application. I also granted socket permissions
    DBMS_JAVA.GRANT_PERMISSION(
    'SCHEMANAME', 'java.net.SocketPermission', REPLACEWITHHOST||':'|| REPLACEWITHPORT, 'connect,resolve');
    This did not resolve the error. Since i do not have control external java library and it works as standalone application....
    do you know any workarounds? Any ideas on implementing FTP functionality in plsql on oracle 11g database?
    Thanks
    Madan
    Edited by: MadanShah on Aug 8, 2009 11:15 AM

  • Ora 29534 while using loadjava for jar files

    I am trying to load activation/pop3/mail.jar in oracle 9.2.0.1 database.
    command : loadjava -user maxsb/maxsb@q71d -resolve -verbose -genmissing activation.jar
    but its giving me following error :
    resolving: class com/sun/mail/pop3/DefaultFolder
    errors : class com/sun/mail/pop3/DefaultFolder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Store could not be
    resolved
    errors : class com/sun/mail/pop3/POP3Folder
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/DefaultFolder could not
    be resolved
    errors : class com/sun/mail/pop3/POP3Message
    ORA-29534: referenced object MAXSB.com/sun/mail/pop3/POP3Folder could not be
    resolved.....
    have already gave grant permissions to user..still giving me similar errors at the time of loading jar file nito oracle database.
    pl provide the solution..
    Kets

    Oracle is saying
    Cause: Name resolution determined that the indicated object is referenced but could not be resolved.
    Action: Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    -aijaz

  • Loadjava dms.jar and soap.jar on Oracle 9i 9.2.0.5.0 error ORA-29534

    Hi all,
    I'm trying to load dbws-callout-utility in a oracle9i Enterprise Edition Realease 9.2.0.5.0 data base.
    To do that, I've follow these instructions "http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm" step by step:
    - I've set shared_pool_size to 96M (then, even to 150M) in my spfile.
    - I've set java_pool_size to 80M in my spfile.
    - I've tested this changes were well done.
    - Then, I've download oc4j_extended 10.1.2 version, as said the link.
    - manual says that I must load this jar files:
    jssl-1_2.jar, soap.jar, dms.jar, servlet.jar, ejb.jar, mail.jar
    - I've could to load these jars without any error using these commands:
    cd $ORACLE_HOME/lib
    dropjava -u wsuser/pass mail.jar
    dropjava -u wsuser/pass activation.jar
    cd $ORACLE_HOME/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass ejb.jar
    cd $ORACLE_HOME/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass activation.jar
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass mail.jar
    cd ${ORACLE_HOME}/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass servlet.jar
    cd ${ORACLE_HOME}/jlib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass jssl-1_2.jar
    but when I try to load dms.jar with this command:
    cd ${ORACLE_HOME}/oc4j_extended/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass dms.jar
    loadjava's process hangs just compiling (resolving) this class: "oracle/dms/address/Optic", so I've got to kill process.
    Then, I try to load dms.jar with the same command but without "-resolve" option. This way, I've been able to load all class from
    this jar including the named before "oracle/dms/address/Optic". Then I compile all java class by hand except "oracle/dms/address/Optic"
    because everytime I try to compile (-resolve) this class, it hangs. So this is my first question: why?.
    As I've could to load almost all java class, I said, I'm going to try to load last jar: soap.jar
    cd ${ORACLE_HOME}/oc4j_extended/soap/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass soap.jar
    but when this command finish, it shows me these errors:
    errors : class org/apache/soap/messaging/Message
    ORA-29534: el objeto WSUSER.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/messaging/Message
    The following operations failed
    class oracle/soap/client/ProviderManagerClient: resolution
    class oracle/soap/client/ServiceManagerClient: resolution
    class oracle/soap/server/http/SOAPServlet: resolution
    class oracle/soap/providers/JavaProvider: resolution
    class oracle/soap/providers/ejbprov/EntityEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatefulEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatelessEJBProvider: resolution
    class oracle/soap/providers/sp/SpProvider: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection$1: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    class org/apache/soap/rpc/Call: resolution
    class org/apache/soap/rpc/RPCMessage: resolution
    class org/apache/soap/rpc/Response: resolution
    class org/apache/soap/messaging/Message: resolution
    exiting : Failures occurred during processing
    but this has no sense, because this class oracle/soap/transport/http/OracleSOAPHTTPConnection do exists in the jar file and it can be loaded.
    so I don't understand..... I try to load class by class to see dependencies or whatever using this command:
    I choose this class to begin:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass org/apache/soap/rpc/Call.class
    it shows me:
    creating : class org/apache/soap/rpc/Call
    loading : class org/apache/soap/rpc/Call
    granting : execute on class org/apache/soap/rpc/Call to PUBLIC
    resolving: class org/apache/soap/rpc/Call
    errors : class org/apache/soap/rpc/Call
    ORA-29534: el objeto WSARR.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/rpc/Call
    The following operations failed
    class org/apache/soap/rpc/Call: resolution
    exiting : Failures occurred during processing
    so I try to load the class which it had could not find:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsarr/wsarr oracle/soap/transport/http/OracleSOAPHTTPConnection.class
    it shows me:
    creating : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    loading : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    granting : execute on class oracle/soap/transport/http/OracleSOAPHTTPConnection to PUBLIC
    resolving: class oracle/soap/transport/http/OracleSOAPHTTPConnection
    errors : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    ORA-29545: clase especificada incorrectamente: at offset 445 of oracle.soap.transport.http.OracleSOAPHTTPConnection.getHTTPConnection expecting a class-oracle.security.ssl.OracleSSLCredential but encountered a class-oracle.security.ssl.OracleSSLCredential.
    synonym : oracle/soap/transport/http/OracleSOAPHTTPConnection
    The following operations failed
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    exiting : Failures occurred during processing
    o_o ...... but this could be endless!!!!!
    Is there someone in this planet who had could to load this jars files without errors?????? :´(
    Please, I need help!!!! it's urgent!
    Thanks in advance!
    María

    The error messages you are getting means that the JAR you loaded into the database is invalid.
    ORA-29534:     referenced object string.string could not be resolved
    Cause:     Name resolution determined that the indicated object is referenced but could not be resolved.
    Action:     Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    Oracle extracts all classes from the jar file by the time you load the jar file and processes each class individually. I suggest you to run this query against the user_objects or dba_objects view to determine the status of your classes
    select DBMS_JAVA.LONGNAME(OBJECT_NAME) as OBJECT_NAME
    ,STATUS
    from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'
    On the other hand, I see you are at 9.2.0.5.0, in order for you to avoid hitting known bugs, I suggest you to apply, if possible, the latest 9.2.0.8.0 + July CPU patch
    ~ Madrid

  • ORA-29534 error for Class can not be resolved

    HI,
    I am trying to load and resolve a third party jar file which has some JMS classes. But while using the loadjava utility,
    "loadjava -u scott/tiger@dbname -r -v -genmissing weblogic.jar"
    i get "ORA-29534: referenced object <Class Name> could not be resolved" error for most of the classes.
    This Jar file has around 15000 classes definitions and it takes almost a complete day to load and resolve it. Even after taking so much of time it is unable to resolve all the classes and give a runtime exception Class can not be resolved for some class.( i have created the oracle java stored procedure successfully)
    I need a help on this very urgently...
    Thanks in advance....
    Sachin

    Sachin,
    There are many possible causes for the error you are getting, for example:
    1. The DBMS_JAVA package is corrupt.
    (Have you previously successfully loaded JARs -- or even java classes -- into the database?)
    2. A java version mismatch.
    (What Oracle database version are you using, and what java version is your JAR file compatible with?)
    You say,
    Surely they are loaded but not resolvedIs this a question, or a statement? Have you verified that the classes are loaded and not resolved? I use the following query for this:
    select DBMS_LONGNAME(OBJECT_NAME), STATUS
      from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'The value for the STATUS column should be 'VALID'.
    I'm only guessing, but you may find more information (regarding the error you are getting) in the Oracle log files. Have you checked them?
    Have you tried searching the MetaLink Web site?
    http://metalink.oracle.com
    (Search for "ORA-29516", perhaps.)
    Good Luck,
    Avi.

  • ORA-29534 in loadjava xsu111.jar

    Help!
    While trying to install the server side of the XSU ver 111 I get an 'ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could not be resolved' message. I've looked through the bulletin board messages and noted that most people have resolved this issue with a correct CLASSPATH. I've reviewed that and all my env vars and see no problems: I do note that all the failures stem from oracle/xml/sql/dml/OracleXMLSave wic in turn got the message
    'ORA-29521: referenced name oracle/jdbc2/Clob could not be found' I found this in classes111.zip and have made sure it is in CLASSPATH and CLASSPATHJ. but to no avail
    Whaqt else can i try? loadjava results below
    Oracle V 8.1.6
    Windows NT 4.0 SP5
    JDK 1.1.8
    jdbc 111
    Thanks,
    David Summers
    --> load parser - succeeded-
    D:\Downloads\OracleXSU111\lib>call loadjava -r -v -u p79890/pswd xmlparserv2.jar
    initialization complete
    loading : oracle/xml/parser/v2/XSLResultElement
    creating : oracle/xml/parser/v2/XSLResultElement
    <snip>
    org/xml/sax/Locator is already resolved
    ---> failing loadjava
    D:\Downloads\OracleXSU111\lib>call loadjava -r -v -g public -u p79890/pswd xsu111.jar
    initialization complete
    loading : oracle/xml/sql/query/OracleXMLQuery
    creating : oracle/xml/sql/query/OracleXMLQuery
    loading : oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    creating : oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    loading : oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc
    creating : oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc
    loading : oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc
    creating : oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc
    loading : oracle/xml/sql/core/OracleXMLTimer
    creating : oracle/xml/sql/core/OracleXMLTimer
    loading : oracle/xml/sql/dml/OracleXMLStaticSave
    creating : oracle/xml/sql/dml/OracleXMLStaticSave
    loading : oracle/xml/sql/name/OracleColumnName
    creating : oracle/xml/sql/name/OracleColumnName
    loading : oracle/xml/sql/query/OracleXMLStaticQuery
    creating : oracle/xml/sql/query/OracleXMLStaticQuery
    loading : oracle/xml/sql/OracleXMLSQLNoRowsException
    creating : oracle/xml/sql/OracleXMLSQLNoRowsException
    loading : oracle/xml/sql/core/OracleXMLUtil
    creating : oracle/xml/sql/core/OracleXMLUtil
    loading : oracle/xml/sql/core/OracleXMLConvert
    creating : oracle/xml/sql/core/OracleXMLConvert
    loading : oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    creating : oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    loading : oracle/xml/sql/core/OracleXMLTime
    creating : oracle/xml/sql/core/OracleXMLTime
    loading : oracle/xml/sql/name/OracleCollectionName
    creating : oracle/xml/sql/name/OracleCollectionName
    loading : oracle/xml/sql/XSUMesg
    creating : oracle/xml/sql/XSUMesg
    loading : oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    creating : oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    loading : oracle/xml/sql/dml/OracleXMLSave
    creating : oracle/xml/sql/dml/OracleXMLSave
    loading : oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    creating : oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    loading : OracleXML
    creating : OracleXML
    loading : oracle/xml/sql/docgen/OracleXMLDocGenDOM
    creating : oracle/xml/sql/docgen/OracleXMLDocGenDOM
    loading : oracle/xml/sql/docgen/OracleXMLDocGenLob
    creating : oracle/xml/sql/docgen/OracleXMLDocGenLob
    loading : oracle/xml/sql/OracleXMLSQLException
    creating : oracle/xml/sql/OracleXMLSQLException
    loading : oracle/xml/sql/name/OracleScalarName
    creating : oracle/xml/sql/name/OracleScalarName
    loading : oracle/xml/sql/docgen/OracleXMLDocGen
    creating : oracle/xml/sql/docgen/OracleXMLDocGen
    loading : oracle/xml/sql/name/OracleADTName
    creating : oracle/xml/sql/name/OracleADTName
    loading : oracle/xml/sql/dataset/OracleXMLDataSet
    creating : oracle/xml/sql/dataset/OracleXMLDataSet
    loading : oracle/xml/sql/name/OracleCursorName
    creating : oracle/xml/sql/name/OracleCursorName
    loading : oracle/xml/sql/docgen/OracleXMLDocGenString
    creating : oracle/xml/sql/docgen/OracleXMLDocGenString
    loading : OracleXMLStore
    creating : OracleXM LStore
    loading : oracle/xml/sql/mesg/XSUMessages.properties
    creating : oracle/xml/sql/mesg/XSUMessages.properties
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    loading : XSU111_VERSION_1_2_1
    creating : XSU111_VERSION_1_2_1
    loading : XSU111_RDBMS_MAIN_SOLARIS_000620
    creating : XSU111_RDBMS_MAIN_SOLARIS_000620
    resolver :
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    resolving: oracle/xml/sql/docgen/OracleXMLDocGenLob
    oracle/xml/sql/name/OracleScalarName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc is already resolved
    oracle/xml/sql/name/OracleADTName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc is already resolved
    resolving: OracleXMLStore
    Errors in OracleXMLStore:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/core/OracleXMLTimer is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGenString is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGenDOM is already resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery$QueryCtx:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLQuery coul
    d not be resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLQuery coul
    d not be resolved
    oracle/xml/sql/core/OracleXMLConvert is already resolved
    resolving: oracle/xml/sql/query/OracleXMLQuery
    Errors in oracle/xml/sql/query/OracleXMLQuery:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/OracleXMLSQLNoRowsException is already resolved
    resolving: OracleXML
    Errors in OracleXML:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave$MutableInt:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLStaticSave c
    ould not be resolved
    resolving: oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt
    Errors in oracle/xml/sql/query/OracleXMLStaticQuery$MutableInt:
    ORA-29534: referenced object P79890.oracle/xml/sql/query/OracleXMLStaticQuer
    y could not be resolved
    oracle/xml/sql/name/OracleCollectionName is already resolved
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave$SaveCtx:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/name/OracleCursorName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSet is already resolved
    oracle/xml/sql/docgen/OracleXMLDocGen is already resolved
    oracle/xml/sql/core/OracleXMLTime is already resolved
    resolving: oracle/xml/sql/core/OracleXMLUtil
    Errors in oracle/xml/sql/core/OracleXMLUtil:
    ORA-29534: referenced object P79890.oracle/xml/sql/dml/OracleXMLSave could n
    ot be resolved
    oracle/xml/sql/name/OracleColumnName is already resolved
    resolving: oracle/xml/sql/dml/OracleXMLSave
    Errors in oracle/xml/sql/dml/OracleXMLSave:
    ORA-29521: referenced name oracle/jdbc2/Clob could not be found
    oracle/xml/sql/XSUMesg is already resolved
    oracle/xml/sql/OracleXMLSQLException is already resolved
    loadjava: 11 errors
    null

    Are you able to run Java Stored Procedures succesfully in your system.
    Log into SQL*Plus as SYS. Issue the following queries:
    SQL> SELECT count(*) FROM obj$ WHERE type#=29 AND owner#=0;
    COUNT(*)
    8535
    It should return >= 8000.
    SQL> SELECT count(*) FROM obj$ WHERE type#=29 AND owner#=0 AND status != 1;
    COUNT(*)
    0
    Let me know the results of the above and creating of Java SP's.
    null

  • Error message ORA-29534

    When I install XDK for PL/SQL and use loadjava to load the following file: xmlparserv2.jar , I keep on getting erroe message: 1)ORA-29534: referenced object USER.oracle/xml/parser/v2/XMLNode could not be resolved
    2)ORA-29545: badly formed class: java.lang.NullPointerException
    How can I fix this?
    Thanks.
    null

    You must be trying to load XML Parser 2.0.2.9 into an Oracle 8.1.5 database. Due to the fact that 2.0.2.9 was compiled with a JDK 1.2 compiler, it won't load correctly into 8.1.5. You'll need the 2.0.2.7 release.

  • Encount Ora-29534 when loadjava xmlparserv2.jar

    I encounted ora-29534 error message when I tried to load xml pl/sql parser using the following command:
    % loadjava -user scott/tiger -r -v xmlparserv2.jar
    Environment: Oracle8.1.5
    windows nt sp4
    jdk1.1.8
    What causes this problem and how to resolve it?
    Thanks!
    Allen

    Got the problem sorted out. Apparently it was because I had Oracle 8.1.5 which used Java 1.1.7, whereas the version of xmlparserv2.jar I had was compiled using a more recent version of Java.
    Migrated to Oracle 8.1.7, and that solved the problem.

  • ORA-29534 object could not be resolved (loadjava db2jcc.jar)

    Hi,
    getting frustraded ... :(
    I cannot load the IBM JDBC driver for DB2 using loadjava (Oracle 10g on Solaris).
    Is it because my version (downloaded from IBM webpage) needs jre1.5??? Any ideal with jdbc is working for DB2?
    Cheers Aron
    Message was edited by:
    user583720

    Hi,
    Many things can lead to ORA-29534 such as class compiled with an incompatible JDk/JRE version. For 10g, make sure the db2jcc.jar has been compiled with JDK 1.4.
    Kuassi http://db360.blogspot.com

  • ORA-29534 when loading Java XML Parser

    Hi. I'm trying to install the Java and PL/SQL parsers into an 8i database, following the instructions in Steve Muench's O'Reilly book.
    It looks like loadjava is loading the classes, but when it tries to resolve them I get the ORA-29534 error for each class. We're running 8.1.5 on the database, and the parser is 2.0.10 (I think - I downloaded it from OTN today, and I'm installing the Java parser from the Java XDK not the PL/SQL XDK).
    Any help is appreciated.
    Thanks in advance,
    Craig Drabik
    Lead Programmer/Analyst
    Univeristy at Buffalo
    [email protected]

    That's 2.0.2.10 not 2.0.10
    -Craig
    null

  • More ORA-29534

    I've noticed that a number of posts have been made to several of the discussion groups asking for help with this error. So far, there seems to have been no definitive response as to how to overcome it. Specifically, in my case I am getting the message
    Compilation errors in oracle/aurora/ejb/gen/_test_ProfilingBean/EjbObject_Profiling:ORA-29534: referenced object LANDTEST.profiling/ProfilingBean could not be resolved
    when I try to deploy an EJB to Oracle 8i from JDeveloper 3.1 Build 681. I have tried a wide variety of alternate solutions but I always get the same error. The only message I see in the server logs is the "soft session space" message
    exceeded soft sessionspace limit of 0x100000 bytes
    Could this be related - it would not appear to be the case from what I have read in the postings addressing that problem.
    Any help would be appreciated - especially if one of the Oracle teams could shed some definitive light on this area.
    Thanks.
    John

    Symptoms
    Unable to load IBM MQ Jar files (java classes ) into the database using "loadjava" utility due to the next errors:
    Cause
    Java classes "javax/resource/spi/*" java are not provided by Oracle.
    If your application vendor (IBM) has tested the application on Oracle release 9.2, they should be able to supply you with all the necessary classes, or tell you where to obtain them.
    Solution
    1) Ask your third party application support for those referenced java classes (classes "javax/resource/spi/*").
    2) The MQ classes were referencing another classes but they are not present in your database. Load those missed java classes first in order to resolve the Invalid MQ java classes.
    Gaurav

  • ORA-29534 while installing Target Scheme.

    Hi,
    I did a server side OWB installation,created a Runtime Repos, and Runtime Access User without any problem.
    Installing a Target scheme however gives me the following error.
    - Advise pls -
    oracle.wh.util.DebugUtility: ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
    Wed Apr 07 10:26:43 CEST 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-29534: referenced object PNL.oracle/wh/runtime/xml/XMLLoadControllerFactory could not be resolved
    Wed Apr 07 10:26:43 CEST 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Wed Apr 07 10:27:21 CEST 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    Bram

    Bram,
    Are you planning to use the XML toolkit to load XML files into the database?
    Assuming you are not... because most customers are not, I want to suggest the following (that would enable you to continue to work and gives us more breathing room to figure out what is the issue).
    First question is: do you run the assistant on Windows or on Unix? The answer to that question kicks in below.
    In the folder <owb home>\owb\rtasst (change \ into / for unix...) there is a file rscredrv.xml. That file contains two mentions of xmltk.jar, once for Windows, once for Unix. If you run on Windows, then you can change (MAKE SURE TO BACKUP THE FILE FIRST) the existing entry:
    <SPAWN
    done="055"
    action="stop"
    file="..\win32\loadjava.bat"
    platform="Windows NT"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
    tag7=" ../../lib/int/xmltk.jar"
    tag8=" ../../lib/int/rtsxml.jar"
    tag9=" ../../lib/int/matchmergert.jar"
    />
    into:
    <SPAWN
    done="055"
    action="stop"
    file="..\win32\loadjava.bat"
    platform="Windows NT"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION"="(ADDRESS"="(PROTOCOL"="TCP)(HOST"="%host)(PORT"="%port))(CONNECT_DATA"="(SERVICE_NAME"="%serviceName)))'
    tag7=" ../../lib/int/rtsxml.jar"
    tag8=" ../../lib/int/matchmergert.jar"
    />
    (take out the tag for xmltk.jar and rename the last two from tag8 and tag9 to tag7 and tag8). If you run on Unix, do the equivalent with the entry that is below:
    <SPAWN
    done="060"
    action="stop"
    file="../unix/loadjava"
    platform="SunOS"
    tag1=" -thin"
    tag2=" -verbose"
    tag3=" -order"
    tag4=" -resolve"
    tag5=" -u"
    tag6=' %user/%password@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))'
    tag7=" ../../lib/int/rtsxml.jar"
    tag8=" ../../lib/int/matchmergert.jar"
    />
    Save the file, and re-run the runtime assistant. The result should be that it runs through successfully, but it will not install the file that is causing the problems. As long as you do not plan to use the XML toolkit to load XML documents in the database, you should be fine with that environment.
    In the meantime, I will verify with development whether you may run into any issues (which I do not expect).
    Thanks,
    Mark.

  • Sdo_util error code ORA-01722: invalid number in Oracle 11g R2

    Dear every one,
    Greetings.
    Hi. As mentioned in the title, I met a strange problem when I was trying to extrude the 2D objects into 3D. The error code says ORA-01722: invalid number. Then, to eliminate the possibility that the code would be wrong, I took the sample code from the ORACLE document about sdo_util.extrude
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e11830/sdo_util.htm#SPATL1230
    the same error appeared. However, I tested the same code through the SQLDeveloper in Linux (where the 11g R2 is located) to perform the same thing in my other database in windows server 2008 where 11g R1 was installed. Works fine.
    Is there any particular configuration I should do or I have done wrong. Any one knows, please help. Thanks.
    Jun

    Hi,-
    Please use w/o 'FALSE' parameter for 11.2.0.1.0 release:
    SELECT SDO_UTIL.EXTRUDE(
    SDO_GEOMETRY(
    2003,
    null,
    null,
    SDO_ELEM_INFO_ARRAY(1,1003,1),
    SDO_ORDINATE_ARRAY(5, 1,8,1,8,6,5,7,5,1)),
    SDO_NUMBER_ARRAY(0,0,0,0,0),
    SDO_NUMBER_ARRAY(5,10,10,5,5),
    0.005) from dual;
    In 11.1.0.7 release, you need to use 'FALSE' parameter:
    SELECT SDO_UTIL.EXTRUDE(
    SDO_GEOMETRY(
    2003,
    null,
    null,
    SDO_ELEM_INFO_ARRAY(1,1003,1),
    SDO_ORDINATE_ARRAY(5, 1,8,1,8,6,5,7,5,1)),
    SDO_NUMBER_ARRAY(0,0,0,0,0),
    SDO_NUMBER_ARRAY(5,10,10,5,5),
    'FALSE',
    0.005) from dual;
    We fixed this confusion for the next releases so that both interfaces can be used
    and 'FALSE' parameter will be ignored.
    Best regards
    baris

  • ORA-06533 during sdo_geor.Mosaic in 11g

    I'm trying to mosaic four rasters together. I'm using this call:
    sdo_geor.mosaic('MOSAICSOURCE', 'GEORASTER', geor, NULL);
    The 4 source rasters are georeferenced, rectified, have the same spatial resolutions and number of bands, and are valid:
    SQL> select sdo_geor.getSpatialResolutions(georaster),sdo_geor.getModelSRID(georaster),sdo_geor.isRectified(georaster),sdo_geor.getB
    andDimSize(georaster),sdo_geor.validateGeoRaster(georaster) from MOSAICSOURCE;
    SDO_GEOR.GETSPATIALRESOLUTIONS(GEORASTER)
    SDO_GEOR.GETMODELSRID(GEORASTER)
    SDO_GEOR.ISRECTIFIED(GEORASTER)
    SDO_GEOR.GETBANDDIMSIZE(GEORASTER)
    SDO_GEOR.VALIDATEGEORASTER(GEORASTER)
    SDO_NUMBER_ARRAY(.000833333, .000833333)
    8192
    TRUE
    1
    TRUE
    SDO_NUMBER_ARRAY(.000833333, .000833333)
    8192
    TRUE
    1
    TRUE
    SDO_NUMBER_ARRAY(.000833333, .000833333)
    8192
    TRUE
    1
    TRUE
    SDO_NUMBER_ARRAY(.000833333, .000833333)
    8192
    TRUE
    1
    TRUE
    When displayed in PCI's FreeView app the 4 georasters abutt each other in a square.
    The exact error is:
    13:30:45 [SELECT - 0 row(s), 0.000 secs] [Error Code: 6533, SQL State: 65000] ORA-06533: Subscript beyond count
    ORA-06512: at "MDSYS.SDO_GEOR_INT", line 1082
    ORA-06512: at "MDSYS.SDO_GEOR_INT", line 1440
    ORA-06512: at "MDSYS.SDO_GEOR", line 1105
    ORA-06512: at "GRIM.MOSAIC", line 32 (this is my line of code, above)
    I'm using "Oracle Database 11g Release 11.1.0.0.0 - Production".
    The metadata for one of the rasters is (the others are similar):
    GEORASTER(RASTERTYPE, SPATIALEXTENT(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO
    SDO_GEORASTER(20001, SDO_GEOMETRY(2003, 8192, NULL, SDO_ELEM_INFO_ARRAY(1, 1003,
    1), SDO_ORDINATE_ARRAY(-104.00042, 40.0004167, -104.00042, 38.9995833, -102.999
    58, 38.9995833, -102.99958, 40.0004167, -104.00042, 40.0004167)), 'MOSAICSOURCE_
    RDT', 118, XMLTYPE(<georasterMetadata xmlns="http://xmlns.oracle.com/spatial/geo
    raster">
    <objectInfo>
    <rasterType>20001</rasterType>
    <isBlank>false</isBlank>
    <defaultRed>1</defaultRed>
    <defaultGreen>1</defaultGreen>
    <defaultBlue>1</defaultBlue>
    </objectInfo>
    <rasterInfo>
    <cellRepresentation>UNDEFINED</cellRepresentation>
    <cellDepth>16BIT_S</cellDepth>
    <NODATA>-32767</NODATA>
    <totalDimensions>2</totalDimensions>
    <dimensionSize type="ROW">
    <size>1201</size>
    </dimensionSize>
    <dimensionSize type="COLUMN">
    <size>1201</size>
    </dimensionSize>
    <ULTCoordinate>
    <row>0</row>
    <column>0</column>
    </ULTCoordinate>
    <blocking>
    <type>NONE</type>
    <totalRowBlocks>1</totalRowBlocks>
    <totalColumnBlocks>1</totalColumnBlocks>
    <rowBlockSize>1201</rowBlockSize>
    <columnBlockSize>1201</columnBlockSize>
    </blocking>
    <interleaving>BIL</interleaving>
    <pyramid>
    <type>NONE</type>
    </pyramid>
    <compression>
    <type>NONE</type>
    </compression>
    </rasterInfo>
    <spatialReferenceInfo>
    <isReferenced>true</isReferenced>
    <isRectified>true</isRectified>
    <SRID>8192</SRID>
    <spatialResolution dimensionType="X">
    <resolution>0.000833333333333333</resolution>
    </spatialResolution>
    <spatialResolution dimensionType="Y">
    <resolution>0.000833333333333333</resolution>
    </spatialResolution>
    <modelCoordinateLocation>UPPERLEFT</modelCoordinateLocation>
    <modelType>FunctionalFitting</modelType>
    <polynomialModel rowOff="0" columnOff="0" xOff="0" yOff="0" zOff="0" rowScal
    e="1" columnScale="1" xScale="1" yScale="1" zScale="1">
    <pPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>48000.50000000007 0 -1200.000000000001</polynomi
    alCoefficients>
    </pPolynomial>
    <qPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </qPolynomial>
    <rPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>124800.5000000004 1200.000000000001 0</polynomia
    lCoefficients>
    </rPolynomial>
    <sPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </sPolynomial>
    </polynomialModel>
    </spatialReferenceInfo>
    <layerInfo>
    <layerDimension>BAND</layerDimension>
    <subLayer>
    <layerNumber>1</layerNumber>
    <layerDimensionOrdinate>0</layerDimensionOrdinate>
    <layerID>Not Specified</layerID>
    </subLayer>
    </layerInfo>
    </georasterMetadata>
    Any suggestions of where to go from here?
    Thanks!
    -Bruce Bockius

    You're correct, it is 11.1.0.6.0 as shown in the Oracle Installed Products. For some reason my favorite client displays a different version.
    -Bruce

  • ORA-06512: at "DBSNMP.BSLN_INTERNAL" -- After 11g Upgrade

    Hi All,
    We are getting the following error in alert.log after migration to 11g. We have Oracle 11.2.0 right now. Migration was done from 10.2.0 to 11.2.0
    ORA-12012: error on auto execute of job 2473584
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "DBSNMP.BSLN_INTERNAL", line 2073
    ORA-06512: at line 1
    I followed the solution provided on metalink[ID 736627.1], then also I am getting the above error.
    SQL> @?/rdbms/admin/catnsnmp.sql -- drop user
    SQL> @?/rdbms/admin/catsnmp.sql -- create user
    Please let me know, if anyone of you know any other solution to resolve this.

    That is correct but if any one have faced same issue, I can do it in easy and quick way.
    Thanks,
    Api

Maybe you are looking for

  • My phone wont let me back up to icloud?

    my phone wont let me back up to icloud, even after purchasing the additional storage i needed. does anyone know why or how i can fix this?

  • Using a view-object as a data web bean?

    Hi, When writing JSP pages, I'd like to have a web bean that allows basic data manipulation such as: - set up a row set - e.g. by specifying a view object and an (optional) where clause; - navigate this row set (first, next, etc.); - get or set the v

  • Cannot watch a movie due to AppleTV repeated error

    I've installed the update twice, each time it appeared to complete successfully.  When pressing to watch a movie, the apple motion circle appears for 3 seconds and it then stops and reverts back to the main menu.  This is consistent - we cannot watch

  • Help with Nested Table

    Hello All I have a task about insert data into a nested table. First I will explain the scenario. I have 2 table (patients) and (tumors) that contain medical data about cancer patients. CREATE TABLE "DSS2_MINING"."PATIENTS"    (     "PATIENT_ID" VARC

  • WebCats - Only 4 characters of first column in search help get transferred

    Hi Henning, I hope you can help me - When I select a search help for an input field (Operation) which is a second field in search help, the system is not tranferring the selected object into the time sheet, instead it transfer first 4 characters of v