cancel
Showing results for 
Search instead for 
Did you mean: 

Received HTTP response code 500 : Timeout

Former Member
0 Kudos

Hello,

I have a scenario where a RFC call triggers a sync async bridge in bpm.

The asynchronous communication is via JMS.

I can see the inbound message from the sending SAP system in sxmb_moni.

But it allways triggers a timeout error:

This is the information from adapter engine monitoring in rwb:

2006-11-29 17:20:37 Success RFC adapter received sRFC for Z_CMW_GET_SALES_VALUES2_XI from CME/010. Attempting to send message synchronously

2006-11-29 17:20:37 Success Application attempting to send an XI message synchronously using connection AFW.

2006-11-29 17:20:37 Success Trying to put the message into the call queue.

2006-11-29 17:20:37 Success Message successfully put into the queue.

2006-11-29 17:20:37 Success The message was successfully retrieved from the call queue.

2006-11-29 17:20:37 Success The message status set to DLNG.

2006-11-29 17:22:45 Error Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout.

2006-11-29 17:22:45 Error Transmitting the message using connection http://debert19.dcc.cc-eag.de:8000/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout.

2006-11-29 17:22:45 Error The message status set to FAIL.

2006-11-29 17:22:45 Error Returning to application. Exception: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Timeout.

Any suggestions?

Thanks and Regards

Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matthias,

check this parameter: icm/conn_timeout and icm/keep_alive_timeout (probably you have to increase it).

Kind Regards,

Sergio

Answers (2)

Answers (2)

Former Member
0 Kudos
MichalKrawczyk
Active Contributor
0 Kudos

hi,

did you check my weblog about timeouts ?

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

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Sergio, Michail,

thanks for your replies.

I think the source of the problem is not the timeout from the point of view of the rfc sender adapter, but rather the result of the problem.

It looks to me as if the ccbpm which triggers the sync async bridge has a problem as I allways get only the inbound message from sap sender system.

As far as I understand is the rfc sender adapter pushes the message on the xi http adapter wich then transfers the message to the integration engine.

This seems to work as the message appears in sxmb_moni, but then nothing happens the ccbpm seems not to be able to push the message asynchronous to the jms adapter.

On our QA system the same scenario works perfect.

Regards

matthias

Former Member
0 Kudos

Matthias, have You solved this problem?? I have the same bug and wander if You can help me

please e-mail rov(at)mail.ru

Markus7
Participant
0 Kudos

Matthias, did you solve this problem? I have a similar problem. I am sending a large amount of data with RFC via XI/PI to a webservice. The data is stored in SXI_MONITOR but I receive a timeout, because XI/PI does only wait about 2 minutes for the response.

Error message: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout.

When I send less data, it works.

If somebody knows which paramter needs to be increased please let me know. Any help is highly appreciated!

Best regards

Markus

Markus7
Participant
0 Kudos

Matthias, did you solve this problem? I have a similar problem. I am sending a large amount of data with RFC via XI/PI to a webservice. The data is stored in SXI_MONITOR but I receive a timeout, because XI/PI does only wait about 2 minutes for the response.

Error message: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Timeout.

When I send less data, it works.

If somebody knows which paramter needs to be increased please let me know. Any help is highly appreciated!

Best regards

Markus