What does NTSTATUS 0xC0000509 (STATUS_JOB_NO_CONTAINER) mean?

 
Previous Next
STATUS_CONTAINER_ASSIGNED STATUS_DEVICE_UNRESPONSIVE

STATUS_JOB_NO_CONTAINER

The job has no container to service the request

Windows returns STATUS_JOB_NO_CONTAINER while handling job, task, callback, or isolation state. The requested operation is meaningful only for a job associated with a container or silo, but the supplied job is an ordinary job object.

Verify which job handle was passed, whether container creation completed, and whether the caller confused a parent job with the silo job.

Do not infer container state from the process alone; verify the specific job object passed to the operation. A handle to a parent, replacement, or not-yet-configured job can produce the same apparent mismatch.

References


Looking for a different code? Search another status or error code.