Reputation: 7
I am facing some problems while installing jBPM. I have successfully installed EAP and when I tried to install BPM Suite firstly it shows error as
"the port 9999 is already in use, and is required to be open for this installtion".
When I still continue installation I got error as
"Advanced configuration command failed: deploy "D:\JBPM\bpms-fuse-travel-agency-integration-demo-master\test3/domain/business-central.war"
--all-server-groups {
"outcome" => "failed",
"failure-description" => "Path D:\\JBPM\\bpms-fuse-travel-agency-integration-demo-master\\test3\\domain\\business-central.war doesn't exist.",
"command" => "deploy \"D:\\JBPM\\bpms-fuse-travel-agency-integration-demo-master\\test3/domain/business-central.war\"
--all-server-groups" }"
I tried with all the solution available on internet but the problem still persists.
Upvotes: 0
Views: 332
Reputation: 871
you are getting this error- the port is already in use, this means your EAP server is running. To install it first you have to stop your EAP server.
to stop EAP server use command Ctrl -c
. Then try install BPM suite. :)
Upvotes: 1