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

STATUS_JOB_NO_CONTAINER identifies a specific Windows status in the job, task, callback, or isolation path. 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.

What to preserve before changing the system

  • The exact API, caller, target object, original NTSTATUS value, and any nested error or activity ID.
  • For STATUS_JOB_NO_CONTAINER, the relevant process token, package/job/enclave identity, lifecycle state, and policy or mitigation settings.
  • For STATUS_JOB_NO_CONTAINER, operational event logs and a timeline showing the first transition into the failing state.

References for STATUS_JOB_NO_CONTAINER


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