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

Similar Messages

  • 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

  • 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 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.

  • 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.

  • 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?

  • 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

  • Assertion failure error while using hierarchy column in 11.1.1.7.1

    Hi all,
    I have done In-place upgrade of OBIEE from 11.1.1.5 to 11.1.1.7. Afterthat installed 11.1.1.7.1 patchset also.
    Dashboard prompts were created by using hierarchy column. While applying hierarchy prompt i am getting below error
    Assertion failure: levels.size() > start_pos at line 843 of project/weblayoutbuilder/viewlayoutbuilderutil.cpp
      Error Details
    Error Codes: ACIOA5LN
    Some times presentation services will restarted automatically.
    Kindly give a solution regarding this.
    Thanks in advance

    This is occuring due to Bug 17334677 in 11.1.1.7.0. It has been fixed in future versions and backported to SOA BPM 11.1.1.7.0 Apply Patch 17334677

  • Assertion failure error after upgrading obiee 11.1.1.5 to 11.1.1.7

    Hi all,
    I have completed In place upgrade of obiee 11.1.1.5 to 11.1.1.7.
    While opening dashboards i am getting below error
    Assertion failure: nCodeValuesSize == nDisplayValueSize at line 929 of project/webreport/promptedconfiguration.cpp
    Error Codes: ACIOA5LN
    Guide me ASAP.
    Thanks in advance

    Thanks.
    While running configuration assistant web catalog will be upgraded automatically.

  • Assertion failure error after migration to 11g (11.1.1.5)

    Hi All,
    I am facing an issue here after we migrated from 10g to 11g (11.1.1.5). Few reports shows following error.
    Error Codes: OAMP2OPY:ACIOA5LN
    Assertion failure: isXsiTypeSqlExpression(rExpr) at line 67 of /scratch/aime1/adestore/views/aime1_dadvfa0112/bifndn/analytics_web/main/project/webreport/exprformulautils.cpp
    Any workaround/fix for this error?
    Regards,
    Rajesh

    Hi Rajesh,
    We had the exact same issue occur in 11.1.1.5 as well. Our problem was due to the fact that our report was referencing a saved filter, and in that saved filter, we had a line that was a SQL based filter just like Haris mentions in this thread. We could not get a saved filter with an SQL filter line to work (even creating it from scratch), so I believe this is an 11.1.1.5 bug.
    We got around the problem by applying the contents of the saved filter, instead of the filter reference itself. Once we did that, the SQL filter line worked just fine.
    Please let me know if this works for you.
    Thanks,
    Jeremy
    Here's the first thread I posted this to:
    Re: Drill not working after miagrating (from 10g to 11.1.1.5 )

  • 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.

  • Throwing not a valid month error(ORA-01843)

    Hi,
    Can you please tell me whats wrong with the statement
    select Fas_Rpt_Disclose_Summ_Pkg.F_EXR_COLUMN_VALUES(3,5207773,TO_DATE('28-JUN-06','DD-MON-YY'),TO_DATE('26-Sep-06','DD-MON-YY'),TO_DATE('26-SEP-06:23:59:59','DD-MON-YY:HH24:MI:SS'),'INTRINSICVALEXR') from dual;
    Thanks

    What is the current value of NLS_DATE_LANGUAGE?
    SQL> alter session set nls_date_language='ENGLISH';
    Session altered.
    SQL> select TO_DATE('28-JUN-06','DD-MON-YY'),
      2         TO_DATE('26-Sep-06','DD-MON-YY'),
      3         TO_DATE('26-SEP-06:23:59:59','DD-MON-YY:HH24:MI:SS')
      4  from dual;
    TO_DATE(' TO_DATE(' TO_DATE('
    28-JUN-06 26-SEP-06 26-SEP-06
    SQL> alter session set nls_date_language='FRENCH';
    Session altered.
    SQL> select TO_DATE('28-JUN-06','DD-MON-YY'),
      2         TO_DATE('26-Sep-06','DD-MON-YY'),
      3         TO_DATE('26-SEP-06:23:59:59','DD-MON-YY:HH24:MI:SS')
      4  from dual;
    select TO_DATE('28-JUN-06','DD-MON-YY'),
    ERROR at line 1:
    ORA-01843: not a valid month
    SQL>

Maybe you are looking for

  • SubReport Data in a Main Report Yet Again

    I have been trying and reading posts all day. 1. The shared variable formula used in the main report will show any/correct value only if its placed atleast 1 section below the one where the sub report exists. (I've Done This) 2.The formula that is us

  • IPod Classic Randomly Disconnects from Car Stereo

    I have a 160GB iPod Classic that is hooked up to my car stereo. Previously it was connected to a 2012 Kia Sorento SX and it would just randomly disconnect from the stereo and freeze. The only way to get it back was to do a hard reset (menu/select but

  • Adobe Illustrator CS6 quit unexpectedly

    OS X Version 10.9.3 3.06 Intel Core 2 Duo 4GB 800 mHz DDR SDRAM IMac - 24 inch (early 2008) Help. Cannot get Illustrato or InDesign to work. So, I am getting this and can not seem to solve it. First off here is the history: Owned and operated CS3. Ha

  • Resizing a photo image in CS6

    Please forgive me if this is a duplicate posting.  I'm new to using this resource.  Just want to be sure my question is getting to the right place for qualified responses. Here is my dilemma.  I'm very anal about this and was able to solve the proble

  • Cannot download iTunes. Problem with Runtime errror what do I do please?

    I need to know what to do. I keep getting a message telling me iTunes is trying to open runtime incorrectly and to contact iTunes. But of course thats easier said than done. All I want to do is download the update. To be honest I'd be content if I co