VMware Cloud Community
arsiedavid
Contributor
Contributor

Support for MQ v6.0

Hi All,

Do you know whether there is support for websphere MQ v6.0? I tried to google this and it seems that Hyperic has the plug in developed for it already since 24/07/2008 but it is not in hyperic v3.2.5.

Is there any way to download the plugin seperately or is it not open to public?

Please help. Thanks
Reply
0 Kudos
14 Replies
staceyeschneide
Hot Shot
Hot Shot

All Hyperic developed plugins are open to the public. Usually a good place to look is the HyperFORGE for information about plugins of all kinds - Hyperic developed and supported, unsupported, and community contributed ones: http://support.hyperic.com/display/hypcomm/HyperFORGE

The one I see for IBM MQ is for 5.0:
http://support.hyperic.com/display/hypcomm/IBM+MQ+Series

Where did you see the 6.0? You can also go look in the source tree on subversion, if you are really anxious and think it may be there.

svn co http://svn.hyperic.org/projects/hq/trunk hyperic-hq

Cheers,
-Stacey
arsiedavid
Contributor
Contributor

Hi,

Thanks for replying. I googled for the 6.0 plugin and it is on the following link that I conclude that the plugin is present

http://jira.hyperic.com/browse/HHQ-2250;jsessionid=8B4B4EB2576E35C7307C2606665D2614

But that source code is great too. If i really need it, I can always modify the code and create my own plugin, but I prefer not to.

Regards,

David
Reply
0 Kudos
arsiedavid
Contributor
Contributor

Hi,

The plugin for WebSphere MQ v6.0 is in http://support.hyperic.com/pages/viewpage.action?pageId=57476142#WebSphereMQ6%267Plugin-BETA-Downloa...

I tried to follow the instruction as stated in that page and I got an error when starting up the agent:

2008-10-09 13:36:34,856 INFO [main] [ProductPluginManager] Loading plugin: zimbra-plugin.jar
2008-10-09 13:36:34,928 INFO [main] [ProductPluginManager] Loading plugin: websphere_mq-plugin.jar
2008-10-09 13:36:34,967 ERROR [main] [AgentDaemon] Error initializing plugins
org.hyperic.hq.product.PluginException: No PCF Jar found (see help on the Inventory Properties page) => []
at org.hyperic.hq.product.ProductPluginManager.registerPluginJar(ProductPluginManager.java:987)
at org.hyperic.hq.product.ProductPluginManager.registerPluginJar(ProductPluginManager.java:659)
at org.hyperic.hq.product.ProductPluginManager.registerPlugins(ProductPluginManager.java:747)
at org.hyperic.hq.agent.server.AgentDaemon.startPluginManagers(AgentDaemon.java:587)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:700)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:769)
at org.hyperic.hq.agent.server.AgentDaemon.main(AgentDaemon.java:782)
Caused by: java.lang.IllegalArgumentException: No PCF Jar found (see help on the Inventory Properties page) => []
at org.hyperic.hq.plugin.wsmq.MQSeriesProductPlugin.getClassPath(Unknown Source)
at org.hyperic.hq.product.ProductPluginManager.addClassPath(ProductPluginManager.java:791)
at org.hyperic.hq.product.ProductPluginManager.registerPluginJar(ProductPluginManager.java:916)
... 6 more

Can Anyone help please.

Thanks
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

Download IBM MS0B Support Pack = WebSphere MQ Java classes for PCF
http://www-01.ibm.com/support/docview.wss?rs=203&uid=swg24000668&loc=en_US&cs=utf-8&lang=en
Copy com.ibm.mq.pcf-X.X.X.jar file to MQ_INSTALL_PATH/java/lib
arsiedavid
Contributor
Contributor

Hi,

That helps and the agent is able to start up without remorse. Thanks.

But there are errors when the agent is attempting to do auto discovery of the Queue Managers. I have tackled a few errors by copying the following jars to [Agent_Install_Path/pdk/lib]:
connector.jar
com.ibm.mq.pcf-6.0.3.jar
com.ibm.mq.jar

But now i come across an error which is not helpful at all to determine the sort of solution that I would need to execute. The errors are as follows:

