-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash upon connecting to replset -- NSInvalidArgumentException #101
Comments
Can you reproduce it? |
Every time I launch and attempt to connect to my mongo servers at work,this happens now, so I am no longer able to use MongoHub. Its been some time since I used it, and I allowed it to auto-update, so I'm not sure which version introduced this issue. |
Can you try this version : https://mongohub.s3.amazonaws.com/MongoHub-test.zip ? Let me know what you have in the console just before the crash. |
In the UI right before the crash, I've doube clicked on my replset, and Crashed Thread: 6 Dispatch queue: com.apple.root.default-priority Exception Type: EXC_CRASH (SIGABRT) Application Specific Information: Application Specific Backtrace 1:
On Tue, Oct 29, 2013 at 2:25 PM, Jérôme Lebel [email protected]:
|
The message should be in the console application. Or the best is to launch the application from the terminal. |
~/Downloads/MongoHub.app/Contents/MacOS/MongoHub WARNING: mongo_replset_init() is deprecated, please use
On Tue, Oct 29, 2013 at 4:03 PM, Jérôme Lebel [email protected]:
|
You have a database with no name... that's weird. |
What is the result when you do : "show dbs" in mongo? |
Can you try again with: https://mongohub.s3.amazonaws.com/MongoHub-test2.zip ? |
jchristiansen@HA001920:~$ ~/Downloads/MongoHub.app/Contents/MacOS/MongoHub
On Tue, Oct 29, 2013 at 4:27 PM, Jérôme Lebel [email protected]:
|
Blanked out over some hostnames, but here's a screenshot of the config for |
With "show dbs" what do you have? |
Fixed in 2.5.14, I let you close this issue after testing this new release. |
I'm guessing ti works now. |
Application Specific Information:
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
terminate called throwing an exception
abort() called
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff85052b06 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff840a33f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8500327a -[__NSArrayM insertObject:atIndex:] + 282
3 MongoHub 0x0000000100043051 __43-[MODServer fetchDatabaseListWithCallback:]_block_invoke + 769
4 MongoHub 0x0000000100041527 __29-[MODServer addQueryInQueue:]_block_invoke + 71
5 Foundation 0x00007fff845239cf -[NSBlockOperation main] + 124
6 Foundation 0x00007fff844f9926 -[__NSOperationInternal start] + 684
7 Foundation 0x00007fff845010f1 __block_global_6 + 129
8 libdispatch.dylib 0x00007fff8a9e0f01 _dispatch_call_block_and_release + 15
9 libdispatch.dylib 0x00007fff8a9dd0b6 _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff8a9de1fa _dispatch_worker_thread2 + 304
11 libsystem_c.dylib 0x00007fff84877cdb _pthread_wqthread + 404
12 libsystem_c.dylib 0x00007fff84862191 start_wqthread + 13
The text was updated successfully, but these errors were encountered: