Mongodb query tool
I am trying to configure Mongo db query tool using LDAP Connection, getting following error.
MongoDB Query Tool failed with a fatal error: com.mongodb.MongoClient.(Lcom/mongodb/ServerAddress;Lcom/mongodb/MongoCredential;Lcom/mongodb/MongoClientOptions;)V. View Details for more information.
Comments
-
What jars did you add to SOAtest, aside from the MongoDB Query tool? Probably you have some other jar that is breaking the extension.
0 -
I have added Mongo-Java driver 3.4.2 jar
0 -
I have added Mongo-Java driver 3.4.2 jar
The MongoDB Query tool includes its own mongo-java-driver. Don't add any extra mongo-java-driver jars.
0 -
i have deleted Mongo java driver, it fixed. thank you.
0 -
Hi all, trying to configure MongoDB Query tool and getting "Error Message:
Cannot connect to MongoDB server at localhost:27017" I have added the necessary Jar file, any insights0 -
Cannot connect to MongoDB server at localhost:27017
I am sure this message is accurate. Is your MongoDB server running on that host and port? Or did you mean to connect to a different host and port?
0 -
I tried to connect another instance, I was able to run the query manaully, but not from soatest.
0 -
I tried to connect another instance, I was able to run the query manaully, but not from soatest.
You need to provide some detail so that someone can help you. Concerning the "Cannot connect" message, is your MongoDB server running on that host and port? Or did you mean to connect to a different host and port?
0 -
sorry for my delay, I was using incorrect node, after having right connection string and query, I was able to run mongo db query tool, thank you all.
0