4 Replies Latest reply on Mar 23, 2011 4:57 AM by isien Branched to a new discussion.

    Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException

    rajivtmathew

      Using JBoss AS 6, I attempt to startup my application. There appears to be no errors preceding the below stack trace, all my deployments get initialized without any signs of problems, yet the overall startup fails.

       

      ----------------------------------------------------------

      16:07:53,945 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "AdminConsoleActivator" is missing the following dependencies:

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

        Deployment "JBossWSConsoleActivator" is missing the following dependencies:

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

        Deployment "JmxConsoleActivator" is missing the following dependencies:

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

        Deployment "MK2TimerServiceFactory" is missing the following dependencies:

          Dependency "persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb" (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' **")

      ----------------------------------------------------------

       

      Has anyone come across this issue so far ? Is there some configuration related to clustering, that I need to modify, from the default settings?