cancel
Showing results for 
Search instead for 
Did you mean: 

Exception java.lang.OutOfMemoryError

Former Member
0 Kudos

Hi ;

Recently my netweaver 7.0 always restart its j2ee engine , i check the log

it have a exception

Exception java.lang.OutOfMemoryError: requested 131072000 bytes for GrET* in /export/jdk142-update/ws/fcs/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?

no this file on my system!!!

and then the Java VM crashes ,

I have read the sap note 943602 mentioned in its log

my java - version is

java version "1.4.2_12"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)

Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

and

jstartup/vm/home = <jdk home directory>.

is in the right directory.

so , can give me solution to solve this situation???

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

the error says that the application requested around 130 MB. of swap space - pagefile.

Indeed, the error can be related to the systemenvironment configuration

(system memory and system paging conditions). So how much memory is on the

server ? And how much swap space is configured ? Are there any other applications running

on this machine (unix ?) ?

thanks and kr,

andreas

Former Member
0 Kudos

Hi ,

we have 4G memory , 2G swap ,

my server is only for netweaver development without any application!!!

below is my dev_server0 log about JVM arguments

**********************************************************************

JHVM_LoadJavaVM: VM Arguments of node [server0]

.

.

.

-> arg[ 9]: -XX:NewSize=171m

-> arg[ 10]: -XX:MaxNewSize=171m

.

.

-> arg[ 13]: -XX:MaxPermSize=256M

-> arg[ 14]: -XX:PermSize=256M

.

.

-> arg[ 20]: -Dmemory.manager=2048M

-> arg[ 21]: -Xmx2048M

-> arg[ 22]: -Xms1024M

.

.

.

Former Member
0 Kudos

Are you have 32 bit or 64 ? You need set : -- >

Note 723909 - Java VM settings for J2EE 6.40/7.0

Regards.

Former Member
0 Kudos

Hi , all Thanks!!!

I set up my netweaver in RHEL4 32bit.

Before i can change all this SDM or JVM setting

my netweaver wo`nt restart anymore

Since i really do not know how these happen

so i do`nt know why it work normally

i does not change anything yet

well , if (just if) this situation happen again

then i will test all these setting to see how it works

thanks.

Edited by: Yin Jack on Dec 8, 2008 5:20 AM

Answers (0)