cancel
Showing results for 
Search instead for 
Did you mean: 

500 connection timed out

Former Member
0 Kudos

Hi Experts,

I am working on ABAP webdynpro , suddenly I am getting the '500 connection timed out' error only for my component , all other webdynpro components are working fine.

I debugged the code (I put a break point at INIT method of componentcontroler ) , here i find debugger is stucking at runtime->execute().

Please suggest the solution as this error is coming only for my webdynpro component.

Please find the attachment .

Thanks & Regards,

Akhilesh Bhagat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

looks like ICM has timed out.

you need to set the following profile parameters  to a reasonable time period

icm/keep_alive_timeout

go through below link

http://scn.sap.com/message/4982338

http://scn.sap.com/thread/361761

if helpful reward points

Former Member
0 Kudos

Hi Jitendra,

Thanks for the help :

I asked my basis consultant to increase the value of icm/keep_alive_timeout from 360 to 720,but he is saying it is not the solution.The cause of this time out may be different

Can there be other reasons for this time out error?

Thanks & Regards,

Akhilesh Bhagat.

Former Member
0 Kudos

perform optimization in your component if possible

some time data fetching or loop under loop take lot of time that may lead to time out

Answers (0)