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

Similar Messages

  • ORA-29516: Ausführung von Aurora .. Assertion failure at eox.c:232

    I am trying to use developer-depoly an to load/deploy some java class to oracle 9.2.0.1.0 on Suse-Linux 8 Java 1.3 platform
    However I got the following error, what am I missing here? (On Windows 2000 is no problem).
    I have the same Problem with Oracle Enterprise Manager Console too!
    What kind of permissions are needed? And, how
    to grant these permissions?
    Invoking loadjava on connection 'Connection1' with arguments:
    -order -resolve -noverify -debug -definer -force -thin -synonym -verbose
    creating : resource connections.xml
    loading : resource connections.xml
    Error while creating resource connections.xml
    ORA-29516: Ausf�hrung von Aurora nicht erfolgreich: Assertion failure at eox.c:232
    Uncaught exception Root of all Java exceptions: java.lang.NullPointerException
    java.sql.SQLException: ORA-29516: Ausf�hrung von Aurora nicht erfolgreich: Assertion failure at eox.c:232
    Uncaught exception Root of all Java exceptions: java.lang.NullPointerException
         void oracle.jdbc.dbaccess.DBError.throwSqlException(java.lang.String, java.lang.String, int)
              DBError.java:187
         void oracle.jdbc.ttc7.TTIoer.processError()
              TTIoer.java:241
         void oracle.jdbc.ttc7.Oall7.receive()
              Oall7.java:543
         void oracle.jdbc.ttc7.TTC7Protocol.doOall7(byte, byte, int, byte[], oracle.jdbc.dbaccess.DBType[], oracle.jdbc.dbaccess.DBData[], int, oracle.jdbc.dbaccess.DBType[], oracle.jdbc.dbaccess.DBData[], int)
              TTC7Protocol.java:1477
         int oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(oracle.jdbc.dbaccess.DBStatement, byte, byte[], oracle.jdbc.dbaccess.DBDataSet, int, oracle.jdbc.dbaccess.DBDataSet, int)
              TTC7Protocol.java:890
         void oracle.jdbc.driver.OracleStatement.executeNonQuery(boolean)
              OracleStatement.java:2004
         void oracle.jdbc.driver.OracleStatement.doExecuteOther(boolean)
              OracleStatement.java:1924
         void oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()
              OracleStatement.java:2562
         boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String)
              OracleStatement.java:1038
         void oracle.aurora.server.tools.loadjava.JdbcOperations.executeDDL(java.lang.String)
              JdbcOperations.java:373
         boolean oracle.aurora.server.tools.loadjava.JdbcOperations.executeDDL(java.lang.String, java.lang.String)
              JdbcOperations.java:358
         boolean oracle.aurora.server.tools.loadjava.SchemaObject.executeDDL(java.lang.String, java.lang.String)
              SchemaObject.java:598
         boolean oracle.aurora.server.tools.loadjava.ClientResourceObject.create()
              ClientResourceObject.java:28
         boolean oracle.aurora.server.tools.loadjava.SchemaObject.process1()
              SchemaObject.java:161
         void oracle.aurora.server.tools.loadjava.LoadJava.add(oracle.aurora.server.tools.loadjava.SchemaObject)
              LoadJava.java:488
         void oracle.aurora.server.tools.loadjava.LoadJava.addObject(int, java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:474
         void oracle.aurora.server.tools.loadjava.LoadJava.add(int, java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:425
         void oracle.aurora.server.tools.loadjava.LoadJava.add(java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:356
         void oracle.aurora.server.tools.loadjava.LoadJava.addJar(java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:633
         void oracle.aurora.server.tools.loadjava.LoadJava.add(int, java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:407
         void oracle.aurora.server.tools.loadjava.LoadJava.add(java.io.InputStream, java.lang.String, oracle.aurora.server.tools.loadjava.LoadJavaOptions)
              LoadJava.java:356
         void oracle.aurora.server.tools.loadjava.LoadJava.add(java.io.InputStream, java.lang.String)
              LoadJava.java:325
         void oracle.aurora.server.tools.loadjava.LoadJava.add(java.io.File)
              LoadJava.java:590
         void oracle.aurora.server.tools.loadjava.LoadJava.processDeferredFiles()
              LoadJava.java:562
         void oracle.aurora.server.tools.loadjava.LoadJava.process()
              LoadJava.java:674
         void oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(java.lang.String, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.lang.String, java.io.PrintWriter)
              OracleLoadjava.java:116
         void oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(java.lang.String, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.net.URL, java.io.PrintWriter)
              OracleLoadjava.java:46
         void oracle.jdevimpl.deploy.OracleDeployer.deploy(java.net.URL, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.lang.String[], java.lang.String, java.io.PrintWriter)
              OracleDeployer.java:97
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.jdeveloper.deploy.sp.StoredProcProfile, java.lang.String, oracle.jdeveloper.model.JProject, java.net.URL, java.io.PrintWriter)
              StoredProcHandler.java:428
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.ide.addin.Context, java.lang.String, java.io.PrintWriter)
              StoredProcHandler.java:315
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.ide.addin.Context, java.lang.String)
              StoredProcHandler.java:257
         void oracle.jdevimpl.deploy.StoredProcProfileDt$3.run()
              StoredProcProfileDt.java:370
    The following operations failed
    resource connections.xml: creation
    oracle.aurora.server.tools.loadjava.ToolsException: Failures occurred during processing
         void oracle.aurora.server.tools.loadjava.LoadJava.process()
              LoadJava.java:700
         void oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(java.lang.String, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.lang.String, java.io.PrintWriter)
              OracleLoadjava.java:116
         void oracle.jdeveloper.deploy.tools.OracleLoadjava.deploy(java.lang.String, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.net.URL, java.io.PrintWriter)
              OracleLoadjava.java:46
         void oracle.jdevimpl.deploy.OracleDeployer.deploy(java.net.URL, oracle.jdeveloper.deploy.tools.LoadjavaOptions, java.lang.String[], java.lang.String, java.io.PrintWriter)
              OracleDeployer.java:97
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.jdeveloper.deploy.sp.StoredProcProfile, java.lang.String, oracle.jdeveloper.model.JProject, java.net.URL, java.io.PrintWriter)
              StoredProcHandler.java:428
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.ide.addin.Context, java.lang.String, java.io.PrintWriter)
              StoredProcHandler.java:315
         void oracle.jdevimpl.deploy.StoredProcHandler.doDeploy(oracle.ide.addin.Context, java.lang.String)
              StoredProcHandler.java:257
         void oracle.jdevimpl.deploy.StoredProcProfileDt$3.run()
              StoredProcProfileDt.java:370
    #### Deployment incomplete. #### 01.12.2003 16:52:19

    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

  • 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

  • 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

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

  • ORA-29516 on 10g export

    HI
    I'm trying to do an export on a 10g server(Windows Server 2003), but I can't successfully complete the process.
    The error message returns following:
    . exporting synonyms
    EXP-00008: ORACLE error 29516 encountered
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:317
    Uncaught exception Root of all Java exceptions: java.lang.Error java.io.UnsupportedEncodingException: MS950_HKSCS
    EXP-00000: Export terminated unsuccessfully
    Somebody help, please!

    Hey Joe...
    thanks for your instant reply.
    I already looked at that note before asking here.
    I did everything there but increasing db_block_buffers. I'm not a DBA, so I'll ask one to do that for me.
    But, as far as I know, that catexp stuff is not necessary on 10g. Is that right?
    Another thing,
    If this is a common problem on 8i, why it still occurs on 10g? I didn't find any topic related to 10g.
    Is it possible to occur a misconfiguration on the database (and on exporting process) after the installation of OID?
    Best Regards.
    Diogo

  • ORA-29516 when runing initjvm.sql on Windwos 2k

    When I run initjvm.sql on oracle 8.1.7 with Windows 2000 there is some errors like:
    create or replace java system;
    ORA-29516: Aurora assertion failure: Assertion failure at eox.c:217
    Uncaught exception Root of all Java exceptions: X0
    ORA-06550: line 6, column 21:
    PLS-00201: identifier 'DBA_JAVA_POLICY' must be declared
    ORA-06550: line 6, column 5:
    PL/SQL: SQL Statement ignored
    ORA-06550: line 6, column 12:
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: line 11, column 5:
    PL/SQL: SQL Statement ignored
    null

    Actually I have found that I get a ora-3113 error when I try to run the initjvm.sql script. I am trying to run it as SYS, however it hangs after a 20 or so statements and then after a long time, I get the ora-3113 error (i am guessing that oracle is terminating its session).

  • 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

  • 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

  • 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 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 encountered when using LoadJava

    I get ORA-29516 when trying to use the LoadJava command on Linux and Oracle 8.1.6.
    I also have trouble running the initjvm.sql, it seems to always run with errors. Do I need to alter some values in my .ora file? or is there something else that I may try?
    I am trying to run initjvm.sql as sys.
    null

    Actually I have found that I get a ora-3113 error when I try to run the initjvm.sql script. I am trying to run it as SYS, however it hangs after a 20 or so statements and then after a long time, I get the ora-3113 error (i am guessing that oracle is terminating its session).

  • ORA-29516: Bulk load of method failed; insufficient shm-object space

    Hello,
    Just installed 11.2.0.1.0 on CentOS 5.5 64-bit. All dependencies satisfied, installation/linking went without a problem.
    Server has 32GB RAM, using AMM with target set at 29GB, no swapping is occuring.
    No matter what i do when loading Java code (loadjava with JARs or "create and compile java source") I keep getting the error:
    ORA-29516: Error in module Aurora: Assertion failure at joez.c:3311
    Bulk load of method java/lang/Object.<init> failed; insufficient shm-object space
    Checked shm-related kernel params, all seems to be normal:
    # Controls the maximum size of a message, in bytes
    kernel.msgmnb = 65536
    # Controls the default maxmimum size of a mesage queue
    kernel.msgmax = 65536
    # Controls the maximum shared segment size, in bytes
    kernel.shmmax = 68719476736
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048576
    Please help.

    Hi there,
    I've stumbled into exactly the same issue for 11g. After I start the database up and I ran loadjava on an externally
    compiled class (Hello.class in my instance) I got the following error:
    Error while testing for existence of dbms_java.handleMd5
    ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311
    Bulk load of method java/lang/Object.<init> failed; insufficient shm-object space
    ORA-06512: at "SYS.DBMS_JAVA", line 679
    Error while creating class Hello
    ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311
    Bulk load of method java/lang/Object.<init> failed; insufficient shm-object space
    ORA-06512: at line 1
    The following operations failed
    class Hello: creation (createFailed)
    exiting : Failures occurred during processing
    After this, I checked the trace file and saw the following error message:
    peshmmap_Create_Memory_Map:
    Map_Length = 4096
    Map_Protection = 7
    Flags = 1
    File_Offset = 0
    mmap failed with error 1
    error message:Operation not permitted
    ORA-04035: unable to allocate 4096 bytes of shared memory in shared object cache "JOXSHM" of size "134217728"
    peshmmap_Create_Memory_Map:
    Map_Length = 4096
    Map_Protection = 7
    Flags = 1
    File_Offset = 0
    mmap failed with error 1
    error message:Operation not permitted
    ORA-04035: unable to allocate 4096 bytes of shared memory in shared object cache "JOXSHM" of size "134217728"
    Assertion failure at joez.c:3311
    Bulk load of method java/lang/Object.<init> failed; insufficient shm-object space
    It seems as though that "JOXSHM" of size "134217728" (which is 128MB) corresponds to the java_pool_size setting in my init.ora file:
    memory_target=1000M
    memory_max_target=2000M
    java_pool_size=128M
    shared_pool_size=256M
    Whenever I change that size it propagates to the trace file. I also picked up that only 592MB of shm memory gets used. My df -h dump:
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda7 39G 34G 4.6G 89% /
    udev 10M 288K 9.8M 3% /dev
    /dev/sda5 63M 43M 21M 69% /boot
    /dev/sda4 59G 45G 11G 81% /mnt/data
    shm 2.0G 592M 1.5G 29% /dev/shm
    The only way in which I could get loadjava to work was to remove java from the database by calling the rmjvm.sql script.
    After this I installed java again by calling the initjvm.sql script. I noticed that after these scripts my shm-memory usage
    increased to about 624MB which is 32MB larger than before:
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda7 39G 34G 4.6G 89% /
    udev 10M 288K 9.8M 3% /dev
    /dev/sda5 63M 43M 21M 69% /boot
    /dev/sda4 59G 45G 11G 81% /mnt/data
    shm 2.0G 624M 1.4G 31% /dev/shm
    However, after I stopped the database and started it again my Java was broken again and calling loadjava produced
    the same error message as before. The shm memory usage would also return to 592MB again. Is there something I
    need to do in terms of persisting the changes that initjvm and rmjvm does to the database? Or is there something else
    wrong that I'm overlooking like the memory management settings or something?
    Regards,
    Wiehann

Maybe you are looking for

  • Error in using PERFORM in eventhandler in a BSP Application.

    Hi All, Can we use Subroutines in BSP applications? If yes then please help me with syntax . Best Regards, Anubhav. Edited by: Anubhav Jain on Dec 20, 2007 10:52 PM

  • Error in version 2.1.1

    I installed the new version and got an error under the new tab 'Sensors': Oracle BPEL Process Manager Full Cycle An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager

  • X11 not working, screwing up other applications

    X11 hasn't been working under my main account on my MacBook for about a year now, but it worked under another user name for some reason so I was ignoring the problem. It recently became more of a problem to switch account names, so I tried to fix it

  • Tv out do not change from off to on

    Despite to have followed all the step to set up mi iPod 80Gb to watch my videos on TV the option OFF keep in OFF. I've choose Videos>Setting>Tv Out to change to ON pressing center button but nothing happen. Can somebody help me please?

  • What is the reason for so many Drop Zones in iDVD?

    Thank you Tboake and Terry for helping with my project. Now I am convinced that to create my show which mixes pictures, Text, movie clips and music, as well all the other effects, iDVD is the right way to start. However I have a question regarding th