cancel
Showing results for 
Search instead for 
Did you mean: 

error in R/3 outbound queue "java.lang.OutOfMemoryError "

Former Member
0 Kudos

Hi

We have RFC to File scenario. R/3 is RFC Sender & it generates out of memory error in SMQ1. Error is "java.lang.OutOfMemoryError". Rest of the other RFC sender interfaces are working okay....

Which log file records this kind of error.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<i>>>>Which log file records this kind of error.....</i>

You can try the default trace files located in:

/usr/sap/<SID>/<DVEBMGS[XX]>/j2ee/cluster/server0/log

Also, perhaps something in the 'std_server[X].out' file within the folder

/usr/sap/<SID>/<DVEBMGS[XX]>/work

However, this gets overwritten with each restart unless you have configured the java engine to retain old log files in the instance profile (e.g. with parameter 'jstartup/keep_old_logfiles=3').

Regards,

Jin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please see this weblog:

/people/keerti.nayak/blog/2007/03/05/solving-145out-of-memory146-problem-150-using-jnlp

Also see Note 787221 - OutOfMemoryError in the Adapter Framework

Also see this thread:

---Satish