2008-10-10 08:24:44,994 DEBUG [main] [RuntimeAutodiscoverer] Triggering scan after storing config for: 2-10035-WebSphere MQ QManager 6
2008-10-10 08:24:44,994 DEBUG [main] [CommandListener] Method 'org.hyperic.hq.agent.AgentCommand@898540' returned null
2008-10-10 08:24:44,995 DEBUG [main] [SSLConnectionListener] Handling SSL connection from /10.20.240.232
2008-10-10 08:24:45,258 DEBUG [main] [CommandListener] Dispatching request for 'rtm:getMeasurements'
2008-10-10 08:24:45,259 DEBUG [main] [MeasurementCommandsServer] Getting real time measurement: WebSphere MQ QManager 6:mqseries-mgr:Mgr=%queue.manager.name%:Availability
2008-10-10 08:24:45,259 DEBUG [main] [MQSeriesMeasurementPlugin] getValue(mqseries-mgr:Mgr=%queue.manager.name%:Availability)
2008-10-10 08:24:45,259 DEBUG [main] [MQSeriesCmdHandler] cmd='org.hyperic.hq.plugin.wsmq.cmd.InquireQManager' mgr='%queue.manager.name%' domain='mqseries-mgr'
2008-10-10 08:24:45,259 DEBUG [main] [InquireQManager] getValue(mqseries-mgr:Mgr=%queue.manager.name%:Availability)
2008-10-10 08:24:45,259 DEBUG [main] [InquireQManager] mgr='%queue.manager.name%'
2008-10-10 08:24:45,259 DEBUG [main] [MeasurementCommandsServer] Error getting real time measurement 'WebSphere MQ QManager 6:mqseries-mgr:Mgr=%queue.manager.name%:Availability': Plugin error: Plugin class not found: null (invalid classpath or corrupt plugin jar)
org.hyperic.hq.product.PluginException: Plugin class not found: null (invalid classpath or corrupt plugin jar)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:277)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:135)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:127)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.getMeasurements(MeasurementCommandsServer.java:289)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:467)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:191)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:705)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:769)
at org.hyperic.hq.agent.server.AgentDaemon.main(AgentDaemon.java:782)
2008-10-10 08:24:45,260 DEBUG [main] [MeasurementCommandsServer] Getting real time measurement: WebSphere MQ QManager 6:mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount
2008-10-10 08:24:45,260 DEBUG [main] [MQSeriesMeasurementPlugin] getValue(mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount)
2008-10-10 08:24:45,260 DEBUG [main] [MQSeriesCmdHandler] cmd='org.hyperic.hq.plugin.wsmq.cmd.InquireQManager' mgr='%queue.manager.name%' domain='mqseries-mgr'
2008-10-10 08:24:45,260 DEBUG [main] [InquireQManager] getValue(mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount)
2008-10-10 08:24:45,260 DEBUG [main] [InquireQManager] mgr='%queue.manager.name%'
2008-10-10 08:24:45,260 DEBUG [main] [MeasurementCommandsServer] Error getting real time measurement 'WebSphere MQ QManager 6:mqseries-mgr:Mgr=%queue.manager.name%:ConnectionCount': Plugin error: Plugin class not found: null (invalid classpath or corrupt plugin jar)
org.hyperic.hq.product.PluginException: Plugin class not found: null (invalid classpath or corrupt plugin jar)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:277)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:135)
at org.hyperic.hq.product.MeasurementPluginManager.getValue(MeasurementPluginManager.java:127)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.getMeasurements(MeasurementCommandsServer.java:289)
at org.hyperic.hq.measurement.agent.server.MeasurementCommandsServer.dispatchCommand(MeasurementCommandsServer.java:467)
at org.hyperic.hq.agent.server.CommandDispatcher.processRequest(CommandDispatcher.java:112)
at org.hyperic.hq.agent.server.CommandListener.listenLoop(CommandListener.java:191)
at org.hyperic.hq.agent.server.AgentDaemon.start(AgentDaemon.java:705)
at org.hyperic.hq.agent.server.AgentDaemon$RunnableAgent.run(AgentDaemon.java:769)
at org.hyperic.hq.agent.server.AgentDaemon.main(AgentDaemon.java:782)

Thanks again all.
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

Hi,

connector.jar
com.ibm.mq.pcf-6.0.3.jar
com.ibm.mq.jar

Must be in MQ_INSTALL_PATH/java/lib not in Agent_Install_Path/pdk/lib

