0 Replies Latest reply on Jun 19, 2002 7:58 PM by mjulius

    IllegalArgumentException: addChild

    mjulius

      My version is a bundled JBoss 2.4.6/Tomcat 4.03. I'm new to JBoss and I am getting this exception when it tries to load my .ear. I can see that the name is ''. my question is where is this value pulled from.

      [ERROR,EmbeddedCatalinaServiceSX] Cause
      java.lang.IllegalArgumentException: addChild: Child name '' is not unique
      at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
      at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:454)
      at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.createWebContext(EmbeddedCatalinaServiceSX.java:298)
      at org.jboss.web.catalina.EmbeddedCatalinaServiceSX.performDeploy(EmbeddedCatalinaServiceSX.java:223)
      at org.jboss.web.AbstractWebContainer.deploy(AbstractWebContainer.java:211)