2 Replies Latest reply on Mar 5, 2014 11:59 AM by folkken

    Deployment error in JBoss 6.10 Final

    prabhucbe

      Hello All,

       

      It would be really helpful to proceed further if I have a answer or solution for the below problem.

       

      We started migrating JBoss 4.2.2 GA to JBoss 6.1.0 Final. I directly started server as windows service using service.bat and copied our JARs(built for JBoss 4.2.2 GA) under server/default/bicnet folder. The service started successfully, but there are some deployment errors.

       

      Hint : I have not changed any configuration in the new application server.

       

      Server.log

       

      DEPLOYMENTS MISSING DEPENDENCIES:

       

      Deployment "AdminConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "Configured")

        Deployment "HornetQ.main.config" is missing the following dependencies:

          Dependency "HornetQServer" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'HornetQServer' **")

        Deployment "JBossWSConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "Configured")

        Deployment "JMSConnectionFactoryManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSConnectionFactoryManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSQueueManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSQueueManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSServerMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSServerMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JMSTopicManageMO" is missing the following dependencies:

          Dependency "<UNKNOWN JMSTopicManageMO>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'JMSServerManager' **")

        Deployment "JmxConsoleActivator" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Installed", but is actually in state "Configured")

        Deployment "ModClusterListener" is missing the following dependencies:

          Dependency "WebServer" (should be in state "Create", but is actually in state "Configured")

        Deployment "WebServer" is missing the following dependencies:

          Dependency "jboss.jca:service=CachedConnectionManager" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:service=CachedConnectionManager' **")

        Deployment "jboss-switchboard:appName=juddi-service,module=juddi" is missing the following dependencies:

          Dependency "java:/DefaultDS" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'java:/DefaultDS' **")

        Deployment "jboss.ejb:persistencePolicy=database,service=EJBTimerService" is missing the following dependencies:

          Dependency "jboss.jdbc:datasource=DefaultDS,service=metadata" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **")

          Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")

        Deployment "jboss.ejb:service=EJBTimerService" is missing the following dependencies:

          Dependency "jboss.ejb:persistencePolicy=database,service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")

        Deployment "jboss.j2ee:module="1103atp_scheduler.jar",service=EjbModule" is missing the following dependencies:

          Dependency "jboss.ejb:service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")

          Dependency "jboss.jca:service=CachedConnectionManager" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:service=CachedConnectionManager' **")

        Deployment "jboss.jca:name=JTASessionFactory,service=JTAHibernateSessionFactory" is missing the following dependencies:

          Dependency "jboss.jca:name=TxHibernateFactory,service=HibernateFactory" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=TxHibernateFactory,service=HibernateFactory' **")

          Dependency "jboss.jca:name=NoTxHibernateFactory,service=HibernateFactory" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=NoTxHibernateFactory,service=HibernateFactory' **")

        Deployment "jboss.web.deployment:war=/ROOT" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "Configured")

        Deployment "jboss.web.deployment:war=/invoker" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "Configured")

        Deployment "jboss.web.deployment:war=/juddi" is missing the following dependencies:

          Dependency "jboss.web:service=WebServer" (should be in state "Create", but is actually in state "Configured")

        Deployment "jboss:service=CorbaNaming" is missing the following dependencies:

          Dependency "jboss:service=CorbaORB" (should be in state "Create", but is actually in state "**ERROR**")

        Deployment "jboss:service=CorbaTransaction" is missing the following dependencies:

          Dependency "jboss:service=CorbaNaming" (should be in state "Create", but is actually in state "Configured")

          Dependency "jboss:service=CorbaORB" (should be in state "Create", but is actually in state "**ERROR**")

        Deployment "jboss:service=KeyGeneratorFactory,type=HiLo" is missing the following dependencies:

          Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")

        Deployment "jboss:service=invoker,type=iiop" is missing the following dependencies:

          Dependency "jboss:service=CorbaORB" (should be in state "Create", but is actually in state "**ERROR**")

        Deployment "jboss:service=juddi" is missing the following dependencies:

          Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")