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 » IBM MQ Java / JMS » libmqjbnd05.so not Installed

Post new topic  Reply to topic
 libmqjbnd05.so not Installed « View previous topic :: View next topic » 
Author Message
antara
PostPosted: Wed May 09, 2007 7:09 am    Post subject: libmqjbnd05.so not Installed Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

Hi All,

I have installed WebSphere MQ Client V5.3 in Solaris box . But there are no .so files in the /opt/mqm/java/lib. There are the below jars only.
Could you tell me why the libmqjbnd05.so is not installed?

-r--r--r-- 1 mqm mqm 351072 Jan 25 21:17 com.ibm.mq.jar
-r--r--r-- 1 mqm mqm 33243 Jan 25 21:17 CL3Nonexport.zip
-r--r--r-- 1 mqm mqm 13577 Jan 25 21:17 CL3Export.zip
-r--r--r-- 1 mqm mqm 123717 Jan 25 21:17 ldap.jar
-r--r--r-- 1 mqm mqm 8809 Jan 25 21:17 jta.jar
-r--r--r-- 1 mqm mqm 98496 Jan 25 21:17 jndi.jar
-r--r--r-- 1 mqm mqm 25998 Jan 25 21:17 jms.jar
-r--r--r-- 1 mqm mqm 22769 Jan 25 21:17 fscontext.jar
-r--r--r-- 1 mqm mqm 17978 Jan 25 21:17 connector.jar
-r--r--r-- 1 mqm mqm 1791906 Jan 25 21:17 com.ibm.mqjms.jar
-r--r--r-- 1 mqm mqm 41825 Jan 25 21:17 com.ibm.mqbind.jar
-r--r--r-- 1 mqm mqm 702319 Jan 25 21:17 rmm.jar
-r--r--r-- 1 mqm mqm 77116 Jan 25 21:17 providerutil.jar
-r--r--r-- 1 mqm mqm 444606 Jan 25 21:17 postcard.jar
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed May 09, 2007 7:12 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Because you installed the Client.

You can't make a bindings connection with a client.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
antara
PostPosted: Wed May 09, 2007 7:27 am    Post subject: libmqjbnd05.so not Installed Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

Hi jefflowrey ,

We are never goung to install MQ server, becoz , we need no queue manager . But we need to remotely connect other servers , using Weblogic foreign JMS and for that need the client jars and the .so for binding.

If the 3 libmqjbnd05.so
libmqjbdf02.so,
libMQXAi02.so, are not supplied by client , who is supposed to provide them? Should the server side people going to prodive this?

Thanks for your reply

Antara
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed May 09, 2007 7:34 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You shouldn't need the .so files.

They should only be needed to link against the MQ native libraries, which only happens when you make a BINDINGS connection.

Or attempt to make an XA connection without the Extended Transactional Client.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
antara
PostPosted: Wed May 09, 2007 7:54 am    Post subject: libmqjbnd05.so not Installed Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

But when I try to put messages into Weblogic foreign JMS queue , I get the following error.

java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517) , when I am trying to put messages in the Weblogic foreign JMS

Do you mean I need no .so file to resolve this?

Warm Regards
Antara
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed May 09, 2007 8:00 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I mean you need to change what information you're putting in your QCF.

I mean you need to understand the difference between a client connection and a bindings connection.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
antara
PostPosted: Wed May 09, 2007 8:31 am    Post subject: libmqjbnd05.so not Installed Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

Jeff ,

We need a bindings connection. The server team will give a jndi.bindings file , which we have to refer in the JNDI connection URL in weblogic and connect to the remote MQ in another server.
So ours is a BINDINGS connection only.

So is there any other authority from whom we can procure the.so files?

Regards
Antara
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed May 09, 2007 9:18 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

a ".bindings" file is NOT a bindings connection.

It's a file that contains a description of a QCF.

Go back and tell the people who gave you the bindings file that they are trying to create a SERVER connection instead of a CLIENT connection, and they need to fix that.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
antara
PostPosted: Wed May 09, 2007 9:21 am    Post subject: Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

Thanks .. I will do that ..confirm when successful
Back to top
View user's profile Send private message
antara
PostPosted: Fri May 11, 2007 3:03 am    Post subject: Reply with quote

Newbie

Joined: 09 May 2007
Posts: 6

Its worked Jeff .. Thanx a lot.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » libmqjbnd05.so not Installed
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.