2022.01.10 10:41:05 INFO web[][o.s.p.ProcessEntryPoint] Starting web 2022.01.10 10:41:05 ERROR web[][o.a.c.c.StandardService] Failed to initialize connector [Connector[HTTP/1.1-9000]] org.apache.catalina.LifecycleException: Protocol handler initialization failed at org.apache.catalina.connector.Connector.initInternal(Connector.java:1076) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardService.initInternal(StandardService.java:552) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:843) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173) at org.apache.catalina.startup.Tomcat.start(Tomcat.java:440) at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:72) at org.sonar.server.app.WebServer.start(WebServer.java:53) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:97) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:81) at org.sonar.server.app.WebServer.main(WebServer.java:102) Caused by: java.net.BindException: Address already in use: bind at java.base/sun.nio.ch.Net.bind0(Native Method) at java.base/sun.nio.ch.Net.bind(Net.java:455) at java.base/sun.nio.ch.Net.bind(Net.java:447) at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227) at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:80) at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:221) at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:1147) at org.apache.tomcat.util.net.AbstractJsseEndpoint.init(AbstractJsseEndpoint.java:222) at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:599) at org.apache.coyote.http11.AbstractHttp11Protocol.init(AbstractHttp11Protocol.java:80) at org.apache.catalina.connector.Connector.initInternal(Connector.java:1074) ... 12 common frames omitted 2022.01.10 10:41:05 ERROR web[][o.s.s.a.EmbeddedTomcat] Fail to start web server org.apache.catalina.LifecycleException: Failed to initialize connector [Connector[HTTP/1.1-9000]] at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:843) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173) at org.apache.catalina.startup.Tomcat.start(Tomcat.java:440) at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:72) at org.sonar.server.app.WebServer.start(WebServer.java:53) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:97) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:81) at org.sonar.server.app.WebServer.main(WebServer.java:102) 2022.01.10 10:41:05 WARN web[][o.s.p.ProcessEntryPoint] Fail to start web java.lang.RuntimeException: org.apache.catalina.LifecycleException: Failed to initialize connector [Connector[HTTP/1.1-9000]] at com.google.common.base.Throwables.propagate(Throwables.java:241) at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:77) at org.sonar.server.app.WebServer.start(WebServer.java:53) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:97) at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:81) at org.sonar.server.app.WebServer.main(WebServer.java:102) Caused by: org.apache.catalina.LifecycleException: Failed to initialize connector [Connector[HTTP/1.1-9000]] at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:843) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173) at org.apache.catalina.startup.Tomcat.start(Tomcat.java:440) at org.sonar.server.app.EmbeddedTomcat.start(EmbeddedTomcat.java:72) ... 4 common frames omitted 2022.01.10 10:41:05 INFO web[][o.s.p.ProcessEntryPoint] Hard stopping process 2022.01.10 10:43:20 INFO web[][o.s.p.ProcessEntryPoint] Starting web 2022.01.10 10:43:21 INFO web[][o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read 2022.01.10 10:43:22 INFO web[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [http://127.0.0.1:9001] 2022.01.10 10:43:23 INFO web[][o.s.s.p.LogServerVersion] SonarQube Server / 9.2.4.50792 / 78f7113cee15b2bd37a958455271e68f1244cb7b 2022.01.10 10:43:23 INFO web[][o.s.s.p.d.EmbeddedDatabase] Starting embedded database on port 9092 with url jdbc:h2:tcp://127.0.0.1:9092/sonar 2022.01.10 10:43:23 INFO web[][o.s.s.p.d.EmbeddedDatabase] Embedded database started. Data stored in: C:\sonarqube\data 2022.01.10 10:43:23 INFO web[][o.sonar.db.Database] Create JDBC data source for jdbc:h2:tcp://127.0.0.1:9092/sonar 2022.01.10 10:43:23 WARN web[][o.s.db.dialect.H2] H2 database should be used for evaluation purpose only. 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: C:\sonarqube 2022.01.10 10:43:25 INFO web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled 2022.01.10 10:43:25 INFO web[][o.s.s.p.d.m.h.MigrationHistoryTableImpl] Creating table schema_migrations 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin C# Code Quality and Security / 8.32.0.39516 / 339a4abca54577c2331eb89f3ccecd43279fbd11 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Configuration detection fot Code Quality and Security / 1.1.0.185 / f880796141c97fa59ac04f8ac0db56c62d862005 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Example Plugin for SonarQube 8.x / 8.1.0 / null 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Flex Code Quality and Security / 2.6.2.2641 / 11f07506915923b3a0e39e4e34280644c035b925 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Go Code Quality and Security / 1.8.3.2219 / d6ad7a5a47fc4785d2e80918fb7424be46e38a7f 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin HTML Code Quality and Security / 3.4.0.2754 / 38f7ff864ae15152c9f1efc3014594f7e7ca7b6e 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin IaC Code Quality and Security / 1.4.0.1294 / d5088c9df33e24593acd39bac9306136176da598 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin JaCoCo / 1.1.1.1157 / 83478572b9f23efac29de15e30c7758bbb0c0e47 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Java Code Quality and Security / 7.5.0.28054 / 54b377cfbc4b5d4f2780855818c6850c298ea395 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin JavaScript/TypeScript Code Quality and Security / 8.6.0.16913 / 701a9ce4770cfe89eb0ac54c75eeafb2c8c514ac 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Kotlin Code Quality and Security / 2.7.0.948 / 9ab38bae2f6f59bd5ba6d3bed5a159d858b87daf 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin PHP Code Quality and Security / 3.21.2.8292 / 86bd9dd559ac9a3a8dbabdf44d171395e7334590 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Python Code Quality and Security / 3.8.0.8883 / 30629fbf3e871f83899ec32d3e4a05988b3d4727 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Ruby Code Quality and Security / 1.8.3.2219 / d6ad7a5a47fc4785d2e80918fb7424be46e38a7f 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Scala Code Quality and Security / 1.8.3.2219 / d6ad7a5a47fc4785d2e80918fb7424be46e38a7f 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin VB.NET Code Quality and Security / 8.32.0.39516 / 339a4abca54577c2331eb89f3ccecd43279fbd11 2022.01.10 10:43:25 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin XML Code Quality and Security / 2.4.0.3273 / 3e6d286309dbc9af364fc3c843ee8e71ed1801f7 2022.01.10 10:43:27 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness 2022.01.10 10:43:27 INFO web[][o.s.s.p.d.m.AutoDbMigration] Automatically perform DB migration on fresh install 2022.01.10 10:43:28 INFO web[][DbMigrations] Executing DB migrations... 2022.01.10 10:43:28 INFO web[][DbMigrations] #1 'Create initial schema'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #1 'Create initial schema': success | time=406ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #2 'Populate initial schema'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #2 'Populate initial schema': success | time=80ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5001 'Drop PK on 'uuid' for 'ce_activity' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5001 'Drop PK on 'uuid' for 'ce_activity' table': success | time=8ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5002 'Drop 'ce_activity_uuid' index'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5002 'Drop 'ce_activity_uuid' index': success | time=9ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5003 'Recreate PK on 'uuid' for 'ce_activity' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5003 'Recreate PK on 'uuid' for 'ce_activity' table': success | time=9ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5004 'Drop PK on 'uuid' for 'events' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5004 'Drop PK on 'uuid' for 'events' table': success | time=5ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5005 'Drop 'events_uuid' index'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5005 'Drop 'events_uuid' index': success | time=8ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5006 'Recreate PK on 'uuid' for 'events' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5006 'Recreate PK on 'uuid' for 'events' table': success | time=5ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5007 'Drop PK on 'kee' for 'issues' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5007 'Drop PK on 'kee' for 'issues' table': success | time=8ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5008 'Drop 'issues_kee' index'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5008 'Drop 'issues_kee' index': success | time=7ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5009 'Recreate PK on 'kee' for 'issues' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5009 'Recreate PK on 'kee' for 'issues' table': success | time=5ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5010 'Drop PK on 'kee' for 'snapshots' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5010 'Drop PK on 'kee' for 'snapshots' table': success | time=7ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5011 'Drop 'analyses_uuid' index'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5011 'Drop 'analyses_uuid' index': success | time=7ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #5012 'Recreate PK on 'kee' for 'snapshots' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #5012 'Recreate PK on 'kee' for 'snapshots' table': success | time=5ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #6001 'Drop 'manual_measures_component_uuid' index'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #6001 'Drop 'manual_measures_component_uuid' index': success | time=17ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #6002 'Drop 'manual_measures' table'... 2022.01.10 10:43:28 INFO web[][DbMigrations] #6002 'Drop 'manual_measures' table': success | time=14ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #6003 'Drop custom metrics data from 'live_measures' table'... 2022.01.10 10:43:28 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec) 2022.01.10 10:43:28 INFO web[][DbMigrations] #6003 'Drop custom metrics data from 'live_measures' table': success | time=252ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #6004 'Drop custom metrics data from 'project_measures' table'... 2022.01.10 10:43:28 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec) 2022.01.10 10:43:28 INFO web[][DbMigrations] #6004 'Drop custom metrics data from 'project_measures' table': success | time=58ms 2022.01.10 10:43:28 INFO web[][DbMigrations] #6005 'Drop custom metrics data from 'metrics' table'... 2022.01.10 10:43:29 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec) 2022.01.10 10:43:29 INFO web[][DbMigrations] #6005 'Drop custom metrics data from 'metrics' table': success | time=57ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6006 'Drop 'user_managed' column from 'metrics' table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6006 'Drop 'user_managed' column from 'metrics' table': success | time=67ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6007 'Create Audit table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6007 'Create Audit table': success | time=14ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6008 'Add column 'removed' to 'plugins' table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6008 'Add column 'removed' to 'plugins' table': success | time=70ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6009 'Alter column 'client_secret' of 'alm_settings' table to length 160'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6009 'Alter column 'client_secret' of 'alm_settings' table to length 160': success | time=9ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6010 'Alter column 'private_key' of 'alm_settings' table to length 2500'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6010 'Alter column 'private_key' of 'alm_settings' table to length 2500': success | time=7ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6011 'Create 'portfolios' table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6011 'Create 'portfolios' table': success | time=10ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6012 'Create unique index for 'kee' in 'portfolios''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6012 'Create unique index for 'kee' in 'portfolios'': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6013 'Create 'portfolio_references' table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6013 'Create 'portfolio_references' table': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6014 'Create unique index for 'portfolio_references''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6014 'Create unique index for 'portfolio_references'': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6015 'Create 'portfolio_projects' table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6015 'Create 'portfolio_projects' table': success | time=10ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6016 'Create unique index for 'portfolio_projects''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6016 'Create unique index for 'portfolio_projects'': success | time=9ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6017 'Migrate portfolios to new tables'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6017 'Migrate portfolios to new tables': success | time=6ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6018 'Create index for 'issue_changes' on 'issue_key' and 'change_type''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6018 'Create index for 'issue_changes' on 'issue_key' and 'change_type'': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6019 'Remove SVN related properties'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6019 'Remove SVN related properties': success | time=7ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6101 'Change size of column 'selection_expression' in 'Portfolios''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6101 'Change size of column 'selection_expression' in 'Portfolios'': success | time=7ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6102 'Migrate Bitbucket.org authentication plugin settings to built-in authentication settings'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6102 'Migrate Bitbucket.org authentication plugin settings to built-in authentication settings': success | time=6ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6103 'Create column quick_fix_available in 'issues''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6103 'Create column quick_fix_available in 'issues'': success | time=48ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6104 'Create qgate_user_permissions Table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6104 'Create qgate_user_permissions Table': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6105 'Create qgate_group_permissions Table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6105 'Create qgate_group_permissions Table': success | time=10ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6106 'Create column sonarlint_ad_seen in 'users''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6106 'Create column sonarlint_ad_seen in 'users'': success | time=44ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6107 'Upsert value of sonarlint_ad_seen in 'users''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6107 'Upsert value of sonarlint_ad_seen in 'users'': success | time=6ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6108 'Change size of column 'kee' in 'components''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6108 'Change size of column 'kee' in 'components'': success | time=10ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6109 'Create table 'portfolio_proj_branches''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6109 'Create table 'portfolio_proj_branches'': success | time=9ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6110 'Add column 'branch_key' to table 'portfolios''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6110 'Add column 'branch_key' to table 'portfolios'': success | time=37ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6111 'Change size of column 'kee' in 'components''... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6111 'Change size of column 'kee' in 'components'': success | time=8ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6112 'Create 'project_badge_token' Table'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6112 'Create 'project_badge_token' Table': success | time=9ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6113 'Deprecate quality profile 'Sonar way Recommended' for js and ts'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6113 'Deprecate quality profile 'Sonar way Recommended' for js and ts': success | time=13ms 2022.01.10 10:43:29 INFO web[][DbMigrations] #6114 'Drop the 'sonar.lf.aboutText' property value'... 2022.01.10 10:43:29 INFO web[][DbMigrations] #6114 'Drop the 'sonar.lf.aboutText' property value': success | time=5ms 2022.01.10 10:43:29 INFO web[][DbMigrations] Executed DB migrations: success | time=1468ms 2022.01.10 10:43:29 INFO web[][o.s.s.p.Platform] Database has been automatically updated 2022.01.10 10:43:29 INFO web[][o.s.s.p.DetectPluginChange] Detect plugin changes 2022.01.10 10:43:30 WARN web[][o.a.c.u.SessionIdGeneratorBase] Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [524] milliseconds. 2022.01.10 10:43:30 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@5be46fc8 [pattern=UrlPattern{inclusions=[/api/system/migrate_db.*, ...], exclusions=[/api/components/update_key, ...]}] 2022.01.10 10:43:30 INFO web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9005 2022.01.10 10:43:31 INFO web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy) 2022.01.10 10:43:33 INFO web[][o.s.s.e.IndexCreator] Create index [metadatas] 2022.01.10 10:43:34 INFO web[][o.s.s.e.IndexCreator] Create type metadatas/metadata 2022.01.10 10:43:34 INFO web[][o.s.s.e.IndexCreator] Create index [components] 2022.01.10 10:43:35 INFO web[][o.s.s.e.IndexCreator] Create type components/auth 2022.01.10 10:43:35 INFO web[][o.s.s.e.IndexCreator] Create index [projectmeasures] 2022.01.10 10:43:36 INFO web[][o.s.s.e.IndexCreator] Create type projectmeasures/auth 2022.01.10 10:43:37 INFO web[][o.s.s.e.IndexCreator] Create index [rules] 2022.01.10 10:43:37 INFO web[][o.s.s.e.IndexCreator] Create type rules/rule 2022.01.10 10:43:37 INFO web[][o.s.s.e.IndexCreator] Create index [issues] 2022.01.10 10:43:38 INFO web[][o.s.s.e.IndexCreator] Create type issues/auth 2022.01.10 10:43:39 INFO web[][o.s.s.e.IndexCreator] Create index [users] 2022.01.10 10:43:39 INFO web[][o.s.s.e.IndexCreator] Create type users/user 2022.01.10 10:43:39 INFO web[][o.s.s.e.IndexCreator] Create index [views] 2022.01.10 10:43:40 INFO web[][o.s.s.e.IndexCreator] Create type views/view 2022.01.10 10:43:40 INFO web[][o.s.s.s.LogServerId] Server ID: BF41A1F2-AX5E35JT4MNeSXI-9fX7 2022.01.10 10:43:40 WARN web[][o.s.s.a.LogOAuthWarning] For security reasons, OAuth authentication should use HTTPS. You should set the property 'Administration > Configuration > Server base URL' to a HTTPS URL. 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/plugins/download 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/list_bitbucketserver_projects 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/search_bitbucketcloud_repos 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/check_pat 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/list_azure_projects 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/search_bitbucketserver_repos 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/search_azure_repos 2022.01.10 10:43:41 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/project_dump/status 2022.01.10 10:43:41 INFO web[][o.s.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled. 2022.01.10 10:43:41 INFO web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.) 2022.01.10 10:43:41 INFO web[][o.s.s.s.GeneratePluginIndex] Generate scanner plugin index 2022.01.10 10:43:41 INFO web[][o.s.s.s.RegisterMetrics] Register metrics 2022.01.10 10:43:41 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired session tokens has removed 0 elements 2022.01.10 10:43:41 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired SAML message ids has removed 0 elements 2022.01.10 10:43:41 INFO web[][o.s.s.q.RegisterQualityGates] Built-in quality gate's conditions of [Sonar way] has been updated 2022.01.10 10:43:41 INFO web[][o.s.s.r.RegisterRules] Register rules 2022.01.10 10:44:06 INFO web[][o.s.s.q.BuiltInQProfileRepositoryImpl] Load quality profiles 2022.01.10 10:44:06 ERROR web[][o.s.s.p.Platform] Background initialization failed. Stopping SonarQube java.lang.IllegalStateException: Rule with key 'foo-foolint:ExampleRule2' not found at com.google.common.base.Preconditions.checkState(Preconditions.java:589) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.lambda$updateOrCreateBuilder$6(BuiltInQProfileRepositoryImpl.java:203) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.updateOrCreateBuilder(BuiltInQProfileRepositoryImpl.java:200) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.lambda$toQualityProfileBuilders$5(BuiltInQProfileRepositoryImpl.java:179) at java.base/java.util.HashMap.compute(HashMap.java:1228) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.toQualityProfileBuilders(BuiltInQProfileRepositoryImpl.java:177) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.lambda$toFlatList$2(BuiltInQProfileRepositoryImpl.java:135) at org.sonar.core.util.stream.MoreCollectors.lambda$uniqueIndex$9(MoreCollectors.java:258) at java.base/java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169) at java.base/java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1746) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:578) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.toFlatList(BuiltInQProfileRepositoryImpl.java:133) at org.sonar.server.qualityprofile.BuiltInQProfileRepositoryImpl.initialize(BuiltInQProfileRepositoryImpl.java:87) at org.sonar.server.qualityprofile.BuiltInQProfileLoader.start(BuiltInQProfileLoader.java:37) at org.sonar.core.platform.StartableCloseableSafeLifecyleStrategy.start(StartableCloseableSafeLifecyleStrategy.java:40) at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start(AbstractInjectionFactory.java:84) at org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.java:169) at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Stored.java:132) at org.picocontainer.behaviors.Stored.start(Stored.java:110) at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter(DefaultPicoContainer.java:1016) at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:1009) at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:767) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:136) at org.sonar.server.platform.platformlevel.PlatformLevel.start(PlatformLevel.java:90) at org.sonar.server.platform.platformlevel.PlatformLevelStartup.access$001(PlatformLevelStartup.java:51) at org.sonar.server.platform.platformlevel.PlatformLevelStartup$1.doPrivileged(PlatformLevelStartup.java:119) at org.sonar.server.user.DoPrivileged.execute(DoPrivileged.java:45) at org.sonar.server.platform.platformlevel.PlatformLevelStartup.start(PlatformLevelStartup.java:116) at org.sonar.server.platform.PlatformImpl.executeStartupTasks(PlatformImpl.java:198) at org.sonar.server.platform.PlatformImpl$1.lambda$doRun$1(PlatformImpl.java:122) at org.sonar.server.platform.PlatformImpl$AutoStarterRunnable.runIfNotAborted(PlatformImpl.java:370) at org.sonar.server.platform.PlatformImpl$1.doRun(PlatformImpl.java:122) at org.sonar.server.platform.PlatformImpl$AutoStarterRunnable.run(PlatformImpl.java:354) at java.base/java.lang.Thread.run(Thread.java:834) 2022.01.10 10:44:06 INFO web[][o.s.p.ProcessEntryPoint] Hard stopping process 2022.01.10 10:44:07 INFO web[][o.s.s.n.NotificationDaemon] Notification service stopped 2022.01.10 10:44:07 INFO web[][o.s.s.p.d.EmbeddedDatabase] Embedded database stopped