DEPLOYMENTS MISSING DEPENDENCIES in Jboss-6.1.0
surendra.konna Jan 7, 2013 11:41 PMI am getting the following error while deploying my ear file in Jboss-6.1.0...
and i am using EJB 2.x
this works fine in jboss-3.2.8.SP1...nw we are migrating to jboss-6.1.0...
how can i overcome these errors?
Please help me...
16:40:54,640 INFO [HornetQServerImpl] trying to deploy queue jms.queue.ExpiryQueue
16:40:54,703 INFO [service] Removing bootstrap log handlers
16:40:54,828 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deplo
yers.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
"**ERROR**")
Deployment "JBossWSConsoleActivator" is missing the following dependencies:
Dependency "WebServer" (should be in state "Installed", but is actually in state
"**ERROR**")
Deployment "JmxConsoleActivator" is missing the following dependencies:
Dependency "WebServer" (should be in state "Installed", but is actually in state
"**ERROR**")
Deployment "ModClusterListener" is missing the following dependencies:
Dependency "WebServer" (should be in state "Create", but is actually in state "**
ERROR**")
Deployment "jboss.ejb3:application=savoya,module=savoya,component=ProfileEJB,servic
e=EJBBinder" is missing the following dependencies:
Dependency "jboss.ejb3:application=savoya,component=ProfileEJB,module=savoya,serv
ice=SessionBeanTypeWrapper" (should be in state "Installed", but is actually in state
"**ERROR**")
Deployment "jboss.ejb3:application=savoya,module=savoya,component=ReservationEJB,se
rvice=EJBBinder" is missing the following dependencies:
Dependency "jboss.ejb3:application=savoya,component=ReservationEJB,module=savoya,
service=SessionBeanTypeWrapper" (should be in state "Installed", but is actually in s
tate "**ERROR**")
Deployment "jboss.web.deployment:war=/" is missing the following dependencies:
Dependency "jboss.web:service=WebServer" (should be in state "Create", but is act
ually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/juddi" is missing the following dependencies:
Dependency "jboss.web:service=WebServer" (should be in state "Create", but is act
ually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
Deployment "jboss.web.deployment:war=/web" is missing the following dependencies:
Dependency "jboss.web:service=WebServer" (should be in state "Create", but is act
ually in state "** NOT FOUND Depends on 'jboss.web:service=WebServer' **")
DEPLOYMENTS IN ERROR:
Deployment "jboss.ejb3:application=savoya,module=savoya,component=ReservationEJB,se
rvice=SessionBeanTypeWrapper" is in error due to the following reason(s): java.lang.N
oClassDefFoundError: Could not initialize class com.mysedan.util.WebKeys
Deployment "jboss.ejb3:application=savoya,component=ProfileEJB,module=savoya,servic
e=SessionBeanTypeWrapper" is in error due to the following reason(s): **ERROR**
Deployment "jboss.ejb3:application=savoya,component=ReservationEJB,module=savoya,se
rvice=SessionBeanTypeWrapper" is in error due to the following reason(s): **ERROR**
Deployment "WebServer" is in error due to the following reason(s): java.lang.NullPo
interException, **ERROR**
Deployment "jboss.ejb3:application=savoya,module=savoya,component=ProfileEJB,servic
e=SessionBeanTypeWrapper" is in error due to the following reason(s): java.lang.NullP
ointerException
Deployment "jboss.web:service=WebServer" is in error due to the following reason(s)
: ** NOT FOUND Depends on 'jboss.web:service=WebServer' **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(Deployer
sImpl.java:1228) [:2.2.2.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeploy
erImpl.java:905) [:2.2.2.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkC
omplete(MainDeployerPlugin.java:87) [:6.1.0.Final]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAll
Complete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootst
rap.start(BasicProfileServiceBootstrap.java:135) [:6.1.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootst
rap.start(BasicProfileServiceBootstrap.java:56) [:6.1.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(Abstra
ctServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(Ab
stractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
at java.lang.Thread.run(Thread.java:619) [:1.6.0]