Which OS are you using?
Which version of HQ?
Reply
0 Kudos
arsiedavid
Contributor
Contributor

Hi,

Those jars were in MQ_INSTALL_PATH/java/lib but did not work. Agent would start but discovery did not work. It had the class not defined exceptions. After I put those jars into Agent_Install_Path/pdk/lib, it managed to do auto discovery of MQ server, but not the Queue Managers and so on.

My OS is HP-UX B.11.23 ia64
The version of HQ is 3.2.5
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

Hi,

Please, can you execute this command?

java -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -d discover -a metrics -Dlog=debug
Reply
0 Kudos
arsiedavid
Contributor
Contributor

Here are the log that is displayed in standard out

[DEBUG] ProductPluginManager - Initializing in client mode (pdk=/aon/software/hq/hyperic-hq-agent-3.2.5/pdk)
[DEBUG] MIBTree - No MIBs in directory: /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/mibs
[INFO] ProductPluginManager - Loading plugin: system-plugin.jar
[DEBUG] SystemPlugin - sigar.mirror.procnet=null
[INFO] ProductPluginManager - Loading plugin: netservices-plugin.jar
[INFO] MeasurementPlugin - Register TCP Socket proxy for domain: socket
[INFO] MeasurementPlugin - Register HTTP proxy for domain: http
[INFO] MeasurementPlugin - Register HTTP proxy for domain: url.availability
[INFO] MeasurementPlugin - Register FTP proxy for domain: ftp
[INFO] ProductPluginManager - Loading plugin: sqlquery-plugin.jar
[DEBUG] ProductPluginManager - adding to sqlquery classpath:
[DEBUG] ProductPluginManager - d /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/lib/jdbc
[INFO] SQLQueryMeasurementPlugin - Registered proxy for domain: sql
[INFO] ProductPluginManager - Loading plugin: websphere_mq-plugin.jar
[DEBUG] MQSeriesProductPlugin - classpath: [/opt/mqm/java/lib/com.ibm.mq.jar, /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar]
[DEBUG] ProductPluginManager - adding to websphere_mq classpath:
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.jar
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar
[-p plugin] [-t type] [-m method] [-a action] [-D key=value]
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

Oh, I'm sorry, I made a mistake...
Here is the correct command:
java -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -m discover -a metrics -Dlog=debug
Reply
0 Kudos
arsiedavid
Contributor
Contributor

Hi, I get the following error when i ran the command. I tried to run the following command to fix the issue but it did not work:
java -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -Djava.library.path=/opt/mqm/java/lib -m discover -a metrics -Dlog=debug

The error is:

MQBDEV>java -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -m discover -a metrics -Dlog=debug
[DEBUG] ProductPluginManager - Initializing in client mode (pdk=/aon/software/hq/hyperic-hq-agent-3.2.5/pdk)
[DEBUG] MIBTree - No MIBs in directory: /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/mibs
[INFO] ProductPluginManager - Loading plugin: system-plugin.jar
[DEBUG] SystemPlugin - sigar.mirror.procnet=null
[INFO] ProductPluginManager - Loading plugin: netservices-plugin.jar
[INFO] MeasurementPlugin - Register TCP Socket proxy for domain: socket
[INFO] MeasurementPlugin - Register HTTP proxy for domain: http
[INFO] MeasurementPlugin - Register HTTP proxy for domain: url.availability
[INFO] MeasurementPlugin - Register FTP proxy for domain: ftp
[INFO] ProductPluginManager - Loading plugin: sqlquery-plugin.jar
[DEBUG] ProductPluginManager - adding to sqlquery classpath:
[DEBUG] ProductPluginManager - d /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/lib/jdbc
[INFO] SQLQueryMeasurementPlugin - Registered proxy for domain: sql
[INFO] ProductPluginManager - Loading plugin: websphere_mq-plugin.jar
[DEBUG] MQSeriesProductPlugin - classpath: [/opt/mqm/java/lib/com.ibm.mq.jar, /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar]
[DEBUG] ProductPluginManager - adding to websphere_mq classpath:
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.jar
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar
[DEBUG] PluginDiscoverer - Adding Auto Scanners=[ServerSignature {stName=WebSphere MQ QManager 6, match=[/**/bin/runmqlsr], exclude=[null], regMatch=[FilePath]}, ServerSignature {stName=WebSphere MQ QManager 7, match=[/**/bin/runmqlsr], exclude=[null], regMatch=[FilePath]}]
[DEBUG] AutoScan - Running AutoServerDetector for: WebSphere MQ QManager 6
[DEBUG] MQSeriesDetector - getServerList(/opt/mqm)
[DEBUG] MQSeriesDetector - Version = '6'
[DEBUG] MQSeriesDetector - sal => Version: 6.0.2.3

