cancel
Showing results for 
Search instead for 
Did you mean: 

500 Internal Server Error with PO system

former_member196171
Participant
0 Kudos

Hi Experts,

I am getting following error with my PO Java System ( 7.31)

http://sapg3dci/irj/portal works http://sapg3dci/nwa works and I get the pages as expected but when I use http://sapg3dci:50000 , I get the following error , do you have any clue ?

500   Internal Server Error

Error: Error while postponing connection to queue 20012 "G3D_00_9246250_HTTP_WAIT": -3 no more memory for FCA.

  SAP Technology Troubleshooting Guide

Details: <--Localization failed: ResourceBundle='com.sap.engine.services.httpserver.exceptions.httpResourceBundle', ID='servlet_jsp_0084', Arguments: ['com.sap.engine.services.httpserver']--> : Can't find resource for bundle java.util.PropertyResourceBundle, key servlet_jsp_0084


  Thanks

Al Mamun

Accepted Solutions (1)

Accepted Solutions (1)

davefitzgibbon
Advisor
Advisor
0 Kudos

Hi Al Mamun,

For NW 7.1 and higher systems, the session communication between ICM and
Java Server Node takes place through FCA (Fast Communication Architecture). FCA uses memory pipes as opposed to sockets. Messages are written to and read from memory pipes. This makes the communication faster in FCA.

In your case, it seems that all the memory being utilized for FCA communication has been used and there is no free memory available.

You will need to restart your Java Engine. It will clear all FCA related memory pipes and get your system running correctly. This step is needed as we cannot clear it any other way


Please do the following to avoid this situation

1. Please check ICM parameter settings according to note#737625
   Especially for parameter of icm/max_conn.


2. Check the Instance properties for parameter
   "icm[J2EE]/enable_icmadm = true" according to note#1635058
Please adjust ICM parameters settings to the recommend ones mentioned
in note#737625 and add "icm[J2EE]/enable_icmadm = true" if it is not
maintained according to note#1635058.

3. Please also check the following sap note
   715400  Max. number of memory pipes (MPI) restricted to 4000

Regards,

David

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

You may refer sap note 1867119  - No more memory for FCA that handles the situation.

Regards,

Tapan