Closed abecedarius closed 6 years ago
That's not a general issue/discussion forum for Spring Boot/Spring Data MongoDB issues.
Looking at the exception, it's caused by MongoSocketWriteException
which indicates an underlying I/O problem such as a non-responsive MongoDB server. If this problem persists, post a question on StackOverflow long with the full stack trace. The one here is truncated.
Hi team,
We have used the custom MongoConfiguration by extending the AbstractMongoConfiguration in our application. We have configured the below properties.
We have used Spring Boot 2.0.1.RELEASE, Spring data Mongo 2.0.6.RELEASE
But getting the below exception for the mongo health check monitor. Not sure what may be causing this:
Not able to find out what may be causing this exception. Please suggest how to resolve this.
Regards, Vivek