Author |
Message
|
abiram8 |
Posted: Wed Jun 12, 2002 11:08 am Post subject: PSIVTRun -nojndi |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
While giving the Command I get the Following Error
Command: PSIVTRun -nojndi
Platform :AIX 4.3 , MQ Pub-Sub for AIX
Creating a Connection
Creating a TopicConnectionFactory
Unable to load message catalog - mqji
Creating a Session
Creating a Topic
Creating a TopicPublisher
Creating a TopicSubscriber
Caught exceptioncom.ibm.mq.jms.NoBrokerResponseException: MQJMS5053: *** No brok
er response. Please ensure that the broker is running. ***
linked exception : com.ibm.mq.MQException: Message catalog not found
PSIVT finished
Note: My QueueManager is default & running
I have even started the broker using strmqbrk & it displays that
the broker for QM is running then why Iam getting this error
even though the broker is running for my default QM |
|
Back to top |
|
 |
udaybho |
Posted: Wed Jun 12, 2002 12:21 pm Post subject: |
|
|
Voyager
Joined: 09 May 2002 Posts: 94 Location: Chicago
|
Can you please post your JMSAdmin commands for Q and QCF. This will help us to help you in better way.
Uday Bhosle |
|
Back to top |
|
 |
abiram8 |
Posted: Wed Jun 12, 2002 9:43 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
As the case for nojndi we are not using any Admin command for this server using Ldap to create QCF & Q object |
|
Back to top |
|
 |
abiram8 |
Posted: Sat Jun 15, 2002 8:04 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
Can any one Can suggest any thing better to resolve the problem
Thanks
R.Abiram |
|
Back to top |
|
 |
vanvught |
Posted: Mon Jun 17, 2002 2:33 am Post subject: |
|
|
 Apprentice
Joined: 02 Jul 2001 Posts: 35 Location: The Netherlands
|
Hi,
Question
Did you the run the sample MQSC source for defining JMS Publish/Subscribe queues?
Arjan |
|
Back to top |
|
 |
abiram8 |
Posted: Mon Jun 17, 2002 5:07 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi You mean the
runmqsc < QM MQJMS_PSQ.mqsc
yes I have & even cross checked the scripts with the Queue created against the Script evrything is fine
Can you suggest me the diffrent
Thanks
R.Abiram |
|
Back to top |
|
 |
rtrabucc |
Posted: Mon Jun 17, 2002 6:06 am Post subject: Check the bug list! |
|
|
Novice
Joined: 22 May 2002 Posts: 16 Location: Bedford MA
|
I found that using the -nojndi option was non functional. Then I read this bug list and my fears were confirmed:
http://www-3.ibm.com/software/ts/mqseries/support/summary/javasupp.html
In order to get the -nojndi option to work, you basically have the pretend you really are using jndi. What a hack.
I basically abandoned getting it to work after I saw the hoops I had to jump through to get it to work and went directly to getting my code to work. Good luck there too. All the samples and doc use JNDI, and figuring out how to do it myself was a treasure hunt.
Bob |
|
Back to top |
|
 |
|