Need Help for cloning BRMS project
juleshoueto Apr 30, 2017 9:12 PMHello all,
I am new to Jboss BRMS and I am testing it actualy to understand more how it works. But I have some issues when I try to clone projects from one BRMS server to another one.
I have two virtuals machines, all installed with CentOS 7 Linux.
To have a good testing environment, I downloaded and installed the JBoss BRMS Suite Cool Store Demo on one virtual machine.
And also installed another JBoss BRMS instance on the second virtual machine. For this virtual machine, I used the deployable method to install JBoss EAP 6.4 and JBoss BRMS 6.4.
At this stage, everything goes fine, as I can access to the BRMS coolstore and also access business-central from the orther server.
Now what i am planning to do is to clone the BRMS Cool Store Demo to the second instance of BRMS.
I try to acheive this by using the Cloning Repository dialog Window. This are the values that i provided :
Repository Name : test
Organizational Unit : example
Git URL : git://172.16.67.147/coolstore-demo.git (172.16.67.147 is the IP of the BRMS that deployed the Cool Store Demo)
I do not provide any git user or git password. But when I click on clone, I receive this message :
Can't clone repository. java.lang.RuntimeException: java.lang.RuntimeException: git://172.16.67.147/coolstore-demo.git: Connexion refusée (Connection refused)
Fore information, Firewalld and selinux are disabled on 172.16.67.147 server.
My first question here is that, is this operation expecting any git user and password ? If Yes, which account should be use to gain access or to suceed the cloning operation. I try all system local account, but anyone did not work.
I also change the Git URL to http://172.16.67.147/coolstore-demo.git and i receive also this error,
Can't clone repository. java.lang.RuntimeException: java.lang.RuntimeException: http://172.16.67.147/coolstore-demo.git: cannot open git-upload-pack
I am sure that i am not doing things right well, and that it is why I am looking for you guys to please help me.
Thank you for your time.
Regards