Hello Team,
I am facing the timeout exception for the following steps,
- Restart the system
- Communicate mongoDB from one of the windows service throws timeout exceptions.
While analysis I found that the mongoDB port listening the loopback ipaddress 127.0.0.1 when restarting the system. At this point I am getting the timeout exception.
After restarting the system, I tried restarting the MongoDB service also. It started listening with ipv4 Address and port. And communication works properly.
My question here is, why the MongoDB is taking loopback ipAddress while restarting the system.
Any helping hands??
MongoDB version - 4.0.10
C# dll version
MongoDB.Driver- 2.10.1.0
MongoDB.Driver.Core- 2.10.1.0
MongoDB.Bson -2.10.1.0
MongoDB.Libmongocrypt - 1.0.0.0
Best Regards,
Usharani