| problems encountered by users.</p><h2 class="anchor anchorWithStickyNavbar_LWe7" id="seatunnel-api-error-codes">SeaTunnel API Error Codes<a href="#seatunnel-api-error-codes" class="hash-link" aria-label="SeaTunnel API Error Codes的直接链接" title="SeaTunnel API Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>API-01</td><td>Configuration item validate failed</td><td>When users encounter this error code, it is usually due to a problem with the connector parameters configured by the user, please check the connector documentation and correct the parameters</td></tr><tr><td>API-02</td><td>Option item validate failed</td><td>-</td></tr><tr><td>API-03</td><td>Catalog initialize failed</td><td>When users encounter this error code, it is usually because the connector initialization catalog failed, please check the connector connector options whether are correct</td></tr><tr><td>API-04</td><td>Database not existed</td><td>When users encounter this error code, it is usually because the database that you want to access is not existed, please double check the database exists</td></tr><tr><td>API-05</td><td>Table not existed</td><td>When users encounter this error code, it is usually because the table that you want to access is not existed, please double check the table exists</td></tr><tr><td>API-06</td><td>Factory initialize failed</td><td>When users encounter this error code, it is usually because there is a problem with the jar package dependency, please check whether your local SeaTunnel installation package is complete</td></tr><tr><td>API-07</td><td>Database already existed</td><td>When users encounter this error code, it means that the database you want to create has already existed, please delete database and try again</td></tr><tr><td>API-08</td><td>Table already existed</td><td>When users encounter this error code, it means that the table you want to create has already existed, please delete table and try again</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="seatunnel-common-error-codes">SeaTunnel Common Error Codes<a href="#seatunnel-common-error-codes" class="hash-link" aria-label="SeaTunnel Common Error Codes的直接链接" title="SeaTunnel Common Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>COMMON-01</td><td>File operation failed, such as (read,list,write,move,copy,sync) etc...</td><td>When users encounter this error code, it is usually there are some problems in the file operation, please check if the file is OK</td></tr><tr><td>COMMON-02</td><td>Json covert/parse operation failed</td><td>When users encounter this error code, it is usually there are some problems about json converting or parsing, please check if the json format is correct</td></tr><tr><td>COMMON-03</td><td>Reflect class operation failed</td><td>When users encounter this error code, it is usually there are some problems on class reflect operation, please check the jar dependency whether exists in classpath</td></tr><tr><td>COMMON-04</td><td>Serialize class operation failed</td><td>When users encounter this error code, it is usually there are some problems on class serialize operation, please check java environment</td></tr><tr><td>COMMON-05</td><td>Unsupported operation</td><td>When users encounter this error code, users may trigger an unsupported operation such as enabled some unsupported features</td></tr><tr><td>COMMON-06</td><td>Illegal argument</td><td>When users encounter this error code, it maybe user-configured parameters are not legal, please correct it according to the tips</td></tr><tr><td>COMMON-07</td><td>Unsupported data type</td><td>When users encounter this error code, it maybe connectors don't support this data type</td></tr><tr><td>COMMON-08</td><td>Sql operation failed, such as (execute,addBatch,close) etc...</td><td>When users encounter this error code, it is usually there are some problems on sql execute process, please check the sql whether correct</td></tr><tr><td>COMMON-09</td><td>Get table schema from upstream data failed</td><td>When users encounter this error code, it maybe SeaTunnel try to get schema information from connector source data failed, please check your configuration whether correct and connector is work</td></tr><tr><td>COMMON-10</td><td>Flush data operation that in sink connector failed</td><td>When users encounter this error code, it maybe SeaTunnel try to flush batch data to sink connector field, please check your configuration whether correct and connector is work</td></tr><tr><td>COMMON-11</td><td>Sink writer operation failed, such as (open, close) etc...</td><td>When users encounter this error code, it maybe some operation of writer such as Parquet,Orc,IceBerg failed, you need to check if the corresponding file or resource has read and write permissions</td></tr><tr><td>COMMON-12</td><td>Source reader operation failed, such as (open, close) etc...</td><td>When users encounter this error code, it maybe some operation of reader such as Parquet,Orc,IceBerg failed, you need to check if the corresponding file or resource has read and write permissions</td></tr><tr><td>COMMON-13</td><td>Http operation failed, such as (open, close, response) etc...</td><td>When users encounter this error code, it maybe some http requests failed, please check your network environment</td></tr><tr><td>COMMON-14</td><td>Kerberos authorized failed</td><td>When users encounter this error code, it maybe some The Kerberos authorized is misconfigured</td></tr><tr><td>COMMON-15</td><td>Class load operation failed</td><td>When users encounter this error code, it maybe some The corresponding jar does not exist, or the type is not supported</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="assert-connector-error-codes">Assert Connector Error Codes<a href="#assert-connector-error-codes" class="hash-link" aria-label="Assert Connector Error Codes的直接链接" title="Assert Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>ASSERT-01</td><td>Rule validate failed</td><td>When users encounter this error code, it means that upstream data does not meet the rules</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="cassandra-connector-error-codes">Cassandra Connector Error Codes<a href="#cassandra-connector-error-codes" class="hash-link" aria-label="Cassandra Connector Error Codes的直接链接" title="Cassandra Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>CASSANDRA-01</td><td>Field is not existed in target table</td><td>When users encounter this error code, it means that the fields of upstream data don't meet with target cassandra table, please check target cassandra table structure</td></tr><tr><td>CASSANDRA-02</td><td>Add batch SeaTunnelRow data into a batch failed</td><td>When users encounter this error code, it means that cassandra has some problems, please check it whether is work</td></tr><tr><td>CASSANDRA-03</td><td>Close cql session of cassandra failed</td><td>When users encounter this error code, it means that cassandra has some problems, please check it whether is work</td></tr><tr><td>CASSANDRA-04</td><td>No data in source table</td><td>When users encounter this error code, it means that source cassandra table has no data, please check it</td></tr><tr><td>CASSANDRA-05</td><td>Parse ip address from string failed</td><td>When users encounter this error code, it means that upstream data does not match ip address format, please check it</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="slack-connector-error-codes">Slack Connector Error Codes<a href="#slack-connector-error-codes" class="hash-link" aria-label="Slack Connector Error Codes的直接链接" title="Slack Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>SLACK-01</td><td>Conversation can not be founded in channels</td><td>When users encounter this error code, it means that the channel is not existed in slack workspace, please check it</td></tr><tr><td>SLACK-02</td><td>Write to slack channel failed</td><td>When users encounter this error code, it means that slack has some problems, please check it whether is work</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="myhours-connector-error-codes">MyHours Connector Error Codes<a href="#myhours-connector-error-codes" class="hash-link" aria-label="MyHours Connector Error Codes的直接链接" title="MyHours Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>MYHOURS-01</td><td>Get myhours token failed</td><td>When users encounter this error code, it means that login to the MyHours Failed, please check your network and try again</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="rabbitmq-connector-error-codes">Rabbitmq Connector Error Codes<a href="#rabbitmq-connector-error-codes" class="hash-link" aria-label="Rabbitmq Connector Error Codes的直接链接" title="Rabbitmq Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>RABBITMQ-01</td><td>handle queue consumer shutdown signal failed</td><td>When users encounter this error code, it means that job has some problems, please check it whether is work well</td></tr><tr><td>RABBITMQ-02</td><td>create rabbitmq client failed</td><td>When users encounter this error code, it means that rabbitmq has some problems, please check it whether is work</td></tr><tr><td>RABBITMQ-03</td><td>close connection failed</td><td>When users encounter this error code, it means that rabbitmq has some problems, please check it whether is work</td></tr><tr><td>RABBITMQ-04</td><td>send messages failed</td><td>When users encounter this error code, it means that rabbitmq has some problems, please check it whether is work</td></tr><tr><td>RABBITMQ-05</td><td>messages could not be acknowledged during checkpoint creation</td><td>When users encounter this error code, it means that job has some problems, please check it whether is work well</td></tr><tr><td>RABBITMQ-06</td><td>messages could not be acknowledged with basicReject</td><td>When users encounter this error code, it means that job has some problems, please check it whether is work well</td></tr><tr><td>RABBITMQ-07</td><td>parse uri failed</td><td>When users encounter this error code, it means that rabbitmq connect uri incorrect, please check it</td></tr><tr><td>RABBITMQ-08</td><td>initialize ssl context failed</td><td>When users encounter this error code, it means that rabbitmq has some problems, please check it whether is work</td></tr><tr><td>RABBITMQ-09</td><td>setup ssl factory failed</td><td>When users encounter this error code, it means that rabbitmq has some problems, please check it whether is work</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="socket-connector-error-codes">Socket Connector Error Codes<a href="#socket-connector-error-codes" class="hash-link" aria-label="Socket Connector Error Codes的直接链接" title="Socket Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>SOCKET-01</td><td>Cannot connect to socket server</td><td>When the user encounters this error code, it means that the connection address may not match, please check</td></tr><tr><td>SOCKET-02</td><td>Failed to send message to socket server</td><td>When the user encounters this error code, it means that there is a problem sending data and retry is not enabled, please check</td></tr><tr><td>SOCKET-03</td><td>Unable to write; interrupted while doing another attempt</td><td>When the user encounters this error code, it means that the data writing is interrupted abnormally, please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="tablestore-connector-error-codes">TableStore Connector Error Codes<a href="#tablestore-connector-error-codes" class="hash-link" aria-label="TableStore Connector Error Codes的直接链接" title="TableStore Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>TABLESTORE-01</td><td>Failed to send these rows of data</td><td>When users encounter this error code, it means that failed to write these rows of data, please check the rows that failed to import</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="hive-connector-error-codes">Hive Connector Error Codes<a href="#hive-connector-error-codes" class="hash-link" aria-label="Hive Connector Error Codes的直接链接" title="Hive Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>HIVE-01</td><td>Get name node host from table location failed</td><td>When users encounter this error code, it means that the metastore inforamtion has some problems, please check it</td></tr><tr><td>HIVE-02</td><td>Initialize hive metastore client failed</td><td>When users encounter this error code, it means that connect to hive metastore service failed, please check it whether is work</td></tr><tr><td>HIVE-03</td><td>Get hive table information from hive metastore service failed</td><td>When users encounter this error code, it means that hive metastore service has some problems, please check it whether is work</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="elasticsearch-connector-error-codes">Elasticsearch Connector Error Codes<a href="#elasticsearch-connector-error-codes" class="hash-link" aria-label="Elasticsearch Connector Error Codes的直接链接" title="Elasticsearch Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>ELASTICSEARCH-01</td><td>Bulk es response error</td><td>When the user encounters this error code, it means that the connection was aborted, please check it whether is work</td></tr><tr><td>ELASTICSEARCH-02</td><td>Get elasticsearch version failed</td><td>When the user encounters this error code, it means that the connection was aborted, please check it whether is work</td></tr><tr><td>ELASTICSEARCH-03</td><td>Fail to scroll request</td><td>When the user encounters this error code, it means that the connection was aborted, please check it whether is work</td></tr><tr><td>ELASTICSEARCH-04</td><td>Get elasticsearch document index count failed</td><td>When the user encounters this error code, it means that the es index may not wrong or the connection was aborted, please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="kafka-connector-error-codes">Kafka Connector Error Codes<a href="#kafka-connector-error-codes" class="hash-link" aria-label="Kafka Connector Error Codes的直接链接" title="Kafka Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>KAFKA-01</td><td>Incompatible KafkaProducer version</td><td>When users encounter this error code, it means that KafkaProducer version is incompatible, please check it</td></tr><tr><td>KAFKA-02</td><td>Get transactionManager in KafkaProducer exception</td><td>When users encounter this error code, it means that can not get transactionManager in KafkaProducer, please check it</td></tr><tr><td>KAFKA-03</td><td>Add the split checkpoint state to reader failed</td><td>When users encounter this error code, it means that add the split checkpoint state to reader failed, please retry it</td></tr><tr><td>KAFKA-04</td><td>Add a split back to the split enumerator,it will only happen when a SourceReader failed</td><td>When users encounter this error code, it means that add a split back to the split enumerator failed, please check it</td></tr><tr><td>KAFKA-05</td><td>Error occurred when the kafka consumer thread was running</td><td>When users encounter this error code, it means that an error occurred when the kafka consumer thread was running, please check it</td></tr><tr><td>KAFKA-06</td><td>Kafka failed to consume data</td><td>When users encounter this error code, it means that Kafka failed to consume data, please check config and retry it</td></tr><tr><td>KAFKA-07</td><td>Kafka failed to close consumer</td><td>When users encounter this error code, it means that Kafka failed to close consumer</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="influxdb-connector-error-codes">InfluxDB Connector Error Codes<a href="#influxdb-connector-error-codes" class="hash-link" aria-label="InfluxDB Connector Error Codes的直接链接" title="InfluxDB Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>INFLUXDB-01</td><td>Connect influxdb failed, due to influxdb version info is unknown</td><td>When the user encounters this error code, it indicates that the connection to influxdb failed. Please check</td></tr><tr><td>INFLUXDB-02</td><td>Get column index of query result exception</td><td>When the user encounters this error code, it indicates that obtaining the column index failed. Please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="kudu-connector-error-codes">Kudu Connector Error Codes<a href="#kudu-connector-error-codes" class="hash-link" aria-label="Kudu Connector Error Codes的直接链接" title="Kudu Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th><th></th></tr></thead><tbody><tr><td>KUDU-01</td><td>Get the Kuduscan object for each splice failed</td><td>When users encounter this error code, it is usually there are some problems with getting the KuduScan Object for each splice, please check your configuration whether correct and Kudu is work</td><td></td></tr><tr><td>KUDU-02</td><td>Close Kudu client failed</td><td>When users encounter this error code, it is usually there are some problems with closing the Kudu client, please check the Kudu is work</td><td></td></tr><tr><td>KUDU-03</td><td>Value type does not match column type</td><td>When users encounter this error code, it is usually there are some problems on matching the Type between value type and colum type, please check if the data type is supported</td><td></td></tr><tr><td>KUDU-04</td><td>Upsert data to Kudu failed</td><td>When users encounter this error code, it means that Kudu has some problems, please check it whether is work</td><td></td></tr><tr><td>KUDU-05</td><td>Insert data to Kudu failed</td><td>When users encounter this error code, it means that Kudu has some problems, please check it whether is work</td><td></td></tr><tr><td>KUDU-06</td><td>Initialize the Kudu client failed</td><td>When users encounter this error code, it is usually there are some problems with initializing the Kudu client, please check your configuration whether correct and connector is work</td><td></td></tr><tr><td>KUDU-07</td><td>Generate Kudu Parameters in the preparation phase failed</td><td>When users encounter this error code, it means that there are some problems on Kudu parameters generation, please check your configuration</td><td></td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="iotdb-connector-error-codes">IotDB Connector Error Codes<a href="#iotdb-connector-error-codes" class="hash-link" aria-label="IotDB Connector Error Codes的直接链接" title="IotDB Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>IOTDB-01</td><td>Close IoTDB session failed</td><td>When the user encounters this error code, it indicates that closing the session failed. Please check</td></tr><tr><td>IOTDB-02</td><td>Initialize IoTDB client failed</td><td>When the user encounters this error code, it indicates that the client initialization failed. Please check</td></tr><tr><td>IOTDB-03</td><td>Close IoTDB client failed</td><td>When the user encounters this error code, it indicates that closing the client failed. Please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="file-connector-error-codes">File Connector Error Codes<a href="#file-connector-error-codes" class="hash-link" aria-label="File Connector Error Codes的直接链接" title="File Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>FILE-01</td><td>File type is invalid</td><td>When users encounter this error code, it means that the this file is not the format that user assigned, please check it</td></tr><tr><td>FILE-02</td><td>Data deserialization failed</td><td>When users encounter this error code, it means that data from files not satisfied the schema that user assigned, please check data from files whether is correct</td></tr><tr><td>FILE-03</td><td>Get file list failed</td><td>When users encounter this error code, it means that connector try to traverse the path and get file list failed, please check file system whether is work</td></tr><tr><td>FILE-04</td><td>File list is empty</td><td>When users encounter this error code, it means that the path user want to sync is empty, please check file path</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="doris-connector-error-codes">Doris Connector Error Codes<a href="#doris-connector-error-codes" class="hash-link" aria-label="Doris Connector Error Codes的直接链接" title="Doris Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>Doris-01</td><td>stream load error.</td><td>When users encounter this error code, it means that stream load to Doris failed, please check data from files whether is correct.</td></tr><tr><td>Doris-02</td><td>commit error.</td><td>When users encounter this error code, it means that commit to Doris failed, please check network.</td></tr><tr><td>Doris-03</td><td>rest service error.</td><td>When users encounter this error code, it means that rest service failed, please check network and config.</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="selectdb-cloud-connector-error-codes">SelectDB Cloud Connector Error Codes<a href="#selectdb-cloud-connector-error-codes" class="hash-link" aria-label="SelectDB Cloud Connector Error Codes的直接链接" title="SelectDB Cloud Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>SelectDB-01</td><td>stage load file error</td><td>When users encounter this error code, it means that stage load file to SelectDB Cloud failed, please check the configuration and network.</td></tr><tr><td>SelectDB-02</td><td>commit copy into sql failed</td><td>When users encounter this error code, it means that commit copy into sql to SelectDB Cloud failed, please check the configuration.</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="clickhouse-connector-error-codes">Clickhouse Connector Error Codes<a href="#clickhouse-connector-error-codes" class="hash-link" aria-label="Clickhouse Connector Error Codes的直接链接" title="Clickhouse Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>CLICKHOUSE-01</td><td>Field is not existed in target table</td><td>When users encounter this error code, it means that the fields of upstream data don't meet with target clickhouse table, please check target clickhouse table structure</td></tr><tr><td>CLICKHOUSE-02</td><td>Can’t find password of shard node</td><td>When users encounter this error code, it means that no password is configured for each node, please check</td></tr><tr><td>CLICKHOUSE-03</td><td>Can’t delete directory</td><td>When users encounter this error code, it means that the directory does not exist or does not have permission, please check</td></tr><tr><td>CLICKHOUSE-04</td><td>Ssh operation failed, such as (login,connect,authentication,close) etc...</td><td>When users encounter this error code, it means that the ssh request failed, please check your network environment</td></tr><tr><td>CLICKHOUSE-05</td><td>Get cluster list from clickhouse failed</td><td>When users encounter this error code, it means that the clickhouse cluster is not configured correctly, please check</td></tr><tr><td>CLICKHOUSE-06</td><td>Shard key not found in table</td><td>When users encounter this error code, it means that the shard key of the distributed table is not configured, please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="jdbc-connector-error-codes">Jdbc Connector Error Codes<a href="#jdbc-connector-error-codes" class="hash-link" aria-label="Jdbc Connector Error Codes的直接链接" title="Jdbc Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>JDBC-01</td><td>Fail to create driver of class</td><td>When users encounter this error code, it means that driver package may not be added. Check whether the driver exists</td></tr><tr><td>JDBC-02</td><td>No suitable driver found</td><td>When users encounter this error code, it means that no password is configured for each node, please check</td></tr><tr><td>JDBC-03</td><td>Xa operation failed, such as (commit, rollback) etc..</td><td>When users encounter this error code, it means that if a distributed sql transaction fails, check the transaction execution of the corresponding database to determine the cause of the transaction failure</td></tr><tr><td>JDBC-04</td><td>Connector database failed</td><td>When users encounter this error code, it means that database connection failure, check whether the url is correct or whether the corresponding service is normal</td></tr><tr><td>JDBC-05</td><td>transaction operation failed, such as (commit, rollback) etc..</td><td>When users encounter this error code, it means that if a sql transaction fails, check the transaction execution of the corresponding database to determine the cause of the transaction failure</td></tr><tr><td>JDBC-06</td><td>No suitable dialect factory found</td><td>When users encounter this error code, it means that may be an unsupported dialect type</td></tr><tr><td>JDBC-07</td><td>The jdbc type don't support sink</td><td>When users encounter this error code, it means that jdbc type don't support sink</td></tr><tr><td>JDBC-08</td><td>Kerberos authentication failed</td><td>When users encounter this error code, it means that database connection Kerberos authentication failed</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="pulsar-connector-error-codes">Pulsar Connector Error Codes<a href="#pulsar-connector-error-codes" class="hash-link" aria-label="Pulsar Connector Error Codes的直接链接" title="Pulsar Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>PULSAR-01</td><td>Open pulsar admin failed</td><td>When users encounter this error code, it means that open pulsar admin failed, please check it</td></tr><tr><td>PULSAR-02</td><td>Open pulsar client failed</td><td>When users encounter this error code, it means that open pulsar client failed, please check it</td></tr><tr><td>PULSAR-03</td><td>Pulsar authentication failed</td><td>When users encounter this error code, it means that Pulsar Authentication failed, please check it</td></tr><tr><td>PULSAR-04</td><td>Subscribe topic from pulsar failed</td><td>When users encounter this error code, it means that Subscribe topic from pulsar failed, please check it</td></tr><tr><td>PULSAR-05</td><td>Get last cursor of pulsar topic failed</td><td>When users encounter this error code, it means that get last cursor of pulsar topic failed, please check it</td></tr><tr><td>PULSAR-06</td><td>Get partition information of pulsar topic failed</td><td>When users encounter this error code, it means that Get partition information of pulsar topic failed, please check it</td></tr><tr><td>PULSAR-07</td><td>Pulsar consumer acknowledgeCumulative failed</td><td>When users encounter this error code, it means that Pulsar consumer acknowledgeCumulative failed</td></tr><tr><td>PULSAR-08</td><td>Pulsar create producer failed</td><td>When users encounter this error code, it means that create producer failed, please check it</td></tr><tr><td>PULSAR-09</td><td>Pulsar create transaction failed</td><td>When users encounter this error code, it means that Pulsar create transaction failed, please check it</td></tr><tr><td>PULSAR-10</td><td>Pulsar send message failed</td><td>When users encounter this error code, it means that Pulsar sned message failed, please check it</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="starrocks-connector-error-codes">StarRocks Connector Error Codes<a href="#starrocks-connector-error-codes" class="hash-link" aria-label="StarRocks Connector Error Codes的直接链接" title="StarRocks Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>STARROCKS-01</td><td>Flush batch data to sink connector failed</td><td>When users encounter this error code, it means that flush batch data to sink connector failed, please check it</td></tr><tr><td>STARROCKS-02</td><td>Writing records to StarRocks failed</td><td>When users encounter this error code, it means that writing records to StarRocks failed, please check data from files whether is correct</td></tr><tr><td>STARROCKS-03</td><td>Close StarRocks BE reader failed.</td><td>it means that StarRocks has some problems, please check it whether is work</td></tr><tr><td>STARROCKS-04</td><td>Create StarRocks BE reader failed.</td><td>it means that StarRocks has some problems, please check it whether is work</td></tr><tr><td>STARROCKS-05</td><td>Scan data from StarRocks BE failed.</td><td>When users encounter this error code, it means that scan data from StarRocks failed, please check it</td></tr><tr><td>STARROCKS-06</td><td>Request query Plan failed.</td><td>When users encounter this error code, it means that scan data from StarRocks failed, please check it</td></tr><tr><td>STARROCKS-07</td><td>Read Arrow data failed.</td><td>When users encounter this error code, it means that that job has some problems, please check it whether is work well</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="dingtalk-connector-error-codes">DingTalk Connector Error Codes<a href="#dingtalk-connector-error-codes" class="hash-link" aria-label="DingTalk Connector Error Codes的直接链接" title="DingTalk Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>DINGTALK-01</td><td>Send response to DinkTalk server failed</td><td>When users encounter this error code, it means that send response message to DinkTalk server failed, please check it</td></tr><tr><td>DINGTALK-02</td><td>Get sign from DinkTalk server failed</td><td>When users encounter this error code, it means that get signature from DinkTalk server failed , please check it</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="iceberg-connector-error-codes">Iceberg Connector Error Codes<a href="#iceberg-connector-error-codes" class="hash-link" aria-label="Iceberg Connector Error Codes的直接链接" title="Iceberg Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>ICEBERG-01</td><td>File Scan Split failed</td><td>When users encounter this error code, it means that the file scanning and splitting failed. Please check</td></tr><tr><td>ICEBERG-02</td><td>Invalid starting record offset</td><td>When users encounter this error code, it means that the starting record offset is invalid. Please check</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="email-connector-error-codes">Email Connector Error Codes<a href="#email-connector-error-codes" class="hash-link" aria-label="Email Connector Error Codes的直接链接" title="Email Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>EMAIL-01</td><td>Send email failed</td><td>When users encounter this error code, it means that send email to target server failed, please adjust the network environment according to the abnormal information</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="s3redshift-connector-error-codes">S3Redshift Connector Error Codes<a href="#s3redshift-connector-error-codes" class="hash-link" aria-label="S3Redshift Connector Error Codes的直接链接" title="S3Redshift Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>S3RedShift-01</td><td>Aggregate committer error</td><td>S3Redshift Sink Connector will write data to s3 and then move file to the target s3 path. And then use <code>Copy</code> action copy the data to Redshift. Please check the error log and find out the specific reason.</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="google-firestore-connector-error-codes">Google Firestore Connector Error Codes<a href="#google-firestore-connector-error-codes" class="hash-link" aria-label="Google Firestore Connector Error Codes的直接链接" title="Google Firestore Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>FIRESTORE-01</td><td>Close Firestore client failed</td><td>When users encounter this error code, it is usually there are some problems with closing the Firestore client, please check the Firestore is work</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="filterfieldtransform-error-codes">FilterFieldTransform Error Codes<a href="#filterfieldtransform-error-codes" class="hash-link" aria-label="FilterFieldTransform Error Codes的直接链接" title="FilterFieldTransform Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>FILTER_FIELD_TRANSFORM-01</td><td>filter field not found</td><td>filter field not found.</td></tr></tbody></table><h2 class="anchor anchorWithStickyNavbar_LWe7" id="rocketmq-connector-error-codes">RocketMq Connector Error Codes<a href="#rocketmq-connector-error-codes" class="hash-link" aria-label="RocketMq Connector Error Codes的直接链接" title="RocketMq Connector Error Codes的直接链接"></a></h2><table><thead><tr><th>code</th><th>description</th><th>solution</th></tr></thead><tbody><tr><td>ROCKETMQ-01</td><td>Add a split back to the split enumerator failed, it will only happen when a SourceReader failed</td><td>When users encounter this error code, it means that add a split back to the split enumerator failed, please check it.</td></tr><tr><td>ROCKETMQ-02</td><td>Add the split checkpoint state to reader failed</td><td>When users encounter this error code, it means that add the split checkpoint state to reader failed, please check it.</td></tr><tr><td>ROCKETMQ-03</td><td>Rocketmq failed to consume data</td><td>When users encounter this error code, it means that rocketmq failed to consume data, please check it., please check it.</td></tr><tr><td>ROCKETMQ-04</td><td>Error occurred when the rocketmq consumer thread was running</td><td>When the user encounters this error code, it means that an error occurred while running the Rocketmq consumer thread</td></tr><tr><td>ROCKETMQ-05</td><td>Rocketmq producer failed to send message</td><td>When users encounter this error code, it means that Rocketmq producer failed to send message, please check it.</td></tr><tr><td>ROCKETMQ-06</td><td>Rocketmq producer failed to start</td><td>When users encounter this error code, it means that Rocketmq producer failed to start, please check it.</td></tr><tr><td>ROCKETMQ-07</td><td>Rocketmq consumer failed to start</td><td>When users encounter this error code, it means that Rocketmq consumer failed to start, please check it.</td></tr><tr><td>ROCKETMQ-08</td><td>Unsupported start mode</td><td>When users encounter this error code, it means that the configured start mode is not supported, please check it.</td></tr><tr><td>ROCKETMQ-09</td><td>Failed to get the offsets of the current consumer group</td><td>When users encounter this error code, it means that failed to get the offsets of the current consumer group, please check it.</td></tr><tr><td>ROCKETMQ-10</td><td>Failed to search offset through timestamp</td><td>When users encounter this error code, it means that failed to search offset through timestamp, please check it.</td></tr><tr><td>ROCKETMQ-11</td><td>Failed to get topic min and max topic</td><td>When users encounter this error code, it means that failed to get topic min and max topic, please check it.</td></tr></tbody></table></div><footer class="theme-doc-footer docusaurus-mt-lg"><div class="theme-doc-footer-edit-meta-row row"><div class="col"><a href="https://github.com/apache/incubator-seatunnel-website/edit/main/versioned_docs/version-2.3.4/connector-v2/Error-Quick-Reference-Manual.md" target="_blank" rel="noreferrer noopener" class="theme-edit-this-page"><svg fill="currentColor" height="20" width="20" viewBox="0 0 40 40" class="iconEdit_Z9Sw" aria-hidden="true"><g><path d="m34.5 11.7l-3 3.1-6.3-6.3 3.1-3q0.5-0.5 1.2-0.5t1.1 0.5l3.9 3.9q0.5 0.4 0.5 1.1t-0.5 1.2z m-29.5 17.1l18.4-18.5 6.3 6.3-18.4 18.4h-6.3v-6.2z"></path></g></svg>编辑此页</a></div><div class="col lastUpdated_vwxv"></div></div></footer></article><nav class="pagination-nav docusaurus-mt-lg" aria-label="文件选项卡"><a class="pagination-nav__link pagination-nav__link--prev" href="/zh-CN/docs/2.3.4/connector-v2/sink/common-options"><div class="pagination-nav__sublabel">上一页</div><div class="pagination-nav__label">Sink Common Options</div></a><a class="pagination-nav__link pagination-nav__link--next" href="/zh-CN/docs/2.3.4/connector-v2/Config-Encryption-Decryption"><div class="pagination-nav__sublabel">下一页</div><div class="pagination-nav__label">Config File Encryption And Decryption</div></a></nav></div></div><div class="col col--3"><div class="tableOfContents_bqdL thin-scrollbar theme-doc-toc-desktop"><ul class="table-of-contents table-of-contents__left-border"><li><a href="#seatunnel-api-error-codes" class="table-of-contents__link toc-highlight">SeaTunnel API Error Codes</a></li><li><a href="#seatunnel-common-error-codes" class="table-of-contents__link toc-highlight">SeaTunnel Common Error Codes</a></li><li><a href="#assert-connector-error-codes" class="table-of-contents__link toc-highlight">Assert Connector Error Codes</a></li><li><a href="#cassandra-connector-error-codes" class="table-of-contents__link toc-highlight">Cassandra Connector Error Codes</a></li><li><a href="#slack-connector-error-codes" class="table-of-contents__link toc-highlight">Slack Connector Error Codes</a></li><li><a href="#myhours-connector-error-codes" class="table-of-contents__link toc-highlight">MyHours Connector Error Codes</a></li><li><a href="#rabbitmq-connector-error-codes" class="table-of-contents__link toc-highlight">Rabbitmq Connector Error Codes</a></li><li><a href="#socket-connector-error-codes" class="table-of-contents__link toc-highlight">Socket Connector Error Codes</a></li><li><a href="#tablestore-connector-error-codes" class="table-of-contents__link toc-highlight">TableStore Connector Error Codes</a></li><li><a href="#hive-connector-error-codes" class="table-of-contents__link toc-highlight">Hive Connector Error Codes</a></li><li><a href="#elasticsearch-connector-error-codes" class="table-of-contents__link toc-highlight">Elasticsearch Connector Error Codes</a></li><li><a href="#kafka-connector-error-codes" class="table-of-contents__link toc-highlight">Kafka Connector Error Codes</a></li><li><a href="#influxdb-connector-error-codes" class="table-of-contents__link toc-highlight">InfluxDB Connector Error Codes</a></li><li><a href="#kudu-connector-error-codes" class="table-of-contents__link toc-highlight">Kudu Connector Error Codes</a></li><li><a href="#iotdb-connector-error-codes" class="table-of-contents__link toc-highlight">IotDB Connector Error Codes</a></li><li><a href="#file-connector-error-codes" class="table-of-contents__link toc-highlight">File Connector Error Codes</a></li><li><a href="#doris-connector-error-codes" class="table-of-contents__link toc-highlight">Doris Connector Error Codes</a></li><li><a href="#selectdb-cloud-connector-error-codes" class="table-of-contents__link toc-highlight">SelectDB Cloud Connector Error Codes</a></li><li><a href="#clickhouse-connector-error-codes" class="table-of-contents__link toc-highlight">Clickhouse Connector Error Codes</a></li><li><a href="#jdbc-connector-error-codes" class="table-of-contents__link toc-highlight">Jdbc Connector Error Codes</a></li><li><a href="#pulsar-connector-error-codes" class="table-of-contents__link toc-highlight">Pulsar Connector Error Codes</a></li><li><a href="#starrocks-connector-error-codes" class="table-of-contents__link toc-highlight">StarRocks Connector Error Codes</a></li><li><a href="#dingtalk-connector-error-codes" class="table-of-contents__link toc-highlight">DingTalk Connector Error Codes</a></li><li><a href="#iceberg-connector-error-codes" class="table-of-contents__link toc-highlight">Iceberg Connector Error Codes</a></li><li><a href="#email-connector-error-codes" class="table-of-contents__link toc-highlight">Email Connector Error Codes</a></li><li><a href="#s3redshift-connector-error-codes" class="table-of-contents__link toc-highlight">S3Redshift Connector Error Codes</a></li><li><a href="#google-firestore-connector-error-codes" class="table-of-contents__link toc-highlight">Google Firestore Connector Error Codes</a></li><li><a href="#filterfieldtransform-error-codes" class="table-of-contents__link toc-highlight">FilterFieldTransform Error Codes</a></li><li><a href="#rocketmq-connector-error-codes" class="table-of-contents__link toc-highlight">RocketMq Connector Error Codes</a></li></ul></div></div></div></div></main></div></div><footer class="footer"><div class="container container-fluid"><div class="row footer__links"><div class="col footer__col"><div class="footer__title">SeaTunnel</div><ul class="footer__items clean-list"><li class="footer__item"><a class="footer__link-item" href="/zh-CN/docs/faq">FAQ</a></li><li class="footer__item"><a href="https://github.com/apache/incubator-seatunnel/releases" target="_blank" rel="noopener noreferrer" class="footer__link-item">版本<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><div class="col footer__col"><div class="footer__title">社区</div><ul class="footer__items clean-list"><li class="footer__item"><a href="https://github.com/apache/incubator-seatunnel" target="_blank" rel="noopener noreferrer" class="footer__link-item">GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://github.com/apache/incubator-seatunnel/issues" target="_blank" rel="noopener noreferrer" class="footer__link-item">Issue Tracker<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://github.com/apache/incubator-seatunnel/pulls" target="_blank" rel="noopener noreferrer" class="footer__link-item">Pull Requests<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div><div class="col footer__col"><div class="footer__title">订阅邮件组</div><ul class="footer__items clean-list"><li class="footer__item"><a class="footer__link-item" href="/zh-CN/community/contribution_guide/subscribe">How to Subscribe</a></li><li class="footer__item"><a href="mailto:dev-subscribe@seatunnel.apache.org" target="_blank" rel="noopener noreferrer" class="footer__link-item">订阅邮件<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li><li class="footer__item"><a href="https://lists.apache.org/list.html?dev@seatunnel.apache.org" target="_blank" rel="noopener noreferrer" class="footer__link-item">邮件归档<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a></li></ul></div></div><div class="footer__bottom text--center"><div class="footer__copyright"><div style="margin-top: 20px;background: #f4f8fa"> |