SpringData MongoDB Connection Reset
Anyone using Spring Data mongodb 1.0.0.RC1 hitting frequent connection reset errors? I am connecting from a SpringMVC app using MongoTemplate to interface with a MongoDB instance that's hosted at MongoHQ. I've had the same problem with another hosting provider MongoLab and thought it might be related to the driver at not the hosting provider, but I could be wrong. I also saw this https://jira.mongodb.org/browse/JAVA-466
The error is below
Code:
Jan 16, 2012 9:47:24 PM com.mongodb.DBPortPool gotError
WARNING: emptying DBPortPool to staff.mongohq.com:10074 b/c of error
java.net.SocketException: Connection reset
Thank you