While trying to add repository from BitBucket following error message shown
Error testing connection.
CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at com.atlassian.utils.process.ExternalProcessImpl.createDefaultProcess(ExternalProcessImpl.java:196)
Connection failed.
someone please help.
Hi Rahul,
This could be the issue if you not have Mercurial properly installed on your FE server. FE maintains an own copy of the repo hence Mercurial has to be installed and accessible to FE.
See https://confluence.atlassian.com/display/FISHKB/Cannot+add+Git+repository+in+FishEyefor a similar issue with Git.
Hope that helped!
Cheers,
// Svante
what is remedy for that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rahul,
Check out the Mercurial Client Setup page. This describes what you need to do. Also take a look at Supported Platforms page that your Mercurial version is ok.
Cheers,
// Svante
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
After doing Mercurial client setup it worked perfectly.
thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great!
Glad to help :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.