0 Replies Latest reply on Dec 3, 2012 10:38 AM by silmeria

    JBoss deployement error

    silmeria

      Hello

       

      I've got a small problem in deploying my application on the server.

       

      I get the following error, but I don't really understand how to solve it (I took this project some time ago so I'm really not an expert)

       

      Thanks in advance.

       

       

       

       

      2012-12-03 16:01:05,637 ERROR [org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:139)] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "ConnectorMBean" is missing the following dependencies:

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

        Deployment "DeploymentInvocationHandler" is missing the following dependencies:

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

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

        Deployment "DeploymentManager" is missing the following dependencies:

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

        Deployment "MBeanManagedOperationProxyFactory" is missing the following dependencies:

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

        Deployment "MBeanProfileView" is missing the following dependencies:

          Dependency "MBeanManagedOperationProxyFactory" (should be in state "Installed", but is actually in state "Instantiated")

        Deployment "ManagedOperationProxyFactory" is missing the following dependencies:

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

        Deployment "ManagementView" is missing the following dependencies:

          Dependency "ManagementViewDelegate" (should be in state "Installed", but is actually in state "Instantiated")

        Deployment "ManagementViewDelegate" is missing the following dependencies:

          Dependency "DeploymentManager" (should be in state "Installed", but is actually in state "Instantiated")

          Dependency "ManagedOperationProxyFactory" (should be in state "Installed", but is actually in state "Instantiated")

        Deployment "ProfileServiceInvocationHandler" is missing the following dependencies:

          Dependency "ProfileServiceProxyFactory" (should be in state "Installed", but is actually in state "Instantiated")

          Dependency "ProfileServiceProxyFactory" (should be in state "Installed", but is actually in state "Instantiated")

        Deployment "ProfileServiceProxyFactory" is missing the following dependencies:

          Dependency "ManagementView" (should be in state "Installed", but is actually in state "Described")

          Dependency "DeploymentManager" (should be in state "Installed", but is actually in state "Instantiated")

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

        Deployment "UnifiedInvoker" is missing the following dependencies:

          Dependency "UnifiedInvokerConnector" (should be in state "Installed", but is actually in state "**ERROR**")

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

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

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

        Deployment "jboss:service=proxyFactory,target=ClientUserTransaction" is missing the following dependencies:

          Dependency "jboss:service=invoker,type=unified" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **")

        Deployment "jboss:service=proxyFactory,target=ClientUserTransactionFactory" is missing the following dependencies:

          Dependency "jboss:service=invoker,type=unified" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **")

       

      DEPLOYMENTS IN ERROR:

        Deployment "jboss.remoting:service=Connector,transport=socket" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.remoting:service=Connector,transport=socket' **

        Deployment "org.jboss.ejb3.RemotingConnector" is in error due to the following reason(s): java.lang.RuntimeException: Can not determine bindable address for locator (InvokerLocator [socket://0.0.0.0:3873/?timeout=300000])

        Deployment "UnifiedInvokerConnector" is in error due to the following reason(s): java.lang.RuntimeException: Can not determine bindable address for locator (InvokerLocator [socket://0.0.0.0:4446/?dataType=invocation&enableTcpNoDelay=true&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller]), **ERROR**

        Deployment "jboss:service=invoker,type=unified" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss:service=invoker,type=unified' **

       

              at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]

              at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]

              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]

              at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]

              at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]

              at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]

              at java.lang.Thread.run(Thread.java:662) [:1.6.0_26]

       

      2012-12-03 16:01:05,664 INFO  [org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:219)] (Thread-2) Démarrage de Coyote HTTP/1.1 sur http-0.0.0.0-8080

      2012-12-03 16:01:05,669 INFO  [org.apache.coyote.ajp.AjpProtocol.start(AjpProtocol.java:203)] (Thread-2) Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009

      2012-12-03 16:01:05,671 INFO  [org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:219)] (Thread-2) Démarrage de Coyote HTTP/1.1 sur http-0.0.0.0-8443