Windows 에러에러
ERROR_ACCESS_DENIED (5)ERROR_ACCESS_DENIED (5) — Access Denied
The system denied access to the requested resource.
windows
상세 보기 WSAEADDRINUSE (10048)The socket address (IP+port) is already in use.
Another socket is already bound to the requested address and port.
Use SO_REUSEADDR. Find the process using the port with netstat -ano. Stop the conflicting process or use a different port.
:: Find process using port
netstat -ano | findstr :80
:: Kill process
taskkill /PID <pid> /FERROR_ACCESS_DENIED (5)The system denied access to the requested resource.
WSAEMFILE (10024)Too many open sockets.
ERROR_DEV_NOT_EXIST (55)The specified network resource is not available.
System.IndexOutOfRangeExceptionAn index was outside the bounds of an array or collection.
ERROR_NOT_SAME_DEVICE (17)The system cannot move a file to a different disk drive.
ERROR_SERVICE_DEPENDENCY_FAIL (1068)A dependent service or group failed to start.