Replies: 1 comment 2 replies
-
FYI. I have tried rolling back to an earlier checkout then advancing to the most current again. Even the early checkout gave me the port in use error. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the middle of a run-of-the-mill upgrade on SD.Next, my computer completely froze. (I'm sure it was not the upgrade process that caused this. Windows. It just happens sometimes.)
Anyway, after a cold reboot of my PC, I try to start up SD.Next and I get an error:
OSError: All ports from 7860 to 7959 are in use. Please close a port.
However if I do:
netstat -ano | find "7860"
I don't get a PID identifying any other process using the port.
So I tried a different port and :
OSError: Port 17860 is in use.
This repeats on any port I tried.
I thought maybe the computer freeze screwed up my git checkout. Here's what status tells me:
Git tells me I have the latest update, but I can't discard any of the changes listed as "modified" when I use the restore command.
Anyone got an idea of what else I can try?
Beta Was this translation helpful? Give feedback.
All reactions