Description
JmxMonitoredMap#clear() doesn't restrict the query to the MBeans registered by Solr thus forcing the MBeanServer to query all the registered MBeans if they have a "coreHashCode" attribute:
QueryExp exp = Query.eq(Query.attr("coreHashCode"), Query.value(coreHashCode)); ... objectNames = server.queryNames(null, exp);
This triggers a lot of warnings because (I guess) DynamicMBean#getAttribute() throws AttributeNotFoundException.
This is what I get for instance:
2015-10-13 16:07:10,281 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,281 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,281 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,282 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,283 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,283 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,283 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,283 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,283 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,284 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,284 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,285 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,285 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,285 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,285 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,285 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,286 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,287 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,288 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,289 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,290 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,291 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,292 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,293 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,294 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,295 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,296 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,297 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,298 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,299 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,300 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,301 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,301 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode 2015-10-13 16:07:10,301 [http://localhost:8080/xwiki/bin/view/Sandbox/Foo] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode
144 "Did not find queried attribute with name coreHashCode" warnings from org.infinispan.jmx.ResourceDMBean.
Instead of passing null to queryNames you should restrict the scope using the ObjectName parameter.