如果出现此报错信息:
com.mongodb.DBPortPool gotErrorWARNING: emptying DBPortPool to 127.0.0.1:27017 b/c of errorjava.io.EOFException at org.bson.io.Bits.readFully(Bits.java:37) at org.bson.io.Bits.readFully(Bits.java:28) at com.mongodb.Response.<init>(Response.java:39) …
在检查过相关的数据库设置之后,如果还有问题,应该是中文路径导致数据库无法建立新Collection或DB,把数据库路径改成全英文的试试吧!