cancel
Showing results for 
Search instead for 
Did you mean: 

Java Core Dump

Former Member
0 Kudos

Hi all

We have some problems on our production system that it keeps on dumping core dumps of about 3gigs each night and just kills the system. Looks like something wrong with java?

Directory: /usr/sap/<SID>/DVEBMGS00/j2ee/cluster/server0

Files:

core.20090817.174103.15073438.0009.dmp

Snap.20090817.174103.15073438.0010.trc

heapdump.20090817.174103.15073438.0011.phd

javacore.20090817.174103.15073438.0012.txt

2.49 core.20090817.161324.15073438.0001.dmp

2.53 core.20090817.163951.15073438.0005.dmp

2.58 core.20090817.174103.15073438.0009.dmp

Any help will be much appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Stephan

Most likely these dumps are being caused by an OutOfMemoryError in the java stack. Check note #1289240 How to deal with out of memory errors, for some hints on what to do.

Regards

Mark