You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we create tests and stops those test with CTRL+C.
The result is that the MongoDB executable installed in C:\User\myuser\AppData\Local\Temp is not deleted and we encounter the following error at start.
Warning: socket_connect(): unable to connect [10061]: No connection could be made because the target machine actively refused it.
in D:\workspace\myproject\vendor\gomoob\php-embedded-mongo\src\main\php\Gomoob\Embedded\MongoServer.php on line 71
Warning: socket_sendto(): unable to write to socket [10057]: A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
in D:\workspace\myproject\vendor\gomoob\php-embedded-mongo\src\main\php\Gomoob\Embedded\MongoServer.php on line 76
Failed
And also
MongoDB\Driver\Exception\ConnectionTimeoutException: No suitable servers found (`serverselectiontryonce` set): [Failed connecting to 'localhost:27017': No connection could be made because the target machine actively refused it.
]
Temporarily to fix the error we can manually delete the extract-*-extractmongod.exe executable from the OS temporary directory by ideally this should be done automatically.
Thanks
The text was updated successfully, but these errors were encountered:
Sometimes we create tests and stops those test with CTRL+C.
The result is that the MongoDB executable installed in
C:\User\myuser\AppData\Local\Temp
is not deleted and we encounter the following error at start.And also
Temporarily to fix the error we can manually delete the
extract-*-extractmongod.exe
executable from the OS temporary directory by ideally this should be done automatically.Thanks
The text was updated successfully, but these errors were encountered: