Search This Blog

Tuesday, April 19, 2016

How to Resolve the issue with BRMS 6.2/BPM Suite 6.2 installation

Problem Statement :
When we try to install the BRMS 6.2 or BPMS 6.2 using the installer on Windows we get this error:

Connected to Management Interface.
Advanced configuration command failed: deploy "C:\Users\Administrator\Desktop\jboss-eap-6.4.5/domain/business-central.war" --all-server-groups
{
    "outcome" => "failed",
    "failure-description" => "Path C:\\Users\\Administrator\\Desktop\\jboss-eap-6.4.5\\domain\\business-central.war doesn't exist.",
    "command" => "deploy \"C:\\Users\\Administrator\\Desktop\\jboss-eap-6.4.5/domain/business-central.war\" --all-server-groups"
}


Solution : 

1. Use JDK 1.7 on windows-7 machine.
2. Go to windows and right click on computer and click on properties.
3. Click on Advance system settings.
4. Under Advanced tab click Environment variables.
5. Set the  java home/bin folder to your system path, It was failing to find the jar command C:\program files \java\jdk1.7.0._79\bin.


For more information follow my Tutorial online @ http://jbpmtutorialmaster.blogspot.com/

No comments:

Post a Comment