I am using MA88 support pac and using Weblogic's initialcontext for running MqSeries on Win NT.
When trying to run JMSAdmin and trying to create QueueConnectionFactory it is not creating it and giving me execption as :
[1064320345531] [main] com.ibm.mq.jms.admin.AdminService@480bc51f Throwing javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.ibm.mq.jms.MQQueueConnectionFactory
I am writing down the steps that I followed:
1. Running JMSAdmin using
JMSAdmin -t -v -cfg <JMSAdminConfigFileName>
2. On start of JMSAdmin and getting the Initial COntext of weblogic running at t3://localhost:7001, I get
InitCtx> // as command input.
3. I created one Context
InitCtx > def ctx(xyz)
4. Changed the context
InitCtx > chg ctx(xyz)
5. Tried to create connectionfactory using following command:
def qcf(ptpQcf) transport(CLIENT) channel(SenderCH) qmanager(QMgr) host(t3://localhost:7001)
I am getting error as specified.
As of I understand it is not a error of Classpath as since JMSAdmin is already started so it is taking classes from the com.ibm.mqjms.jar only but it is not been able to get the MQQueueConnectionFactory class lying in the same jar file ??
If you can help me it will be of great help to me.
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