Hi all,

I have test failures in WhiteboardUtilsTest, producing the following output:

jmxBeanRegistrationDuplicate(org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtilsTest)
 Time elapsed: 0 sec  <<< ERROR!
javax.management.InstanceNotFoundException:
org.apache.jackrabbit.oak:type=test,name=hello
  at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
  at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getObjectInstance(DefaultMBeanServerInterceptor.java:462)
  at
com.sun.jmx.mbeanserver.JmxMBeanServer.getObjectInstance(JmxMBeanServer.java:564)
  at
org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtilsTest.jmxBeanRegistrationDuplicate(WhiteboardUtilsTest.java:65)

jmxBeanRegistration(org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtilsTest)
 Time elapsed: 0.001 sec  <<< ERROR!
javax.management.InstanceNotFoundException:
org.apache.jackrabbit.oak:type=test,name=hello
  at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
  at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getObjectInstance(DefaultMBeanServerInterceptor.java:462)
  at
com.sun.jmx.mbeanserver.JmxMBeanServer.getObjectInstance(JmxMBeanServer.java:564)
  at
org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardUtilsTest.jmxBeanRegistration(WhiteboardUtilsTest.java:52)

Any idea of what's going on? If it helps, this is my build environment:

Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /usr/local/Cellar/maven32/3.2.5/libexec
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.11.1", arch: "x86_64", family: "mac"

Reply via email to