bububa / MongoHub-Mac

MongoHub mac native version.
http://mongohub.todayclose.com
1.18k stars 315 forks source link

MongoHub Crash #8

Open bscott opened 14 years ago

bscott commented 14 years ago

Hello,

MongoHub seems to crash quite often when unable to connect to a MongoDB Database.

bscott commented 14 years ago

Gathering more information

joshkehn commented 14 years ago

Can confirm that this happens a lot, especially when it can't connect locally.

skaag commented 14 years ago

happens constantly when you try to use ssh tunneling and it can't bind to 127.0.0.1:8888

AaronH commented 14 years ago

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?

JeffAMcGee commented 13 years ago

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

climbingblake commented 13 years ago

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.

mackrauss commented 13 years ago

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!

0xRoch commented 12 years ago

I have the same issue when I try to connect using a ssh tunnel

jdrake commented 12 years ago

@mackrauss great suggestion, it worked.

mackrauss commented 12 years ago

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.

ashrocket commented 12 years ago

This issue is possibly related to issue 74

spro commented 11 years ago

I'm a bit late to the party, but thanks for the tip @mackrauss !

mackrauss commented 11 years ago

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

sebastianconcept commented 11 years ago

Standalone is okay but are you guys able to connect to a replica set?