cancel
Showing results for 
Search instead for 
Did you mean: 

Java Export failed due to out of memory

Former Member
0 Kudos

Hi Experts,

I am trying to export Java but encountered error below due to memory. Please advise how to fix the issue.

SAP Netweaver EHP2

Software Life-Cycle Options  System Copy  Oracle  Source System export  High-availability System  Based on AS Java  Database Instance Export

ERROR 2011-10-21 03:55:08.96

FJS-00003 out of memory (in script NW_Export|ind|ind|ind|ind, line 87453: ???)

ERROR 2011-10-21 03:55:23.627

FCO-00011 The step archiveKMC with step key |NW_Export|ind|ind|ind|ind|0|0|NW_Java_Export_Dialog|ind|ind|ind|ind|javaUnload|0|NW_JAVA_Export_APPS|ind|ind|ind|ind|7|0|NW_JAVA_Export_Portal|ind|ind|ind|ind|auto.id:1|0|archiveKMC was executed with status ERROR ( Last error reported by the step: out of memory (in script NW_Export|ind|ind|ind|ind, line 87453: ???)).

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Lester,

Please follow the below steps to resolve the problem.

1. Stop SAPINST

2. Open control.xml file from Installation directory

3. Replace 64M with 1024M or above in control.xml file, based on your system physical memory size.

4. Resume SAPINST from the point where it stopped. You no longer get this problem.

Please let me know if it has fixed your issue.

Thanks,

Siva Kumar

0 Kudos

Hi,

Can you refer the following SAP Notes?

759669 - java.lang.OutOfMemory - the system is out of resources

1289240 - How to deal with out of memory errors

These could help you out.

Regards,

Abhishek

Former Member
0 Kudos

Have enough Physical Memory ?

Thanks