4 Replies Latest reply on Jun 4, 2004 12:37 AM by saroj

    deployment success with JBoss3.2.1 but not with JBoss3.2.3

    saroj

      Hi,
      Iam using Linux7.3 - Jboss3.2.1 - NetBeansIDE3.6

      I can able to deploy EJB applications with JBoss3.2.1 but deployment failure with JBoss3.2.3
      Anything is to be incliuded......Pls help me.

      Regards,
      Saroj

        • 1. Re: deployment success with JBoss3.2.1 but not with JBoss3.2

          What was the deployment failure?

          • 2. Re: deployment success with JBoss3.2.1 but not with JBoss3.2
            saroj

            When i try to deploy Jar file, the Exception is

            10:10:12,455 INFO [EJBDeployer] Deployed:
            file:/home/ranjithkumar/saroj/jboss-3.2.3/server/default/deploy/sure1.jar
            10:10:12,492 INFO [MainDeployer] Deployed package:
            file:/home/ranjithkumar/saroj/jboss-3.2.3/server/default/deploy/sure1.jar
            10:10:12,501 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean
            operation 'checkIncompleteDeployments()'
            Cause: Incomplete Deployment listing:
            Packages waiting for a deployer:

            Incompletely deployed packages:
            [org.jboss.deployment.DeploymentInfo@600292f7 {
            url=file:/home/ranjithkumar/saroj/jboss-3.2.3/server/default/deploy/ename1.ear }
            deployer: org.jboss.deployment.EARDeployer@fced4
            status: Deployment FAILED reason: Error during deploy; - nested throwable:
            (java.lang.IllegalArgumentException: addChild: Child name '' is not unique)
            state: FAILED
            watch: file:/home/ranjithkumar/saroj/jboss-3.2.3/server/default/deploy/ename1.ear
            lastDeployed: 1086064400176
            lastModified: 1086064399000
            mbeans:
            ]MBeans waiting for classes:

            MBeans waiting for other MBeans:
            [ObjectName: jboss.j2ee:module=check.jar,service=EjbModule,uid=22527820
            state: FAILED
            I Depend On:
            Depends On Me: javax.management.InstanceAlreadyExistsException:
            jboss.j2ee:jndiName=ra,service=EJB already registered., ObjectName:
            jboss.j2ee:module=jname1.jar,service=EjbModule,uid=17242295
            state: FAILED
            I Depend On:
            Depends On Me: javax.management.InstanceAlreadyExistsException:
            jboss.j2ee:jndiName=rag,service=EJB already registered., ObjectName:
            jboss.j2ee:module=sure1.jar,service=EjbModule
            state: FAILED
            I Depend On:
            Depends On Me: javax.management.InstanceAlreadyExistsException:
            jboss.j2ee:jndiName=rag,service=EJB already registered.]

            • 3. Re: deployment success with JBoss3.2.1 but not with JBoss3.2

               

              (java.lang.IllegalArgumentException: addChild: Child name '' is not unique)


              Something's wrong with the deployment descriptor of this EAR.

              • 4. Re: deployment success with JBoss3.2.1 but not with JBoss3.2
                saroj

                Thanks for your suggestion.But......

                When i try to deploy my Jar file in JBoss3.2.3 thro NetBeans IDE 3.6,it's not deploying .It's showing

                Exception " jmx::rmi" not bound.
                (Showing problem when comparing object with RMIAdaptorImpl_stub)

                But it's working fine with JBiss3.2.1.

                I found "jmx-adaptor--rmi.sar"r in JBoss3.2.1 but not in JBoss3.2.3,instead I found snmp-adaptor.sar.

                Anything I need to configure...Pls help me............