-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
3.1.0.Beta1
-
None
Upon deployment, a CNFE is thrown from OpenTracing.
Structure of the deployment resembles that of a WFLY test except that we run EAR composed of WAR + EJB jar both of which can be independently deployed without this error.
10:06:18,757 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC000001: Failed to start service jboss.deployment.unit."weld-translator.ear".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."weld-translator.ear".WeldStartService: Failed to start service at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1730) at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378) at java.lang.Thread.run(Thread.java:745) Caused by: org.jboss.weld.exceptions.WeldException: WELD-001524: Unable to load proxy class for bean Managed Bean [class org.wildfly.microprofile.opentracing.smallrye.TracerProducer] with qualifiers [@Any @Default] with class class org.wildfly.microprofile.opentracing.smallrye.TracerProducer using classloader ModuleClassLoader for Module "deployment.weld-translator.ear" from Service Module Loader at org.jboss.weld.bean.proxy.ProxyFactory.getProxyClass(ProxyFactory.java:370) at org.jboss.weld.injection.producer.SubclassedComponentInstantiator.createEnhancedSubclass(SubclassedComponentInstantiator.java:113) at org.jboss.weld.injection.producer.SubclassedComponentInstantiator.initEnhancedSubclass(SubclassedComponentInstantiator.java:86) at org.jboss.weld.injection.producer.SubclassedComponentInstantiator.<init>(SubclassedComponentInstantiator.java:79) at org.jboss.weld.injection.producer.SubclassedComponentInstantiator.forInterceptedDecoratedBean(SubclassedComponentInstantiator.java:63) at org.jboss.weld.injection.producer.BeanInjectionTarget.initializeAfterBeanDiscovery(BeanInjectionTarget.java:121) at org.jboss.weld.injection.producer.InjectionTargetInitializationContext.initialize(InjectionTargetInitializationContext.java:42) at org.jboss.weld.injection.producer.InjectionTargetService.initialize(InjectionTargetService.java:63) at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:475) at org.jboss.weld.bootstrap.WeldBootstrap.deployBeans(WeldBootstrap.java:86) at org.jboss.as.weld.WeldStartService.start(WeldStartService.java:97) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1738) at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1700) ... 6 more Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/wildfly/microprofile/opentracing/smallrye/TracerProducer at org.jboss.weld.util.bytecode.ClassFileUtils.toClass(ClassFileUtils.java:113) at org.jboss.weld.bean.proxy.ProxyFactory.createProxyClass(ProxyFactory.java:469) at org.jboss.weld.bean.proxy.ProxyFactory.getProxyClass(ProxyFactory.java:362) ... 18 more Caused by: java.lang.NoClassDefFoundError: org/wildfly/microprofile/opentracing/smallrye/TracerProducer at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:763) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.weld.util.bytecode.ClassFileUtils.toClass2(ClassFileUtils.java:120) at org.jboss.weld.util.bytecode.ClassFileUtils.toClass(ClassFileUtils.java:109) ... 20 more Caused by: java.lang.ClassNotFoundException: org.wildfly.microprofile.opentracing.smallrye.TracerProducer from [Module "deployment.weld-translator.ear" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116) ... 28 more 10:06:18,762 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "weld-translator.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"weld-translator.ear\".WeldStartService" => "Failed to start service Caused by: org.jboss.weld.exceptions.WeldException: WELD-001524: Unable to load proxy class for bean Managed Bean [class org.wildfly.microprofile.opentracing.smallrye.TracerProducer] with qualifiers [@Any @Default] with class class org.wildfly.microprofile.opentracing.smallrye.TracerProducer using classloader ModuleClassLoader for Module \"deployment.weld-translator.ear\" from Service Module Loader Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/wildfly/microprofile/opentracing/smallrye/TracerProducer Caused by: java.lang.NoClassDefFoundError: org/wildfly/microprofile/opentracing/smallrye/TracerProducer Caused by: java.lang.ClassNotFoundException: org.wildfly.microprofile.opentracing.smallrye.TracerProducer from [Module \"deployment.weld-translator.ear\" from Service Module Loader]"}}
- is caused by
-
JBEAP-15935 [QA](7.2.z) EAR (WAR + EJB JAR) fails to be deployed with CNFE from open tracing
- Closed
-
WFLY-11432 EAR (WAR + EJB JAR) fails to be deployed with CNFE from open tracing
- Closed