Author |
Message |
Topic: Configuring Record and Replay in IIB10 |
aarjavshah
Replies: 1 Views: 2655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 06, 2016 3:46 am Subject: Configuring Record and Replay in IIB10 |
I am trying to configure record and replay in IIB10 using oracle 10.2.0.1.0. I have configured it as mentioned below.
I have applied mqsisetdbparms and mqsicvp confirms the DB connection as well.
Th ... |
Topic: Deployment Issue |
aarjavshah
Replies: 1 Views: 4325
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 13, 2015 5:33 am Subject: Deployment Issue |
I am using IIB 9.0.0.2. When I am deploying one application I am getting below error. Is there any fixPack available to solve this issue as it is an internal error? Or is there something wrong with th ... |
Topic: com/ibm/mq/pcf/CMQC class |
aarjavshah
Replies: 4 Views: 6983
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 28, 2015 4:49 am Subject: com/ibm/mq/pcf/CMQC class |
Yes, It was there in multiple packages.
I did not notice this class being in multiple JARs. I used the Class Object from the wrong package. Error was gone after choosing the right one.
Thanks. |
Topic: PCFMessageAgent instance not getting created. |
aarjavshah
Replies: 6 Views: 8556
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 28, 2015 4:38 am Subject: PCFMessageAgent instance not getting created. |
Yes, it was non IBM JVM. So, the thing you pointed out should be true.
It was showing com.ibm.mq.internal.MQCommonServices class not found
It wasn't even a class, it was the package.
com.ibm.m ... |
Topic: PCFMessageAgent instance not getting created. |
aarjavshah
Replies: 6 Views: 8556
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 28, 2015 4:18 am Subject: PCFMessageAgent instance not getting created. |
The same was set in my classpath.
Anyways, I have solved the issue.
This is NOT a classpath issue. This was a problem with JVM version. The version of JVM of my eclipse was not compat ... |
Topic: PCFMessageAgent instance not getting created. |
aarjavshah
Replies: 6 Views: 8556
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 26, 2015 10:29 pm Subject: PCFMessageAgent instance not getting created. |
I have already set the classpath to MQ lib. What else can I do to fix this? |
Topic: PCFMessageAgent instance not getting created. |
aarjavshah
Replies: 6 Views: 8556
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 26, 2015 3:54 am Subject: PCFMessageAgent instance not getting created. |
I am trying to retrieve the channel status of a remote Queue Manager using PCFMessageAgent. While I am trying to create the instance of it I am getting the below error.
Exception in thread "ma ... |
Topic: com/ibm/mq/pcf/CMQC class |
aarjavshah
Replies: 4 Views: 6983
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 26, 2015 3:42 am Subject: com/ibm/mq/pcf/CMQC class |
CMQC.MQOT_CURRENT_CHANNEL is shown as unknown field.
Any ideas anyone? |