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....