1

Jenkins から Sonar ランナーを呼び出すと、次のエラーが発生します。

Fail to purge data [id=1]
org.apache.ibatis.exceptions.PersistenceException: 
### Error updating database.  Cause: java.sql.SQLException: Prepared or callable statement has more than 2000 parameter markers.
### SQL: delete from dependencies where from_snapshot_id in 
...
### Cause: java.sql.SQLException: Prepared or callable statement has more than 2000 parameter markers.

このエラーの回避策を知っている人はいますか (Sonar バグ)。

4

1 に答える 1

1

実際、これは既知の問題であり、早急に修正する必要がありますが、当面は回避策がありません: http://jira.codehaus.org/browse/SONAR-4586 SonarQube 3.6 にダウングレードする予定です。

于 2013-08-22T19:43:13.277 に答える