gpt4 book ai didi

java - Spring 和 MongoDB 异步 Java 驱动程序 - clusterListener 不能为 null

转载 作者:行者123 更新时间:2023-12-02 01:52:31 25 4
gpt4 key购买 nike

我正在尝试使用 MongoDB 的异步 Java 驱动程序连接到 MongoDB。

MongoClient mongoClient = MongoClients.create();

但是,它抛出以下错误:

java.lang.IllegalArgumentException: clusterListener can not be null
at com.mongodb.assertions.Assertions.notNull(Assertions.java:37)
at com.mongodb.connection.ClusterSettings$Builder.addClusterListener(ClusterSettings.java:218)
at com.mongodb.connection.DefaultClusterFactory.getClusterSettings(DefaultClusterFactory.java:190)
at com.mongodb.connection.DefaultClusterFactory.create(DefaultClusterFactory.java:46)
at com.mongodb.async.client.MongoClients.createCluster(MongoClients.java:96)
at com.mongodb.async.client.MongoClients.create(MongoClients.java:55)
at com.mongodb.async.client.MongoClients.create(MongoClients.java:75)
at com.mongodb.async.client.MongoClients.create(MongoClients.java:45)
at com.monbodb.async.mongoasync.MongoasyncApplication.main(MongoasyncApplication.java:22)

有人遇到过这种情况并有解决办法吗?

最佳答案

只需更新到 mongo 驱动程序版本(最新)并使用最新的依赖项重建项目。

我已经通过重建解决了这个问题。

关于java - Spring 和 MongoDB 异步 Java 驱动程序 - clusterListener 不能为 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52785589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com