[DEBUG] MQSeriesDetector - ver=6(true)
[DEBUG] QManagerFinder - Scanning for queue managers in: /var/mqm/qmgrs
[DEBUG] QManagerFinder - (findQManagers) services=[AU_SYD_BRK_DEV_CFG, AU_SYD_BRK_DEV, AU_SYD_BRK_DVS, AU_SYD_BRK_ELINK, AU_SYD_BRK_TST]
[DEBUG] MQSeriesDetector - qmanager = 'AU_SYD_BRK_DEV_CFG' (WebSphere MQ QManager 6)
[DEBUG] QManagerFinder - (findServices) mgrName=AU_SYD_BRK_DEV_CFG
java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1542)
at java.lang.Runtime.loadLibrary0(Runtime.java:795)
at java.lang.System.loadLibrary(System.java:834)
at com.ibm.mq.MQSESSION.loadLib(MQSESSION.java:1088)
at com.ibm.mq.server.MQSESSION$1.run(MQSESSION.java:233)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:227)
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:70)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:523)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:204)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:185)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:221)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:84)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:168)
at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:774)
at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:690)
at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:646)
at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:153)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:471)
at com.ibm.mq.pcf.PCFAgent.connect(PCFAgent.java:280)
at com.ibm.mq.pcf.PCFAgent.<init>(PCFAgent.java:190)
at com.ibm.mq.pcf.PCFMessageAgent.<init>(PCFMessageAgent.java:160)
at org.hyperic.hq.plugin.wsmq.finders.DefaultFinder.findServices(Unknown Source)
at org.hyperic.hq.plugin.wsmq.MQSeriesDetector.getServerList(Unknown Source)
at org.hyperic.hq.plugin.wsmq.MQSeriesDetector.getServerResources(Unknown Source)
at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83)
at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:141)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
0 servers detected
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

Try with this command:

java -Djava.library.path=/opt/mqm/java/lib -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -m discover -a metrics -Dlog=debug

or execute this before java command:
export LD_LIBRARY_PATH=/opt/mqm/java/lib:$LD_LIBRARY_PATH
Reply
0 Kudos
arsiedavid
Contributor
Contributor

Hi,

I have tried that command and I get the following error. I tried to clear up every references to the lib but to no avail

auhpap02 MQBDEV>java -Djava.library.path=/opt/mqm/java/lib -jar pdk/lib/hq-product.jar -Dplugins.include=websphere_mq -m discover -a metrics -Dlog=debug
[DEBUG] ProductPluginManager - Initializing in client mode (pdk=/aon/software/hq/hyperic-hq-agent-3.2.5/pdk)
[DEBUG] MIBTree - No MIBs in directory: /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/mibs
[INFO] ProductPluginManager - Loading plugin: system-plugin.jar
[DEBUG] SystemPlugin - sigar.mirror.procnet=null
[INFO] ProductPluginManager - Loading plugin: netservices-plugin.jar
[INFO] MeasurementPlugin - Register TCP Socket proxy for domain: socket
[INFO] MeasurementPlugin - Register HTTP proxy for domain: http
[INFO] MeasurementPlugin - Register HTTP proxy for domain: url.availability
[INFO] MeasurementPlugin - Register FTP proxy for domain: ftp
[INFO] ProductPluginManager - Loading plugin: sqlquery-plugin.jar
[DEBUG] ProductPluginManager - adding to sqlquery classpath:
[DEBUG] ProductPluginManager - d /aon/software/hq/hyperic-hq-agent-3.2.5/pdk/lib/jdbc
[INFO] SQLQueryMeasurementPlugin - Registered proxy for domain: sql
[INFO] ProductPluginManager - Loading plugin: websphere_mq-plugin.jar
[DEBUG] MQSeriesProductPlugin - classpath: [/opt/mqm/java/lib/com.ibm.mq.jar, /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar]
[DEBUG] ProductPluginManager - adding to websphere_mq classpath:
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.jar
[DEBUG] ProductPluginManager - + /opt/mqm/java/lib/com.ibm.mq.pcf-6.0.3.jar
[DEBUG] PluginDiscoverer - Adding Auto Scanners=[ServerSignature {stName=WebSphere MQ QManager 6, match=[/**/bin/runmqlsr], exclude=[null], regMatch=[FilePath]}, ServerSignature {stName=WebSphere MQ QManager 7, match=[/**/bin/runmqlsr], exclude=[null], regMatch=[FilePath]}]
[DEBUG] AutoScan - Running AutoServerDetector for: WebSphere MQ QManager 6
[DEBUG] MQSeriesDetector - getServerList(/opt/mqm)
[DEBUG] MQSeriesDetector - Version = '6'
[DEBUG] MQSeriesDetector - sal => Version: 6.0.2.3

