cancel
Showing results for 
Search instead for 
Did you mean: 

ICM and SAP Web Dispatcher timeout parameters

Former Member
0 Kudos

Hi Expert,

I am getting below error on my SAP CE system pure java sack.

Internal Server Error is returned for HTTP request

[EXCEPTION]

com.sap.bc.proj.jstartup.fca.FCAException: Output broken (-7). at

com.sap.bc.proj.jstartup.fca.impl2.FCAConnection.getOutBuf3(Native Method) at com.sap.bc.proj.jstartup.fca.impl2.FCAConnection.getOutBuf

(FCAConnection.java:302)”.

I have search sap note

1- 1620740 - 500 internal server error occurs when processing requests via ICM

2- 824554 - ICM and SAP Web Dispatcher timeout parameters.

As above SAP Note suggested that we need to add below parameter in system.

icm/conn_timeout

icm/keep_alive_timeout

icm/server_port_< n >

icm/server_port_0 = PROT=HTTP,PORT=1080,TIMEOUT=60,PROCTIMEOUT=600.

But i have checked the sap system profile and did not found any above parameter in system.

My confusion :  1- Where we need to maitain the above parameter entries in system.

  2- Are those parameter for only having webdispatcher system or also could be maintained pure java stack system if do not have webdispatcher.

  3- how to check the webdispatcher services in the system.

Please suggest....

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Mishra


1- Where we need to maitain the above parameter entries in system. 

2- Are those parameter for only having webdispatcher system or also could be maintained pure java stack system if do not have webdispatcher.

1.  You have to define those parameters in each instance profile Java profiles example profile name - SID_JCO_SERVERNAME.


2. Those parameters are JAVA stack profile parameters

3. kindly refer the SCN link

Profile parameters of the Netweaver Java Application Server 6.40 and 7.0X - SAP Netweaver Applicatio...


  3- how to check the webdispatcher services in the system.

Refer the SAP help portal linkSetting Up the Web Administration Interface - SAP Web Dispatcher - SAP Library

BR

SS