Open bscott opened 14 years ago
Gathering more information
Can confirm that this happens a lot, especially when it can't connect locally.
happens constantly when you try to use ssh tunneling and it can't bind to 127.0.0.1:8888
Definitely having crashing problems here. Can't select a database without an instant crash. Could it be that I'm running Mongo 1.6? Could it be the Mongo is running replication sets?
I get crashes almost every time that I try to connect via ssh tunneling. It works fine if I use VPN to connect to the same server. Here is a crash report from my mac: http://pastebin.com/Q38c1YD7
mine only crashes when running a "second" query. I can consistently connect, find, and modify a record, but just after the second one I update it crashes, sometimes shutting off and showing error log.
If I try to use the ssh tunnel functionality MongoHub crashes immediately. It works if I set up a ssh tunnel on the command line doing something like this:
ssh -v example.org -L 27017:example.org:27017 -N
and then point MongoHub at localhost port 27017
Hope that helps in the meantime!
I have the same issue when I try to connect using a ssh tunnel
@mackrauss great suggestion, it worked.
Glad to hear @jdrake not sure why MongoHub crashes when initiating the SSH tunnel. Overall MongoHub seems a bit crashy and I hope it get's better soon.
This issue is possibly related to issue 74
I'm a bit late to the party, but thanks for the tip @mackrauss !
There is now an even better solution. This repo https://github.com/fotonauts/MongoHub-Mac released version 2.5.5 which improves stability and also makes SSH tunnelling work (slower than you own tunnel). Download link in this listing http://www.verious.com/code/fotonauts/MongoHub-Mac/ or directly here https://mongohub.s3.amazonaws.com/MongoHub.zip Hope this helps
Standalone is okay but are you guys able to connect to a replica set?
Hello,
MongoHub seems to crash quite often when unable to connect to a MongoDB Database.