无法从 Intellij Idea ultimate/DataGrip 连接到 mongo atlas
Not able to connect to mongo atlas from Intellij Idea ultimate/ DataGrip
我无法从 intellij idea/DataGrip 连接到 mongo atlas,连接测试正在通过,
connection test success image
之后,当我单击“应用”并确定时,我收到错误提示“Driver class "com.mongodb.MongoTimeoutException(no security manager: RMI class loader disabled)"connection error image
我发现了问题,mongo atlas url 应该是这种格式才能工作
mongodb+srv://cluster0-itndz.mongodb.net/BookDb。在我尝试使用 mongodb://cluster0-itndz.mongodb.net/BookDb 之前,没有 +srv它在我的 Intellij ultimate/DataGrip 中通过了连接测试,并在我单击“应用”时给出了我在问题中提到的错误。
下面是工作格式图片。
Working connection image
我无法从 intellij idea/DataGrip 连接到 mongo atlas,连接测试正在通过, connection test success image
之后,当我单击“应用”并确定时,我收到错误提示“Driver class "com.mongodb.MongoTimeoutException(no security manager: RMI class loader disabled)"connection error image
我发现了问题,mongo atlas url 应该是这种格式才能工作 mongodb+srv://cluster0-itndz.mongodb.net/BookDb。在我尝试使用 mongodb://cluster0-itndz.mongodb.net/BookDb 之前,没有 +srv它在我的 Intellij ultimate/DataGrip 中通过了连接测试,并在我单击“应用”时给出了我在问题中提到的错误。
下面是工作格式图片。
Working connection image