Why the SonarQube server fails to start with following error message "Database relates to a more recent version" -
i'm using sonar 3.7.2 jtds driver mssql database. while starting sonar in windows gives following error:
2015.06.26 02:54:53 info o.s.s.p.serverimpl sonarqube server / 3.7.2 / 1feffde9f95897aa000a7123ba54a8c8757b40d8 2015.06.26 02:54:53 info o.s.c.p.database create jdbc datasource jdbc:jtds:sqlserver://enbuild03/sonar;selectmethod=cursor 2015.06.26 02:54:54 **error o.s.s.p.platform database relates more recent version of sonar. please check settings**. org.sonar.api.utils.messageexception: database relates more recent version of sonar. please check settings. 2015.06.26 02:54:57 info jruby.rack jruby 1.6.8 (ruby-1.8.7-p357) (2012-09-18 1772b40) (java hotspot(tm) 64-bit server vm 1.6.0_43) [windows server 2008 r2-amd64-java] 2015.06.26 02:54:57 info jruby.rack using shared (threadsafe!) runtime
i'm stuck here since sonar server not starting because of above bold error...
any appreciated ???
it somehow seems newer version of sonar has been run against db created. can try creating new db , see if works?
Comments
Post a Comment