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

[JBoss] WFLYEE0040: A component named '...' is already defined in this module

Discussão em 'StackOverflow' iniciado por Stack, Novembro 7, 2024 às 12:32.

  1. Stack

    Stack Membro Participativo

    I get this error in a Java maven project. The weird thing is, it doesn't appear on every machine so I assume it has something to do with a configuration issue.

    The class RoleKeyCacheImpl is a @Startup @Singleton:

    @Startup
    @Singleton
    public class RoleKeyCacheImpl implements RoleKeyCache { ... }


    That's the error Wildfly triggers when deploying the service.


    Caused by: java.lang.IllegalArgumentException: WFLYEE0040: A component named 'RoleKeyCacheImpl' is already defined in this module at org.jboss.as.ee.component.EEModuleDescription.addComponent(EEModuleDescription.java:167) at org.jboss.as.ejb3.deployment.processors.EJBComponentDescriptionFactory.addComponent(EJBComponentDescriptionFactory.java:58)

    I've tried:

    • installing a new Wildfly (V10, V13) on the same machine -> doesn't help
    • installing a completely new Eclipse on this machine -> doesn't help
    • cleaning & rebuilding all related projects
    • making sure the deployments-folder is empty and doesn't contain old versions of the same WAR
    • read the related question here which also didn't help (they use Spring): A component named 'XXX' is already defined in this module in JBoss 7.1.1
    • read and tried this q&a: Wrong dependencies with EJB in JBoss Wildfly (server-clean) -> doesn't help

    • deleted and rebuilt the local maven rep (".m2") -> no effect


    • checking out the same source on another computer -> does work on one machine, on another it gives the same error

    I have absolutely no clue what the issue is or even could be. On one machine, we check it out and it runs without errors. On others, the exact same error happens.

    Does anybody have an idea?

    Continue reading...

Compartilhe esta Página