Hi,
Recently I started to monitor datasources in Weblogic.
So far the datasources were "Generic" type and that's fine.
But now we have some datasource of type "GridLink" and Jolokia returns error when checking them.
See the test below:
DATASOURCE "GENERIC" TYPE:
[Root @ srv13 check] # / usr / local / bin / check_jmx4perl --url
http://10.142.9.108:8001/jolokia-war-1.3.5 --mbean com.bea: ServerRuntime = soa_server1, Name = gesplan_wfnPOOL, Type = JDBCDataSourceRuntime --attribute State --perfdata = no --label% v --timeout 30
OK - Running
[Root @ srv13 check] #
DATASOURCE TYPE "GRIDLINK":
[Root @ srv13 check] # / usr / local / bin / check_jmx4perl --url
http://10.142.9.108:8001/jolokia-war-1.3.5 --mbean com.bea: ServerRuntime = soa_server1, Name = OraSDPMDataSource, Type = JDBCDataSourceRuntime --attribute State --perfdata = no --label% v --timeout 30
UNKNOWN - Error: 404 javax.management.InstanceNotFoundException: com.bea: ServerRuntime = soa_server1, Name = OraSDPMDataSource, Type = JDBCDataSourceRuntime
[Root @ srv13 check] #
Does anyone know if Jolokia does not support the "GridLink" datasource?
Or what can be done, I mean, does it have any parameters that I must pass in the above commands telling the datasource type?
Thank you!