Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
Version: 3.4.0.SNAPSHOT
ClientMetadataHelper tries to get DriverVersion using
Class<InternalStreamConnectionInitializer> clazz = InternalStreamConnectionInitializer.class;
|
URL versionPropertiesFileURL = clazz.getResource("/version.properties");
|
but there is another "version.properties" file in classpath - it leads to IllegalArgumentException("Value can not be null") in BsonString constructor.
This prevents any connections from being established to the MongoDB server.
Attachments
Issue Links
- related to
-
JAVA-2266 Implement The MongoDB Handshake Protocol
-
- Closed
-