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' のデータが長すぎます」