Author |
Message
|
bharathi.tech12 |
Posted: Mon Dec 30, 2013 10:28 am Post subject: Socket error detected whilst invoking Web service |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Hi,
We have message flow to invoke the web-service running in websphere application server 8.5.
In sometime we are getting the below error message in user.log in Message Broker 8.0.2 .
Code: |
Dec 30 13:17:34 VSLNSPAPP06 WebSphere Broker v8002[10464]: ( BKR001. EXG001)[34]BIP3152S: Socket error detected whilst invoking Web service located at host localhost, port 80, path /eligibility/realtime/EligibilityService/AppEligibility. : BKR001.88597332-4101-0000-0080-dfbea81bedfb: /build/slot1/S800_P/src/WebServices/WSLibrary/ImbWSRequest.cpp: 256: ImbWSRequest::makeWSRequest: :
Dec 30 13:17:34 VSLNSPAPP06 WebSphere Broker v8002[10464]: ( BKR001. EXG001)[34]BIP3151S: A socket operation timed out. Operation: ::connect(). Error Code: 0. Timeout in milliseconds: 10000. Error Text: Success. : BKR001.88597332-4101-0000-0080-dfbea81bedfb: /build/slot1/S800_P/src/CommonServices/ImbBasicSocket.cpp: 497: ImbBasicSocket::connectTimeout: :
|
Anyone face the same issue... please let us know the fix. |
|
Back to top |
|
|
dogorsy |
Posted: Mon Dec 30, 2013 11:02 am Post subject: Re: Socket error detected whilst invoking Web service |
|
|
Knight
Joined: 13 Mar 2013 Posts: 553 Location: Home Office
|
bharathi.tech12 wrote: |
Hi,
We have message flow to invoke the web-service running in websphere application server 8.5.
In sometime we are getting the below error message in user.log in Message Broker 8.0.2 .
Code: |
Dec 30 13:17:34 VSLNSPAPP06 WebSphere Broker v8002[10464]: ( BKR001. EXG001)[34]BIP3152S: Socket error detected whilst invoking Web service located at host localhost, port 80, path /eligibility/realtime/EligibilityService/AppEligibility. : BKR001.88597332-4101-0000-0080-dfbea81bedfb: /build/slot1/S800_P/src/WebServices/WSLibrary/ImbWSRequest.cpp: 256: ImbWSRequest::makeWSRequest: :
Dec 30 13:17:34 VSLNSPAPP06 WebSphere Broker v8002[10464]: ( BKR001. EXG001)[34]BIP3151S: A socket operation timed out. Operation: ::connect(). Error Code: 0. Timeout in milliseconds: 10000. Error Text: Success. : BKR001.88597332-4101-0000-0080-dfbea81bedfb: /build/slot1/S800_P/src/CommonServices/ImbBasicSocket.cpp: 497: ImbBasicSocket::connectTimeout: :
|
Anyone face the same issue... please let us know the fix. |
increase the time out value in your request |
|
Back to top |
|
|
bharathi.tech12 |
Posted: Mon Dec 30, 2013 11:09 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Thanks for your reply.
Right now we have 10 sec in SOAP Request Node. We also tried the same increasing the time to 20 sec but still we got the same issues. But the ratio is little low compare to earlier.
But this is not happening for the entire request but only sometime and some request. We want to know why it’s happening for some time.
|
|
Back to top |
|
|
mgk |
Posted: Mon Dec 30, 2013 3:10 pm Post subject: |
|
|
Padawan
Joined: 31 Jul 2003 Posts: 1639
|
The key part of the error is this:
Code: |
A socket operation timed out. Operation: ::connect(). |
This means that the connection was not made within your specified timeout of 10 seconds. Therefore, you need to check the address and port are correct and if so find out why the remote service is so slow accepting connections. Check that the remote service is functioning correctly.
Kind regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
|
bharathi.tech12 |
Posted: Tue Dec 31, 2013 7:48 am Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
Thanks for your reply.
Yes, you are correct. Sometime the remote webservice deployed on the websphere application server 8.5 is not open the connect at specified time limit from Message Broker.
Please let me know, if anyone has the idea about factors for this slow connection between Message Broker and the websphere application server 8.5. |
|
Back to top |
|
|
fjb_saper |
Posted: Fri Jan 03, 2014 6:35 pm Post subject: |
|
|
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20729 Location: LI,NY
|
bharathi.tech12 wrote: |
Thanks for your reply.
Yes, you are correct. Sometime the remote webservice deployed on the websphere application server 8.5 is not open the connect at specified time limit from Message Broker.
Please let me know, if anyone has the idea about factors for this slow connection between Message Broker and the websphere application server 8.5. |
If that's a problem can you switch to async messaging? _________________ MQ & Broker admin |
|
Back to top |
|
|
bharathi.tech12 |
Posted: Fri Jan 31, 2014 7:17 pm Post subject: |
|
|
Voyager
Joined: 14 May 2013 Posts: 93
|
|
Back to top |
|
|
|