Author |
Message
|
vikas.bhu |
Posted: Mon Oct 18, 2010 3:14 am Post subject: Problem while invoking web services. |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi.
I have problem to invoke the web service through http request node...
see the logs..
RecoverableException BIP3152S: Socket error detected whilst invoking Web service located at host 'gatedev.websrvs.xerox.com', port 9443, path '/S0241_EquipmentAsset'.
This may be a transient error, such as a server not responding, or a symptom of an invalid hostname or port number.
Check that the hostname and port number are valid, and point to a functioning Web service.
2010-10-18 07:05:27.433763 8944 SocketException BIP3165S: An error occurred whilst performing an SSL socket operation. Operation: 'createSocket'. Error Text: 'java.net.SocketException: Unconnected sockets not implemented'.
This may be a temporary error, such as a server not responding, or a symptom of an invalid hostname or port number.
but the https url is correct I am hiting in IE and getting certicicate acceptance message.
I have rub following to set it
mqsichangeproperties POCBroker -b httplistener -o HTTPSConnector -n port -v 7083
mqsichangeproperties POCBroker -b httplistener -o HTTPSConnector -n keystoreFile -v "C:\Program Files\IBM\MQSI\6.0\bin\xcsbroker"
mqsichangeproperties POCBroker -b httplistener -o HTTPSConnector -n keystorePass -v loadit
mqsichangeproperties POCBroker -b httplistener -o HTTPListener -n enableSSLConnector -v true
what else I am missing? |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Mon Oct 18, 2010 3:29 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon Oct 18, 2010 3:37 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Sorry for the new post but it did not worked as suggested in privious post...
Dont know exactly what hapening here. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Oct 18, 2010 4:11 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
We don't have any idea what's going on here either.
Usual first steps:
Make sure you're on Version 6.1 or 7.
Make sure you're at the latest fix pack of the version of Broker you're using.
Take a network trace to see if there's any more information.
Take a user trace to see if there's any more information. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon Oct 18, 2010 4:16 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
my broker version is 6.0.0.10
Error I have pasted from talking user trace...
And message is goin to faliure terminal of httprequest node..withfollowing out..
( ['MQROOT' : 0x94629464]
(0x01000000):Properties = ( ['MQPROPERTYPARSER' : 0x93632648]
(0x03000000):MessageSet = 'XCS2194AOPMset' (CHARACTER)
(0x03000000):MessageType = '{http://xml.namespaces.xerox.com/im/xip/services/equipmentAsset/messages/}:QueryDataUnitRequestMessage' (CHARACTER)
(0x03000000):MessageFormat = 'XML1' (CHARACTER)
(0x03000000):Encoding = NULL
(0x03000000):CodedCharSetId = NULL
(0x03000000):Transactional = NULL
(0x03000000):Persistence = NULL
(0x03000000):CreationTime = NULL
(0x03000000):ExpirationTime = NULL
(0x03000000):Priority = NULL
(0x03000000):ReplyIdentifier = NULL
(0x03000000):ReplyProtocol = 'MQ' (CHARACTER)
(0x03000000):Topic = NULL
(0x03000000):ContentType = NULL
)
(0x01000000):HTTPRequestHeader = ( ['WSREQHDR' : 0x94629680]
(0x03000000):Host = 'gatedev.websrvs.xerox.com' (CHARACTER)
(0x03000000):SOAPAction = 'QueryDataUnit' (CHARACTER)
)
(0x0100001B):MRM = ( ['mrm' : 0x127252784] |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Oct 18, 2010 4:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Yes. That is Trace node output.
What does a network trace show?
What does a user trace show? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon Oct 18, 2010 4:38 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
user trace --
RecoverableException BIP3152S: Socket error detected whilst invoking Web service located at host 'gatedev.websrvs.xerox.com', port 9443, path '/S0241_EquipmentAsset'.
This may be a transient error, such as a server not responding, or a symptom of an invalid hostname or port number.
Check that the hostname and port number are valid, and point to a functioning Web service.
2010-10-18 07:05:27.433763 8944 SocketException BIP3165S: An error occurred whilst performing an SSL socket operation. Operation: 'createSocket'. Error Text: 'java.net.SocketException: Unconnected sockets not implemented'.
This may be a temporary error, such as a server not responding, or a symptom of an invalid hostname or port number.
See the following messages for information pertaining to this error |
|
Back to top |
|
 |
Vitor |
Posted: Mon Oct 18, 2010 4:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikas.bhu wrote: |
user trace --
RecoverableException BIP3152S: Socket error detected whilst invoking Web service located at host 'gatedev.websrvs.xerox.com', port 9443, path '/S0241_EquipmentAsset'.
This may be a transient error, such as a server not responding, or a symptom of an invalid hostname or port number.
Check that the hostname and port number are valid, and point to a functioning Web service.
2010-10-18 07:05:27.433763 8944 SocketException BIP3165S: An error occurred whilst performing an SSL socket operation. Operation: 'createSocket'. Error Text: 'java.net.SocketException: Unconnected sockets not implemented'.
This may be a temporary error, such as a server not responding, or a symptom of an invalid hostname or port number.
See the following messages for information pertaining to this error |
That looks a lot more like an error message than it does a user trace. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Mon Oct 18, 2010 4:48 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Have you set the keystoretype?
Did you restart the broker after running mqsichangeproperties?
As per Jeffs suggestion, did you see any data go over the network before the error was seen? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon Oct 18, 2010 4:54 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
yes ..actually earlier costom HTTPS Node is designed by my seniors (Who are not on orgnisation)..that is working fine...I just replacing that node with Http input node with Broker V 6.0.0.10. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Mon Oct 18, 2010 5:00 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Yes to what? All 3 of my questions?
You mean http Request node? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon Oct 18, 2010 5:29 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
I have set the keystore file properly and trying to replce with HTTP request node(Sorry I told HTTP INput node earlier). |
|
Back to top |
|
 |
|