s_bu...@cat.com
unread,Mar 16, 2008, 12:33:56 PM3/16/08You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm trying to setup WAS 6.1 with MQ 6.0.x on windows and keep running into a variety of problems. First, I've changed the MQ_INSTALL_ROOT to point to the right MQ instance, when I do, I get the error below. I have full versions of MQ server and client installed, amqsputc works fine and I have the MQSERVER env variable set. Obviously my ultimate goal is to connect via BINDINGS bindings (not CLIENT).<br />
<br />
Caused by: javax.naming.NamingException: WMSG2001E: It was not possible to lookup the specified WebSphere MQ administered object because the WebSphere MQ client libraries are not available to the server.<br />
at com.ibm.ejs.jms.SubstituteJMSResourceObjectFactory.getObjectInstance(SubstituteJMSResourceObjectFactory.java:70)<br />
at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:316)<br />
at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:896)<br />
... 14 more<br />
<br />
Since this didn't work, I tried copying jars to the WMQ dir under the WAS isntall and changing the env. variable back. That got me past he above error, but now I get the error below. I have validated that the right directories (both Java/lib and bin from MQ) are indeed in teh PATH evn variable. I even tried coping the dll's to the same directory.<br />
Stack Dump = com.ibm.ws.exception.RuntimeError: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: mqjbnd05 (JVMPORT015E Unable to resolve DLL references - a prerequisite DLL may be missing)<br />
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:974)<br />
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2120)<br />
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)<br />
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)<br />
<br />
So since none of these worked, I changed back to CLIENT settings, using the copied jar files. That worked. <br />
<br />
My questions is ultimately, why doesn't WAS recognize the MQ_INSTALL_ROOT set to :c:\Program Files\IBM\MQ? And I have tried different slashes (\/), short DOS names (Progra~1) but nothing seems to work. Am I seting this wrong?<br />
<br />
Can someone HELP?<br />
<br />
Thanks in advance.