[DEBUG] MQSeriesDetector - ver=6(true)
[DEBUG] QManagerFinder - Scanning for queue managers in: /var/mqm/qmgrs
[DEBUG] QManagerFinder - (findQManagers) services=[AU_SYD_BRK_DEV_CFG, AU_SYD_BRK_DEV, AU_SYD_BRK_DVS, AU_SYD_BRK_ELINK, AU_SYD_BRK_TST]
[DEBUG] MQSeriesDetector - qmanager = 'AU_SYD_BRK_DEV_CFG' (WebSphere MQ QManager 6)
[DEBUG] QManagerFinder - (findServices) mgrName=AU_SYD_BRK_DEV_CFG
java.lang.UnsatisfiedLinkError: Native Library /opt/mqm/java/lib/libmqjbnd05.so already loaded in another classloader
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1576)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
at java.lang.Runtime.loadLibrary0(Runtime.java:795)
at java.lang.System.loadLibrary(System.java:834)
at com.ibm.mq.MQSESSION.loadLib(MQSESSION.java:1088)
at com.ibm.mq.server.MQSESSION$1.run(MQSESSION.java:233)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.mq.server.MQSESSION.<clinit>(MQSESSION.java:227)
at com.ibm.mq.MQSESSIONServer.getMQSESSION(MQSESSIONServer.java:70)
at com.ibm.mq.MQSESSION.getSession(MQSESSION.java:523)
at com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:204)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11._createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:185)
at com.ibm.mq.MQBindingsManagedConnectionFactoryJ11.createManagedConnection(MQBindingsManagedConnectionFactoryJ11.java:221)
at com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:84)
at com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:168)
at com.ibm.mq.MQQueueManagerFactory.obtainBaseMQQueueManager(MQQueueManagerFactory.java:774)
at com.ibm.mq.MQQueueManagerFactory.procure(MQQueueManagerFactory.java:690)
at com.ibm.mq.MQQueueManagerFactory.constructQueueManager(MQQueueManagerFactory.java:646)
at com.ibm.mq.MQQueueManagerFactory.createQueueManager(MQQueueManagerFactory.java:153)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:471)
at com.ibm.mq.pcf.PCFAgent.connect(PCFAgent.java:280)
at com.ibm.mq.pcf.PCFAgent.<init>(PCFAgent.java:190)
at com.ibm.mq.pcf.PCFMessageAgent.<init>(PCFMessageAgent.java:160)
at org.hyperic.hq.plugin.wsmq.finders.DefaultFinder.findServices(Unknown Source)
at org.hyperic.hq.plugin.wsmq.MQSeriesDetector.getServerList(Unknown Source)
at org.hyperic.hq.plugin.wsmq.MQSeriesDetector.getServerResources(Unknown Source)
at org.hyperic.hq.autoinventory.scanimpl.NullScan.scan(NullScan.java:83)
at org.hyperic.hq.autoinventory.Scanner.start(Scanner.java:196)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:141)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
0 servers detected


which java
/opt/java1.4/bin/java
Reply
0 Kudos
laullon
VMware Employee
VMware Employee

It's very strange... It could be a conflict with mq5 pluging.
Please, find the mqseries-plugin.jar file (pdk/plugins) and delete it.
Reply
0 Kudos