ErrLookup › apache/shardingsphere
apache/shardingsphere
Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases. · Java · 5,150 source files
Analyzed at e952770a21 on 2026-08-14. 426 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Can not locate agent jar file by URL `%s`. | exception | error | firebird, transaction, protocol, proxy-frontend |
| Can not find field name `%s` in class %s. | exception | error | firebird, transaction, concurrency, proxy-frontend |
| Can not support type `%s`. | exception | error | mysql, authentication, handshake, network, protocol |
| HiveServer2 in embedded mode has been deprecated by Apache H | exception | warning | mysql, unsupported-command, protocol, proxy-frontend |
6 Missing required privilege(s) `%s` | exception | error | mysql, prepared-statement, blob, max-allowed-packet, protocol |
| Unsupported Firebird format code `%s` | exception | error | mysql, prepared-statement, binary-protocol, parameters |
| Unsupported format type %s | exception | error | mysql, prepared-statement, multi-statement, sql-parser |
| Missing required format info in createBatch() | exception | error | postgresql, encoding, authentication, startup, utf8 |
| Invalid batch handle: statement handle %d | exception | error | postgresql, extended-protocol, portal, bind, state-machine |
| Connection [%s] is not registered. | exception | warning | postgresql, extended-protocol, close, protocol |
| BLR is too short: %s | exception | warning | postgresql, extended-protocol, describe, protocol |
| Unsupported BLR version: %s | exception | error | jdbc, resultset, sql-federation, read-only, blob |
| Expected blr_begin | exception | error | jdbc, resultset, sql-federation, read-only, blob, streaming |
| Expected blr_message | exception | error | jdbc, resultset, sql-federation, read-only, blob, streaming |
| Expected blr_end | exception | error | jdbc, resultset, sql-federation, read-only, blob, streaming |
| Expected blr_eoc | exception | error | jdbc, resultset, sql-federation, read-only, blob, streaming |
| Unexpected trailing bytes in BLR | exception | error | jdbc, resultset, sql-federation, read-only, clob |
| BLOB fields are not supported in Firebird batch operations | exception | error | jdbc, resultset, sql-federation, read-only, clob |
| Expected blr_short NULL indicator, got: %s | exception | error | jdbc, resultset, sql-federation, read-only, clob, streaming |
| Unsupported BLR type: %s | exception | error | jdbc, resultset, sql-federation, read-only, clob, streaming |
| Truncated batch BLOB segment length | exception | error | firebird, protocol, blob, packet-parsing, truncated-data |
| Batch BLOB segment declares %d bytes, but only %d bytes rema | exception | error | firebird, protocol, blob, packet-parsing, length-mismatch |
| Unknown blob information request type %d | exception | error | firebird, protocol, blob-info, unsupported-feature, switch-default |
| Unknown common information request type %d | exception | warning | firebird, protocol, info-request, unimplemented, todo |
| Unknown database information request type %d | exception | error | firebird, protocol, database-info, unsupported-feature, switch-default |
| Unknown database information request type %d | exception | warning | firebird, protocol, sql-info, unsupported-feature, misleading-message |
| Failed to read java.sql.Blob stream | exception | error | firebird, jdbc, blob, lob-lifetime, serialization |
| Failed to read java.sql.Blob content | exception | error | firebird, jdbc, blob, io, serialization |
| Failed to read java.sql.Clob | exception | error | firebird, jdbc, clob, lob-lifetime, serialization |
| Unknown statement info request type %d | exception | error | firebird, protocol, describe, prepared-statement, unsupported-feature |
| Unrecognised hash algorithm `%s`. | exception | critical | firebird, authentication, srp, cryptography, jvm-provider |
| Can not find value `%s` in new parameters bound flag. | exception | error | mysql, protocol, binary-protocol, enum-lookup, packet-parsing |
| MySQL BLOB type meta in binlog should be range 1 to 4, but a | exception | error | mysql, binlog, blob, cdc, metadata-mismatch |
| MySQL JSON type meta in binlog should be range 1 to 4, but a | exception | error | mysql, binlog, json, cdc, metadata-mismatch |
| MySQL Enum meta in binlog only include value 1 or 2, but act | exception | error | mysql, binlog, enum, cdc, metadata-mismatch |
| Can not support date format if year, month, day is absent. | exception | error | mysql, binary-protocol, date, zero-date, jdbc |
| Wrong length `%d` of MYSQL_TYPE_TIME | exception | error | mysql, binary-protocol, date, packet-parsing, misleading-message |
| Wrong length `%d` of MYSQL_TYPE_DATE | exception | error | mysql, binary-protocol, time, packet-parsing, misleading-message |
| Unsupported PostgreSQL format code `%s` | exception | error | postgresql, protocol, format-code, extended-protocol, validation |
| Can not find `%s` in PostgreSQL command packet type. | exception | error | postgresql, protocol, command-type, tls, wrong-protocol |
| Can not find value `%s` in PostgreSQL column type. | exception | error | postgresql, protocol, type-oid, enum-lookup |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, bit-type, value-parsing |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, date, value-parsing |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, json, value-parsing |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, array, value-parsing |
| Unsupported time format: [%s] | exception | error | postgresql, bind, time, value-parsing |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, timestamp, value-parsing |
| Underlying SQL state: %s, underlying error code: %s. | exception | error | postgresql, bind, array, varchar, value-parsing |
| Close type must be 'S' or 'P'. Got '%c'. | exception | error | postgresql, protocol, close-packet, malformed-input |
| Can not find `%s` in PostgreSQL identifier tag type. | exception | error | postgresql, protocol, packet-type, stream-desync |
| Algorithm `%s` is unsupported to decrypt | exception | error | encrypt, md5, one-way-hash, unsupported-operation |
| Row expression can only compare with subquery | exception | error | encrypt, sql-checker, row-expression, subquery |
| Can not use different encryptor for %s and %s in %s | exception | error | encrypt, sql-checker, encryptor-mismatch, subquery |
| Failed to decrypt the ciphertext '%s' in '%s'. | exception | error | encrypt, decrypt, key-mismatch, data-corruption |
| The SQL clause 'BETWEEN...AND...' is unsupported in encrypt | exception | error | encrypt, between, range-query, unsupported-sql |
| The SQL clause '%s=VALUES(%s)' is unsupported in encrypt fea | exception | error | encrypt, on-duplicate-key-update, assisted-query, values-clause |
| Projections not in simple select, table subquery, join subqu | exception | error | encrypt, projection, subquery, unsupported-sql |
| Can not find shorthand projection segment, owner is `%s` | exception | error | encrypt, projection, shorthand, internal-invariant |
| Can not find logic encrypt column by '%s'. | exception | error | encrypt, config, column-mapping, sql-rewriting |
| Algorithm '%s' initialization failed, reason is: %s must be | exception | error | mask, algorithm-init, properties, config |
| Sharding algorithm class '%s' should be implement '%s'. | exception | error | sharding, class-based, algorithm, upgrade, reflection |
| Could not load class: %s | exception | error | sharding, classpath, class-loading, deployment |
| Invalid %s, datetime pattern should be '%s', value is '%s'. | exception | error | sharding, datetime, algorithm-init, config |
| Invalid %s, datetime pattern should be '%s', value is '%s'. | exception | error | sharding, interval, datetime, config |
40 'DROP INDEX' can not route correctly for INDEX '%s'. | exception | error | sharding, ddl, drop-index, routing, topology |
41 Can not get route result, please check your sharding rule configuration. | exception | error | sharding, prepare, routing, empty-result, configuration |
33 PREPARE statement can not support sharding tables route to same data sources. | exception | error | sharding, prepare, routing, join, data-source |
36 DELETE ... LIMIT can not support route to multiple data nodes. | exception | error | sharding, dml, delete, limit, routing |
31 Can not update sharding value for table '%s'. | exception | error | sharding, insert, on-duplicate-key, upsert, sharding-key |
36 SELECT ... %s can not support route to multiple data sources. | exception | error | sharding, select, union, combine, federation |
21 Found different types for sharding value '%s'. | exception | error | sharding, condition, type-mismatch, where-clause, parameters |
57 Can not find routing table factor, data source '%s', actual table '%s'. | exception | error | sharding, routing, complex-route, cartesian, topology |
1 Can not find table rule with logic tables '%s'. | exception | error | sharding, routing, rule-not-found, configuration, complex-route |
37 Can not find actual data source intersection for logic tables '%s'. | exception | error | sharding, unicast-route, data-source, intersection, configuration |
4 Actual table '%s.%s' is not in table rule configuration. | exception | error | sharding, binding-table, routing, configuration, topology |
5 Can not find binding actual table, data source is '%s', logic table is '%s', oth | exception | error | sharding, binding-table, rule-not-found, configuration, metadata |
2 Can not find data source in sharding rule, invalid actual data node '%s'. | exception | error | sharding, data-node, configuration, storage-unit, startup |
| Unsupported type conversion from %s to %s | exception | error | sharding, type-conversion, class-cast, temporal, parameters |
1 Can not find table rule with logic tables '%s'. | exception | error | sharding, distsql, rule-not-found, configuration, alter |
| Either key generator name or algorithm segment must be provi | validation | error | sharding, distsql, key-generate, validation, configuration |
1 Unsupported SQL operation: unsupported strategy type `%s`. | exception | error | sharding, distsql, strategy-type, enum, validation |
3 Sharding rules '%s' in database '%s' are still in used by sharding table referen | exception | error | sharding, distsql, drop-rule, binding-table, in-use |
| Weight `%s` of available target `%s` should be number. | validation | error | load-balance, weight, algorithm, configuration, number-format |
5 Underlying SQL state: %s, underlying error code: %s. | exception | critical | infra, database-type, connection, sql-exception, startup |
23 Identifier '%s' is ambiguous, matched actual identifiers: %s. | exception | error | |
| Value `%s` of `%s` cannot convert to type `%s` | validation | error | |
1 Unsupported SQL operation: CREATE TEMPORARY TABLE. | exception | error | |
| Invalid data source `%s`, error message is: %s | validation | error | |
10 Can not find plugin class '%s'. | exception | error | |
0 Can not alter storage units '%s'. | exception | error | |
0 Can not register storage units '%s'. | exception | error | |
0 Can not unregister storage units '%s'. | exception | error | |
0 Unknown exception. | exception | error | |
0 Unknown exception. | exception | error | |
0 Unsupported conversion data type '%s' for value '%s'. | exception | error | |
1 Unsupported conversion stream charset '%s'. | exception | error | |
| getObject with type, cannot convert %s:%s to %s | exception | error | |
0 Unsupported conversion data type '%s' for value '%s'. | exception | error | jdbc, result-set, type-conversion, url |
| Column index out of range: %s | exception | error | jdbc, metadata, off-by-one, result-set |
| `%s` cannot be unwrapped as `%s` | exception | error | jdbc, metadata, wrapper, unwrap |
| This SPI implementation does not support the use of this met | exception | error | spi, inline-expression, sharding, groovy |
| getInputStream | exception | error | jdbc, merge, stream, show-statements |
| getCharacterStream | exception | error | jdbc, merge, character-stream, show-statements |
| Get input stream from `%s` | exception | error | jdbc, merge, memory-merge, stream |
| Get Character stream | exception | error | jdbc, merge, memory-merge, character-stream |
| Unsupported type: %s | exception | error | rewrite, insert, internal-invariant, parser |
0 Hint data source '%s' does not exist. | exception | error | routing, hint, datasource, configuration |
30 No tableless route info found. | exception | error | routing, tableless, statement-support |
SPI:1 No implementation class load from SPI '%s' with type '%s'. | exception | error | spi, classloading, configuration, algorithm |
5 Underlying SQL state: %s, underlying error code: %s. | exception | warning | jdbc, connection-pool, shutdown, sql-state |
0 Can not register driver. | exception | critical | jdbc, driver-registration, classpath, static-initializer |
| Can not get value from parameter sets. | exception | error | jdbc, batch, prepared-statement, internal-error |
0 Unknown exception. | exception | error | jdbc, prepared-statement, io, runtime-wrapper |
| `%s` cannot be unwrapped as `%s` | exception | error | jdbc, unwrap, wrapper, vendor-api |
0 Can not get %d connections one time, partition succeed connection(%d) have relea | exception | error | jdbc, connection-pool, capacity, sharding |
SPI:1 No implementation class load from SPI '%s' with type '%s'. | exception | error | jdbc, url, spi, configuration |
21 Can not find column label '%s'. | exception | error | jdbc, metadata, resultset, column-label |
2 Result set has been closed. | exception | error | jdbc, resultset, closed-resource, metadata |
20 Column index '%d' is out of range. | exception | error | jdbc, resultset, column-index, bounds |
0 Unsupported conversion data type '%s' for value '%s'. | exception | error | jdbc, type-conversion, mysql, resultset |
| Unsupported conversion data type '%s' for value '%s'. | exception | error | jdbc, type-conversion, mysql, byte |
| Column index '%d' is out of range. | exception | error | jdbc, metadata, column-index, sharding |
| Only named savepoint are supported. | exception | warning | jdbc, savepoint, transaction, unsupported-feature |
| getAsciiStream | exception | warning | jdbc, metadata, deprecated-api, unsupported-feature |
| getUnicodeStream | exception | error | jdbc, shardingsphere, database-metadata, stream, deprecated-api |
| getBinaryStream | exception | error | jdbc, shardingsphere, database-metadata, stream, binary |
| getWarnings | exception | error | jdbc, shardingsphere, database-metadata, warnings |
| clearWarnings | exception | error | jdbc, shardingsphere, database-metadata, warnings |
| getCharacterStream | exception | error | jdbc, shardingsphere, database-metadata, stream, reader |
| getArray | exception | error | jdbc, shardingsphere, database-metadata, sql-array |
| getBlob | exception | error | jdbc, shardingsphere, database-metadata, blob |
| getClob | exception | error | jdbc, shardingsphere, database-metadata, clob |
| getDate(int columnIndex, Calendar cal) | exception | error | jdbc, shardingsphere, database-metadata, date, calendar |
| getDate(String columnLabel, Calendar cal) | exception | error | jdbc, shardingsphere, database-metadata, date, calendar |
| getTime(int columnIndex, Calendar cal) | exception | error | jdbc, shardingsphere, database-metadata, time, calendar |
| getTime(String columnLabel, Calendar cal) | exception | error | jdbc, shardingsphere, database-metadata, time, calendar |
| getSQLXML | exception | error | jdbc, shardingsphere, database-metadata, resultset, sql-feature-not-supported, sqlxml |
| getBoolean | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, boolean |
| getDate | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, date |
| getTime | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, time |
| getTimestamp | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, timestamp |
| getArray | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, array |
| getAsciiStream | exception | error | jdbc, shardingsphere, generated-keys, resultset, sql-feature-not-supported, stream |
| getUnicodeStream | exception | error | jdbc, shardingsphere, generated-keys, deprecated-api, unsupported-operation |
| getBinaryStream | exception | error | jdbc, shardingsphere, generated-keys, binary, unsupported-operation |
| getWarnings | exception | error | jdbc, shardingsphere, generated-keys, warnings, unsupported-operation |
| clearWarnings | exception | error | jdbc, shardingsphere, generated-keys, warnings, unsupported-operation |
| getCharacterStream | exception | error | jdbc, shardingsphere, generated-keys, reader, unsupported-operation |
| setFetchDirection | exception | error | jdbc, shardingsphere, generated-keys, fetch-direction, unsupported-operation |
| getFetchDirection | exception | error | jdbc, shardingsphere, generated-keys, fetch-direction, unsupported-operation |
| setFetchSize | exception | error | jdbc, shardingsphere, generated-keys, fetch-size, batch, unsupported-operation |
| getFetchSize | exception | error | jdbc, shardingsphere, generated-keys, fetch-size, unsupported-operation |
| getBlob | exception | error | jdbc, shardingsphere, generated-keys, blob, lob, unsupported-operation |
| getClob | exception | error | jdbc, shardingsphere, generated-keys, clob, lob, unsupported-operation |
| getURL | exception | error | jdbc, shardingsphere, generated-keys, url, unsupported-operation |
| getSQLXML | exception | error | jdbc, shardingsphere, generated-keys, sqlxml, unsupported-operation |
| prepareCall | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| nativeSQL | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| abort | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| getTypeMap | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| setTypeMap | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| getNetworkTimeout | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| setNetworkTimeout | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createArrayOf | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createBlob | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createClob | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createNClob | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createSQLXML | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| createStruct | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| getClientInfo | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| getClientInfo name | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| setClientInfo name value | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| setClientInfo properties | exception | error | jdbc, shardingsphere, unsupported-operation, connection-api |
| isNullable | exception | error | jdbc, shardingsphere, parametermetadata, sql-feature-not-supported |
| isSigned | exception | error | jdbc, shardingsphere, parametermetadata, sql-feature-not-supported |
| getPrecision | exception | error | jdbc, shardingsphere, parametermetadata, precision, sql-feature-not-supported |
| getScale | exception | error | jdbc, shardingsphere, parametermetadata, scale, sql-feature-not-supported |
| getParameterType | exception | error | jdbc, shardingsphere, mybatis, parametermetadata, sql-feature-not-supported |
| getParameterTypeName | exception | error | jdbc, shardingsphere, parametermetadata, sql-feature-not-supported |
| getParameterClassName | exception | error | jdbc, shardingsphere, parametermetadata, sql-feature-not-supported |
| getParameterMode | exception | error | jdbc, shardingsphere, parametermetadata, sql-feature-not-supported |
| addBatch sql in PreparedStatement | exception | error | jdbc, shardingsphere, preparedstatement, batch, api-misuse |
| getMetaData | exception | error | jdbc, shardingsphere, preparedstatement, resultsetmetadata, sql-feature-not-supported |
| setNString | exception | error | jdbc, shardingsphere, preparedstatement, nstring, sql-feature-not-supported |
| setNClob | exception | error | jdbc, shardingsphere, preparedstatement, nclob, sql-feature-not-supported |
| setNCharacterStream | exception | error | jdbc, shardingsphere, preparedstatement, nchar, streaming, sql-feature-not-supported |
| setRowId | exception | error | jdbc, shardingsphere, preparedstatement, rowid, oracle, sql-feature-not-supported |
| setRef | exception | error | jdbc, shardingsphere, preparedstatement, ref, sql3, sql-feature-not-supported |
| executeQuery with SQL for PreparedStatement | exception | error | jdbc, shardingsphere, preparedstatement, api-misuse, sql-feature-not-supported |
| executeUpdate with SQL for PreparedStatement | exception | error | jdbc, shardingsphere, preparedstatement, api-misuse, generated-keys |
| execute with SQL for PreparedStatement | exception | error | jdbc, preparedstatement, execute, unsupported-operation, shardingsphere |
| previous | exception | error | jdbc, resultset, cursor, forward-only, shardingsphere |
| isBeforeFirst | exception | error | jdbc, resultset, cursor, position-check, forward-only |
| isAfterLast | exception | error | jdbc, resultset, cursor, position-check, iteration |
| isFirst | exception | error | jdbc, resultset, cursor, position-check, first-row |
| isLast | exception | error | jdbc, resultset, cursor, position-check, last-row |
| beforeFirst | exception | error | jdbc, resultset, cursor, rewind, two-pass |
| afterLast | exception | error | jdbc, resultset, cursor, positioning, cleanup |
| first | exception | error | jdbc, resultset, cursor, first-row, single-row |
| last | exception | error | jdbc, resultset, cursor, last-row, row-count |
| absolute | exception | error | jdbc, resultset, cursor, pagination, absolute |
| relative | exception | error | jdbc, resultset, cursor, relative, skip-rows |
| getRow | exception | error | jdbc, resultset, row-number, forward-only, counter |
| insertRow | exception | error | jdbc, resultset, updatable-resultset, insert, read-only |
| updateRow | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| deleteRow | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| refreshRow | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| cancelRowUpdates | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| moveToInsertRow | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| moveToCurrentRow | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| rowInserted | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| rowUpdated | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| rowDeleted | exception | error | jdbc, resultset, row-updates, shardingsphere, unsupported-operation |
| getCursorName | exception | error | jdbc, resultset, cursor, shardingsphere, unsupported-operation |
| getHoldability | exception | error | jdbc, resultset, metadata, shardingsphere, unsupported-operation |
| getNClob | exception | error | jdbc, resultset, nclob, nchar, shardingsphere, unsupported-operation |
| getNCharacterStream | exception | error | jdbc, resultset, nchar, streaming, shardingsphere, unsupported-operation |
| getRef | exception | error | jdbc, resultset, ref, object-relational, shardingsphere, unsupported-operation |
| getRowId | exception | error | jdbc, resultset, rowid, shardingsphere, unsupported-operation |
| getObject with type | exception | error | jdbc, resultset, jdbc41, orm, type-conversion, shardingsphere, unsupported-operation |
| getObject with map | exception | error | jdbc, resultset, shardingsphere, type-map, unsupported-operation |
| updateXXX | exception | error | jdbc, resultset, updatable-resultset, shardingsphere, unsupported-operation |
| rollback savepoint | exception | error | jdbc, circuit-breaker, savepoint, transaction |
| setSavepoint | exception | error | jdbc, circuit-breaker, savepoint |
| setSavepoint name | exception | error | jdbc, circuit-breaker, savepoint |
| releaseSavepoint | exception | error | jdbc, circuit-breaker, savepoint, cleanup |
| 'chunk-size' is not a valid number: `${chunkSizeText}` | validation | error | pipeline, consistency-check, configuration, validation |
| Invalid 'chunk-size' value: `${result}`, it should be a posi | validation | error | pipeline, consistency-check, configuration, validation |
| Invalid 'streaming-range-type' value: `%s`, expected values | exception | error | pipeline, consistency-check, configuration, enum, validation |
| Unsupported data source type `%s` | exception | error | pipeline, data-source, factory, configuration |
| Inventory dump failed on %s | exception | error | pipeline, inventory-dump, migration, wrapping-exception |
| Build data consistency checker is not supported. | exception | error | pipeline, spi, consistency-check, unsupported-operation |
| Load meta data for schema '%s' and table '%s' failed | exception | error | pipeline, metadata, migration, wrapping-exception |
| Decode binlog event failed, errorCode: %d, sqlState: %s, err | exception | critical | pipeline, mysql, binlog, replication, incremental |
| Unknown rowEventType: %s | exception | error | pipeline, opengauss, wal, incremental, enum |
| Unknown rowEventType: %s | exception | error | pipeline, postgresql, wal, incremental, logical-decoding |
| Read json data unexpected exception | exception | critical | postgresql, json, cdc, wal, parser |
| Unsupported PostgreSQL version: %s | exception | error | postgresql, version, wal, lsn, data-pipeline |
| Unknown stream channel type `%s`. | exception | error | distsql, transmission, spi, configuration |
| not support unpack the type %s | exception | error | cdc, protobuf, client, type-conversion |
| Get result timeout | exception | error | cdc, client, timeout, network |
| Get %s response failed, code:%s, reason: %s | exception | error | cdc, client, server-error, rpc |
| Source storage units have different database types | exception | error | migration, distsql, configuration, heterogeneous |
2 Can not load table with database name '%s' and data source name '%s'. | exception | error | single-table, metadata, jdbc, loading |
| unsupported SQL statement %s in sql federation | exception | error | sql-federation, single, decider, statement-type |
1050 Table '%s' already exists | exception | error | single, ddl, create-table, routing |
| unsupported CommonExpressionSegment | exception | error | sql-federation, calcite, expression, converter |
| unsupported TableSegment type: %s | exception | error | sql-federation, calcite, expression, converter |
| Unsupported interval unit | exception | error | sql-federation, interval, calcite, expression |
| Unsupported segment type: %s | exception | error | sql-federation, from-clause, calcite, converter |
| unsupported TextOrderByItemSegment | exception | error | sql-federation, order-by, calcite, converter |
| SQL federation pagination parameter value `%s` must be an in | exception | error | sql-federation, pagination, limit, validation |
| SQL federation does not support SQL '%s'. | exception | error | sql-federation, wrapper, execution, calcite |
| isLast | exception | warning | sql-federation, jdbc, resultset, unsupported-operation |
| beforeFirst | exception | warning | sql-federation, jdbc, resultset, cursor |
| afterLast | exception | error | jdbc, resultset, sql-federation, cursor, shardingsphere |
| first | exception | error | jdbc, resultset, sql-federation, cursor, shardingsphere |
| last | exception | error | jdbc, resultset, sql-federation, cursor, row-count, shardingsphere |
| absolute | exception | error | jdbc, resultset, sql-federation, pagination, cursor, shardingsphere |
| relative | exception | error | jdbc, resultset, sql-federation, cursor, shardingsphere |
| getRow | exception | error | jdbc, resultset, sql-federation, row-count, shardingsphere |
| insertRow | exception | error | jdbc, resultset, sql-federation, updatable-cursor, insert, shardingsphere |
| updateRow | exception | error | jdbc, resultset, sql-federation, updatable-cursor, update, shardingsphere |
| deleteRow | exception | error | jdbc, resultset, sql-federation, updatable-cursor, delete, shardingsphere |
| refreshRow | exception | error | jdbc, resultset, sql-federation, refresh, shardingsphere |
| cancelRowUpdates | exception | error | jdbc, resultset, sql-federation, updatable-cursor, shardingsphere |
| moveToInsertRow | exception | error | jdbc, resultset, sql-federation, updatable-cursor, insert, shardingsphere |
| moveToCurrentRow | exception | error | jdbc, resultset, sql-federation, updatable-cursor, shardingsphere |
| rowInserted | exception | error | jdbc, resultset, sql-federation, visibility, shardingsphere |
| rowUpdated | exception | error | jdbc, resultset, sql-federation, visibility, shardingsphere |
| rowDeleted | exception | error | jdbc, resultset, sql-federation, visibility, delete, shardingsphere |
| getCursorName | exception | error | jdbc, resultset, sql-federation, positioned-update, cursor, shardingsphere |
| getHoldability | exception | error | jdbc, resultset, sql-federation, holdability, shardingsphere |
| getNClob | exception | error | jdbc, resultset, sql-federation, nclob, nvarchar, shardingsphere |
| getNCharacterStream | exception | error | jdbc, sql-federation, resultset, unsupported-operation, national-character |
| getRef | exception | error | jdbc, sql-federation, resultset, unsupported-operation, ref-type |
| getRowId | exception | error | jdbc, sql-federation, resultset, unsupported-operation, rowid |
| getObject with type | exception | error | jdbc, sql-federation, resultset, unsupported-operation, jdbc41, java-time |
| getObject with map | exception | error | jdbc, sql-federation, resultset, unsupported-operation, type-map, oracle |
| updateNull | exception | error | jdbc, sql-federation, resultset, unsupported-operation, readonly, updatable-resultset |
| updateBoolean | exception | error | jdbc, sql-federation, resultset, unsupported-operation, readonly, updatable-resultset |
| updateByte | exception | error | jdbc, sql-federation, resultset, unsupported-operation, readonly, updatable-resultset |
| updateShort | exception | error | jdbc, sql-federation, resultset, unsupported-operation, readonly, updatable-resultset |
| updateInt | exception | error | jdbc, sql-federation, resultset, unsupported-operation, readonly, updatable-resultset |
| updateLong | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere |
| updateFloat | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere |
| updateDouble | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere |
| updateBigDecimal | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, bigdecimal |
| updateString | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere |
| updateNString | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, nstring |
| updateBytes | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, binary |
| updateDate | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, date |
| updateTime | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, time |
| updateTimestamp | exception | error | jdbc, resultset, sql-federation, read-only, shardingsphere, timestamp |
| updateAsciiStream | exception | error | jdbc, sql-federation, resultset, readonly, shardingsphere |
| updateBinaryStream | exception | error | jdbc, sql-federation, resultset, blob, readonly |
| updateCharacterStream | exception | error | jdbc, sql-federation, resultset, clob, readonly |
| updateNCharacterStream | exception | error | jdbc, sql-federation, resultset, nchar, readonly |
| updateObject | exception | error | |
| updateRef | exception | error | |
| updateBlob | exception | error | |
| updateClob | exception | error | |
| updateNClob | exception | error | jdbc, resultset, sql-federation, unsupported-operation, nclob |
| updateArray | exception | error | jdbc, resultset, sql-federation, unsupported-operation, array |
| updateRowId | exception | error | jdbc, resultset, sql-federation, unsupported-operation, rowid, oracle |
| updateSQLXML | exception | error | jdbc, resultset, sql-federation, unsupported-operation, sqlxml |
| Get input stream from `%s` | exception | error | jdbc, resultset, sql-federation, streaming, blob, unsupported-operation |
400 Load datetime from database failed. | exception | critical | configuration, time-service, database, spi, connection |
0 Invalid 'Transaction' rule, error message is: Unsupported transaction type `%s` | exception | error | distsql, transaction, configuration, validation, proxy |
25000 Failed to create '%s' XA data source. | exception | critical | xa, transaction, driver, classpath, configuration |
25000 Close transaction manager failed. | exception | error | xa, narayana, shutdown, transaction-manager, recovery |
| Failed to start %s server. | exception | critical | mcp, startup, server, io, transport |
| MCP configuration file `%s` does not exist. | exception | error | mcp, configuration, file-not-found, startup, path |
| Failed to start embedded Tomcat runtime. | exception | critical | mcp, tomcat, http, startup, port, bind |
| Session attribution does not match this MCP session. | http | error | mcp, security, session, http-transport, authentication |
| Completion request limit of %d per minute exceeded for MCP s | validation | warning | mcp, rate-limit, completion, throttling, session |
| Completion argument `%s` is not declared for %s `%s`. | validation | error | mcp, completion, validation, tool-arguments |
| Session does not exist. | exception | error | mcp, session, lifecycle, initialize |
| MCP session exceeded the maximum tool call quota of %d. | validation | error | mcp, quota, tool-calls, rate-limit, session |
| database_gateway_execute_query only supports parser-approved | validation | error | mcp, sql, tool-routing, classification, validation |
| database_gateway_execute_update does not accept read-only SQ | validation | error | mcp, sql, tool-routing, classification, validation |
| %s execution_mode is required. | validation | error | mcp, tool-arguments, validation, execution-mode |
| %s execution_mode must be one of %s. | validation | error | mcp, tool-arguments, validation, execution-mode, enum |
| Query did not return a result set. | exception | error | mcp, sql, jdbc, result-set, dialect |
| Statement class is not supported. | exception | error | mcp, sql, statement-class, transactions, switch |
| Generated explain_sql is not valid for the target database. | validation | error | mcp, sql, explain, dialect, syntax |
| Cross-schema SQL is not supported for database `%s`: `%s`. | validation | error | mcp, sql, schema, multi-tenant, validation |
| Statement is not supported by the MCP contract. | exception | error | mcp, sql, transactions, parser, unsupported |
| %s must be an integer between %d and %d. | validation | error | mcp, tool-arguments, validation, numeric, limits |
| Statement is not supported by the MCP contract. | exception | error | mcp, sql, sequences, ddl, ast, unsupported |
| Statement is banned by the MCP contract. | validation | error | mcp, sql, security, banned-statements, validation |
| Metadata introspection SQL should use MCP metadata resources | validation | error | mcp, sql-validation, metadata, shardingsphere |
| Statement is not a transaction command. | validation | error | mcp, transaction, savepoint, request-validation, shardingsphere |
| Locking read statements such as SELECT ... FOR UPDATE are no | exception | error | mcp, sql-validation, locking-read, for-update, shardingsphere |
| Statement is not supported by the MCP contract. | exception | error | mcp, sql-scanner, unsupported-statement, shardingsphere |
| Only one SQL statement is allowed. | exception | error | mcp, sql-scanner, multiple-statements, shardingsphere |
| %s execution_mode is required. | validation | error | mcp, workflow, required-argument, execution-mode, shardingsphere |
| object_types must be an array. | validation | error | mcp, request-validation, object-types, shardingsphere |
| object_types cannot contain blank values. | validation | error | mcp, request-validation, object-types, blank-values, shardingsphere |
| Unsupported object_types value `%s`. | validation | error | mcp, request-validation, object-types, enum, shardingsphere |
| %s must be an integer between %d and %d. | validation | error | mcp, request-validation, integer-range, pagination, shardingsphere |
| %s must be an integer. | validation | error | mcp, validation, arguments, integer-parsing |
| %s execution_mode is required. | validation | error | mcp, workflow, validation, execution-mode |
| %s execution_mode must be one of %s. | validation | error | mcp, workflow, validation, execution-mode |
| approved_steps must contain only %s. | validation | error | mcp, workflow, validation, approval-steps |
| Database `%s` is not configured. | exception | error | mcp, workflow, database-configuration, connection |
| target_status is required for readwrite-splitting status. | validation | error | mcp, readwrite-splitting, distsql, validation |
| Unknown argument: %s | console | error | cli, registry, arguments, validation |
| streamable-http transport URL must be an HTTP URL. | console | error | registry, metadata, url-validation, http |
| Unable to unwrap runtime database data source to `%s`. | exception | warning | jdbc, datasource, wrapper, mcp |
| System property `%s` must be a positive integer, but was `%s | validation | error | mcp, configuration, system-property, startup |
| The configured runtime does not support rule inspection Dist | exception | error | mcp, distsql, unsupported-feature, compatibility |
WF-VAL-002 Workflow synchronization was interrupted. | exception | error | mcp, workflow, synchronization, interruption |
HY000 Underlying SQL state: %s, underlying error code: %s. | exception | error | governance, rule-configuration, metadata-refresh, sql |
HY000 Load table meta data failed for database '%s'. | exception | error | metadata, storage-unit, schema-rebuild, sql |
| Can not find YAML rule configuration with type: %s | validation | error | yaml, rule-configuration, spi, classloading |
HY000 Underlying SQL state: %s, underlying error code: %s. | exception | error | standalone, rule-configuration, metadata-refresh, sql |
HY000 Cluster repository persist error. | exception | error | zookeeper, cluster, governance, network |
HY000 Cluster repository persist error. | exception | error | zookeeper, cluster, governance, error-handling |
42000 You have an error in your SQL syntax: %s | exception | error | distsql, parser, syntax, antlr, shardingsphere |
42000 You have an error in your SQL syntax: %s | exception | error | distsql, kernel, parser, syntax, antlr |
42000 You have an error in your SQL syntax: %s | exception | error | distsql, utility, parser, syntax, antlr |
42000 You have an error in your SQL syntax: %s | exception | error | sql-parser, antlr, syntax, error-listener, dialect |
42000 You have an error in your SQL syntax: %s | exception | error | sql-parser, antlr, errornode, two-phase, syntax |
42000 You have an error in your SQL syntax: %s | exception | error | sql-parser, visitor-factory, internal, version-mismatch, spi |
42000 Expected integer ID, got: %s | validation | error | doris, dal, show-statement, integer-validation, visitor |
| Invalid compaction type. Must be 'MAJOR', 'MINOR' or 'REBALA | validation | error | hive, ddl, compaction, alter-table, validation |
| [CLUSTERED INTO n BUCKETS] and [ORDER BY col_list] clauses c | validation | error | hive, ddl, compaction, rebalance, clause-validation |
| Unsupported Returning Expression | exception | error | oracle, dml, returning-clause, visitor, unsupported |
| Unhandled case | exception | error | oracle, dml, projection, visitor, select |
| Unsupported Complex Expression | exception | error | oracle, dml, complex-expression, projection, visitor |
| Unsupported Simple Expression | exception | error | oracle, dml, simple-expression, projection, visitor |
| Unsupported Expression | exception | error | oracle, dml, projection, visitor, unsupported |
| Unsupported expression: %s in page expression | exception | error | pagination, rownum, rewrite, expression, unsupported |
| Unsupported operator: %s in page expression | exception | error | pagination, rownum, operator, rewrite, arithmetic |
| Duplicate rule tag `!%s` in file `%s` | exception | critical | proxy, configuration, yaml, duplicate-rule, startup |
13000 Can not get %d connections one time, partition succeed connection(%d) have relea | exception | error | connection-pool, jdbc, proxy, configuration, capacity |
| Backend executor engine is unavailable in `%s` lifecycle sta | exception | critical | lifecycle, concurrency, executor, proxy, shutdown |
30001 Unsupported SQL operation: %s. | exception | error | sql, proxy, unsupported-operation, factory, ddl |
30001 Unsupported SQL operation: %s. | exception | error | distsql, proxy, unsupported-operation, factory, grammar |
12010 Can not support variable '%s'. | exception | warning | distsql, ral, variables, validation |
30020 File access failed, file is: %s | exception | error | distsql, file-io, ral, yaml, path |
30020 File access failed, file is: %s | exception | error | distsql, file-io, ral, import, metadata |
30020 File access failed, file is: %s | exception | error | distsql, file-io, ral, import, metadata |
12010 Can not support variable '%s'. | exception | warning | distsql, ral, variables, configuration, validation |
12011 Invalid variable value '%s'. | exception | warning | distsql, ral, variables, validation, cron, type-conversion |
| There is already a transaction in progress | exception | error | transaction, tcl, postgresql, proxy, session-state |
30020 File access failed, file is: %s | exception | error | file-io, export, distsql, permissions, proxy |
| CHARACTER SET %s is not defined | exception | error | firebird, charset, dialect, connection, validation |
1253 COLLATION '%s' is not valid for CHARACTER SET '%s' | exception | error | mysql, charset, collation, set-names, validation |
1231 Variable '%s' can't be set to the value of '%s' | exception | error | mysql, charset, set-names, validation, connection |
1046 No database selected | exception | error | mysql, show, metadata, routing, startup |
| invalid value for parameter "%s": "%s" | exception | error | postgresql, charset, client-encoding, dialect, validation |
| Invalid port `%s`. | console | critical | bootstrap, cli, arguments, startup, port |
| Invalid path `%s`. | console | critical | bootstrap, cli, arguments, startup, path |
PROXY-00001 Load database server info failed. | exception | critical | proxy, startup, jdbc, connectivity, configuration |
| Wrong operation %s during authentication phase | exception | error | firebird, protocol, authentication, wire-protocol |
isc_charset_not_found CHARACTER SET %s is not defined | exception | error | firebird, charset, encoding, authentication |
| Invalid statement handle: %d | exception | error | firebird, prepared-statement, batch, statement-handle |
| Batch already opened for statement handle %d | exception | error | firebird, batch, statement-handle, resource-cleanup |
| Statement used in batch must have parameters | exception | error | firebird, batch, blr, parameters |
| invalid message length: computed %d from BLR but client sent | exception | error | firebird, batch, blr, message-format, protocol |
| Wrong version of batch parameters block %d, should be %d | exception | error | firebird, batch, clumplet, version, protocol |
| BLOB policy is not supported in Firebird batch operations | exception | error | firebird, batch, blob, unsupported-feature |
| Invalid batch parameters buffer | exception | error | firebird, batch, clumplet, protocol, malformed-packet |
| Invalid batch parameter length for tag %d: %d | exception | error | firebird, batch, clumplet, protocol, malformed-packet |
| Invalid batch parameter integer length for tag %d: %d | exception | error | firebird, batch, clumplet, protocol, encoding |
| Invalid batch handle: statement handle %d | exception | error | firebird, batch, statement-handle, protocol-ordering |
| Invalid batch handle: statement handle %d | exception | error | firebird, batch, statement-handle, protocol-ordering |
| Batch is too big: accumulated %d + incoming %d data bytes ex | exception | error | firebird, batch, buffer-limit, bulk-load |
| SEEK BLOB is not supported at the moment, blob handle: %d | exception | error | firebird, blob, unsupported-feature |
| Invalid statement handle: %d | exception | error | firebird, prepared-statement, statement-handle, protocol-ordering |
| Unknown DSQL option type %d | exception | error | firebird, prepared-statement, free-statement, protocol |
| Unknown statement info request type %d | exception | error | firebird, prepared-statement, describe, protocol |
| Invalid transaction handle: %d | exception | error | firebird, transaction, commit, statement-handle |
| Invalid transaction handle: %d | exception | error | |
| Attempt to start more than %d transactions | exception | error | |
1043 Bad handshake | exception | error | |
| Unsupported command: %s | exception | error | |
1105 Parameter of prepared statement which is set through mysql_send_long_data() is l | exception | error | |
1295 This command is not supported in the prepared statement protocol yet | exception | error | |
1295 This command is not supported in the prepared statement protocol yet | exception | error | |
| invalid value for parameter "client_encoding": "%s" | exception | error | |
| Can not describe portal `%s` before bind | exception | error | |
| Unsupported SQL operation: %s. | exception | error | |
| Unsupported SQL operation: Unsupported describe type: %s. | exception | error |