AbinashBishoyi / mongo-vision

Automatically exported from code.google.com/p/mongo-vision
Apache License 2.0
1 stars 0 forks source link

TypeError: Cannot call method "getDB" of null (mongo-db.js#891) #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Start prudence via run console in one cmd window
Start mongod via mongod in another cmd window

What is the expected output? What do you see instead?

Mongovision correctly finds mongodb listening on port 27017 and initially 
displays the collections in mongodb.

However, selecting any collection in the left of mongovision will result in 
error TypeError: Cannot call method "getDB" of null (mongo-db.js#891)

However, if I select 'connect' in mongovision and supply the address of 
localhost:27017 then mongovision can correctly display the data for any 
collection selected.

What version of the product are you using? On what operating system?

1. Prudence rev1007 with mongovision-standard-R138 on WinXP 32 bit
2. running mongodb-win32-i386 1.8.2-rc1

Please provide any additional information below.

Original issue reported on code.google.com by tgloc...@gmail.com on 19 May 2011 at 1:52

GoogleCodeExporter commented 9 years ago
Thanks for the report -- I'm made some changes in how MongoVision connects to 
MongoDB, so this issue may disappear. The changes are on Subversion, and will 
be in the next release.

Original comment by tal.liron on 23 May 2011 at 9:01