... | @@ -149,3 +149,24 @@ mysql: [Warning] Using a password on the command line interface can be insecure. |
... | @@ -149,3 +149,24 @@ mysql: [Warning] Using a password on the command line interface can be insecure. |
|
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
腾讯云OB数据库监听binlog报`ERROR Maxwell - SQLException: Column 'server_id' not found.`问题
|
|
|
|
详细报错信息:
|
|
|
|
```shell
|
|
|
|
./bin/maxwell --config bdp_sti_config.properties
|
|
|
|
2025-05-26 16:12:02 ERROR Maxwell - SQLException: Column 'server_id' not found.
|
|
|
|
java.sql.SQLException: Column 'server_id' not found.
|
|
|
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:63) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mysql.cj.jdbc.result.ResultSetImpl.findColumn(ResultSetImpl.java:584) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mysql.cj.jdbc.result.ResultSetImpl.getLong(ResultSetImpl.java:862) ~[mysql-connector-java-8.0.28.jar:8.0.28]
|
|
|
|
at com.mchange.v2.c3p0.impl.NewProxyResultSet.getLong(NewProxyResultSet.java:477) ~[c3p0-0.9.5.5.jar:0.9.5.5]
|
|
|
|
at com.zendesk.maxwell.MaxwellContext.getServerID(MaxwellContext.java:473) ~[maxwell-1.40.6.jar:1.40.6]
|
|
|
|
at com.zendesk.maxwell.MaxwellContext.<init>(MaxwellContext.java:133) ~[maxwell-1.40.6.jar:1.40.6]
|
|
|
|
at com.zendesk.maxwell.Maxwell.<init>(Maxwell.java:44) ~[maxwell-1.40.6.jar:1.40.6]
|
|
|
|
at com.zendesk.maxwell.Maxwell.main(Maxwell.java:322) [maxwell-1.40.6.jar:1.40.6]
|
|
|
|
|
|
|
|
``` |
|
|
|
\ No newline at end of file |