Tested on Aqua Data Studio 14.0.0-beta-3 Build #: 32695 on Ubuntu 12.04( Mongo DB 2.4.3) and Windows XP ( Mongo DB 2.0.9).
See console log of ADS MongoShell:
> db = connect("localhost:27017/Test_Case");
Mongo.java Line 83 is causing the issue.
1. ) new Mongo() still displays connection to null
2.) db = connect("") gives Wrapped java.lang.IllegalArgumentException
3.) db = connect("10.168.11.162:27017") gives Wrapped \\...\\ .\\हिñçêČάй語简�?한\\.yꂐꄴ⡤ꍱ 6 finally: [10.168.11.162:27017] is not a valid database name (mongodb/mongo.js#39)
1. ) new Mongo() still displays connection to null
2.) db = connect("") gives Wrapped java.lang.IllegalArgumentException
3.) db = connect("10.168.11.162:27017") gives Wrapped \\...\\ .\\हिñçêČάй語简�?한\\.yꂐꄴ⡤ꍱ 6 finally: [10.168.11.162:27017] is not a valid database name (mongodb/mongo.js#39)
fixed in CoreMongoShellRunnable, AquaMongoConsole, and CommandLineEnterpreter
fixed in CoreMongoShellRunnable, AquaMongoConsole, and CommandLineEnterpreter
Verified in 14.0.0-beta-32. Slava, can you test and close ?
Verified in 14.0.0-beta-32. Slava, can you test and close ?
Issue #9247 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build beta-28 |
No time estimate |
Mongo.java Line 83 is causing the issue.