0 Replies Latest reply on Jul 31, 2004 1:42 PM by millstones

    translating errors *

    millstones

      Hi all,

      After deploying an application made with jBuilder, jBoss says:

      javax.management.InstanceAlreadyExistsException: jboss.j2ee:jndiName=Products/MyBeanRemote,service=EJB
      already registered.

      javax.management.InstanceAlreadyExistsException: jboss.management.local:J2EEApplication=ejb,
      J2EEServer=Local,j2eeType=EJBModule,name=MyBean.jar already registered.

      Could not create JSR-77 EJBModule: MyBean.jar
      javax.management.InstanceAlreadyExistsException: jboss.management.local:J2EEApplication=ejb,
      J2EEServer=Local,j2eeType=EJBModule,name=MyBean.jar already registered.

      ERROR [org.jboss.deployment.MainDeployer] could not start deployment:
      file:/C:/ejb/Products/ProductsApplication/MyWebModule.war
      org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable:
      (java.lang.IllegalArgumentException: addChild: Child name '/MyWebModule' is not unique)

      After all, I can see my jsp but when calling to the servlet:
      createBeanClassInstanceCommand == null

      I'll be very grateful if someone could translate this errors, what I have to check and where I have to look for mistakes .. I'am afraid I am still a rookie with this ..


      Thanks a million in advance!