Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mongo error: DBClientBase::findN: transport error()

I am facing this error continuously.

 DBClientBase::findN: transport error()

I searched the problem and found that there are so many people who faced this problem but didn't find exact reason of this error. why this error is coming ?

like image 720
Himanshu Matta Avatar asked Mar 06 '13 12:03

Himanshu Matta


1 Answers

This is probably due to a network error connecting to the mongod server or a mongos cannot connect to the mongod.

The first thing to try in here is to restart the mongod/s

like image 118
Gianfranco P. Avatar answered Sep 25 '22 02:09

Gianfranco P.