Subject: | JMX4Perl not able to identify Jboss 7.1.1 AS |
Date: | Fri, 8 Aug 2014 13:45:06 +0530 |
To: | bug-jmx4perl [...] rt.cpan.org |
From: | Amit Sapre <amitsapre [...] gmail.com> |
Hi,
I configured JBOSS 7.1.1 AS as standalone server & deployed jolokia war
file. from web url http://localhost:8080/jolokia I get following output
{"timestamp":1407485447,"status":200,"request":{"type":"version"},"value":{"protocol":"7.2","config":{"detectorOptions":"{}","canonicalNaming":"true","maxCollectionSize":"1000","includeStackTrace":"true","historyMaxEntries":"10","agentId":"164.99.134.180-82288-3fd137-servlet","debug":"false","dispatcherClasses":"org.jolokia.jsr160.Jsr160RequestDispatcher","maxDepth":"15","maxObjects":"0","discoveryEnabled":"false","serializeException":"false","agentType":"servlet","debugMaxEntries":"100"},"agent":"1.2.2","info":{"product":"jboss","vendor":"RedHat","version":"7.1.1.Final"}}}
But while accessing from JMX4Perl, I get following :-
$jmx->product()->name() ==> "unknown"
$jmx->product()->vendor() throws error
Not a JSR77 Handler and no _try_vendor method at
<perllibpath>/JMX/Jmx4Perl/Product/BaseHandler.pm line 137.
$jmx->product()->version() returns null value.
Can somebody check & confirm if something is wrong in the way I am
accessing ?
Amit