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 » JMS connection failed when integrating with WAS.

Post new topic  Reply to topic
 JMS connection failed when integrating with WAS. « View previous topic :: View next topic » 
Author Message
Cogito-Ergo-Sum
PostPosted: Wed Feb 06, 2013 9:14 am    Post subject: JMS connection failed when integrating with WAS. Reply with quote

Master

Joined: 07 Feb 2006
Posts: 293
Location: Bengaluru, India

I have implemented the steps (except number 2) as shown here to enable connection from a JMSInput node to a topic string on WAS. I have tried every combination of JNDI bindings location string. I have tried every combination of connection factory string, source queue. And yet, I keep getting this error message.
Code:

( BRKR01.WODMDEMO ) WMB JMSClient. ''Broker 'BRKR01'; Execution Group 'WODMDEMO'; Message Flow 'jmsDecisionServer.JmsDecisionServerFlow'; Node 'ComIbmJMSClientInputNode::JMI01::ComIbmJMSClientInputNode' '' There is a configuration problem with the JNDI Administered objects where:  Initial Context Factory  = ''com.ibm.websphere.naming.WsnInitialContextFactory''.  Location of the bindings = ''iiop://localhost:2809''.  ConnectionFactory Name   = ''jms/WbeQueueConnectionFactory''.  JMS destination  = ''jms/wodmActionQueue''.  The exception text is : ''Error getting WsnNameService properties''.   


Do you think, if I have left out anything obvious ? What should I do to get better trace/debug output ?

WMB 8.0.0.1
Code:
C:\Program Files\IBM\MQSI\8.0.0.1>mqsiservice -v
BIPmsgs  en_US
  Console OEM CP=437, ICU CCSID=5348
  Default codepage=ibm-5348_P100-1997, in ascii=ibm-5348_P100-1997
  JAVA console codepage name=cp437

BIP8996I: Version:    8001
BIP8997I: Product:    WebSphere Message Broker
BIP8998I: CMVC Level: S800-L120815
BIP8999I: Build Type: Production, 32 bit, x86_nt_4

BIP8071I: Successful command completion.

_________________
ALL opinions are welcome.
-----------------------------
Debugging tip:When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
---Sherlock Holmes
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Feb 06, 2013 9:29 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

What happened when you built & deployed the JMS sample?
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
PostPosted: Wed Feb 06, 2013 9:36 am    Post subject: Reply with quote

Master

Joined: 07 Feb 2006
Posts: 293
Location: Bengaluru, India

The message flow is unable to establish a connection. This is the error message I see in Event Viewer.
Code:

( BRKR01.WODMDEMO ) WMB JMSClient. ''Broker 'BRKR01'; Execution Group 'WODMDEMO'; Message Flow 'jmsDecisionServer.JmsDecisionServerFlow'; Node 'ComIbmJMSClientInputNode::JMI01::ComIbmJMSClientInputNode' '' There is a configuration problem with the JNDI Administered objects where:  Initial Context Factory  = ''com.ibm.websphere.naming.WsnInitialContextFactory''.  Location of the bindings = ''iiop://localhost:2809''.  ConnectionFactory Name   = ''jms/WbeQueueConnectionFactory''.  JMS destination  = ''jms/wodmActionQueue''.  The exception text is : ''Error getting WsnNameService properties''.   

_________________
ALL opinions are welcome.
-----------------------------
Debugging tip:When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
---Sherlock Holmes
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Wed Feb 06, 2013 9:57 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Did you follow THESE step-by-step instructions, when you deployed the JMS SAMPLE included with the toolkit?

http://publib.boulder.ibm.com/infocenter/wmbhelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.etools.mft.samples.jmsnode.doc%2Fdoc%2Fsetup.htm
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
PostPosted: Wed Feb 06, 2013 10:50 pm    Post subject: Reply with quote

Master

Joined: 07 Feb 2006
Posts: 293
Location: Bengaluru, India

Ok, I wasn't using the sample whose link you had provided. I was given the WAS end of integration and I picked up the instructions from here.
_________________
ALL opinions are welcome.
-----------------------------
Debugging tip:When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
---Sherlock Holmes
Back to top
View user's profile Send private message
Cogito-Ergo-Sum
PostPosted: Wed Feb 06, 2013 11:57 pm    Post subject: Reply with quote

Master

Joined: 07 Feb 2006
Posts: 293
Location: Bengaluru, India

The WMB Infocenter does not explicitly mention WAS 8 for SIBus integration.
Quote:

You can configure a stand-alone JMS client and JMS nodes to communicate with service integration bus (SIBus) in WebSphere® Application Server Version 6 and Version 7.

_________________
ALL opinions are welcome.
-----------------------------
Debugging tip:When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
---Sherlock Holmes
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Feb 07, 2013 2:26 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

do you see any errors on the WAS side when broker tries to connect?
Back to top
View user's profile Send private message
mb01mqbrkrs
PostPosted: Thu Feb 07, 2013 3:37 am    Post subject: Reply with quote

Apprentice

Joined: 18 Nov 2011
Posts: 48

IIRC - WAS 8 uses SSL for JMS by default. I believe that the infocenter currently doesn't take this into account and officially WMB doesn't support WAS V8
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Thu Feb 07, 2013 6:15 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Cogito-Ergo-Sum wrote:
Ok, I wasn't using the sample whose link you had provided. I was given the WAS end of integration and I picked up the instructions from here.


Build and deploy the JMS sample provided with WMB following the step-by-step instructions. It will work. If it does not, open a PMR to get an APAR for WAS 8.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
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 » JMS connection failed when integrating with WAS.
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.