docker run -d --name sonarqube -e SONAR_ES_BOOTSTRAP_CHECKS_DISABLE=true -p 9000:9000 sonarqube:latest
....
2023.03.16 01:21:53 INFO web[][DbMigrations] #6306 'Drop table 'user_properties''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6306 'Drop table 'user_properties'': success | time=3ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6401 'Add column 'project_key' to 'user_tokens''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6401 'Add column 'project_key' to 'user_tokens'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6402 'Add column 'type' to 'user_tokens''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6402 'Add column 'type' to 'user_tokens'': success | time=7ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6403 'Upsert value of type in 'user_tokens''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6403 'Upsert value of type in 'user_tokens'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6404 'Make column 'type' in 'user_tokens' not nullable'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6404 'Make column 'type' in 'user_tokens' not nullable': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6405 'Create table RULE_DESC_SECTIONS'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6405 'Create table RULE_DESC_SECTIONS': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6406 'Insert description from RULES into RULE_DESC_SECTIONS'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6406 'Insert description from RULES into RULE_DESC_SECTIONS': success | time=7ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6407 'Create index for RULE_DESC_SECTIONS'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6407 'Create index for RULE_DESC_SECTIONS': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6408 'Drop column DESCRIPTIONS from RULES table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6408 'Drop column DESCRIPTIONS from RULES table': success | time=6ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6409 'Drop column CREATED_AT from RULES_METADATA table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6409 'Drop column CREATED_AT from RULES_METADATA table': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6410 'Drop column UPDATED_AT from RULES_METADATA table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6410 'Drop column UPDATED_AT from RULES_METADATA table': success | time=9ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6411 'Overwrite plugin file hash to force reloading rules'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6411 'Overwrite plugin file hash to force reloading rules': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6412 'Add rules_metadata columns to rules table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6412 'Add rules_metadata columns to rules table': success | time=39ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6413 'Populate rules metadata in rules table'...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6413 'Populate rules metadata in rules table': success | time=9ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6414 'Drop rules_metadata table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6414 'Drop rules_metadata table': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6415 'Migrate hotspot rule descriptions'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6415 'Migrate hotspot rule descriptions': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6416 'Remove onboarded column from User table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6416 'Remove onboarded column from User table': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6417 'Add column 'user_triggered' to 'audits''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6417 'Add column 'user_triggered' to 'audits'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6418 'Upsert value of 'user_triggered' in 'audits''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6418 'Upsert value of 'user_triggered' in 'audits'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6500 'remove root column from users table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6500 'remove root column from users table': success | time=9ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6501 'Add columns 'context_key' and 'context_display_name' into rule_desc_sections'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6501 'Add columns 'context_key' and 'context_display_name' into rule_desc_sections': success | time=3ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6502 'Drop unique index uniq_rule_desc_sections_kee'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6502 'Drop unique index uniq_rule_desc_sections_kee': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6503 'Create unique uniq_rule_desc_sections'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6503 'Create unique uniq_rule_desc_sections': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6504 'Add column 'expiration_date' to 'user_tokens''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6504 'Add column 'expiration_date' to 'user_tokens'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6505 'Add column 'rule_description_context_key' to 'issues''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6505 'Add column 'rule_description_context_key' to 'issues'': success | time=4ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6506 'Add column 'education_principles' to 'rules''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6506 'Add column 'education_principles' to 'rules'': success | time=4ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6507 'Overwrite plugin file hash to force reloading rules'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6507 'Overwrite plugin file hash to force reloading rules': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6508 'Migrate 'sonarlint_ad_seen' from users to properties'...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6508 'Migrate 'sonarlint_ad_seen' from users to properties': success | time=8ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6509 'Drop column sonarlint_ad_seen in 'users''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6509 'Drop column sonarlint_ad_seen in 'users'': success | time=3ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6510 'Create table 'push_events''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6510 'Create table 'push_events'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6511 'Create index 'idx_push_even_crea_uuid_proj' on 'push_events''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6511 'Create index 'idx_push_even_crea_uuid_proj' on 'push_events'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6512 'Add column 'language' to 'push_events''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6512 'Add column 'language' to 'push_events'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6513 'Delete duplicated rows in 'project_badge_token''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6513 'Delete duplicated rows in 'project_badge_token'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6514 'Add unique index on 'project_uuid' in 'project_badge_token''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6514 'Add unique index on 'project_uuid' in 'project_badge_token'': success | time=4ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6600 'Add column 'webhook_secret' to 'alm_settings''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6600 'Add column 'webhook_secret' to 'alm_settings'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6601 'Drop non unique index on 'uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6601 'Drop non unique index on 'uuid' in 'components'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6602 'Add unique index on 'uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6602 'Add unique index on 'uuid' in 'components'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6603 'Drop index for 'project_uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6603 'Drop index for 'project_uuid' in 'components'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6604 'Rename column 'project_uuid' to 'branch_uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6604 'Rename column 'project_uuid' to 'branch_uuid' in 'components'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6605 'Create index for 'branch_uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6605 'Create index for 'branch_uuid' in 'components'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6606 'Drop index for 'kee' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6606 'Drop index for 'kee' in 'components'': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6607 'Fix copy component UUID'...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6607 'Fix copy component UUID': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6608 'Remove branch information from 'kee' in 'components''...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6608 'Remove branch information from 'kee' in 'components'': success | time=86ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6609 'Add unique index on 'kee','branch_uuid' in 'components''...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6609 'Add unique index on 'kee','branch_uuid' in 'components'': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6700 'Move live measure variations to values'...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6700 'Move live measure variations to values': success | time=16ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6701 'Drop live measure variation column'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6701 'Drop live measure variation column': success | time=12ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6702 'Move project measure variations to values'...
2023.03.16 01:21:53 INFO web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2023.03.16 01:21:53 INFO web[][DbMigrations] #6702 'Move project measure variations to values': success | time=9ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6703 'Drop project measure variation column'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6703 'Drop project measure variation column': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6704 'Update sonar-users group description'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6704 'Update sonar-users group description': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6705 'Add message_formattings column to issue table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6705 'Add message_formattings column to issue table': success | time=3ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6706 'Create scim_users table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6706 'Create scim_users table': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6707 'Create unique index on scim_users.user_uuid'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6707 'Create unique index on scim_users.user_uuid': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6800 'Add node_name column to ce_activity table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6800 'Add node_name column to ce_activity table': success | time=2ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6801 'Delete all analysis cache'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6801 'Delete all analysis cache': success | time=0ms
2023.03.16 01:21:53 INFO web[][DbMigrations] #6802 'Change user_uuid field size to 255 for audit table'...
2023.03.16 01:21:53 INFO web[][DbMigrations] #6802 'Change user_uuid field size to 255 for audit table': success | time=1ms
2023.03.16 01:21:53 INFO web[][DbMigrations] Executed DB migrations: success | time=584ms
2023.03.16 01:21:53 INFO web[][o.s.s.p.Platform] Database has been automatically updated
2023.03.16 01:21:54 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@643ecfef [pattern=UrlPattern{inclusions=[/api/system/migrate_db.*, ...], exclusions=[/api/components/update_key, ...]}]
2023.03.16 01:21:54 INFO web[][o.s.s.p.DetectPluginChange] Detect plugin changes
2023.03.16 01:21:54 INFO web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2023.03.16 01:21:54 INFO web[][o.s.s.e.IndexCreator] Create index [metadatas]
2023.03.16 01:21:54 INFO es[][o.e.c.m.MetadataCreateIndexService] [metadatas] creating index, cause [api], templates [], shards [1]/[0]
2023.03.16 01:21:54 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[metadatas][0]]]).
2023.03.16 01:21:54 INFO web[][o.s.s.e.IndexCreator] Create type metadatas/metadata
2023.03.16 01:21:54 INFO es[][o.e.c.m.MetadataMappingService] [metadatas/1guNZKBiTTmKMLXBQAd08Q] create_mapping [metadata]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [components]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [components] creating index, cause [api], templates [], shards [5]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[components][4]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type components/auth
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [components/0VgN0OQjTfKkHnEoba1sRw] create_mapping [auth]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [projectmeasures]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [projectmeasures] creating index, cause [api], templates [], shards [5]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[projectmeasures][4]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type projectmeasures/auth
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [projectmeasures/kRRsZdmGTEqBavRq6aYqUw] create_mapping [auth]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [rules]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [rules] creating index, cause [api], templates [], shards [2]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[rules][1]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type rules/rule
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [rules/dbkvllW4QhqT644lTsQFxA] create_mapping [rule]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [issues]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [issues] creating index, cause [api], templates [], shards [5]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[issues][4]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type issues/auth
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [issues/6oRCfk2fRgCprs1m2dpaGA] create_mapping [auth]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [users]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [users] creating index, cause [api], templates [], shards [1]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[users][0]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type users/user
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [users/3ai00XiJTpua6cNPdSXv0g] create_mapping [user]
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create index [views]
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataCreateIndexService] [views] creating index, cause [api], templates [], shards [5]/[0]
2023.03.16 01:21:55 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[views][4]]]).
2023.03.16 01:21:55 INFO web[][o.s.s.e.IndexCreator] Create type views/view
2023.03.16 01:21:55 INFO es[][o.e.c.m.MetadataMappingService] [views/o2QO6CRvT1ivjZEsNjHf_Q] create_mapping [view]
2023.03.16 01:21:56 INFO web[][o.s.s.s.LogServerId] Server ID: 147B411E-AYboAlt5AdyqmTeEfJQB
2023.03.16 01:21:56 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.
2023.03.16 01:21:56 INFO web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action saml/validation_init
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/plugins/download
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/analysis_cache/get
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/alm_integrations/check_pat
2023.03.16 01:21:56 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/push/sonarlint_events
2023.03.16 01:21:56 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired session tokens has removed 0 elements
2023.03.16 01:21:56 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired SAML message ids has removed 0 elements
2023.03.16 01:21:56 INFO web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.)
2023.03.16 01:21:56 INFO web[][o.s.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled.
2023.03.16 01:21:56 INFO web[][o.s.s.s.GeneratePluginIndex] Generate scanner plugin index
2023.03.16 01:21:56 INFO web[][o.s.s.s.RegisterMetrics] Register metrics
2023.03.16 01:21:56 INFO web[][o.s.s.q.RegisterQualityGates] Built-in quality gate's conditions of [Sonar way] has been updated
2023.03.16 01:21:56 INFO web[][o.s.s.r.RegisterRules] Register rules
2023.03.16 01:22:08 INFO web[][o.s.s.q.b.BuiltInQProfileRepositoryImpl] Load quality profiles
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register quality profiles
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile kubernetes/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile css/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile scala/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile jsp/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile kotlin/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile go/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile js/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile py/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile secrets/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile ruby/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile docker/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile cs/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile java/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile web/Sonar way
2023.03.16 01:22:09 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile xml/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile flex/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile json/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile php/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile terraform/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile text/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile vbnet/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile cloudformation/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile yaml/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.q.RegisterQualityProfiles] Register profile ts/Sonar way
2023.03.16 01:22:10 INFO web[][o.s.s.s.RegisterPermissionTemplates] Register permission templates
2023.03.16 01:22:10 INFO web[][o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2023.03.16 01:22:10 INFO web[][o.s.s.s.RegisterPlugins] Register plugins
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.SonarLintConnectionFilter@6b13f778 [pattern=UrlPattern{inclusions=[/api/*], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@6e8a76a4 [pattern=UrlPattern{inclusions=[/api/issues/delete_comment.*, ...], exclusions=[/api/authentication/login.*, ...]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceReroutingFilter@810a848 [pattern=UrlPattern{inclusions=[/api/components/bulk_update_key, ...], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.DefaultAdminCredentialsVerifierFilter@3250b893 [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@468c2196 [pattern=UrlPattern{inclusions=[/sessions/init/*], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.SamlValidationRedirectionFilter@7b0e40b5 [pattern=UrlPattern{inclusions=[/oauth2/callback/saml], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@76d1e574 [pattern=UrlPattern{inclusions=[/oauth2/callback/*], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ResetPasswordFilter@41f25f1d [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LoginAction@3f7b449f [pattern=UrlPattern{inclusions=[/api/authentication/login], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LogoutAction@dfa0867 [pattern=UrlPattern{inclusions=[/api/authentication/logout], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.ValidateAction@6f75cf84 [pattern=UrlPattern{inclusions=[/api/authentication/validate], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.saml.ws.ValidationInitAction@4ce66d3a [pattern=UrlPattern{inclusions=[/saml/validation_init], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.saml.ws.ValidationAction@487d4ada [pattern=UrlPattern{inclusions=[/saml/validation], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.user.ws.ChangePasswordAction@66555624 [pattern=UrlPattern{inclusions=[/api/users/change_password], exclusions=[]}]
2023.03.16 01:22:10 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.plugins.PluginsRiskConsentFilter@6fd7a9b3 [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [users/user]...
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [30s] to [-1]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [30s] to [-1]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [-1] to [30s]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [-1] to [30s]
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [users/user] done | time=217ms
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [projectmeasures/auth/projectmeasure]...
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [projectmeasures/auth/projectmeasure] done | time=47ms
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [components/auth/component]...
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [components/auth/component] done | time=48ms
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [views/view]...
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [30s] to [-1]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [30s] to [-1]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [-1] to [30s]
2023.03.16 01:22:10 INFO es[][o.e.c.s.IndexScopedSettings] updating [index.refresh_interval] from [-1] to [30s]
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of type [views/view] done | time=108ms
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Trigger asynchronous indexing of type [issues/auth/issue]...
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] 0 pending indexation task found to be deleted...
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] 0 completed indexation task found to be deleted...
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] Indexation task deletion complete.
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] Deleting tasks characteristics...
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] Tasks characteristics deletion complete.
2023.03.16 01:22:10 INFO web[][o.s.s.i.i.AsyncIssueIndexingImpl] 0 branch found in need of issue sync.
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Trigger asynchronous indexing of type [issues/auth/issue] done | time=16ms
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of types [components/auth],[projectmeasures/auth],[issues/auth]...
2023.03.16 01:22:10 INFO web[][o.s.s.e.IndexerStartupTask] Indexing of types [components/auth],[projectmeasures/auth],[issues/auth] done | time=40ms
2023.03.16 01:22:10 INFO web[][o.s.s.q.ProjectsInWarningDaemon] Counting number of projects in warning is enabled.
2023.03.16 01:22:10 INFO web[][o.s.s.p.p.PlatformLevelStartup] Running Community Edition
2023.03.16 01:22:11 INFO web[][o.s.s.q.ProjectsInWarningDaemon] Counting number of projects in warning will be disabled as there are no more projects in warning.
2023.03.16 01:22:11 INFO app[][o.s.a.SchedulerImpl] Process[web] is up
2023.03.16 01:22:11 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[COMPUTE_ENGINE] from [/opt/sonarqube]: /opt/java/openjdk/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-9.9.0.65466.jar:/opt/sonarqube/lib/jdbc/h2/h2-2.1.214.jar org.sonar.ce.app.CeServer /opt/sonarqube/temp/sq-process18059629493075554720properties
2023.03.16 01:22:12 WARN app[][startup] ####################################################################################################################
2023.03.16 01:22:12 WARN app[][startup] Default Administrator credentials are still being used. Make sure to change the password or deactivate the account.
2023.03.16 01:22:12 WARN app[][startup] ####################################################################################################################
2023.03.16 01:22:14 INFO web[][o.s.s.p.Platform] Web Server is operational
2023.03.16 01:22:52 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 137
2023.03.16 01:22:52 INFO app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.sonar.process.PluginSecurityManager (file:/opt/sonarqube/lib/sonar-application-9.9.0.65466.jar)
WARNING: Please consider reporting this to the maintainers of org.sonar.process.PluginSecurityManager
WARNING: System::setSecurityManager will be removed in a future release
2023.03.16 01:22:52 INFO ce[][o.s.p.ProcessEntryPoint] Starting Compute Engine
2023.03.16 01:22:52 INFO ce[][o.s.p.ProcessEntryPoint] Hard stopping process
2023.03.16 01:22:52 INFO ce[][o.s.ce.app.CeServer] Compute Engine starting up...
2023.03.16 01:22:53 INFO ce[][o.sonar.db.Database] Create JDBC data source for jdbc:h2:tcp://127.0.0.1:9092/sonar;NON_KEYWORDS=VALUE
2023.03.16 01:22:53 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
Warning: InterruptedException
java.lang.InterruptedException
at java.base/java.lang.Object.wait(Native Method)
at java.base/java.lang.Thread.join(Unknown Source)
at org.h2.util.MathUtils.getSecureRandom(MathUtils.java:100)
at org.h2.util.MathUtils.secureRandomBytes(MathUtils.java:294)
at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:427)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:325)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:122)
at org.h2.Driver.connect(Driver.java:59)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:121)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:359)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:470)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:100)
at com.zaxxer.hikari.HikariDataSource.<init>(HikariDataSource.java:81)
at org.sonar.db.DefaultDatabase.createHikariDataSource(DefaultDatabase.java:159)
at org.sonar.db.DefaultDatabase.initDataSource(DefaultDatabase.java:148)
at org.sonar.db.DefaultDatabase.start(DefaultDatabase.java:126)
at org.sonar.core.platform.StartableBeanPostProcessor.postProcessBeforeInitialization(StartableBeanPostProcessor.java:33)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:187)
at org.sonar.ce.container.ComputeEngineContainerImpl.startLevel1(ComputeEngineContainerImpl.java:200)
at org.sonar.ce.container.ComputeEngineContainerImpl.start(ComputeEngineContainerImpl.java:180)
at org.sonar.ce.app.CeServer$CeMainThread.attemptStartup(CeServer.java:164)
at org.sonar.ce.app.CeServer$CeMainThread.run(CeServer.java:142)
2023.03.16 01:22:53 INFO ce[][c.z.h.p.HikariPool] HikariPool-1 - Added connection conn0: url=jdbc:h2:tcp://127.0.0.1:9092/sonar user=
2023.03.16 01:22:53 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2023.03.16 01:22:53 WARN ce[][o.s.db.dialect.H2] H2 database should be used for evaluation purpose only.
2023.03.16 01:22:53 WARN ce[][o.s.p.ProcessEntryPoint$HardStopperThread] Can not stop in 1000ms
2023.03.16 01:22:54 INFO ce[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2023.03.16 01:22:54 INFO ce[][o.s.c.c.CePluginRepository] Load plugins
2023.03.16 01:22:54 INFO ce[][o.s.c.c.ComputeEngineContainerImpl] Running Community edition
2023.03.16 01:22:54 INFO ce[][o.s.ce.app.CeServer] Compute Engine is started
2023.03.16 01:22:54 INFO ce[][o.s.ce.app.CeServer] Compute Engine is stopping...
2023.03.16 01:22:54 INFO ce[][o.s.c.t.CeProcessingSchedulerImpl] Hard stopping workers...
2023.03.16 01:22:56 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
2023.03.16 01:22:56 INFO ce[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2023.03.16 01:22:56 INFO ce[][o.s.ce.app.CeServer] Compute Engine is stopped
2023.03.16 01:22:56 INFO app[][o.s.a.SchedulerImpl] Process[Compute Engine] is stopped
2023.03.16 01:22:57 INFO web[][o.s.p.ProcessEntryPoint] Hard stopping process
2023.03.16 01:22:57 INFO web[][o.s.s.n.NotificationDaemon] Notification service stopped
2023.03.16 01:22:57 INFO web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
2023.03.16 01:22:57 INFO web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
2023.03.16 01:22:57 INFO web[][o.s.s.p.d.EmbeddedDatabase] Embedded database stopped
2023.03.16 01:22:57 INFO app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
2023.03.16 01:22:57 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
m1 chip latest docker engine
Hi,
Welcome to the community!
You seem to be using the H2 database, which isn’t intended for production. Please configure an external database.
Ann
Sorry, I thought that docker includes verything. Is there any database included version of sonarqube docker?
Hi,
You really need to use an external database. It’s not recommended to run the server and it’s DB together.
Ann