Hi all,
I have enabled monitoring for JBoss 4.2 succesfully. Everything in monitoring great, except for the Stateless Session EJB. It keeps saying that it's unavailable and no data is collected.
In the agent log i see the following:
ERROR [Thread-1] [RuntimeAutodiscoverer] Unexpected error running autodiscoverer for plugin: JBoss 4.2: No valid Context.PROVIDER_URL was found
org.hyperic.hq.product.PluginException: No valid Context.PROVIDER_URL was found
at org.hyperic.hq.plugin.jboss.JBossDetector.discoverServiceTypes(JBossDetector.java:364)
at org.hyperic.hq.product.ServerDetector.discoverResources(ServerDetector.java:209)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan_internal(RuntimeAutodiscoverer.java:272)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan(RuntimeAutodiscoverer.java:205)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:165)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
Caused by: javax.naming.ConfigurationException: No valid Context.PROVIDER_URL was found
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1597)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.hyperic.hq.plugin.jboss.JBossUtil.getMBeanServer(JBossUtil.java:141)
at org.hyperic.hq.plugin.jboss.JBossDetector.discoverServiceTypes(JBossDetector.java:362)
... 6 more
I have check the internet for the message 'No valid Context.PROVIDER_URL was found' but did not find any anwsers in solving this. Does anyone knows how to solve this issue?
Thanks in advanced.
Mark
I have enabled monitoring for JBoss 4.2 succesfully. Everything in monitoring great, except for the Stateless Session EJB. It keeps saying that it's unavailable and no data is collected.
In the agent log i see the following:
ERROR [Thread-1] [RuntimeAutodiscoverer] Unexpected error running autodiscoverer for plugin: JBoss 4.2: No valid Context.PROVIDER_URL was found
org.hyperic.hq.product.PluginException: No valid Context.PROVIDER_URL was found
at org.hyperic.hq.plugin.jboss.JBossDetector.discoverServiceTypes(JBossDetector.java:364)
at org.hyperic.hq.product.ServerDetector.discoverResources(ServerDetector.java:209)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan_internal(RuntimeAutodiscoverer.java:272)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan(RuntimeAutodiscoverer.java:205)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:165)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
Caused by: javax.naming.ConfigurationException: No valid Context.PROVIDER_URL was found
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1597)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:634)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.hyperic.hq.plugin.jboss.JBossUtil.getMBeanServer(JBossUtil.java:141)
at org.hyperic.hq.plugin.jboss.JBossDetector.discoverServiceTypes(JBossDetector.java:362)
... 6 more
I have check the internet for the message 'No valid Context.PROVIDER_URL was found' but did not find any anwsers in solving this. Does anyone knows how to solve this issue?
Thanks in advanced.
Mark