"Failed to add inspection info record" in server log
Hi,
I've noticed a lot of "Failed to add inspection info record" errors in my TeamCity server log. Is this a geniune error and should I be concerned?
[2010-01-05 10:50:33,371] ERROR - on.InspectionsMessageProcessor - Failed to add inspection info record for id=-5118025066134141448, inspection_id='DoNotConcatenateStringsInsideLoops CA1818'.
SQL error: ORA-00001: unique constraint (TEAMCITY.SYS_C009451797) violated
[snip]
[2010-01-05 10:50:33,731] ERROR - on.InspectionsMessageProcessor - Failed to add inspection info record for id=5293933411994418089, inspection_id='UriPropertiesShouldNotBeStrings CA1056'.
SQL error: ORA-00001: unique constraint (TEAMCITY.SYS_C009451797) violated
[2010-01-05 10:50:33,731] ERROR - on.InspectionsMessageProcessor - Failed inspection info records: 73
[2010-01-05 10:50:35,043] ERROR - on.InspectionsMessageProcessor - Failed to add inspection info record for id=-5118025066134141448, inspection_id='DoNotConcatenateStringsInsideLoops CA1818'.
SQL error: ORA-00001: unique constraint (TEAMCITY.SYS_C009451797) violated
[snip]
[2010-01-05 10:50:35,278] ERROR - on.InspectionsMessageProcessor - Failed to add inspection info record for id=2250820109360401912, inspection_id='ShortAcronymsShouldBeUppercase CA1706'.
SQL error: ORA-00001: unique constraint (TEAMCITY.SYS_C009451797) violated
[2010-01-05 10:50:35,278] ERROR - on.InspectionsMessageProcessor - Failed inspection info records: 54
TeamCity 5.0.1, although I also noticed this in 4.5.5.
Cheers,
Andy
Please sign in to leave a comment.
It looks similar to the following issue: http://youtrack.jetbrains.net/issue/TW-10488
If possible please follow the recomendations in the last comment of the issue and provide necessary logs.
Well spotted, Pavel. I've turned on the extra logging and reproduced the problem. We'll take the discussion to the bug.
Thanks,
Andy