连接Sybase报错
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
{
"job": {
"content": [{
"reader": {
"name": "mysqlreader",
"parameter": {
"column": ["user_id", "vote_id","group_id","create_time"],
"connection": [{
"jdbcUrl": ["jdbc:mysql://192.168.0.210:3306/dataxTest"],
"table": ["vote_record"]
}],
"password": "123456",
"username": "root"
}
},
"writer": {
"name": "rdbmswriter",
"parameter": {
"column": ["user_id", "vote_id","group_id","create_time"],
"connection": [{
"jdbcUrl": "jdbc:sybase:Tds:192.168.0.183:8000/tempdb",
"table": ["tempdb.dbo.vote_record1"]
}],
"password": "myPassword",
"username": "sa"
}
}
}],
"setting": {
"speed": {
"channel": 10
}
}
}
}
提示:
2019-12-17 22:01:51.257 [job-0] ERROR RetryUtil - Exception when calling callable, 即将尝试执行第1次重试.本次重试计划等 待[1000]ms,实际等待[1001]ms, 异常Msg:[Code:[DBUtilErrorCode-10], Description:[连接数据库失败. 请检查您的 账号、密码、数 据库名称、IP、Port或者向 DBA 寻求帮助(注意网络环境).]. - 具体错误信息为:java.sql.SQLException: No suitable driver found for jdbc:sybase:Tds:192.168.0.183:8000/tempdb]
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides no source file, test, or entry point to follow. Start by reproducing the DataX job with the shown Sybase JDBC URL and investigate how database drivers are discovered and loaded; done means the job connects to Sybase without the “No suitable driver” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100