Issue after sonar migration from Sonar 5.6.6 to 6.7.2

Hi Team,

We recently migrated the sonarQube from Sonar 5.6.6 to Sonar 6.7.2. the migration went successful and the data is coming in the Dashboard properly. However during my new analysis(using both old project key and new project key), my execution is success, but results are not updated in Dashboard.
When navigation under Administration → Background Tasks → Project → Show Error Details,
I am getting the following error,

Error Details:

    _org.sonar.server.computation.task.projectanalysis.component.VisitException: Visit of Component {key=internal.gto.59911.masterprojectkey.java,uuid=AWTFy2o1GEl1YvTse2y6,type=PROJECT} failed_
_    	at org.sonar.server.computation.task.projectanalysis.component.VisitException.rethrowOrWrap(VisitException.java:44)_
_    	at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visit(DepthTraversalTypeAwareCrawler.java:41)_
_    	at org.sonar.server.computation.task.projectanalysis.step.PersistAnalysisStep.execute(PersistAnalysisStep.java:61)_
_    	at org.sonar.server.computation.task.step.ComputationStepExecutor.executeSteps(ComputationStepExecutor.java:64)_
_    	at org.sonar.server.computation.task.step.ComputationStepExecutor.execute(ComputationStepExecutor.java:52)_
_    	at org.sonar.server.computation.task.projectanalysis.taskprocessor.ReportTaskProcessor.process(ReportTaskProcessor.java:73)_
_    	at org.sonar.ce.taskprocessor.CeWorkerImpl.executeTask(CeWorkerImpl.java:134)_
_    	at org.sonar.ce.taskprocessor.CeWorkerImpl.findAndProcessTask(CeWorkerImpl.java:97)_
_    	at org.sonar.ce.taskprocessor.CeWorkerImpl.withCustomizedThreadName(CeWorkerImpl.java:81)_
_    	at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:73)_
_    	at org.sonar.ce.taskprocessor.CeWorkerImpl.call(CeWorkerImpl.java:43)_
_    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)_
_    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)_
_    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)_
_    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)_
_    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)_
_    	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:745)_
_    Caused by: org.apache.ibatis.exceptions.PersistenceException: _
_    ### Error updating database.  Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'root_project_id'._
_    ### The error may involve org.sonar.db.component.SnapshotMapper.insert-Inline_
_    ### The error occurred while setting parameters_
_    ### SQL: insert into snapshots (     uuid,     component_uuid,     created_at,     build_date,     status,     purge_status,     islast,     version,     period1_mode,     period1_param,     period1_date)     values (     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?)_
_    ### Cause: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'root_project_id'._
_    	at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)_
_    	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:200)_
_    	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:185)_
_    	at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:57)_
_    	at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:59)_
_    	at com.sun.proxy.$Proxy36.insert(Unknown Source)_
_    	at org.sonar.db.component.SnapshotDao.insert(SnapshotDao.java:124)_
_    	at org.sonar.server.computation.task.projectanalysis.step.PersistAnalysisStep$PersistSnapshotsPathAwareVisitor.persist(PersistAnalysisStep.java:114)_
_    	at org.sonar.server.computation.task.projectanalysis.step.PersistAnalysisStep$PersistSnapshotsPathAwareVisitor.visitProject(PersistAnalysisStep.java:81)_
_    	at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visitNode(DepthTraversalTypeAwareCrawler.java:70)_
_    	at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visitImpl(DepthTraversalTypeAwareCrawler.java:51)_
_    	at org.sonar.server.computation.task.projectanalysis.component.DepthTraversalTypeAwareCrawler.visit(DepthTraversalTypeAwareCrawler.java:39)_
_    	... 17 more_
_    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'root_project_id'._
_    	at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:258)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1535)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:467)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:409)_
_    	at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199)_
_    	at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:393)_
_    	at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)_
_    	at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172)_
_    	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:46)_
_    	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74)_
_    	at org.apache.ibatis.executor.ReuseExecutor.doUpdate(ReuseExecutor.java:52)_
_    	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)_
_    	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)_
_    	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:198)_
_    	... 27 more_

I checked in the DB, There is no column called ‘root_project_id’ throughout the DB. Not sure from where it is referring the ‘root_project_id’.
We are struck with this from past few days. Please help us identify the root cause.

Thanks in advance.

Regards,
Bhuvi

Hi Bhuvi,

It may come from a corrupted installation. You should check that the version 6.7.2 was not uncompressed over the 5.6.6 installation. The directory lib/server should contain sonar-*.6.7.2.jar files but not sonar-*-5.6.6.jar.
Could you also send all the files logs/web.log and logs/sonar.log ?

++

1 Like

Hi Simon,

Thanks for your response!!.. I checked and I don’t see any jars with *-5.6.6.jar in my lib/server folder. To be more specific, the same Sonar 6.7.2 instance is working fine with our test environment DB(UAT) with different set of projects. It fails only when pointing to Production DB. I am unable to attach the logs due to security issues. i am copying only the web log below.

logs/web.log:

