| Предыдущий | Следующий |
| ERROR_NOT_SUPPORTED_ON_SBS | ERROR_HOST_DOWN |
ERROR_SERVER_SHUTDOWN_IN_PROGRESS
Что означает ERROR_SERVER_SHUTDOWN_IN_PROGRESS
ERROR_SERVER_SHUTDOWN_IN_PROGRESS — сервер завершает работу.
Что проверить
Зафиксируйте текущее состояние питания и операцию, которая пересеклась с переходом питания или перезагрузкой.
- Проверьте события Kernel-Power и драйвер/службу, задержавшие переход, если операция должна была завершиться до смены состояния.
- После возобновления не переиспользуйте устаревшие дескрипторы устройства без проверки, что компонент был корректно восстановлен.
Исходная формулировка
a remote or local server is already shutting down and cannot accept the requested new work.
clients may observe a mixture of successful and rejected calls during draining
in-flight work may finish, cancel, or be checkpointed according to policy
Inspect server code for the order of state transitions. The service should publish “draining” before destroying shared resources and should not accept requests after dependencies begin teardown. If 1255 persists after restart, stale load-balancer health or a cached endpoint may be directing clients to an old instance.
A file-processing server begins an update restart and stops accepting uploads. A client receives 1255 before sending any bytes, waits for service discovery to advertise the replacement node, and submits there. Retrying immediately against the draining node would only add load and delay shutdown.
Технические ссылки
- Microsoft: System Error Codes (1000–1299)
- Microsoft: Service Control Handler Function
- Microsoft: Shutting Down
- Microsoft: InitiateSystemShutdownExW function
Нужно найти другой код? Найти другой код состояния или ошибки.