I am having the followng error while starting TeamCity:
INFO - jetbrains.buildServer.STARTUP - Using database connection URL from the database properties file. The URL is: jdbc:hsqldb:file:$TEAMCITY_SYSTEM_PATH/buildserver
INFO - jetbrains.buildServer.STARTUP - Using internal (HSQL) database
INFO - jetbrains.buildServer.STARTUP - Current stage: Connecting to the database
ERROR - jetbrains.buildServer.STARTUP - Unexpected exception SQLException/HsqlException: SQL error when doing: Taking a connection from the data source SQL exception: error in script file line: C:\ProgramData\JetBrains\TeamCity\system\buildserver 278
INFO - jetbrains.buildServer.STARTUP - Current stage: TeamCity server startup error
Line 278 looks like this:
SET TABLE PUBLIC.PROBLEM INDEX '13402 13202 0 0 158'
Could you please help me? What could be the problem?