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 » General Discussion » java.lang.UnsatisfiedLinkError 2

Post new topic  Reply to topic
 java.lang.UnsatisfiedLinkError 2 « View previous topic :: View next topic » 
Author Message
Craft_MQ
PostPosted: Fri May 16, 2008 2:16 pm    Post subject: java.lang.UnsatisfiedLinkError 2 Reply with quote

Newbie

Joined: 16 May 2008
Posts: 2

Hi everybody!!!

i have big problems.

I'm trying to run a WebSphere Adapter for JDBC 2.6.8 but when i run the adapter it throws an exception. The trace show me the following:

[WebSphere Business Integration Adapter Framework version:2.6.0.11][TZ:America/Chicago]
[Time: 2008/05/14 11:40:38.722] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Info] [MsgID: 17000] [Mesg: Initialization started. Name: JDBCConnector. ConfigFileName: /opt/IBM/WebSphereAdapters/connectors/JDBC/JDBC_VALLEJO_Connector.cfg. Implementation DLL/Class Name: com.crossworlds.connectors.JDBC.JDBCConnectorAgent.class.]
[Time: 2008/05/14 11:40:38.811] [System: Server] [Thread: wbia_main (#861119334)] [Mesg: Privacy is NOT initialized. Reason: The privacy is NOT turned on.]
[Time: 2008/05/14 11:40:38.834] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Info] [MsgID: 17074] [Mesg: The ShutdownTimeout property is not an integer value, ignore this setting.]
[WebSphere Business Integration Adapter Framework version:2.6.0.11][TZ:America/Chicago]
[Time: 2008/05/14 11:40:39.267] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Trace] [MsgID: 17070] [Mesg: Initializing connector JDBCConnector, Version = 2.6.8, WebSphere Business Integration Adapter Framework version = 2.6.0.11.]
[Time: 2008/05/14 11:40:39.276] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Error] [MsgID: 33018] [Mesg: Setting TimingStats to default.]
[Time: 2008/05/14 11:40:39.278] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Internal Warning] [MsgID: 33027] [Mesg: Setting PreparedStatementCacheSize to default.]
[Time: 2008/05/14 11:40:42.545] [System: ConnectorAgent] [SS: JDBCConnector] [Thread: wbia_main (#861119334)] [Type: Info] [MsgID: 17066] [Mesg: Application state is connected]
[Time: 2008/05/14 11:40:42.885] [System: Server] [Thread: wbia_main (#861119334)] [Mesg: java.lang.UnsatisfiedLinkError: /usr/mqm/java/lib/libmqjbnd05.so: load ENOENT on shared library(s) /usr/mqm/java/lib/libmqjbnd05.so libc.a
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2144)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1986)
at java.lang.Runtime.loadLibrary0(Runtime.java:824)
at java.lang.System.loadLibrary(System.java:910)
at com.ibm.mq.MQSESSION.loadLib(MQSESSION.java:1088)
at com.ibm.mq.server.MQSESSION$1.run(MQSESSION.java:232)
at java.security.AccessController.doPrivileged1(Native Method)
at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:226)
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:70)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:523)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:194)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:179)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:215)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:84)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:168)
at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:774)
at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:690)
at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:646)
at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:153)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:544)
at com.ibm.mq.MQSPIQueueManager.<init>(MQSPIQueueManager.java:69)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2401)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1830)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:157)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:67)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:182)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:114)
at CxCommon.Messaging.jms.JMSTransportUtil.initQueueConnection(JMSTransportUtil.java:208)
at CxCommon.Messaging.jms.SessionMgr.createSession(SessionMgr.java:267)
at CxCommon.Messaging.jms.SessionMgr.getAgentSession(SessionMgr.java:120)
at CxCommon.Messaging.ClientPacketSyncDrvFormatter.<init>(ClientPacketSyncDrvFormatter.java:173)
at CxCommon.Messaging.ClientTransportManager.<init>(ClientTransportManager.java:192)
at CxCommon.Messaging.ClientTransportManager.<init>(ClientTransportManager.java:214)
at AppSide_Connector.AgentBusinessObjectManager.setupTransport(AgentBusinessObjectManager.java:324)
at AppSide_Connector.AgentBusinessObjectManager.<init>(AgentBusinessObjectManager.java:267)
at AppSide_Connector.AppEnd.run(AppEnd.java:1518)
at AppSide_Connector.AppEnd.init(AppEnd.java:396)
at AppSide_Connector.AppEnd.<init>(AppEnd.java:142)
at AppSide_Connector.AppEnd.main(AppEnd.java:1147)
at AppEndWrapper.main(AppEndWrapper.java:2
]



This is in a AIX 64 bits machine, I have

Name: WebSphere MQ
Version: 6.0.2.2

what can i do?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri May 16, 2008 2:29 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

shouldn't you be using :

/usr/mqm/java/lib32/libmqjbnd05.so ?

There is something in the manuals about LIBPATH when upgading to 6.0

Check out the libpath and make sure the directory is there. Or use java.library.path or some such variable.

It's been discussed before!

Enjoy
_________________
MQ & Broker admin
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 » General Discussion » java.lang.UnsatisfiedLinkError 2
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.