cancel
Showing results for 
Search instead for 
Did you mean: 

Service call exception; java.net.SocketTimeoutException

Former Member
0 Kudos

Hi All,

When I invoke a webservice call from a WD component I get an exception enclosed below:

Service call exception; nested exception is: java.net.SocketTimeoutException: Read timed out

Can someone throw light as to how I could resolve this.

Thanks in advance,

Best regards,

Divya Rao

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Divya,

The Socket time out Exception when webservice is taking more than 30 secs to return Output.This may be caused due to invalid inputs passing to the webservice ,where it takes more time for processing or Due to network problem Response is slow.

Hope this answer might be helpful.

Thanks

Madhan

Former Member
0 Kudos

Hi Madhan,

I restarted the J2EE and it worked.

Best regards,

Divya

Former Member
0 Kudos

When everytime you face this error .. Will you restart the J2EE engine....Is this permanent solution for Socket time out exception...