0 Replies Latest reply on Nov 11, 2015 11:31 PM by stpvk15

    Deploying in jboss6 - DEPLOYMENTS MISSING DEPENDENCIES:

    stpvk15

      Deploying ejb jar in jboss6. Hit with this exception , any inputs ? Full stack trace in the attachment.

       

      22:47:18,966 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2

      22:47:19,040 INFO  [TomcatDeployment] deploy, ctxPath=/

      22:47:19,108 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.DLQ

      22:47:19,135 INFO  [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue

      22:47:19,157 INFO  [service] Removing bootstrap log handlers

      22:47:19,200 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 "jboss.j2ee:jndiName=ControllerHome,service=EJB" is missing the following dependencies:

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

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

       

       

      DEPLOYMENTS IN ERROR:

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

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

       

       

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

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

              at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.1.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.1.0.Final]

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

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

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

              at java.lang.Thread.run(Thread.java:745) [:1.7.0_67]

       

       

      22:47:19,231 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080

      22:47:19,234 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009

      22:47:19,258 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 25s:353ms

      22:47:36,157 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/admin-console

      22:47:36,207 INFO  [org.apache.catalina.core.StandardContext] The listener "com.sun.faces.config.ConfigureListener" is already configured for this context. The duplicate definition has been ignored.