5 Replies Latest reply on Jun 29, 2011 7:43 AM by ezanih

    Cannot cast org.hibernate.validator.util.LazyValidatorFactory to javax.validation.ValidatorFactory

    ezanih

       

      Hi there

       

       

      I am trying to deploy a test application using Prime Faces, Hibernate, Spring DAO, EJB3, Facelets and JSF2.0 which I created in my Net Beans 6.9.1 IDE which works fine in GlassFish Server 3.0 but does not seem to run on JBoss-6.0.0.Final. Since the app connects to a MySQL database, uses JPA2 and JTA (EclipseLink), I have added the mysql-connector.x.x.x-bin.jar and the mysql-ds.xml files needed. Many of the jar files in our app's lib folder had to be removed because they were already included in JBoss AS 6 and were causing ClassCastExceptions. After refining the jars to be included in our app's lib folder, I am still obtaining a few errors. Main error seems to be :-

       

       

      05:27:18,931 ERROR [STDERR] log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).

       

      05:27:18,931 ERROR [STDERR] log4j:WARN Please initialize the log4j system properly.

       

      05:27:18,975 ERROR [[/H2Care]] Exception sending context initialized event to listener instance of class

      org.jboss.web.jsf.integration.config.JBossMojarra20ConfigureListener: java.lang.ClassCastException: Cannot cast org.hibernate.validator.util.LazyValidatorFactory to javax.validation.ValidatorFactory

       

      Please help. I attach the full JBoss 6 server log below :-

       

       

       

      05:27:18,931 ERROR [STDERR] log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).

      05:27:18,931 ERROR [STDERR] log4j:WARN Please initialize the log4j system properly.

      05:27:18,975 ERROR [[/H2Care]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossMojarra20ConfigureListener: java.lang.ClassCastException: Cannot cast org.hibernate.validator.util.LazyValidatorFactory to javax.validation.ValidatorFactory

      at java.lang.Class.cast(Class.java:3007) [:1.6.0_20]

      at org.jboss.deployers.spi.attachments.helpers.AbstractAttachments.getAttachment(AbstractAttachments.java:49) [:2.2.0.GA]

      at org.jboss.deployers.spi.attachments.helpers.AbstractAttachments.getAttachment(AbstractAttachments.java:56) [:2.2.0.GA]

      at org.jboss.mc.servlet.vdf.api.BaseAttachmentVDFConnector.lookup(BaseAttachmentVDFConnector.java:74) [:2.2.0.GA]

      at org.jboss.mc.servlet.vdf.api.BaseAttachmentVDFConnector.getUtilityFromAttribute(BaseAttachmentVDFConnector.java:53) [:2.2.0.GA]

      at org.jboss.mc.servlet.vdf.api.BaseAttachmentVDFConnector.getUtilityFromAttribute(BaseAttachmentVDFConnector.java:35) [:2.2.0.GA]

      at org.jboss.mc.servlet.vdf.api.AbstractVDFConnector.getUtility(AbstractVDFConnector.java:93) [:2.2.0.GA]

      at org.jboss.mc.servlet.vdf.api.AbstractVDFConnector.isValid(AbstractVDFConnector.java:78) [:2.2.0.GA]

      at org.jboss.web.jsf.integration.config.JBossJSFInitializer.addBeanValidatorFactory(JBossJSFInitializer.java:65) [:1.0.3]

      at org.jboss.web.jsf.integration.config.JBossMojarra20ConfigureListener.doVersionSpecificInitialization(JBossMojarra20ConfigureListener.java:37) [:1.0.3]

      at org.jboss.web.jsf.integration.config.JBossMojarraConfigureListener.contextInitialized(JBossMojarraConfigureListener.java:56) [:1.0.3]

      at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3369) [:6.0.0.Final]

      at org.apache.catalina.core.StandardContext.start(StandardContext.java:3828) [:6.0.0.Final]

      at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:294) [:6.0.0.Final]

      at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146) [:6.0.0.Final]

      at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:477) [:6.0.0.Final]

      at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) [:6.0.0.Final]

      at org.jboss.web.deployers.WebModule.start(WebModule.java:95) [:6.0.0.Final]

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]

      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [:1.6.0_20]

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [:1.6.0_20]

      at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_20]

      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) [:6.0.0.GA]

      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) [:6.0.0.GA]

      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) [:6.0.0.GA]

      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:271) [:6.0.0.GA]

      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670) [:6.0.0.GA]

      at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) [:2.2.0.GA]

      at $Proxy41.start(Unknown Source) at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:53) [:2.2.0.GA]

      at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:41) [:2.2.0.GA]

      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:301) [:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182) [:2.2.0.GA]

      at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58) [:2.2.0.GA]

      at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) [:2.2.0.GA]

      at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.GA]

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

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

      at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.2.2]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159) [:0.2.2]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112) [:0.2.2]

      at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87) [:0.2.2]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91) [:0.2.2]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132) [: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:636) [:1.6.0_20]

      05:27:19,016 INFO [config] Initializing Mojarra 2.0.4 (FCS b09) for context '/H2Care'

      05:27:21,103 INFO [PostConstructApplicationEventListener] Running on PrimeFaces 3.0.M1

      05:27:21,104 INFO [PostConstructApplicationEventListener] Running on PrimeFaces 3.0.M1

      05:27:21,106 INFO [config] Monitoring jndi:/localhost/H2Care/WEB-INF/faces-config.xml for modifications

      05:27:21,123 ERROR [StandardContext] Error listenerStart

      05:27:21,123 ERROR [StandardContext] Context [/H2Care] startup failed due to previous errors

      05:27:21,125 INFO [[/H2Care]] Closing Spring root WebApplicationContext

      05:27:21,130 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/H2Care state=Create mode=Manual requiredState=Installed: org.jboss.deployers.spi.DeploymentException: URL file:/opt/jboss-6.0.0.Final/server/default/tmp/vfs/automount82f4889245bf47b8/H2Care.war-60528b29a4f99677/ deployment failed

      at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:325) [:6.0.0.Final]

      at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146) [:6.0.0.Final]

      at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:477) [:6.0.0.Final]

      at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118) [:6.0.0.Final]

      at org.jboss.web.deployers.WebModule.start(WebModule.java:95) [:6.0.0.Final]

      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]

      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [:1.6.0_20]

      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [:1.6.0_20]

      at java.lang.reflect.Method.invoke(Method.java:616) [:1.6.0_20]

      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) [:6.0.0.GA]

      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) [:6.0.0.GA]

      at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) [:6.0.0.GA]

      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:271) [:6.0.0.GA]

      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:670) [:6.0.0.GA]

      at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206) [:2.2.0.GA]

      at $Proxy41.start(Unknown Source) at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:53) [:2.2.0.GA]

      at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:41) [:2.2.0.GA]

      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:301) [:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182) [:2.2.0.GA]

      at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58) [:2.2.0.GA]

      at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) [:2.2.0.GA]

      at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.GA]

      at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.GA]

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

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

      at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.2.2]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]

      at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]

      at org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215) [:0.2.2]

      at org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159) [:0.2.2]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112) [:0.2.2]

      at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87) [:0.2.2]

      at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91) [:0.2.2]

      at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132) [: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:636) [:1.6.0_20]

      05:27:21,158 INFO [TomcatDeployment] deploy, ctxPath=/

      05:27:21,193 INFO [service] Removing bootstrap log handlers

       

      2011-06-23 04:07:08,198 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=H2Care,module=H2Care" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3,type=nointerface-view-jndi-binder" (should be in state "Installed", but is actually in state "Instantiated")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3" is missing the following dependencies:

      Dependency "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

      Deployment "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3_endpoint" is missing the following dependencies:

      Dependency "jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3" (should be in state "Installed", but is actually in state "PreInstall")

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

      Dependency "jboss-switchboard:appName=H2Care,module=H2Care" (should be in state "Installed", but is actually in state "Deploy")

      DEPLOYMENTS IN ERROR:

      Deployment "persistence.unit:unitName=H2Care.war#H2CarePU" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.eclipse.persistence.jpa.PersistenceProvider from BaseClassLoader@5350f1d6{vfs:///opt/jboss-6.0.0.Final/server/default/deploy/H2Care.war}

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMaritalStatusFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefLocationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncDischargesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRacesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMedicoLegalFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStatesPerFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=UseridFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRoleFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCasesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=CompanyInfoFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRelationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppSchedulesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefComplaintCaseFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=PatientsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=GuaranteeFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefRegistrationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTitlesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppReservationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncDisciplinesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCityFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTriageFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStatesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEntitlementClassFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDepartmentsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefGendersFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncEmergencyFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEncounterDomainsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefTouristFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=PersonsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefOccupationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncAdmissionsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDisciplinesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncTransfersFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefNationsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefCityPerFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefGlTypeFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=UserRoleFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefStudentCategoryFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefMachineFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=AppResourcesFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEntitlementFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefDisasterFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=EncountersFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      Deployment "<UNKNOWN jboss.j2ee:jar=H2Care.war,name=RefEncounterSubdomainsFacade,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=H2Care.war#H2CarePU' **

      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:636) [:1.6.0_20]

      2011-06-23 04:07:08,986 INFO [org.apache.coyote.http11.Http11Protocol] (Thread-2) Starting Coyote HTTP/1.1 on http-172.19.64.156-8080

      2011-06-23 04:07:08,988 INFO [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-172.19.64.156-8009

      2011-06-23 04:07:08,993 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 42s:993ms

       

       

       

      Thank you very much in advance.

       

      Ezani