Posted: Thu Feb 03, 2011 8:51 am Post subject: Can we do this
Novice
Joined: 03 Feb 2011 Posts: 13
Hi All
Can we do this
Issue 1:
WebSphere MQ v 7.0 64 bit
WAS 7.0.0.13 64 bit
Linux 64 bit
MQ_INSTALL_ROOT WebSphere variables to /opt/mqm
MQJMS_LIB_ROOT WebSphere variable to ${MQ_INSTALL_ROOT}/java/lib
We then created to soft links as follows, to use the 2 64-bit shared object libs in the lib64 directory:
lrwxrwxrwx 1 mqm mqm 32 Jan 12 15:41 libmqjbnd.so -> /opt/mqm/java/lib64/libmqjbnd.so
lrwxrwxrwx 1 mqm mqm 39 Jan 12 15:42 libmqjexitstub02.so -> /opt/mqm/java/lib64/libmqjexitstub02
As our appplication uses the jars that are there in the opt/mqm/java/lib
is it ok to do this , will there be any problem doing like this ?
because i see a warning in systemOut log
W [:] CWWMQ0094W: A 64 bit JVM has been detected, however the path to the directory '/opt/mqm/java/lib' which is expected to contain the WebSphere MQ native libraries appears to contain 32 bit libraries
Issue 2:
when we are running the application we are facing a issue
[2/1/11 17:37:58:421 EST] 0000002e BusinessExcep E CNTR0020E: EJB threw an unexpected (non-declared) exception during invocation of method "logon" on bean "BeanId(GeniusRules#WorkFlowEJB.jar#GEniusWFBean, null)". Exception data: java.lang.NoClassDefFoundError: com.ibm.mq.jms.MQConnectionFactory
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
at com.ibm.workflow.client.api.FmcSession.<init>(FmcSession.java:6
at com.ibm.workflow.client.api.FmcService.<init>(FmcService.java:54)
we saw that the jar for that class is getting loaded in class loader viewer
But when i Provide manually the location of the jars in server classpath
wasinstall/installedConnectors/***.mq.jar and mqjms.jar
then i dont see this exception
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