While trying to deploy one war(cshw.war) file in Jboss EAP 6.4.0 I'm getting below error:
[standalone@localhost:9999 /] deploy /opt/csa/dat/cshw.war
{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.cshw.cshw.env.jdbc.CRLDS is missing [jboss.naming.context.java.jboss.resources.jdbc.CRLDS]"],"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {"Services that were unable to start:" => ["jboss.deployment.unit.\"cshw.war\".component.\"com.sun.faces.config.ConfigureListener\".START","jboss.deployment.unit.\"cshw.war\".component.\"javax.faces.webapp.FacetTag\".START","jboss.deployment.unit.\"cshw.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START","jboss.deployment.unit.\"cshw.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START","jboss.deployment.unit.\"cshw.war\".component.\"org.apache.catalina.servlets.DefaultServlet\".START","jboss.deployment.unit.\"cshw.war\".component.\"org.apache.jasper.servlet.JspServlet\".START","jboss.deployment.unit.\"cshw.war\".component.\"se.ericsson.security.cshw.CshwServlet\".START","jboss.deployment.unit.\"cshw.war\".deploymentCompleteService","jboss.deployment.unit.\"cshw.war\".jndiDependencyService","jboss.web.deployment.default-host./cshw"],"Services that may be the cause:" => ["jboss.deployment.subunit.\"ejbca.ear\".\"ejbca-ws-ejb.jar\".deploymentCompleteService","jboss.naming.context.java.comp.ejbca.ejbca-ws-ejb.EjbcaWS","jboss.naming.context.java.jboss.resources.jdbc.CRLDS"]}}}}