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

Format of common error messages:
ODPS-00CCCCX:General description - Context-related description
Common errors are classified into system errors, errors caused by invalid user requests, and errors due to the lack of permissions. The three error types correspond to different CCCC segments. For system errors, CCCC starts with 1. For errors caused by invalid user requests, CCCC starts with 2. For errors due to the lack of permissions, CCCC starts with 3. The following table describes common errors.
Error message Error type Severity Trigger condition Solution
ODPS-0010000:System internal error - fuxi job failed, AllOrNothingResourceWaitTimeout System error 0 The error message returned because the resources are insufficient. Add resources.
ODPS-0010000:System internal error - fuxi job failed, caused by: resource revoke 0 The error message returned because resources in the quota group are insufficient. Adjust the resource allocation in the quota group.
ODPS-0010000:System internal error - fuxi job failed, JobRunningTimeout 0 The error message returned because Job Scheduler is abnormal. Run the job again.
ODPS-0010000:System internal error - SQL Runtime Internal Error: 0 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - Download resource failed 0 The error message returned because an internal error has occurred. Run the job again.
ODPS-0010000:System internal error - OneWayWriterFail 0 The error message returned because Job Scheduler is abnormal. Run the job again.
ODPS-0010000:System internal error - std::exception 0 The error message returned because a standard input and output error has occurred. This error 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 - fuxi job failed but no error message 0 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - SQL Runtime Internal Error: Failed to open pot pb 0 The error message returned because an internal error has occurred.
ODPS-0010000:System internal error - fuxi JobMaster error 0 The error message returned because Fuxi JobMaster does not respond. Run the job again.
ODPS-0010000:System internal error - SQL Runtime Internal Error: ODPS-0123031: 0 The error message returned because an SQL statement writes data to excessive dynamic partitions. Optimize the SQL statement.
ODPS-0010000:System internal error - Open file failed 0 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - enable python sandbox failed 0 The error message returned because an internal error has occurred.
ODPS-0010000:System internal error - process killed by signal 9/18 0 The error message returned because an internal error has occurred.
ODPS-0010000:System internal error - table data changed while reading 0 The error message returned because read/write operations conflict. Avoid submitting jobs in which read/write operations conflict.
ODPS-0010000:System internal error - find class SystemStream failed 0 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - multi-thread merging error 0 The error message returned because I/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: WorkerRestart 0 The error message returned because the code logic of UDFs 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 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - Compiling regex expression failed in regexp_replace 0 The error message returned because the 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 - com.aliyun.odps.meta.exception.MetaException: com.aliyun.odps.metadata.common.MetastoreServerException: com.google.gson.JsonParseException: Expecting object found: "0" 0 The error message returned because an internal error has occurred. Submit a ticket to contact MaxCompute technical support.
ODPS-0010000:System internal error - CP37 can only be enabled by jobconf2 0 The error message returned because the system rolls back to the JobConf1 job configuration due to an exception in the sandbox environment. The SQL code contains a Python user-defined function (UDF) but JobConf1 does not support Python 3.7. Use Python 2 to write UDFs, or add LIMIT to the SQL statement to split the job into the Map and Reduce stages.
ODPS-0020001:Invalid request Error caused by invalid user requests 1 The error message returned because the request is invalid. Submit a ticket to contact MaxCompute technical support.
ODPS-0020011:Invalid parameter 1 The error message returned because the parameter is invalid.
ODPS-0020021:Object not found 1 The error message returned because the object does not exist.
ODPS-0020031:Object already exists 1 The error message returned because the object already exists.
ODPS-0030001:Authorization exception Error due to the lack of permissions 1 The error message returned because you are not authorized to perform this operation. Complete authorization.