You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for more details. For Oracle JRE, please update with [JCE Unlimited Strength Jurisdiction Policy](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).
116
-
The download includes a readme file with instructions on how to apply these files to JRE
118
+
The download includes a readme file with instructions on how to apply these files to JRE.
117
119
118
120
2. Please add the following JVM arguments to the MA start up command or script.
119
121
@@ -172,8 +174,7 @@ See [docs/metrics.md](docs/metrics.md).
172
174
173
175
## Troubleshooting
174
176
175
-
1. Please follow the steps listed in this [troubleshooting-document](https://community.appdynamics.com/t5/Knowledge-Base/How-to-troubleshoot-missing-custom-metrics-or-extensions-metrics/ta-p/28695) in order to troubleshoot your issue. These are a set of common issues that customers might have faced during the installation of the extension.
176
-
2. Error `Completion Code '2', Reason '2495'`
177
+
1. Error `Completion Code '2', Reason '2495'`
177
178
Normally this error occurs if the environment variables are not set up correctly for this extension to work MQ in Bindings Mode.
178
179
179
180
If you are seeing `Failed to load the WebSphere MQ native JNI library: 'mqjbnd'`, please add the following jvm argument when starting the MA.
@@ -194,20 +195,20 @@ See [docs/metrics.md](docs/metrics.md).
194
195
Another way to get around this issue is to avoid using the Bindings mode. Connect using CLIENT
195
196
transport type from a remote box.
196
197
197
-
3. Error `Completion Code '2', Reason '2035'`
198
+
2. Error `Completion Code '2', Reason '2035'`
198
199
This could happen for various reasons but for most of the cases, for **Client** mode the
199
200
user specified in config.yml is not authorized to access the queue manager. Also sometimes
200
201
even if userid and password are correct, channel auth (CHLAUTH) for that queue manager blocks
201
202
traffics from other ips, you need to contact admin to provide you access to the queue manager.
202
203
For Bindings mode, please make sure that the MA is owned by a mqm user.
203
204
204
-
4. `MQJE001: Completion Code '2', Reason '2195'`
205
+
3. `MQJE001: Completion Code '2', Reason '2195'`
205
206
This could happen in **Client** mode. Please make sure that the IBM MQ dependency jars are correctly referenced in classpath of monitor.xml
206
207
207
-
5. `MQJE001: Completion Code '2', Reason '2400'`
208
+
4. `MQJE001: Completion Code '2', Reason '2400'`
208
209
This could happen if unsupported cipherSuite is provided or JRE not having/enabled unlimited jurisdiction policy files. Please check SSL Support section.
209
210
210
-
6. If you are seeing "NoClassDefFoundError" or "ClassNotFound" error for any of the MQ dependency even after providing correct path in monitor.xml, then you can also try copying all the required jars in WMQMonitor (MAHome/monitors/WMQMonitor) folder and provide classpath in monitor.xml like below
211
+
5. If you are seeing "NoClassDefFoundError" or "ClassNotFound" error for any of the MQ dependency even after providing correct path in monitor.xml, then you can also try copying all the required jars in WMQMonitor (MAHome/monitors/WMQMonitor) folder and provide classpath in monitor.xml like below
0 commit comments