SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

Test connection success but file not found when click on Connect button #29

Closed geoffroy-aubry closed 6 years ago

geoffroy-aubry commented 6 years ago

Hi, I try to use this great tool but I'm faced with the following problem.

Docker config: docker_config

Basic config: basic_config

I try to connect to a MongoDB in docker, and test connection is a success: test_cnx_success

But when I click on Connection button I get an error: cnx_button

Can you help me plz? thx

geoffroy-aubry commented 6 years ago

I specify that the same configuration works both with Robo3T v1.2 and MongoDB Compass Comunity.

michaeljharrison commented 6 years ago

Hi Geoffroy,

Sorry for the delayed response, we've had another user encounter the same issue, we'll investigate this week and see if we can find a fix for you as soon as possible :)

Kind Regards, Mike from dbKoda.

michaeljharrison commented 6 years ago

Hi Geoffroy,

We think we may have solved this issue. Here's a link to a pre-release version of the application, we'd love it if you could give this version a try and let us know if your problem is solved.

https://github.com/SouthbankSoftware/dbkoda/releases/tag/1.1rc8

Note: We can't currently support Docker Edge (Dockers beta version) on Windows so that may cause further problems if you're using Docker Edge instead of regular docker.

Kind Regards, Mike from dbKoda.

geoffroy-aubry commented 6 years ago

Thx for your response. I try this new version, but not worked. Test still succesfull, but Connect button in error : "Error: Failed to create Mongo shell. Please check your Mongo shell settings in Config panel or refer to this doc for details".

Mongo binary path: "C:\Program Files\Docker\Docker\resources\bin\docker.exe" exec -t mongo-server mongo Works well in my console.

guiguan commented 6 years ago

Hi Geoffroy,

We have pushed a fix for the new issue. Would you mind trying the new build in https://github.com/SouthbankSoftware/dbkoda/releases/tag/1.1rc9 once again? Sorry for the troublesome :P

Thanks, Guan

geoffroy-aubry commented 6 years ago

Thanks, it works! :)