Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

user505949Jul 24 2010 — edited Oct 31 2010
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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 28 2010
Added on Jul 24 2010
6 comments
26,732 views