My Oracle Support Banner

BEA-080003 JVM Cannot Allocate More Java Objects due to Java Heap is Full (Doc ID 2315086.1)

Last updated on OCTOBER 23, 2023

Applies to:

Portal - Version 11.1.1.6.0 and later
Information in this document applies to any platform.

Symptoms

The server crashed due to JVM Heap issue.

The MANAGED Server startup settings are as following:


if [ "${SERVER_NAME}" = "WLS_PORTAL2" ] ; then
EXTRA_JAVA_PROPERTIES="-Xms1136m -Xmx1136m -XX:PermSize=512m -XX:MaxPermSize=512m -Djava.ext.dirs=/<MIDDLEWARE_HOME>/as_1/jdk/jre/lib/ext -Doracle.security.jps.config=/<MIDDLEWARE_HOME>/user_projects/domains/<DOMAIN_NAME>/config/fmwconfig/jps-config.xml -Doracle.home=/<MIDDLEWARE_HOME>/as_1 -Ddomain.home=/<MIDDLEWARE_HOME>/user_projects/domains/<DOMAIN_NAME> -Dfile.encoding=iso-8859-1 -XX:+UseParallelGC -verbosegc -XX:+PrintGCDetails ${EXTRA_JAVA_PROPERTIES}"
export EXTRA_JAVA_PROPERTIES
LD_LIBRARY_PATH="/<MIDDLEWARE_HOME>/as_1/lib${CLASSPATHSEP}${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH
PATH="/<MIDDLEWARE_HOME>/as_1/bin${CLASSPATHSEP}${PATH}"
export PATH
NLS_LANG="AMERICAN_AMERICA.AL32UTF8"
export NLS_LANG
MEM_ARGS=""
export MEM_ARGS

Log entry:
[Full GC [PSYoungGen: 343928K->343922K(363520K)] [ParOldGen: 775473K->775472K(775680K)] 1119401K->1119395K(1139200K) [PSPermGen: 125441K->125441K(524288K)], 0.9208990 secs] [Times: user=7.14 sys=0.00, real=0.92 secs]
[Full GC [PSYoungGen: 343922K->343922K(363520K)] [ParOldGen: 775472K->775472K(775680K)] 1119395K->1119395K(1139200K) [PSPermGen: 125441K->125441K(524288K)], 0.3744340 secs] [Times: user=2.08 sys=0.00, real=0.37 secs]
[Full GC [PSYoungGen: 344832K->340796K(363520K)] [ParOldGen: 775476K->775474K(775680K)] 1120308K->1116271K(1139200K) [PSPermGen: 125457K->125457K(524288K)], 0.9470790 secs] [Times: user=7.40 sys=0.00, real=0.95 secs]
<Mar 4, 2017 9:18:20 AM CET> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: javax.management.remote.rmi.RMIConnectionImpl.invoke(Ljavax.management.ObjectName;Ljava.lang.String;Ljava.rmi.MarshalledObject;[L

 

It has been confirmed that a message is reported when the server crashes. This message displays the heap size currently used by the JVM of the managed server:

EXTRA_JAVA_PROPERTIES="-Xms1136m -Xmx1136m -XX:PermSize=512m -XX:MaxPermSize=512m

 

Increasing the heap size to a higher value still does not allow the managed server to start.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.