DEPLOYMENTS MISSING DEPENDENCIES (should be in state "Installed", but is actually in state "Create")
glotzich Feb 22, 2011 12:36 AMHi,
I just started to integrate my EJB int my first web application, but I can'r figure out, why it doesn't work.
I'm getting the following error:
2011-02-20112 18:00:47,846 ERROR [ProfileServiceBootstrap] (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 "jboss-switchboard:appName=HelloWorld,module=web" is missing the following dependencies:
Dependency "jboss.ejb3:application=HelloWorld,component=MyEJB,module=ejb,service=EJBBinder" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'jboss.ejb3:application=HelloWorld,component=MyEJB,module=ejb,service=EJBBinder',whenRequired=MapControllerStateModel$ControllerStateWrapper@2e32b816{Start},dependentState=MapControllerStateModel$ControllerStateWrapper@3d3c40c{Installed} **")
Deployment "jboss.web.deployment:war=/HelloWorld" is missing the following dependencies:
Dependency "jboss-switchboard:appName=HelloWorld,module=web" (should be in state "Installed", but is actually in state "Create")
DEPLOYMENTS IN ERROR:
Deployment "jboss.ejb3:application=HelloWorld,component=MyEJB,module=ejb,service=EJBBinder" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.ejb3:application=HelloWorld,component=MyEJB,module=ejb,service=EJBBinder',whenRequired=MapControllerStateModel$ControllerStateWrapper@2e32b816{Start},dependentState=MapControllerStateModel$ControllerStateWrapper@3d3c40c{Installed} **
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:680) [:1.6.0_22]
I tried to figure out the reason yesterday the whole day up to now. I couldn't find a solution. I'm pretty much lost...
Does someone know, what might be the reason?
I don't know which information might be useful. I attached the source code, the ear.file, two logs and my output in the terminal.
My JBoss is: JBossAS [6.0.0.Final "Neo"]
I know, that some of the class files are only needed by web application or application server, but I wanted to reduce the problem, that
a class couldn't be found, but nothing has changed. My Servlet doesn't make any lookup at the moment, so I think it must be a configuration problem.
Thank you for helping me,
Glotzich
-
console.log.zip 3.5 KB
-
server.log.zip 1.1 KB
-
boot.log.zip 4.3 KB
-
HelloWorld.zip 6.3 KB
-
HelloWorld.ear 4.4 KB