Question
Unable to deploy EAR file in JBOSS
Hi All,
While trying to deploy the Pega EAR file in JBOSS 6.4 facing below issue.
Deployment failed: prpc_j2ee14_jboss61JBM.ear: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" : {"jboss.web.deployment.default-host./prweb" : "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./prweb: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context\n Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS018040: Failed to start context"}}, "rolled-back" : true}
Thanks and Regards,
K Kiran Kumar
Hi, Standalone-full.xml contains all the configurations (containers, extentions and other JEE full profile configurations) that are required to start the server with required parameters to deploy a ear file.
Can you please make sure JBoss app server is pointed to use standalone-full.xml while stratup instead of standalone.xml and verify the scenario
Thank You,