作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 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/
我试图寻找 ClusterListener 的示例或用法优化和改进与MongoDB Java客户端集成的服务的调试信息。 我们如何有效地使用它来改进我们使用 Replication 的 Mongo 集
我正在尝试使用 MongoDB 的异步 Java 驱动程序连接到 MongoDB。 MongoClient mongoClient = MongoClients.create(); 但是,它抛出以下错
我是一名优秀的程序员,十分优秀!