cancel
Showing results for 
Search instead for 
Did you mean: 

Network Connection Timeout

Former Member
0 Kudos

Hello,

I have upgraded our j2ee engine to 6.40 and deployed the Bugseye catalog to the engine. While navigating through the catalog, I get the following error:

500 Network connection broken

-


Internal Server Error

-


Error: -8

Version: 6040

Component: ICM

Date/Time: Mon Jan 8 18:10:19 2007

Module: icxxplugin_mt.c

Line: 1464

Server: sapdxe6_XE6_06

Detail: IcmFlushBuf(id=1/7939): SapSSLWrite failed (-10): SSSLERR_CONN_CLOSED

I also see the following errors in the dev_icm file:

Thr 2057] ->> SapSSLWrite(sssl_hdl=115148810, buf=7000000261e78bc, len=3026,

timeout=-1, &writelen=11090ce24)

[Thr 2057] peer has closed connection

[Thr 2057] <<- SapSSLWrite(sssl_hdl=115148810)==SSSLERR_CONN_CLOSED

[Thr 2057] ->> SapSSLErrorName(rc=-10)

[Thr 2057] <<- SapSSLErrorName()==SSSLERR_CONN_CLOSED

[Thr 2057] *** ERROR => IcmFlushBuf(id=5/7822): SapSSLWrite failed (-10): SSSLER

R_CONN_CLOSED

[icxxplugin_mt.c 1464]

[Thr 2057] *** ERROR => HttpJ2EEHandler: HttpJ2EESendBody(rc=-1) [http_j2ee_mt 8

78]

[Thr 2057] HttpHandleRequest: Error return: -701

[Thr 2057] IcmPlCheckRetVal: Plugin retval: PLUGIN_RET_ERROR (-701)

[Thr 2057] IcmHandleNetRead(id=5/7822): read_len: 3026, HandleNetData returned:

-701

[Thr 2057] IcmHandleNetRead(id=5/7822): PlugInHandleNetData failed (rc=-701)

[Thr 2057] MPI<3d93>a#56 Cancel 7 -> 0

[Thr 2057] MPI<3d94>1#39 Cancel 7 -> 0

[Thr 2057] PlugInStopConn: role: 1, error: -8, write_err: 1

[Thr 2057] PlugInStopConn: write error response

Has anyone seen this type of error?

Thanks,

Kevin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Note number 698017 fixes a problem like yours (something with PlugInHandleNetData), check kernel 126.

if this doesn't solve your problem,

increase the trace level of the ICMAN to the maximum (via transaction SMICM).

Former Member
0 Kudos

Actually to resolve the problem, I did the following:

Under the SSL Provider service of the Dispatcher, I selected the Properties tab.

I set the HANDSHAKE_SO_TIMEOUT and the RUNTIME_SO_TIMEOUT to -1.

I then accessed the ConnectionsManipulator in the Dispatcher and set the GetStreamsSoTimeout parameter to 10000.

After making these changes, I have not had the connection errors.

Regards,

Kevin