Common errors (ODPS-00CCCCX)

Updated at:

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 prefix

Error category

Starts with 1

System errors

Starts with 2

Invalid user request errors

Starts with 3

Permission 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 code

Severity

Trigger

Solution

ODPS-0010000: System internal error - fuxi job failed, AllOrNothingResourceWaitTimeout

0

Resources are insufficient.

Add resources.

ODPS-0010000: System internal error - fuxi job failed, caused by: resource revoke

0

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

Job Scheduler is abnormal.

Run the job again.

ODPS-0010000: System internal error - OneWayWriterFail

0

Job Scheduler is abnormal.

Run the job again.

ODPS-0010000: System internal error - fuxi JobMaster error

0

Fuxi JobMaster does not respond.

Run the job again.

ODPS-0010000: System internal error - Download resource failed

0

Internal error.

Run the job again.

ODPS-0010000: System internal error - std::exception

0

A 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 pb

0

Internal error.

Contact MaxCompute technical support.

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

0

The SQL statement writes data to too many dynamic partitions.

Optimize the SQL statement.

ODPS-0010000: System internal error - enable python sandbox failed

0

Internal error.

Contact MaxCompute technical support.

Submit a ticket to contact MaxCompute technical support.

ODPS-0010000: System internal error - process killed by signal 9/18

0

Internal error.

Contact MaxCompute technical support.

ODPS-0010000: System internal error - table data changed while reading

0

Read/write operations conflict.

Avoid submitting jobs where read/write operations conflict.

ODPS-0010000: System internal error - multi-thread merging error

0

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 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 - Compiling regex expression failed in regexp_replace

0

The regular expression is invalid.

Modify the code.

ODPS-0010000: System internal error - CP37 can only be enabled by jobconf2

0

The 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 code

Severity

Trigger

Solution

ODPS-0030001: Authorization exception

1

The current user is not authorized to perform this operation.

Complete authorization.