Bug 1309967

Summary: Error while deploying BRMS on EAP 6.4 in domain mode
Product: [Retired] JBoss BRMS Platform 6 Reporter: deepalic <deepali>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Jiri Locker <jlocker>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:03:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
EAP Server log none

Description deepalic 2016-02-19 06:14:48 UTC
Created attachment 1128451 [details]
EAP Server log

Description of problem:
I am following the instructions available on https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_BRMS/6.2/html/Installation_Guide/Installing_BRMS_in_the_Domain_Mode.html for deploying BRMS on EAP in domain mode. But the the deployed is rolled back because of errors. 

Version-Release number of selected component (if applicable):
BRMS 6.2.0, EAP 6.4.0


How reproducible:
Consistently occurring.


Steps to Reproduce:
1.Download EAP v6.4 zip from the downloads page. Extract it. 
2.Download BRMS deployable on EAP zip from the downloads page. Extract it. 
3.Follow the instructions on https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_BRMS/6.2/html/Installation_Guide/Installing_BRMS_in_the_Domain_Mode.html for deploying BRMS on EAP.

Actual results:
The output on the EAP CLI is:
 ./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] connect
[domain@localhost:9999 /] deploy --all-server-groups /root/deepali/JBOSS/BRMS_EAP_domain/deployable/jboss-eap-6.4/standalone/deployments/business-central.war
/root/deepali/JBOSS/BRMS_EAP_domain/deployable/jboss-eap-6.4/standalone/deployments/business-central.war is a directory.
[domain@localhost:9999 /] deploy --all-server-groups /root/deepali/JBOSS/BRMS_EAP_domain/deployable/jboss-eap-6.4/standalone/deployments/business-central.war/business-central.war
JBAS010839: Operation failed or was rolled back on all servers.

Expected results:
The deployment should succeed.


Additional info:
The components from the same BRMS zip work with EAP 6.4 in standalone mode.

Comment 2 deepalic 2016-02-22 14:41:41 UTC
Similar issue is also observed while deploying the war on BPM Suite with EAP in domain mode.