ibm mq - MQ Explorer stops displaying most information -
after using mq explorer 7.5 on ubuntu 12 add jms connection factories , jms destination decided stop displaying 2 queues , subsidiary info new jms information. tried few things work again: stopping queue manager/restarting, rebooting etc. reinstalling mq explorer without luck.
i can status on "empty" queues folder , shows me 2 queues; each has "queue monitoring" set off. relevant? can set on ?
am stuck mq explorer display , manage jms objects (there doesn't seem documentation how use command line jms objects) ?
more detail:
so created objects using following:
define qlocal (queue_from) define qlocal (queue_to) set authrec profile(queue_from) objtype(queue) principal('bsmith') authadd(put,get) set authrec profile(queue_to) objtype(queue) principal('bsmith') authadd(put,get) set authrec objtype(qmgr) principal('bsmith') authadd(connect) define channel (channel1) chltype (svrconn) trptype (tcp) set chlauth(channel1) type(addressmap) address('127.0.0.1') mcauser('bsmith') define listener (listener1) trptype (tcp) control (qmgr) port (1415) start listener (listener1)
so these visible in mq explorer using user part of group mqm.
i added, using mq explorer, file based jms context, 2 jms connection factories, , jms destination. after adding jms destination mq explorer stopped displaying except queue manager , jms context in mq explorer ui.
if try start listener
again using command start listener (listener1)
tell me started. when add new queue queue manager using command not visible on ui. refresh doesn't change this.
/etc/environment set to:
export java_home=/usr/lib/jvm/jdk1.6.0_45 export mqserver="swi_channel/tcp/com22189(1415)" export mq_java_lib_path=/opt/mqm/java/lib64 export mq_java_install_path=/opt/mqm/java export mq_java_data_path=/var/mqm export ld_library_path=/opt/mqm/java/lib64 classpath=.:/opt/mqm/java/lib/com.ibm.mq.jar:/opt/mqm/java/lib/com.ibm.mqjms.jar:/opt/mqm/samp/wmqjava/samples:/opt/mqm/samp/jms/samples:${java_home}:${mq_java_lib_path}:${classpath}
path=".:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:${java_home}/bin:${java_home}:/usr/lib/jvm/jdk1.6.0_45/jre/bin:${mq_java_lib_path}"
trying jms admin tool suggested gives :
/opt/mqm/java/bin$ ./jmsadmin -v
licensed materials - property of ibm 5724-h72, 5655-r36, 5724-l26, 5655-l82 (c) copyright ibm corp. 2008, 2011 rights reserved. government users restricted rights - use, duplication or disclosure restricted gsa adp schedule contract ibm corp. starting websphere mq classes java(tm) message service administration
initializing jndi context... initial_context_factory: com.sun.jndi.fscontext.reffscontextfactory provider_url: file:/c:/jndi-directory jndi initialization failed, please check jndi settings , service. name '"/c:/jndi-directory"' cannot resolved
error: javax.naming.namenotfoundexception; remaining name '"/c:/jndi-directory"
the error error: javax.naming.namenotfoundexception; remaining name '"/c:/jndi-directory" can resolved creating folder named jndi-directory in c drive. place .bindings file generated.
Comments
Post a Comment