1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[JBoss] WeldStartService: Failed to start service after migrating from JBoss 6 to wildfly 22

Discussão em 'StackOverflow' iniciado por Stack, Setembro 27, 2021.

  1. Stack

    Stack Membro Participativo

    I'm getting below error while running wildfly 22. I've migrated JBoss 6 to wildfly 22.

    Below is the error. Any help is highly appreciated.

    MSC000001: Failed to start service jboss.deployment.unit."cgms.ear".WeldStartService
    org.jboss.msc.service.StartException in service jboss.deployment.unit."cgms.ear".WeldStartService: Failed to start service
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1731)
    at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
    at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
    at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
    at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
    at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
    at java.lang.Thread.run(Thread.java:748)

    Caused by:
    org.jboss.weld.exceptions.DefinitionException: Exception List with 1 exceptions:
    Exception 0 :
    org.jboss.weld.exceptions.IllegalArgumentException: WELD-000818: Event type class org.jboss.solder.config.xml.bootstrap.ProcessAnnotatedTypeImpl is not allowed

    at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.apply(ObserverNotifier.java:254)
    at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.apply(ObserverNotifier.java:237)
    at org.jboss.weld.util.cache.ReentrantMapBackedComputingCache.lambda$new$0(ReentrantMapBackedComputingCache.java:55)
    ....

    Continue reading...

Compartilhe esta Página