Problem to connect mongodb cloud(Atlas Cluster) via Datagrip

Well, I'm trying to connect Atlas Cluster, but without success.

Throws this error: 

com.mongodb.MongoTimeoutException (no security manager: RMI class loader disabled).
Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.mongodb.MongoTimeoutException (no security manager: RMI class loader disabled)

it is my configuration in mongo cloud. I choose second item(Connect your application) and then copied connection string, of course changed it with my credentials 

 

But as I said, it throws timeout exception.

 

The thing is that  with compass(mongodb ide) I can connect to mongo cloud.

 

Can you help me, how to configure datagrip to connect to mongo cloud

0

Can you please check you are using latest MongoDB driver? open up data source properties, switch to Drivers tab, select MongoDB and check if there v.1.12 or v.1.11 is selected.

0

Hi @...

There is version of ver.1.8.2[latest]

0

latest is 1.12, please click the link and check if it presents in the list. what is your IDE version?

0

those are only available versions and I'm using Datagrip 2020.1

0

please update to v2021.2.4, check that driver v.1.12 is available and try to connect.

 

0

请先登录再写评论。