ORA-29516: Aurora assertion failure: Assertion failure at eoamrk.c:234

We are hitting an assertation error in Aurora.
The system is Oracle 10g R2, 64 bit, running on RHEL.
Have searched the forums and googled for this - although ORA-29516 is found they are related to other issues rather than within eoamrk.c
Does anyone have any further information on this? For example, is ORA-29516 definitely for 64 bit systems only (we can't reproduce the issue on our 32 bit system), but it occurs repeatedly on our client's system, which is 64 bit.
The exception occurs when a large number (20k+) of updates are made to a table, and they call update triggers which in turn call Java methods which send out the changes to using RMI.
The stack trace is below (apologies for commenting out the confidential bits - they don't matter anyway).
Many thanks in advance for any advice or suggestions, particularly workarounds.
ORA-29516: Aurora assertion failure: Assertion failure at eoamrk.c:234
EOA runtime assertion failure: eoamrk.c:234
ORA-06512: at "xxx_CHAIN_CONTRIBUTE", line 1
ORA-06512: at "xxx_PROC_CHAIN_CONTRIBUTE_LIST", line 62
ORA-06512: at "xxx_TRIGGER_MEETING_UPDATE", line 64
ORA-04088: error during execution of trigger 'xxx_TRIGGER_MEETING_UPDATE'
ORA-06512: at "xxx", line 1363
ORA-06512: at line 1
Exception Type:
System.Data.OracleClient.OracleException
Executing Method:
xxx.Helpers.Plugin.PriceEngine.Core.PEData.ExecuteNonQueryCommand()
Stack Trace:
at xxx.Helpers.Plugin.PriceEngine.Core.PEData.ExecuteNonQueryCommand(String CommandText, CommandType CommandType, OracleParameter[] Parameters)
at xxx.Helpers.Plugin.PriceEngine.Core.PEData.UpdateMeetingMatchStatus(Int64 MeetingId, Int32 MatchStatus)
at xxx.Helpers.Plugin.PriceEngine.Core.Meeting.UpdateMatchStatus()
at xxx.Client.PriceEngine.Core.Prices.numMinsPlayedAdjust_ValueChanged(Object sender, EventArgs e)

Colin,
Pardon me if I am stating the obvious, but have you tried MetaLink?
Good Luck,
Avi.

Similar Messages

  • ORA-29516: Aurora assertion failure: Assertion failure at eox.c:232

    Hi,
    While exceuting following statement:
    SELECT dbms_java.longname(object_name), status, object_type, owner
    FROM all_objects
    WHERE object_type LIKE '%JAVA%' ;I am getting following error:
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:232
    I looked into other threads for the resolution but those were closed without providing any reslution.
    Oracle DB Version: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    Java Version Running on DB server: 1.5
    Can anybody help please?

    try alter system set java_jit_enabled=false otherwise call oracle support

  • ORA-29516: Aurora assertion failure

    Hi All !
    the following exception occurs while calling a stored procedure
    ORA-29516: Aurora assertion failure: Assertion failure at /ade/aime_javavm_160189/oracle/javavm/src/javacl/jol.c:7895*
    EOA runtime assertion failure: /ade/aime_javavm_160189/oracle/javavm/src/javacl/jol.c:7895*
    i have tried to search for the reason but could not find this specific error mentioned anywhere...i have just come to know that Aurora Assertion failure occurs due to some exception in OS for example if OS reaches the limit of open files or if JVM crashes....
    can anyone help me out regarding this particular exception?
    as far as we have analyzed, the problem may be due to a very large result set being returned by the procedure. Please put us wise.

    Not much information is available for troubleshooting regarding this error. So I would rather not comment on whether this OS or database related problem.
    Let Oracle support look into this issue and diagnose the same.

  • ORA-29516: Aurora assertion failure: Assertion failure at joetsl.c:309

    Hi all,
    I have a PL/SQL procedure that launches several times (between 2 and 8 times) a command in a remote server using a java class.
    The command launched is:
    /usr/bin/rexec -a -l <user> -p <password> <remote_ip> <command>
    And sometimes I caught the error:
    ORA-29516: Aurora assertion failure: Assertion failure at joetsl.c:309 Wait on thread semaphore failed
    I tried to work around the problem putting a sleep call of 30 seconds, but the problem persists.
    Thanks all.

    Contact support:
    http://docs.oracle.com/cd/E11882_01/server.112/e17766/e29250.htm#sthref9447

  • ORA-29516: Aurora assertion failure: Assertion failure at joncomp.c:127

    Hi,
    I am loading tax calucation related java class in oracle 9.2.0.4 database. I am getting following error. Can some help me out with it?
    Here is command, i use to load jar file.
    loadjava -user' RATING/passowrd@SYS901B_DEV9IGEN -oci -resolve -verbose tif.jar
    creating : com/taxgen/exception/TaxGenDBException
    Error while creating com/taxgen/exception/TaxGenDBException
    ORA-29516: Aurora assertion failure: Assertion failure at joncomp.c:127
    jtc_active_clint_init_ncomp_slots(oracle/aurora/compiler/CompilerConnection, 1) returned 0

    227220,
    I'm only guessing, but it looks like the Oracle JVM installation may not have been completely successful. Have you managed to successfully load any java classes into the database? If you have, then your Oracle JVM is probably correctly installed.
    Did you try loading your java class using the "-thin" flag (instead of the "-oci" flag)?
    If SYS901B_DEV9IGEN is the value of your ORACLE_SID (environment variable), then you don't need to specify it in the "loadjava" command.
    For your information, the "loadjava" utility is documented in the "Java Developer's Guide" which is part of the Oracle documentation and available from the following Web site:
    http://tahiti.oracle.com
    Good Luck,
    Avi.

  • ORA-29516 Aurora Assertion Error

    Has anyone encountered Auror Assertion error while using Java and PL/SQL with loadjava utility?
    Thanks for any suggestions/comments.

    Also also, read the metalink note 466315.1.
    Nicolas.Thanks Nicholas....metalink note was very usefull...

  • ORA-29516: Aurora assertion failure:Assertion failure at eox.c:317

    Hi Experts,
    When i am trying to execute the below function
    create or replace function HELLOWORLD return VARCHAR2 as
    language java name 'Hello.world () return java.lang.String';
    (Where i have written a java program and loaded into oracle 10g)
    I am facing the above problem.
    Please help me out from this problem.
    Regards
    Pradeep

    This typically means there is a problem with the java installation. There may be further information in the .trc file.

  • SDO_MVCLIENT throws occasional Aurora assertion failure error ORA-29516

    Hi folks,
    Occasionally I seem to receive the follow error when using the SDO_MVCLIENT package to run Mapviewer. The problem goes away if I just resubmit the job.
    Warning: ociexecute() [function.ociexecute]: ORA-29516: Aurora assertion failure: Assertion failure at joeintp.c:373 Interpreter hit null Java opcode. ORA-06512: at "MDSYS.SDO_MVCLIENT", line 393 ORA-06512: at "PDZIEMIELA.TW_PHP", line 553 ORA-06512: at line 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tw.php on line 294
    Line 393 in the package is
    FUNCTION run RETURN VARCHAR2 AS LANGUAGE JAVA NAME 'oracle.lbs.mapclient.SQLMapClient.run() return java.lang.String';
    So I am thinking this has to do with java. Could I have muff the loadjava somehow? I followed all the steps. Any thoughts? This is on a 64 bit Solaris 10 machine. The system has JDK 1.5 in the path but oracle has JDK 1.4 in its directory tree under jdk.
    Thanks!
    Paul

    Also just a note as you don't specify which database version you are running but in 8.1.7 the return buffer does not seem to be managed correctly by the database as once removing a message from the buffer it still remains on the buffer.
    The only work around I've found, so far, is to manipulate Utl_Tcp.Connection.private_bf using utl_raw.
    Under 9i this is not an option as private_bf is non-existant in Utl_Tcp.Connection

  • Loadjava gives ORA-29516: Assertion failure at eox.c:232

    I was trying to test on the loadjava and Java Stored Procedure capabilities on Oracle 9i Release 2.
    I ran into the following error when I tried to load a number of Oracle jar library files into the database (in order to resolve my class using org.apache.soap packages).
    Error while computing shortname of org/apache/soap/Utils
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:232
    Uncaught exception Root of all Java exceptions: java.lang.NullPointerException
    ORA-06512: at "SYS.DBMS_JAVA", line 213
    ORA-06512: at line 1
    I ran the following command:
    loadjava -thin -user system/manager@<host>:1521:local -resolve -synonym -verbose -grant public
    D:/jdev9i/soap/lib/soap.jar D:/jdev9i/lib/dms.jar D:/jdev9i/jlib/javax-ssl-1_1.jar
    C:/ora81/lib/servlet.jar D:/jdev9i/jdk/jre/lib/ext/mail.jar
    Does anyone has any idea how I can resolve this problem? Response is appreciated. Thanks!

    I have Oracle-DB Server on Linux and Windows-2000.
    I try to deploy the Java-Function to Oracle-DB with JDevelopr.
    My Email: [email protected]
    Here are my deploy-Preview:
    -user
    <connect string>
    -order
    -resolve
    -noverify
    -debug
    -definer
    -force
    -synonym
    -verbose
    thanks
    MZ

  • Aurora assertion failure

    can you tell me what this bug will signify:
    ORA-29516: Aurora assertion failure: Assertion failure at joncomp.c:125 jtc_active_clint_init_ncomp_slots(oracle/jdbc/driver/OracleDriver, -1) returned 0

    The developers tell me that this error might have additional useful information in your database trace files *.trc
    It usually means that the database is having a problem at the OS level finding a DLL or dynamic library that contains natively compiled Java code. In this case, it would appear it's having trouble finding the DLL for the natively compiled JDBC driver inside the database.
    What platform are you running Oracle8i on?

  • Aurora Assertion Failure Error

    I tried to run a pl/sql program using utl_tcp.
    It's giving error like this:
    DECLARE
    ERROR at line 1:
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:187
    Uncaught exception Root of all Java exceptions:
    ORA-06512: at "SYS.UTL_TCP", line 533
    ORA-06512: at "SYS.UTL_TCP", line 514
    ORA-06512: at line 22
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:187
    Uncaught exception Root of all Java exceptions::
    JVM has been installed properly as seen from the count of objects which is around 8648.
    Pls help me.

    Also just a note as you don't specify which database version you are running but in 8.1.7 the return buffer does not seem to be managed correctly by the database as once removing a message from the buffer it still remains on the buffer.
    The only work around I've found, so far, is to manipulate Utl_Tcp.Connection.private_bf using utl_raw.
    Under 9i this is not an option as private_bf is non-existant in Utl_Tcp.Connection

  • Exception: Aurora assertion failure: Assertion failure at eox.c:232

    Hi,
    two days back i have created stored procedure. it was working fine.
    today i tried to run it i got the following exception.
    "ORA-29516: Aurora assertion failure: Assertion failure at eox.c:232
    Uncaught exception Root of all Java exceptions: java.lang.NullPointerException"
    i tried to rebuild the java stored procedure but i got the same exception.
    can you please tell me the cause for this problem.
    thanks
    vali

    Uraigli,
    Please provide the following info :
    Database Version :
    Operating System :
    Regards
    Pushkala

  • XML PL/SQL Parser Demo Error ORA-29516

    I'm trying to get the XML Plsql demo to work on the following
    system:
    Sun Solaris 8
    Oracle 8.1.7.0.0 64 bit
    using the $ORACLE_HOME/xdk/plsql/demo files
    I created an oracle user "xmldba" , granted javauserpriv to
    xmldba, granted javasyspriv to xmldba. I have run
    $ORACLE_HOME/xdk/plsql/parser/bin/load.sql. Then I try the
    demo -
    oracle8$ sqlplus xmldba/xmldba
    SQL*Plus: Release 8.1.7.0.0 - Production on Fri Nov 16 11:07:44
    2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - 64bit Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - 64bit Production
    SQL> @domsample
    Procedure created.
    No errors.
    SQL> execute domsample
    ('/home/oracle8/app/oracle/product/8.1.7/xdk/plsql/demo','family.
    xml','errors.txt');
    BEGIN domsample
    ('/home/oracle8/app/oracle/product/8.1.7/xdk/plsql/demo','family.
    xml','errors.txt'); END;
    ERROR at line 1:
    ORA-29516: Aurora assertion failure: Assertion failure at
    joncomp.c:127
    jtc_active_clint_init_ncomp_slots(oracle/xml/parser/v2/DTD, 0)
    returned 0
    ORA-06512: at "XMLDBA.XMLPARSERCOVER", line 0
    ORA-06512: at "XMLDBA.XMLPARSER", line 57
    ORA-06512: at "XMLDBA.DOMSAMPLE", line 72
    ORA-06512: at line 1
    Anyone have any ideas on what I might be missing or what could
    cause the problem?
    Thanks,
    Rhea

    These errors were due to not running initjvm etc. I have resolved all the jvm sqlj related problems now .
    I am still seeing resolver errors . Opened a new thread for those errors.
    Please respond on those
    Thanks
    null

  • Generic VM error from ORA-29516

    OS: SunOS 5.9
    Oracle: 9.2.0.7 64bit
    ORA-29516 happened when fire the trigger which will call a Java store procedure.
    This error happened when a Java application call a PL/SQL store procedure from Weblogic side.
    java.sql.SQLException: ORA-29516: Aurora assertion failure: Assertion failure at eoasga.c:1596 EOA runtime assertion failure: eoasga.c:1596
    When I trace the event 29516, I found "Generic VM error", "Fatal embedding system error", "Generic Aurora error", "XRoot of all Java exceptions" in the trace file.

    Hi, Kuassi
    This problem happened when calling a PL/SQL stored procedure from a web page. We use Weblogic as the application server which connects the Oracle DB server by JDBC connection pool. If I execute the same PL/SQL stored procedure manually under SQLPLUS, it was finished successfully. The PL/SQL stored procedure is used to update some tables which is a long transaction. During updating the table, it will fire a trigger which will call a JAVA stored procedure in Oracle JVM to send message to the application server side by socket pool. Finally java application in the application server throws an ORA-29516 exception when the PL/SQL stored procedure is finished. I tried two JDBC driver (920/10g) provided by BEA weblogic. The result is same. The error happened in Oracle JVM.
    Best Regards
    Zhang

  • ORA-29516 Need an urgent help

    Hi Gurus,
    When trying to call dbms_java package i am getting the following error:
    Exception in runStoredProcedure: ORA-29516: Aurora assertion failure: Assertion failure at eoxdebug.c:93
    jonzf_get_zip_message is not yet implemented
    oracle version 10.2.0.1.0
    Please help....
    saby

    Also also, read the metalink note 466315.1.
    Nicolas.Thanks Nicholas....metalink note was very usefull...

Maybe you are looking for

  • After setting the reverse proxy, SSO doesn't work

    Hi, We are facing a problem after setting a reverse proxy. ITS&SSO is working fine for internal users but the problem is with the external users;ITS is working fine for external users but SSO is not working. Does anyone can help us out with this prob

  • Theres something wrong with my ipad lock and keypad click sound

    If i turn my ipad off, then back on again, theres a problem with the sound of the keyboard and lock clicks

  • Two important questions

    Hi All Please I have two questions, 1- How I can create a popUpButtonMenu in a vertical direction?? When I rotate it , the label disappears. So I want another solution as fast as you can please. 2- How I can connect flex with oracle?? I want a comple

  • PS CS2 - cannot change foregroundcolor any more

    i have a weird problem with Photoshop CS2- whenever i want to change the color of a brush, pencil etc. photoshop will change the backgroundcolor. whenever i change color i have to swith backgrounf and foreground color again.... this is so annoying th

  • LIS -- S021 is not updated...

    Hello. I use S021 data in add-on program. This table data is asynchronous updating. I have trouble that, "Basic start date"(GSTRP) and "Basic finish date"(GLTRP) is not updated. I tried updating productution order, but these field not updated. Does s