MongoDB\Driver\Exception\ConnectionTimeoutException [ 13053 ]: No suitable servers found (`serverSelectionTryOnce` set): [connection refused calling ismaster on '213.226.126.46:27017']

APPPATH/classes/MongoDB/functions.php [ 431 ]

426     if (! $readPreference instanceof ReadPreference) {
427         // TODO: PHPLIB-476: Read transaction read preference once PHPC-1439 is implemented
428         $readPreference = new ReadPreference(ReadPreference::RP_PRIMARY);
429     }
430 
431     return $manager->selectServer($readPreference);
432 }
  1. APPPATH/classes/MongoDB/functions.php [ 431 ] » MongoDB\Driver\Manager->selectServer(arguments)

  2. APPPATH/classes/MongoDB/Collection.php [ 651 ] » MongoDB\select_server(arguments)

  3. APPPATH/classes/Model/Mongo.php [ 41 ] » MongoDB\Collection->find(arguments)

  4. APPPATH/classes/Model/Robot.php [ 182 ] » Model_Mongo->getData(arguments)

  5. APPPATH/classes/Model/Robot.php [ 254 ] » Model_Robot->getBarsData(arguments)

  6. APPPATH/classes/Model/Robot.php [ 515 ] » Model_Robot->getChannelData(arguments)

  7. APPPATH/classes/Controller/Posts.php [ 756 ] » Model_Robot->getSetkaLevels(arguments)

  8. SYSPATH/classes/Kohana/Controller.php [ 85 ] » Controller_Posts->action_intraday_sr()

  9. {PHP internal call} » Kohana_Controller->execute()

  10. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 98 ] » ReflectionMethod->invoke(arguments)

  11. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  12. SYSPATH/classes/Kohana/Request.php [ 993 ] » Kohana_Request_Client->execute(arguments)

  13. DOCROOT/index.php [ 110 ] » Kohana_Request->execute()

Environment