在 Codebeamer 中执行导出以部署项目时出现错误“项目依赖项查找器失败 MysqlDataTruncation:数据截断:列“context_data”的数据太长”
适用于
- Codebeamer 22.10
Project dependency finder failed (jobId = 2,654), see errors below:
### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'context_data' at row 1 ### The error may exist in class path resource [com/intland/codebeamer/persistence/dao/sqlmap/BackgroundJobDao.xml] ### The error may involve BackgroundJob.updateBackgroundJobStepContext-Inline ### The error occurred while setting parameters ### SQL: UPDATE background_step_context SET context_data = ? WHERE job_id = ? ### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'context_data' at row 1 ; Data truncation: Data too long for column 'context_data' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'context_data' at row 1
说明
- 执行项目部署时出现部署错误
- 错误“数据截断:第 1 行的列“context_data”的数据太长”