cancel
Showing results for 
Search instead for 
Did you mean: 

Time out when processing 2MB Message through HTTP

Former Member
0 Kudos

Hi all,

I have a scenario where a message is sent from XI to a Websphere Portal through HTTP adapter. Im trying to send a message with 2MB but I always get a time-out. Why is the processing taking so long? Is it an ICM problem?

The report in which the process is stopping is SAPLHTTP_RUNTIME (during function module HTTP_READ_SC).

ICM trace file shows the following (short dump was on Aug 24 at 09:50):

[Thr 1] Tue Aug 22 17:21:48 2006

[Thr 1] TRACE FILE TRUNCATED

[Thr 1] Wed Aug 23 17:34:21 2006

[Thr 1] *** WARNING => IcmMsgProcess: connection to WP 2 broken (rc=-8,nirc=-6)

[Thr 4113] Wed Aug 23 17:35:46 2006

[Thr 4113] *** ERROR => IcmNetBufFree: MpiFreeBuf failed [icxxthr_mt.c 3455]

[Thr 4113] *** ERROR => IcmReadFromPartner(id=4/106230): No data from server received (rc = 14) [icxxthrio_mt 1993]

[Thr 4113] *** ERROR => IcmPlAllocBuf: MpiGetOutbuf failed (rc = 14) [icxxplugin_m 1168]

[Thr 4113] *** ERROR => PlugInStopConn: alloc failed(32768) [http_plg_mt. 1629]

[Thr 4113] *** ERROR => IcmConnClose: PlugInStopConn failed (rc=-701) [icxxconn_mt. 2916]

[Thr 1] Wed Aug 23 21:47:22 2006

[Thr 1] *** WARNING => IcmMsgProcess: connection to WP 1 broken (rc=-8,nirc=-6)

[Thr 1] Wed Aug 23 21:47:24 2006

[Thr 1] *** WARNING => IcmMsgProcess: connection to WP 4 broken (rc=-8,nirc=-6)

[Thr 1] *** WARNING => IcmMsgProcess: connection to WP 3 broken (rc=-8,nirc=-6)

[Thr 1] Thu Aug 24 09:50:11 2006

[Thr 1] *** WARNING => IcmMsgProcess: connection to WP 1 broken (rc=-8,nirc=-6)

[Thr 8482] Thu Aug 24 09:54:36 2006

[Thr 8482] *** ERROR => IcmNetBufFree: MpiFreeBuf failed [icxxthr_mt.c 3455]

[Thr 8482] *** ERROR => IcmReadFromPartner(id=14/124381): No data from server received (rc = 14) [icxxthrio_mt 1993]

[Thr 8482] *** ERROR => IcmPlAllocBuf: MpiGetOutbuf failed (rc = 14) [icxxplugin_m 1168]

[Thr 8482] *** ERROR => PlugInStopConn: alloc failed(32768) [http_plg_mt. 1629]

[Thr 8482] *** ERROR => IcmConnClose: PlugInStopConn failed (rc=-701) [icxxconn_mt. 2916]

Any clues?

Thanks,

Miguel

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Miguel,

Try to increase the timeout interval and see if it works fine,

SXMB_ADM -->Integration Engine Configuration --> Click on SPECIFIC CONFIGURATION ---> and change the timeout parameter.

Regards,

Bhavesh

Former Member
0 Kudos

Bhavesh,

The HTTP_TIMEOUT parameter is already with current value 10000.

The runtime error occurs before any http timeout.

Regards,

Miguel

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at my weblog:

/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts

Regards,

michal

Former Member
0 Kudos

Hi Michal,

Thanks for the response but I'm not getting a HTTP_TIMEUOT. I'm getting a short dump - time limit exceeded -, as I stated before, after 10 min of dialog processing.

The problem is that I think it is not acceptable that a message with 2MB takes more than 10 min to be processed and sent to a HTTP destination. Something must not be working as it should.

Regards,

Miguel