0 Replies Latest reply on Jun 22, 2015 6:55 AM by bhanugst2015

    Jboss AS 6 + Seam 2.3 showing 404 error while deployment

    bhanugst2015

      Hi All ,

       

             Iam trying to create project with seam 2.3 and jboss 6 . When i create every thing is going fine but iam facing an error which is given below :

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "jboss-switchboard:appName=seampml,module=seampml.war" is missing the following dependencies:

          Dependency "persistence.unit:unitName=seampml.ear/seampml.jar#seampml" (should be in state "Installed", but is actually in state "Configured")

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

          Dependency "jboss-switchboard:appName=seampml,module=seampml.war" (should be in state "Installed", but is actually in state "Create")

        Deployment "persistence.unit:unitName=seampml.ear/seampml.jar#seampml" is missing the following dependencies:

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

       

      DEPLOYMENTS IN ERROR:

        Deployment "jboss.jca:name=seampmlDatasource,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=seampmlDatasource,service=DataSourceBinding' **

       

          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(Unknown Source) [:1.7.0_67]

       

      Any help ?