_2018.07.23 17:56:22 INFO  web[][o.s.p.ProcessEntryPoint] Starting web_
_2018.07.23 17:56:23 INFO  web[][o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read_
_2018.07.23 17:56:24 INFO  web[][o.e.p.PluginsService] no modules loaded_
_2018.07.23 17:56:24 INFO  web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.index.reindex.ReindexPlugin]_
_2018.07.23 17:56:24 INFO  web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.join.ParentJoinPlugin]_
_2018.07.23 17:56:24 INFO  web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.percolator.PercolatorPlugin]_
_2018.07.23 17:56:24 INFO  web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]_
_2018.07.23 17:56:25 INFO  web[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]_
_2018.07.23 17:56:25 INFO  web[][o.s.s.p.LogServerVersion] SonarQube Server / 6.7.2.37468 / e3ae3ad6546d35ab9eb7c244352a58eea0a2f124_
_2018.07.23 17:56:25 INFO  web[][o.sonar.db.Database] Create JDBC data source for jdbc:sqlserver://CTSC00616552301\MSSQLSERVER2014;databaseName=ccapv7.0_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: D:\CCAPV7.0\sonarqube-6.7.2_
_2018.07.23 17:56:27 INFO  web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Android / 1.1 / 9ab2bbcc83177e67c74d365f009bfe05bf38c7e3_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Example Plugin for SonarQube 6.7 LTS / 6.7.0-SNAPSHOT_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Findbugs / 3.6.0 / _
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin FxCop / 1.3_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Groovy / 1.5 / dcbcd1eeb8f61c8351e5dd1e51e11e52d186df35_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Jazz RTC / 1.2-SNAPSHOT / b68f2cd83a4890d370ae8f6196512516473bf2bd_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin LDAP / 2.2.0.608 / 79dc3fa4393a29667673c70182f3016288b548b7_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin PMD / 2.6 / f419f834b4bea51f9b6da33517b7f6186db5c066_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarC# / 6.5.0.3766 / 6011a1e9fb002edb044ae3092d92bcfb7d9d8a2d_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarCSS / 1.0.0.457 / babf9e4deb164a7bf5af3cd34fe9bad80a2bc6d5_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarFlex / 2.4.0.1222 / 68d9cb3b7daccbc4869c4f2b89d09218d26a0829_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarGo / 1.1.0.1612 / 1809c7be6d88396c0a1b8d597b1e9e0ed8d29730_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 3.2.0.5506 / 86da09565f891121df248835665f5d8ed98772b6_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarJava / 4.15.0.12310 / 572454b93016ec73a53fe0e07b2ffdc356d21ba9_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarKotlin / 1.0.0.928 / ebf8e69ee7e925695a854697066e70df4e53aab8_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarPHP / 2.11.0.2485 / 741861a29e5f9a26c6c99c06268facb6c4f4a882_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarPython / 1.10.0.2131 / a00e0ddc83bbeb01a9ee7475fab9eafe3f4096ac_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarQube :: Plugins :: SCM :: Git / 1.3.0.869 / 4da53e3f9e55f4f2e5796625cb0c5768ed152079_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarQube :: Plugins :: SCM :: SVN / 1.6.0.860 / 2111fdbd1dddda4ad6d4ed6486fd0b18c1010d3b_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarTS / 1.7.0.2893 / 0d296cae94240b183a0b3ae6e1a409a60fe9f865_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarWeb / 2.6.0.1053 / 16561b3781e2199413eb94a1649fe10408db69a8_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarXML / 1.5.1.1452 / eadc1dcd0e24a3c77068e3c1d41af0327d6b16ea_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph / 3.5_
_2018.07.23 17:56:27 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin VBNet / 6.3 / 0_
_2018.07.23 17:56:29 INFO  web[][o.s.s.p.d.m.c.MssqlCharsetHandler] Verify that database collation is case-sensitive and accent-sensitive_
_2018.07.23 17:56:29 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.ws.WebServiceFilter@123804b4 [pattern=UrlPattern{inclusions=[/api/system/migrate_db/*, ...], exclusions=[/api/properties*, ...]}]_
_2018.07.23 17:56:29 INFO  web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9085_
_2018.07.23 17:56:31 INFO  web[][o.s.p.v.RoslynProfileExporter] analyzerVersion: 6.3_
_2018.07.23 17:56:31 INFO  web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)_
_2018.07.23 17:56:32 INFO  web[][o.s.s.s.LogServerId] Server ID: AWS4FLv_O6GcWSO0kAJm_
_2018.07.23 17:56:32 WARN  web[][o.s.s.u.DeprecatedViews] Widget 'Sonargraph Structural Debt Dashbox' (sonargraph.structural_debt) is ignored. See org.sonar.api.web.page.PageDefinition to define pages._
_2018.07.23 17:56:32 WARN  web[][o.s.s.u.DeprecatedViews] Widget 'Sonargraph Structure Dashbox' (sonargraph.structure) is ignored. See org.sonar.api.web.page.PageDefinition to define pages._
_2018.07.23 17:56:32 WARN  web[][o.s.s.u.DeprecatedViews] Widget 'Sonargraph Architecture Dashbox' (sonargraph.architecture) is ignored. See org.sonar.api.web.page.PageDefinition to define pages._
_2018.07.23 17:56:32 INFO  web[][org.sonar.INFO] Security realm: LDAP_
_2018.07.23 17:56:32 INFO  web[][o.s.p.l.LdapSettingsManager] User mapping: LdapUserMapping{baseDn=OU=Cognizant,dc=cts,dc=com, request=(&(objectClass=person)(sAMAccountName={0})), realNameAttribute=cn, emailAttribute=mail}_
_2018.07.23 17:56:32 INFO  web[][o.s.p.l.LdapSettingsManager] Groups will not be synchronized, because property 'ldap.group.baseDn' is empty._
_2018.07.23 17:56:32 INFO  web[][o.s.p.l.LdapContextFactory] Test LDAP connection on ldap://10.226.33.38:389: OK_
_2018.07.23 17:56:32 INFO  web[][org.sonar.INFO] Security realm started_
_2018.07.23 17:56:32 INFO  web[][o.s.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled._
_2018.07.23 17:56:32 INFO  web[][o.s.s.a.SsoAuthenticator] SSO Authentication enabled_
_2018.07.23 17:56:32 INFO  web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.)_
_2018.07.23 17:56:32 INFO  web[][o.s.s.s.GeneratePluginIndex] Generate scanner plugin index_
_2018.07.23 17:56:33 INFO  web[][o.s.s.s.RegisterPlugins] Register plugins_
_2018.07.23 17:56:33 INFO  web[][o.s.s.s.RegisterMetrics] Register metrics_
_2018.07.23 17:56:34 INFO  web[][o.s.s.r.RegisterRules] Register rules_
_2018.07.23 17:56:43 INFO  web[][o.s.s.r.RegisterRules] Disable rule Xml:XPathCheck_1337853147_
_2018.07.23 17:56:43 INFO  web[][o.s.s.r.RegisterRules] Disable rule Xml:XPathCheck_1337853085_
_2018.07.23 17:56:47 INFO  web[][o.s.s.q.BuiltInQProfileRepositoryImpl] Load quality profiles_
_2018.07.23 17:56:47 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register quality profiles_
_2018.07.23 17:56:47 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile css/Sonar way_
_2018.07.23 17:56:47 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile jsp/FindBugs Security JSP_
_2018.07.23 17:56:48 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile foo/FooLint Rules_
_2018.07.23 17:56:48 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile kotlin/Sonar way_
_2018.07.23 17:56:48 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile go/Sonar way_
_2018.07.23 17:56:48 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way Recommended_
_2018.07.23 17:56:49 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way_
_2018.07.23 17:56:49 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile py/Sonar way_
_2018.07.23 17:56:49 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile cs/Sonar way_
_2018.07.23 17:56:50 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/Android Lint_
_2018.07.23 17:56:51 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/FindBugs_
_2018.07.23 17:56:54 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/FindBugs + FB-Contrib_
_2018.07.23 17:56:58 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/FindBugs Security Audit_
_2018.07.23 17:56:59 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/FindBugs Security Minimal_
_2018.07.23 17:56:59 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/Sonar way_
_2018.07.23 17:57:01 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile web/Sonar way_
_2018.07.23 17:57:01 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile flex/Sonar way_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile xml/Sonar way_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Sonar way_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile php/PSR-2_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Drupal_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile vbnet/Sonar way_
_2018.07.23 17:57:02 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile grvy/Sonar way_
_2018.07.23 17:57:03 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way_
_2018.07.23 17:57:03 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way recommended_
_2018.07.23 17:57:04 INFO  web[][o.s.s.s.RegisterPermissionTemplates] Register permission templates_
_2018.07.23 17:57:04 INFO  web[][o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.ws.WebServiceFilter@605a3526 [pattern=UrlPattern{inclusions=[/api/measures/component/*, ...], exclusions=[/api/properties*, ...]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.ws.DeprecatedPropertiesWsFilter@4055433d [pattern=UrlPattern{inclusions=[/api/properties/*], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.ws.WebServiceReroutingFilter@39cae0ef [pattern=UrlPattern{inclusions=[/api/components/bulk_update_key, ...], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@483a64db [pattern=UrlPattern{inclusions=[/sessions/init/*], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@1bbdf6c5 [pattern=UrlPattern{inclusions=[/oauth2/callback/*], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LoginAction@33e72e99 [pattern=UrlPattern{inclusions=[/api/authentication/login], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LogoutAction@476e38b8 [pattern=UrlPattern{inclusions=[/api/authentication/logout], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.ValidateAction@61646cac [pattern=UrlPattern{inclusions=[/api/authentication/validate], exclusions=[]}]_
_2018.07.23 17:57:04 INFO  web[][o.s.s.p.Platform] WebServer is operational_

Any update on the above issue? We are stuck here :frowning:

Any update…?:innocent: