Author |
Message
|
Shalini |
Posted: Thu May 16, 2002 12:27 am Post subject: MQ Pub-Sub |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi,
Topic :MQ-PubSub in AIX
When ever Iam runninng the IVTRun in the AIX I get the listed Error
./IVTRun -nojndi
5648-C60 (c) Copyright IBM Corp. 2002. All Rights Reserved.
MQSeries classes for Java(tm) Message Service 5.210
Installation Verification Test
Creating a QueueConnectionFactory
Creating a Connection
Exception in thread "main" java.lang.UnsatisfiedLinkError: no library mqjbnd04 (
libmqjbnd04.a or .so) in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java(Compiled Code))
at java.lang.Runtime.loadLibrary0(Runtime.java:473)
at java.lang.System.loadLibrary(System.java:771)
at com.ibm.mq.server.MQSESSION$1.run(MQSESSION.java:179)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:175)
Please let me know the solution for Error |
|
Back to top |
|
 |
kolban |
Posted: Thu May 16, 2002 4:27 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
|
Back to top |
|
 |
Shalini |
Posted: Fri May 17, 2002 5:34 am Post subject: javax.jms.JMSException : MQJMS2005 in MQ-Pub Sub |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Hi,
MQ 5.2 on AIX MQ Java-JMS 5.2
when giving the IVTRun -nojndi Iam getting Error
exception javax.jms.JMSException : MQJMS2005: fail to create QueManager for ' '
but my Broker & QM are both running & up
Can any one tell me what is the problem |
|
Back to top |
|
 |
bower5932 |
Posted: Fri May 17, 2002 11:36 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'd recommend two things. The first is to go look for an FDC file that has something in it about RetryConnectToSharedSubpool. You might be suffering from the infamous segment 8 problem (which is supposed to be fixed in MQ 5.3). If you are, you'll need to specify the IPCCBaseAddress parameter in the QueueManager section of your mqs.ini file.
The second thing that I would try is to use IVTRun with all of the parameters specified (both client and server):
IVTRun -nojndi -m <qmgr>
IVTRun -nojndi -client -m <qmgr> -host <host> -channel SYSTEM.DEF.SVRCONN
Getting the client to work and not bindings also points to the segment 8 problem. |
|
Back to top |
|
 |
Shalini |
Posted: Sun May 19, 2002 3:49 am Post subject: MQ Pub Sub |
|
|
Master
Joined: 30 Apr 2002 Posts: 224 Location: India
|
Can you brief me on the procedures so as what to Edit in the .ini file in details & .FDC files |
|
Back to top |
|
 |
|