ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Problem while invoking web services.

Post new topic  Reply to topic
 Problem while invoking web services. « View previous topic :: View next topic » 
Author Message
vikas.bhu
PostPosted: Mon Oct 18, 2010 3:14 am    Post subject: Problem while invoking web services. Reply with quote

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
View user's profile Send private message Send e-mail
WMBDEV1
PostPosted: Mon Oct 18, 2010 3:29 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

Why did you feel the need to repost this from:
http://www.mqseries.net/phpBB2/viewtopic.php?p=288233&highlight=#288233

Did you follow the advice in that thread?
Back to top
View user's profile Send private message
vikas.bhu
PostPosted: Mon Oct 18, 2010 3:37 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Oct 18, 2010 4:11 am    Post subject: Reply with quote

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
View user's profile Send private message
vikas.bhu
PostPosted: Mon Oct 18, 2010 4:16 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Oct 18, 2010 4:21 am    Post subject: Reply with quote

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
View user's profile Send private message
vikas.bhu
PostPosted: Mon Oct 18, 2010 4:38 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Oct 18, 2010 4:45 am    Post subject: Reply with quote

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
View user's profile Send private message
WMBDEV1
PostPosted: Mon Oct 18, 2010 4:48 am    Post subject: Reply with quote

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
View user's profile Send private message
vikas.bhu
PostPosted: Mon Oct 18, 2010 4:54 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
WMBDEV1
PostPosted: Mon Oct 18, 2010 5:00 am    Post subject: Reply with quote

Sentinel

Joined: 05 Mar 2009
Posts: 888
Location: UK

vikas.bhu wrote:
yes


Yes to what? All 3 of my questions?


Quote:
Http input node


You mean http Request node?
Back to top
View user's profile Send private message
vikas.bhu
PostPosted: Mon Oct 18, 2010 5:29 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Problem while invoking web services.
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.