Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created January 11, 2016 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhusar/7411f9dc963bc9233eae to your computer and use it in GitHub Desktop.
Save rhusar/7411f9dc963bc9233eae to your computer and use it in GitHub Desktop.
16:21:31,567 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 12) MSC000001: Failed to start service jboss.deployment.unit."registry.jar".component.RegistryBean.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."registry.jar".component.RegistryBean.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163)
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:134)
at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:88)
at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:124)
at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:138)
at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54)
... 6 more
Caused by: javax.ejb.EJBException: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:187)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:277)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.requiresNew(CMTTxInterceptor.java:349)
at org.jboss.as.ejb3.tx.LifecycleCMTTxInterceptor.processInvocation(LifecycleCMTTxInterceptor.java:66)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.weld.injection.WeldInjectionContextInterceptor.processInvocation(WeldInjectionContextInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:356)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:568)
at org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:75)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:161)
... 11 more
Caused by: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:139)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl$CacheInvocationBuilder.wireFilterAndConverterDependencies(CacheNotifierImpl.java:1066)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl$CacheInvocationBuilder.build(CacheNotifierImpl.java:1017)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl$CacheInvocationBuilder.build(CacheNotifierImpl.java:940)
at org.infinispan.notifications.impl.AbstractListenerImpl.validateAndAddListenerInvocations(AbstractListenerImpl.java:214)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl.addListener(CacheNotifierImpl.java:769)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl.addListener(CacheNotifierImpl.java:718)
at org.infinispan.notifications.cachelistener.CacheNotifierImpl.addListener(CacheNotifierImpl.java:932)
at org.infinispan.cache.impl.CacheImpl.addListener(CacheImpl.java:716)
at org.infinispan.cache.impl.AbstractDelegatingCache.addListener(AbstractDelegatingCache.java:341)
at org.wildfly.clustering.server.registry.CacheRegistry.<init>(CacheRegistry.java:84)
at org.wildfly.clustering.server.registry.CacheRegistryFactory$1.<init>(CacheRegistryFactory.java:53)
at org.wildfly.clustering.server.registry.CacheRegistryFactory.createRegistry(CacheRegistryFactory.java:53)
at org.jboss.as.test.clustering.cluster.registry.bean.RegistryBean.init(RegistryBean.java:46)
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:497)
at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:114)
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:437)
at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:73)
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.component.ManagedReferenceFieldInjectionInterceptorFactory$ManagedReferenceFieldInjectionInterceptor.processInvocation(ManagedReferenceFieldInjectionInterceptorFactory.java:107)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.weld.ejb.Jsr299BindingsCreateInterceptor.processInvocation(Jsr299BindingsCreateInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:340)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:275)
... 29 more
Caused by: org.infinispan.commons.CacheException: Unable to invoke method protected void org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.injectDependencies(org.infinispan.factories.ComponentRegistry) on object of type KeyFilterAsCacheEventFilter with parameters [org.infinispan.factories.ComponentRegistry@614fe044]
at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:175)
at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:232)
at org.infinispan.factories.AbstractComponentRegistry.wireDependencies(AbstractComponentRegistry.java:135)
... 68 more
Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.reflect.ReflectPermission" "suppressAccessChecks")" in code source "(vfs:/content/registry.jar <no signer certificates>)" of "null")
at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:273)
at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175)
at java.lang.reflect.AccessibleObject.setAccessible(AccessibleObject.java:128)
at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:167)
... 70 more
16:21:31,573 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "registry.jar")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"registry.jar\".component.RegistryBean.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"registry.jar\".component.RegistryBean.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
Caused by: javax.ejb.EJBException: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
Caused by: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
Caused by: org.infinispan.commons.CacheException: Unable to invoke method protected void org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.injectDependencies(org.infinispan.factories.ComponentRegistry) on object of type KeyFilterAsCacheEventFilter with parameters [org.infinispan.factories.ComponentRegistry@614fe044]
Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission \"(\"java.lang.reflect.ReflectPermission\" \"suppressAccessChecks\")\" in code source \"(vfs:/content/registry.jar <no signer certificates>)\" of \"null\")"}}
16:21:31,574 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment "registry.jar" was rolled back with the following failure message:
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"registry.jar\".component.RegistryBean.START" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"registry.jar\".component.RegistryBean.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
Caused by: javax.ejb.EJBException: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
Caused by: org.infinispan.commons.CacheConfigurationException: Unable to configure component (type: class org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter, instance org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter@3dd35984)
Caused by: org.infinispan.commons.CacheException: Unable to invoke method protected void org.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilter.injectDependencies(org.infinispan.factories.ComponentRegistry) on object of type KeyFilterAsCacheEventFilter with parameters [org.infinispan.factories.ComponentRegistry@614fe044]
Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission \"(\"java.lang.reflect.ReflectPermission\" \"suppressAccessChecks\")\" in code source \"(vfs:/content/registry.jar <no signer certificates>)\" of \"null\")"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment