Unexpected error during build messages processing in TeamCity.

Hi. Today after upgrading our Teamcity server from 2018.1.1 to 2018.1.2 (build: 58537) our builds are failing on step Inspections , the buildlog contains:

Unexpected error during build messages processing in TeamCity, please contact your system administrator.

We have Docker distribution installed.

I saw that some people had this issue before: https://teamcity-support.jetbrains.com/hc/en-us/community/posts/206806975-Unexpected-error-occurred-during-build-message-processing-in-TeamCity?input_string=Unexpected%20error%20during%20build%20messages%20processing%20in%20TeamCity. but it was not resolved.

 

 

0
5 comments

This issues require sending internal logs so are often handled privately. Please check the teamcity-server.log files for the specific time where it failed. The error message indicates that the server is having issues handling the log messages so this issues are often logged into that file.

0
Avatar
Permanently deleted user

Thanks for replying, these are messages from teamcity-server.log, when the error occured:

 

[2018-09-03 11:50:00,330] WARN - on.InspectionsMessageProcessor - Failed to update inspection info record for id=-1947900432309032547, inspection_id='AssignmentToForLoopParameterJS'. 

SQL error: Data truncation: Incorrect string value: '\xEF\xBF\xBD' for column 'inspection_desc' at row 1 while performing SQL query: SQL DML: update inspection_info set inspection_name=?, inspection_desc=?, group_name=? where id = ? | PARAMETERS: "Assignment to 'for' loop parameter", "<html>\n<body>\n\n ...r error.\n\n</body>\n</html>\n�", "Assignment issues", -1947900432309032547: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect string value: '\xEF\xBF\xBD' for column 'inspection_desc' at row 1
[2018-09-03 11:50:00,646] WARN - on.InspectionsMessageProcessor - Failed to update inspection info record for id=6658856371633986743, inspection_id='NonAsciiCharacters'.
SQL error: Data truncation: Incorrect string value: '\xE2\x86\x92</s...' for column 'inspection_desc' at row 1 while performing SQL query: SQL DML: update inspection_info set inspection_name=?, inspection_desc=?, group_name=? where id = ? | PARAMETERS: "Non-ASCII characters", "<html>\n<body>\n\nThis inspection.../li>\n</ul>\n\n</body>\n</html>", "Internationalization", 6658856371633986743: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect string value: '\xE2\x86\x92</s...' for column 'inspection_desc' at row 1
[2018-09-03 11:50:01,074] ERROR - on.InspectionsMessageProcessor - DML with 54 batch(es) executed: "delete from inspection_data where hash=?".
[2018-09-03 11:50:01,074] ERROR - on.InspectionsMessageProcessor - DML with 54 batch(es) not executed: "insert into inspection_data (hash, result, severity, type_pattern, fqname, parent_type_patterns, parent_fqnames, module_name, file_name, inspection_id, is_local, used) values (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , 1)".
[2018-09-03 11:50:01,079] ERROR - on.InspectionsMessageProcessor - DML with 54 batch(es) not executed: "delete from inspection_fixes where hash=?".
[2018-09-03 11:50:01,079] ERROR - on.InspectionsMessageProcessor - DML with 0 batch(es) ignored: "insert into inspection_fixes (hash, hint) values (? , ?)".
[2018-09-03 11:50:01,079] ERROR - on.InspectionsMessageProcessor - DML with 100 batch(es) not executed: "insert into inspection_results (build_id, hash, line) values (?, ?, ?)".
[2018-09-03 11:50:01,087] ERROR - jetbrains.buildServer.SERVER - Unexpected exception occurred during message processing, will change build status to failing for build #115_v0.2.1 {build id=8446, buildTypeId=Expo_Android_Dev}, messages pack: [BuildMessage1 result [

 

BuildMessage1 finished Inspection NORMAL 438942679712811, BuildMessage1 Text ##teamcity[buildStatisticValue key='buildStageDuration:buildStepRUNNER_265' value='319376.0'] DefaultMessage NORMAL tags:'tc:internal', BuildMessage1 BlockEnd BlockData[blockName='Step 11/11', blockType='teamcity-build-step-type', blockDescription='null'] DefaultMessage NORMAL , BuildMessage1 BlockEnd BlockData[blockName='', blockType='$BUILD_PROGRESS$', blockDescription='null'] DefaultMessage NORMAL , BuildMessage1 finished Inspection NORMAL , BuildMessage1 Flow flow[ newFlow: '1460347831535975386498' parentFlow: ''] DefaultMessage NORMAL , BuildMessage1 BlockStart BlockData[blockName='Publishing artifacts', blockType='agent', blockDescription='null'] DefaultMessage NORMAL 1460347831535975386498, BuildMessage1 Text Collecting files to publish: [/Users/blastlab/agent/temp/buildTmp/.teamcity/docker/build__build_number__v0_2_1/events.json => .teamcity/docker/] DefaultMessage NORMAL 1460347831535975386498]

jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Data truncation: Incorrect string value: '\xC4\x85cymi...' for column 'result' at row 1: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect string value: '\xC4\x85cymi...' for column 'result' at row 1
at sun.reflect.GeneratedConstructorAccessor826.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.Util.getInstance(Util.java:408)
at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1162)
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1778)
at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1262)
at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:970)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:331)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:331)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:331)
at jetbrains.buildServer.serverSide.impl.codeInspection.InspectionsMessageProcessor.lambda$insertData$2(InspectionsMessageProcessor.java:23)
at jetbrains.buildServer.serverSide.db.DBFacade$3.run(DBFacade.java:223)
at jetbrains.buildServer.serverSide.db.DBFacade$3.run(DBFacade.java:221)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:242)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:221)
at jetbrains.buildServer.serverSide.impl.codeInspection.InspectionsMessageProcessor.insertData(InspectionsMessageProcessor.java:217)
at jetbrains.buildServer.serverSide.impl.codeInspection.InspectionsMessageProcessor.insertInspectionResults(InspectionsMessageProcessor.java:175)
at jetbrains.buildServer.serverSide.impl.codeInspection.InspectionsMessageProcessor.doProcessMessage(InspectionsMessageProcessor.java:126)
at jetbrains.buildServer.serverSide.stat.BaseMessageProcessor.processMessage(BaseMessageProcessor.java:2)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue.doProcessMessage(BuildAgentMessagesQueue.java:126)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue.access$1200(BuildAgentMessagesQueue.java:152)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue$2.doInTransactionWithoutResult(BuildAgentMessagesQueue.java:4)
at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:34)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue.doProcessMessages(BuildAgentMessagesQueue.java:66)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue.access$1000(BuildAgentMessagesQueue.java:34)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue$1.run(BuildAgentMessagesQueue.java:2)
at jetbrains.buildServer.util.NamedThreadFactory.executeWithNewThreadName(NamedThreadFactory.java:76)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$BuildMessagesQueue.processMessages(BuildAgentMessagesQueue.java:111)
at jetbrains.buildServer.serverSide.impl.BuildAgentMessagesQueue$2.run(BuildAgentMessagesQueue.java:16)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect string value: '\xC4\x85cymi...' for column 'result' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3971)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1756)
... 26 more

0
Avatar
Permanently deleted user

We recently upgraded to 2018.1.3(Build58658). today i noticed the build is set to Fail for similar reason. The actual artifact has been created and is added to the artifact repository. but due to that reason it is marked failed.
it happened during the compile steps.

The dependent build also marked as failed 

[11:41:05]The status of the build has been changed to failing because some of the builds it depends on have failed
[11:41:06]Snapshot dependency "... Proj1 / feature1 / Plugin1 / Release" failed
 
but i verified the artifact does get downloaded
[11:45:38]Downloading files from <Proj1 / feature1 / Plugin1 / Release, build #1.2.28.0 (2848f27) [id 308537]> for pattern [**/*.nmipb => RELEASE]
[11:45:38]Downloading 1 artifact
[11:45:39]Resolving artifact dependency 34 of 41, file 31: downloaded 25.67 MB of 37.87 MB
[11:45:39]1 file retrieved

Any advice???

0

Hi,

 

your issue has nothing to do with the original issue. The original problem seems to be an encoding problem on some of the characters that leads a build to fail. Yours is explicitly stating that is being marked as failing because some of its snapshot dependencies (not artifacts) are failed. Your build is being marked as failed because some of its dependencies are failed, please check the build chain tab to see which ones are failing, or set your dependencies up in a way that they will still be run if the dependencies are failing.

0

We are seeing similar problem that started on all out build configurations after upgrade. Is there any fix workaround?

 

jetbrains.buildServer.vcs.VcsRootVcsException: Error collecting changes for VCS repository '"Configuration" {instance id=73, parent internal id=1, parent id=Configuration, description: "git@github.com:Zocdoc/AwsConfiguration.git#refs/heads/master"}'
jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at jetbrains.buildServer.buildTriggers.vcs.ConnectionStateReporterImpl.reportConnectionFailed(ConnectionStateReporterImpl.java:29)
at jetbrains.buildServer.buildTriggers.vcs.ConnectionStateReporterImpl.reportConnectionFailed(ConnectionStateReporterImpl.java:7)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:64)
at jetbrains.buildServer.util.NamedThreadFactory.executeWithNewThreadName(NamedThreadFactory.java:76)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader.loadChanges(VcsRootChangesLoader.java:116)
at jetbrains.buildServer.vcs.impl.VcsChangesFetcher$LoadChangesForRoot.run(VcsChangesFetcher.java:13)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.lambda$run$0(VcsChangesLoader.java:11)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.run(VcsChangesLoader.java:15)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: jetbrains.buildServer.vcs.VcsException: jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
... 14 more
Caused by: jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5094)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at jetbrains.buildServer.serverSide.db.DatabaseUtil.executeUpdate(DatabaseUtil.java:492)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1187)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:71)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:56)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDmlInternal(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDml(DBFunctions.java:1140)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:161)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:242)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery.executeUpdate(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.postModificationInfoToDB(InsertVcsModficationQuery.java:15)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.insert(InsertVcsModficationQuery.java:8)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:1)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:2)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl.persistModification(VcsModificationsStorageImpl.java:140)
at jetbrains.buildServer.vcs.impl.DBVcsModificationHistory.persistModification(DBVcsModificationHistory.java:10)
at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsModificationHistory.persistModification(SecuredVcsModificationHistory.java:59)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:86)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:157)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.doPersist(ChangePersister.java:110)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistChanges(ChangePersister.java:196)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister.persist(ChangePersister.java:39)
at jetbrains.buildServer.buildTriggers.vcs.LoadChanges.collectChanges(LoadChanges.java:23)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:44)
... 12 more
Caused by: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
... 52 more
jetbrains.buildServer.vcs.VcsException: jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at jetbrains.buildServer.buildTriggers.vcs.ConnectionStateReporterImpl.reportConnectionFailed(ConnectionStateReporterImpl.java:7)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:64)
at jetbrains.buildServer.util.NamedThreadFactory.executeWithNewThreadName(NamedThreadFactory.java:76)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader.loadChanges(VcsRootChangesLoader.java:116)
at jetbrains.buildServer.vcs.impl.VcsChangesFetcher$LoadChangesForRoot.run(VcsChangesFetcher.java:13)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.lambda$run$0(VcsChangesLoader.java:11)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.run(VcsChangesLoader.java:15)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5094)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at jetbrains.buildServer.serverSide.db.DatabaseUtil.executeUpdate(DatabaseUtil.java:492)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1187)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:71)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:56)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDmlInternal(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDml(DBFunctions.java:1140)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:161)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:242)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery.executeUpdate(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.postModificationInfoToDB(InsertVcsModficationQuery.java:15)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.insert(InsertVcsModficationQuery.java:8)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:1)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:2)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl.persistModification(VcsModificationsStorageImpl.java:140)
at jetbrains.buildServer.vcs.impl.DBVcsModificationHistory.persistModification(DBVcsModificationHistory.java:10)
at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsModificationHistory.persistModification(SecuredVcsModificationHistory.java:59)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:86)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:157)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.doPersist(ChangePersister.java:110)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistChanges(ChangePersister.java:196)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister.persist(ChangePersister.java:39)
at jetbrains.buildServer.buildTriggers.vcs.LoadChanges.collectChanges(LoadChanges.java:23)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:44)
... 12 more
Caused by: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
... 52 more
jetbrains.buildServer.serverSide.db.MySQL.MySqlIncorrectStringValueException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1 while performing SQL query: SQL DML: insert into vcs_history (modification_id, user_name, description, change_date, vcs_root_id, version, display_version, changes_count, register_date) values (?, ?, ?, ?, ?, ?, ?, ?, ?) | PARAMETERS: 485777, "mustafa.rizvi", "TeamCity change in 'SPO / Clou...d configuration was created", 1541109392000, 73, "9e2ea228f7e7fb262124f0ed3536e290b24d493e", "9e2ea228f7e7fb262124f0ed3536e290b24d493e", 1, 1541693413921: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5094)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at jetbrains.buildServer.serverSide.db.DatabaseUtil.executeUpdate(DatabaseUtil.java:492)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1187)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:71)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:56)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDmlInternal(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDml(DBFunctions.java:1140)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:161)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:242)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery.executeUpdate(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.postModificationInfoToDB(InsertVcsModficationQuery.java:15)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.insert(InsertVcsModficationQuery.java:8)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:1)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:2)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl.persistModification(VcsModificationsStorageImpl.java:140)
at jetbrains.buildServer.vcs.impl.DBVcsModificationHistory.persistModification(DBVcsModificationHistory.java:10)
at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsModificationHistory.persistModification(SecuredVcsModificationHistory.java:59)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:86)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:157)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.doPersist(ChangePersister.java:110)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistChanges(ChangePersister.java:196)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister.persist(ChangePersister.java:39)
at jetbrains.buildServer.buildTriggers.vcs.LoadChanges.collectChanges(LoadChanges.java:23)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:44)
at jetbrains.buildServer.util.NamedThreadFactory.executeWithNewThreadName(NamedThreadFactory.java:76)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader.loadChanges(VcsRootChangesLoader.java:116)
at jetbrains.buildServer.vcs.impl.VcsChangesFetcher$LoadChangesForRoot.run(VcsChangesFetcher.java:13)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.lambda$run$0(VcsChangesLoader.java:11)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.run(VcsChangesLoader.java:15)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
... 52 more
java.sql.SQLException: Incorrect string value: '\xE2\x87\x92 Cl...' for column 'description' at row 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5094)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:114)
at jetbrains.buildServer.serverSide.db.DatabaseUtil.executeUpdate(DatabaseUtil.java:492)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1187)
at jetbrains.buildServer.serverSide.db.DBFunctions$13.run(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:71)
at jetbrains.buildServer.serverSide.db.DBInternalUtils.rawOperation(DBInternalUtils.java:56)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDmlInternal(DBFunctions.java:1183)
at jetbrains.buildServer.serverSide.db.DBFunctions.executeDml(DBFunctions.java:1140)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:161)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery$3.run(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.db.DBFacade.withDB(DBFacade.java:242)
at jetbrains.buildServer.serverSide.db.queries.GenericQuery.executeUpdate(GenericQuery.java:159)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.postModificationInfoToDB(InsertVcsModficationQuery.java:15)
at jetbrains.buildServer.serverSide.impl.query.InsertVcsModficationQuery.insert(InsertVcsModficationQuery.java:8)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:1)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl$12.doInTransaction(VcsModificationsStorageImpl.java:2)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at jetbrains.buildServer.vcs.impl.VcsModificationsStorageImpl.persistModification(VcsModificationsStorageImpl.java:140)
at jetbrains.buildServer.vcs.impl.DBVcsModificationHistory.persistModification(DBVcsModificationHistory.java:10)
at jetbrains.buildServer.serverSide.impl.auth.SecuredVcsModificationHistory.persistModification(SecuredVcsModificationHistory.java:59)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:86)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistModification(ChangePersister.java:157)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.doPersist(ChangePersister.java:110)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister$VcsRootChangePersister.persistChanges(ChangePersister.java:196)
at jetbrains.buildServer.buildTriggers.vcs.ChangePersister.persist(ChangePersister.java:39)
at jetbrains.buildServer.buildTriggers.vcs.LoadChanges.collectChanges(LoadChanges.java:23)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader$RunLoadChanges.run(VcsRootChangesLoader.java:44)
at jetbrains.buildServer.util.NamedThreadFactory.executeWithNewThreadName(NamedThreadFactory.java:76)
at jetbrains.buildServer.buildTriggers.vcs.VcsRootChangesLoader.loadChanges(VcsRootChangesLoader.java:116)
at jetbrains.buildServer.vcs.impl.VcsChangesFetcher$LoadChangesForRoot.run(VcsChangesFetcher.java:13)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.lambda$run$0(VcsChangesLoader.java:11)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1080)
at jetbrains.buildServer.vcs.impl.VcsChangesLoader$TaskWithLock.run(VcsChangesLoader.java:15)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)

0

Please sign in to leave a comment.