All Products
Search
Document Center

MaxCompute:Common errors (ODPS-00CCCCX)

Last Updated:Mar 26, 2026

This topic describes common errors, their trigger conditions, and solutions.

MaxCompute error messages follow this format:

ODPS-00CCCCX: General description - Context-related information

The CCCC segment encodes the error category:

CCCC prefixError category
Starts with 1System errors
Starts with 2Invalid user request errors
Starts with 3Permission errors

Use the sub-message after the dash to identify the specific error, because multiple errors share the same base code.

System errors

All system errors share the base code ODPS-0010000. The sub-message after the dash identifies the specific error.

Error codeSeverityTriggerSolution
ODPS-0010000: System internal error - fuxi job failed, AllOrNothingResourceWaitTimeout0Resources are insufficient.Add resources.
ODPS-0010000: System internal error - fuxi job failed, caused by: resource revoke0Resources in the quota group are insufficient.Adjust the resource allocation in the quota group.
ODPS-0010000: System internal error - fuxi job failed, JobRunningTimeout0Job Scheduler is abnormal.Run the job again.

ODPS-0010000:System internal error - fuxi job failed but no error message

0

Internal error.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000:System internal error - SQL Runtime Internal Error:

0

Internal error.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000: System internal error - OneWayWriterFail0Job Scheduler is abnormal.Run the job again.
ODPS-0010000: System internal error - fuxi JobMaster error0Fuxi JobMaster does not respond.Run the job again.
ODPS-0010000: System internal error - Download resource failed0Internal error.Run the job again.
ODPS-0010000: System internal error - std::exception0A standard I/O error occurred. This may be caused by an insufficient resource quota of Apsara Distributed File System.Contact the project owner to increase the quota or delete unnecessary data.
ODPS-0010000: System internal error - SQL Runtime Internal Error: Failed to open pot pb0Internal error.Submit a ticket to contact MaxCompute technical support.
ODPS-0010000: System internal error - SQL Runtime Internal Error: ODPS-0123031:0The SQL statement writes data to too many dynamic partitions.Optimize the SQL statement.

ODPS-0010000:System internal error - Open file failed

0

Internal error.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000:System internal error - find class SystemStream failed

0

Internal error.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000: System internal error - enable python sandbox failed0Internal error.Submit a ticket to contact MaxCompute technical support.
ODPS-0010000: System internal error - process killed by signal 9/180Internal error.
ODPS-0010000: System internal error - table data changed while reading0Read/write operations conflict.Avoid submitting jobs where read/write operations conflict.
ODPS-0010000: System internal error - multi-thread merging error0I/O threads of Apsara Distributed File System are busy, or a chunkserver of Apsara Distributed File System is abnormal.Run the job again, or adjust the parameter values.
ODPS-0010000: System internal error - fuxi job failed, caused by: WorkerRestart0The code logic of a user-defined function (UDF) is abnormal, or a parameter value exceeds the upper limit.Modify the UDF code or adjust the parameter value.

ODPS-0010000:System internal error - process core dumped

0

Internal error.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000: System internal error - Compiling regex expression failed in regexp_replace0The regular expression is invalid.Modify the code.

ODPS-0010000:System internal error - fuxi job failed, caused by: |Quota not enough

0

The error message returned because the computing resources in the quota group are insufficient.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000: System internal error - CP37 can only be enabled by jobconf20The system rolled back to the JobConf1 job configuration due to a sandbox exception. The SQL statement contains a Python UDF, but JobConf1 does not support Python 3.7.Use Python 2 to write the UDFs, or add the limit keyword to the SQL statement to split the job into Map and Reduce stages.

Permission errors

Error codeSeverityTriggerSolution
ODPS-0030001: Authorization exception1The current user is not authorized to perform this operation.Complete authorization.