Failed to process phase PARSE of deployment kie-server.war

Posted on

While starting rhpam with below command kie-server.war is not getting deployed.
nohup ./standalone.sh -c standalone-full.xml -b 0.0.0.0 -bmanagement 0.0.0.0 &

The error is like below:

"{\"WFLYCTL0080: Failed services\" => {\"jboss.deployment.unit.\\"kie-server.war\\".PARSE\" => \"WFLYSRV0153: Failed to process phase PARSE of deployment \\"kie-server.war\\"
Caused by: org.jboss.msc.service.ServiceNotFoundException: service jboss.ejb.default-resource-adapter-name-service not found\"}}"
Note: standalone-full.xml is having the configuration for mdb with resource-adapter-ref like below:
resource-adapter-ref resource-adapter-name="${ejb.resource-adapter-name:activemq-ra.rar}"
bean-instance-pool-ref pool-name="mdb-strict-max-pool"

Please advice here

Responses