Posted: Wed Aug 20, 2003 4:30 am Post subject: javax/resource/ResourceException
Apprentice
Joined: 19 Aug 2003 Posts: 33
Hi,
I'm trying to use the MQIVP progarm to verify client connectivity but I'm receiving the following error.
C:\Program Files\IBM\WebSphere MQ\Tools\Java\base>java MQIVP
Websphere MQ for Java Installation Verification Program
5724-B4 (C) Copyright IBM Corp. 2002. All Rights Reserved.
===========================================================
Please enter the IP address of the MQ server :127.0.0.1
Please enter the port to connect to : (1414)
Please enter the server connection channel name :java.channel
Please enter the queue manager name :default
Failure: Missing software, may be Websphere MQ, or VBROKER_ADM variable
java.lang.NoClassDefFoundError: javax/resource/ResourceException
I do have connector.jar in my classpath. Below is the classpath that I set before I run MQIVP.
Change your classpath to
set classpath=C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;C:\Program Files\IBM\WebSphere MQ\Tools\Java\base
Also make sure the "default" queue manager has a java.channel (in lower case) of type SVRCONN and a listener is running on 1414 port.
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