Closed vmachacek closed 2 years ago
i tried to run twice LODCTR /R
as this page suggested but that wont fix my issue
i think i can attribute it to port clashing with some other app, i removed docker and so far so good..
You can specify the port it runs on. Change shortcut to:
"C:\Program Files\Azure Cosmos DB Emulator\CosmosDB.Emulator.exe" /Port=8077
Describe the bug sometimes emulator stops working and nothing helps to recover it except restart of Windows
To Reproduce usually when computer goes to sleep when it wakes up sometimes cosmos isn't working
Expected behavior when computer wakes up emulator to be working as expected
Actual behavior
when i run client app i get 408 error
When I open local web interface the address is responding but wont list any databases
and there is "Querying databases" in progress spinner which never completes (not even roughly after 10 minutes, no timeout or error)
when i try to run
Microsoft.Azure.Cosmos.Emulator.exe /shutdown
it completes without issue but does not kill it completelywhen i run
Get-Process -Id (Get-NetTCPConnection -LocalPort 8081).OwningProcess
I get the system is running something on port 8081when i run
netsh http show servicestate view=requestq
i get this part:Environment summary
SDK Version: 6.0.101 OS Version (e.g. Windows, Linux, MacOSX): windows