- org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException
- at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
- at hudson.model.Hudson.executeReactor(Hudson.java:752)
- at hudson.model.Hudson.(Hudson.java:666)
- at hudson.model.Hudson.(Hudson.java:606)
- at hudson.WebAppMain$2.run(WebAppMain.java:215)
- Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
- at hudson.init.InitializerFinder.invoke(InitializerFinder.java:114)
- at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:174)
- at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
- at hudson.model.Hudson$4.runTask(Hudson.java:734)
- at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
- at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
- at java.lang.Thread.run(Thread.java:636)
- Caused by: java.lang.reflect.InvocationTargetException
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:616)
- at hudson.init.InitializerFinder.invoke(InitializerFinder.java:110)
- ... 8 more
- Caused by: java.lang.UnsupportedOperationException: The descriptor registry with the called getId() method is not used. The descriptor redefines its own getInputMetric() method.
- at com.thalesgroup.hudson.plugins.xunit.types.CustomType$CustomInputMetricDescriptor.getId(CustomType.java:66)
- at hudson.diagnosis.NullIdDescriptorMonitor.verify(NullIdDescriptorMonitor.java:65)
- at hudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:76)
- ... 13 more