|
From: Michael G. <mik...@ho...> - 2014-07-15 19:55:06
|
So I'm trying to deploy EJBCA 6.0.3 to JBOSS 7.1.1 with a Postgresql 9.1 backend on Wheezy. I've added the driver and created the datasource. But JBOSS gives this error at startup: 14:33:44,479 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status reportJBAS014775: New missing/unsatisfied dependencies: service jboss.naming.context.java.module.ejbca.adminweb (missing) dependents: [service jboss.naming.context.java.module.ejbca.adminweb.ValidatorFactory, service jboss.naming.context.java.module.ejbca.adminweb.Validator]JBAS014777: Services which failed to start: service jboss.deployment.subunit."ejbca.ear"."ejbca-ws-ejb.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."ejbca-ws-ejb.jar".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "ejbca-ws-ejb.jar" of deployment "ejbca.ear" service jboss.deployment.subunit."ejbca.ear"."systemtests-ejb.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."systemtests-ejb.jar".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "systemtests-ejb.jar" of deployment "ejbca.ear" service jboss.deployment.subunit."ejbca.ear"."ejbca-ejb.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."ejbca-ejb.jar".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "ejbca-ejb.jar" of deployment "ejbca.ear" service jboss.deployment.subunit."ejbca.ear"."publicweb.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."publicweb.war".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "publicweb.war" of deployment "ejbca.ear" service jboss.deployment.subunit."ejbca.ear"."adminweb.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."adminweb.war".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "adminweb.war" of deployment "ejbca.ear" service jboss.deployment.subunit."ejbca.ear"."cesecore-ejb.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."ejbca.ear"."cesecore-ejb.jar".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "cesecore-ejb.jar" of deployment "ejbca.ear" Full JBOSS log ---> http://pastebin.com/qzLfTMh2 ant deploy completed successfully but ant install errored out with "JAVA returned 1". |