Hello, I have installed SonarQube on my Windows 10 laptop and using the embedded database it works perfectly but when i try connecting it with PostgresSQL I am not able to make it work.
I am going to list the versions that I have installed of the programs that are required (according to the guide on how to start) in case I have done something wrong from the beginning:
- SonarQube 8.5
- PostgreSQL 12.4
- JDK 11.0.9
- Maven 3.6.3
- Python 3.8.6
And the specs of my laptop are:
- Windows 10 Pro (Lenovo)
- 8 GB RAM
- Intel Core i5-7300U CPU @ 2.60GHz
- Intel HD Graphics 620
- HDD 250 GB
Problem:
When i try to go to my localhost:9000 chrome show me an 404 response
but… i think that Sonar is connected successfully because pgAdmin show me this:
and in my db, Sonar has created a lot of tables like:
Logs files:
sonar.log
–> Wrapper Started as Console
Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
2020.10.26 17:56:36 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\sonarqube\temp
2020.10.26 17:56:36 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2020.10.26 17:56:36 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [C:\sonarqube\elasticsearch]: C:\Program Files\Java\jdk-11.0.9\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.io.tmpdir=C:\sonarqube\temp -XX:ErrorFile=../logs/es_hs_err_pid%p.log -Des.enforce.bootstrap.checks=true -Xmx512m -Xms512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\sonarqube\elasticsearch -Des.path.conf=C:\sonarqube\temp\conf\es -cp lib/* org.elasticsearch.bootstrap.Elasticsearch
2020.10.26 17:56:36 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
Java HotSpot(TM) 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020.10.26 17:56:37 INFO app[][o.e.p.PluginsService] no modules loaded
2020.10.26 17:56:37 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.10.26 17:56:56 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2020.10.26 17:56:56 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [C:\sonarqube]: C:\Program Files\Java\jdk-11.0.9\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=C:\sonarqube\temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djdk.http.auth.tunneling.disabledSchemes="" -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*;C:\sonarqube\lib\jdbc\postgresql\postgresql-42.2.16.jar org.sonar.server.app.WebServer C:\sonarqube\temp\sq-process14432228867215012775properties
2020.10.26 17:57:17 INFO app[][o.s.a.SchedulerImpl] Process[web] is up
2020.10.26 17:57:17 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='ce', ipcIndex=3, logFilenamePrefix=ce]] from [C:\sonarqube]: C:\Program Files\Java\jdk-11.0.9\bin\java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=C:\sonarqube\temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*;C:\sonarqube\lib\jdbc\postgresql\postgresql-42.2.16.jar org.sonar.ce.app.CeServer C:\sonarqube\temp\sq-process15163537187359355453properties
2020.10.26 17:57:26 INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
2020.10.26 17:57:26 INFO app[][o.s.a.SchedulerImpl] SonarQube is up
es.log
2020.10.26 17:56:42 INFO es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[System (C:)]], net usable_space [126.1gb], net total_space [237.8gb], types [NTFS]
2020.10.26 17:56:42 INFO es[][o.e.e.NodeEnvironment] heap size [494.9mb], compressed ordinary object pointers [true]
2020.10.26 17:56:42 INFO es[][o.e.n.Node] node name [sonarqube], node ID [DP3HMD5zQe6ni94hxqd7OA]
2020.10.26 17:56:42 INFO es[][o.e.n.Node] version[6.8.4], pid[12508], build[unknown/unknown/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/11.0.9/11.0.9+7-LTS]
2020.10.26 17:56:42 INFO es[][o.e.n.Node] JVM arguments [-XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=C:\sonarqube\temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Delasticsearch, -Des.path.home=C:\sonarqube\elasticsearch, -Des.path.conf=C:\sonarqube\temp\conf\es]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [analysis-common]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [lang-painless]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [mapper-extras]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [parent-join]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [percolator]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [repository-url]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] loaded module [transport-netty4]
2020.10.26 17:56:43 INFO es[][o.e.p.PluginsService] no plugins loaded
2020.10.26 17:56:47 WARN es[][o.e.d.c.s.Settings] [http.enabled] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
2020.10.26 17:56:49 INFO es[][o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.10.26 17:56:50 INFO es[][o.e.n.Node] initialized
2020.10.26 17:56:50 INFO es[][o.e.n.Node] starting ...
2020.10.26 17:56:51 INFO es[][o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.10.26 17:56:51 INFO es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2020.10.26 17:56:54 INFO es[][o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{DP3HMD5zQe6ni94hxqd7OA}{5bkfx_7sTtelTYRnNZf9XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.10.26 17:56:54 INFO es[][o.e.c.s.ClusterApplierService] new_master {sonarqube}{DP3HMD5zQe6ni94hxqd7OA}{5bkfx_7sTtelTYRnNZf9XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{DP3HMD5zQe6ni94hxqd7OA}{5bkfx_7sTtelTYRnNZf9XQ}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
2020.10.26 17:56:54 INFO es[][o.e.n.Node] started
2020.10.26 17:56:54 INFO es[][o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.10.26 17:56:56 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[components][4], [components][0], [metadatas][0]] ...]).
ce.log
2020.10.26 17:57:19 INFO ce[][o.s.p.ProcessEntryPoint] Starting ce
2020.10.26 17:57:19 INFO ce[][o.s.ce.app.CeServer] Compute Engine starting up...
2020.10.26 17:57:20 INFO ce[][o.e.p.PluginsService] no modules loaded
2020.10.26 17:57:20 INFO ce[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.join.ParentJoinPlugin]
2020.10.26 17:57:20 INFO ce[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.percolator.PercolatorPlugin]
2020.10.26 17:57:20 INFO ce[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.10.26 17:57:23 INFO ce[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]
2020.10.26 17:57:23 INFO ce[][o.sonar.db.Database] Create JDBC data source for jdbc:postgresql://127.0.0.1:5432/postgres
2020.10.26 17:57:25 INFO ce[][o.s.s.p.ServerFileSystemImpl] SonarQube home: C:\sonarqube
2020.10.26 17:57:25 INFO ce[][o.s.c.c.CePluginRepository] Load plugins
2020.10.26 17:57:26 INFO ce[][o.s.c.c.ComputeEngineContainerImpl] Running Community edition
2020.10.26 17:57:26 INFO ce[][o.s.ce.app.CeServer] Compute Engine is operational
2020.10.26 17:57:28 INFO ce[][o.s.c.t.CeWorkerImpl] worker AXVl19uP6HG5rCvtY1Ie found no pending task (including indexation task). Disabling indexation task lookup for this worker until next SonarQube restart.
web.log
2020.10.26 17:56:58 INFO web[][o.s.p.ProcessEntryPoint] Starting web
2020.10.26 17:56:58 INFO web[][o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2020.10.26 17:56:59 WARN web[][o.a.c.u.SessionIdGeneratorBase] Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [398] milliseconds.
2020.10.26 17:57:01 INFO web[][o.e.p.PluginsService] no modules loaded
2020.10.26 17:57:01 INFO web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.join.ParentJoinPlugin]
2020.10.26 17:57:01 INFO web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.percolator.PercolatorPlugin]
2020.10.26 17:57:01 INFO web[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.10.26 17:57:03 INFO web[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [127.0.0.1:9001]
2020.10.26 17:57:03 INFO web[][o.s.s.p.LogServerVersion] SonarQube Server / 8.5.0.37579 / 20b0f1c71ae6cf793f1607fa0d46adc574b9dbdd
2020.10.26 17:57:03 INFO web[][o.sonar.db.Database] Create JDBC data source for jdbc:postgresql://127.0.0.1:5432/postgres
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: C:\sonarqube
2020.10.26 17:57:05 INFO web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin C# Code Quality and Security / 8.13.1.21947 / 6b0b8a220b9698836e5489199ca0a4e09bc778ff
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin CSS Code Quality and Security / 1.3.0.1580 / 750f1f3498bad86babd886888b2dae8a1213f8f4
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin JaCoCo / 1.1.0.898 / f65b288e6c2888393bd7fb72ad7ac1425f88eebf
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Java Code Quality and Security / 6.8.0.23379 / 1eb56f1dc616bc0c52994040288593bc0170136f
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin JavaScript/TypeScript Code Quality and Security / 6.5.0.13383 / 571826181a8fdfbefd8d16a8a020f48b9d74676b
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin PHP Code Quality and Security / 3.9.0.6331 / 5951b3f0be60713cb05ec3608734e2489a4b0670
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin Python Code Quality and Security / 3.1.0.7619 / afa4cc5b20ce4ae18a7cba39f196ea7bee64eaa0
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarFlex / 2.5.1.1831 / a0c44437f6abb0feec76edd073f91fec64db2a6c
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarGo / 1.6.0.719 / edcc6a9e42fcdd30bb6f84a779c6cd7009ec72fd
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarHTML / 3.2.0.2082 / 997a51b39c4d0a5399c73a8fb729030a69eb392b
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarKotlin / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarRuby / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarScala / 1.5.0.315 / 4ff3a145a58f3f84f1b39846a205a129d742e993
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin SonarXML / 2.0.1.2020 / c5b84004face582d56f110e24c29bf9c6a679e69
2020.10.26 17:57:05 INFO web[][o.s.s.p.ServerPluginManager] Deploy plugin VB.NET Code Quality and Security / 8.13.1.21947 / 6b0b8a220b9698836e5489199ca0a4e09bc778ff
2020.10.26 17:57:06 INFO web[][o.s.s.p.d.m.c.PostgresCharsetHandler] Verify that database charset supports UTF8
2020.10.26 17:57:06 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@3b1eb896 [pattern=UrlPattern{inclusions=[/api/system/migrate_db.*, ...], exclusions=[/api/components/update_key, ...]}]
2020.10.26 17:57:06 INFO web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2020.10.26 17:57:08 INFO web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2020.10.26 17:57:09 INFO web[][o.s.s.s.LogServerId] Server ID: 8D11EB71-AXVQCYL-2bsXlgBjZGtH
2020.10.26 17:57:09 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.
2020.10.26 17:57:09 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/plugins/download
2020.10.26 17:57:09 WARN web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/permissions/search_templates
2020.10.26 17:57:09 INFO web[][o.s.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled.
2020.10.26 17:57:09 INFO web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.)
2020.10.26 17:57:09 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired session tokens has removed 0 elements
2020.10.26 17:57:09 INFO web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired SAML message ids has removed 0 elements
2020.10.26 17:57:09 INFO web[][o.s.s.s.GeneratePluginIndex] Generate scanner plugin index
2020.10.26 17:57:09 INFO web[][o.s.s.s.RegisterPlugins] Register plugins
2020.10.26 17:57:09 INFO web[][o.s.s.s.RegisterMetrics] Register metrics
2020.10.26 17:57:09 INFO web[][o.s.s.r.RegisterRules] Register rules
2020.10.26 17:57:16 INFO web[][o.s.s.q.BuiltInQProfileRepositoryImpl] Load quality profiles
2020.10.26 17:57:16 WARN web[][o.s.p.j.JavaScriptProfilesDefinition] Adding security ruleKeys []
2020.10.26 17:57:16 WARN web[][o.s.p.j.JavaScriptProfilesDefinition] Adding security ruleKeys []
2020.10.26 17:57:16 WARN web[][o.s.p.j.JavaScriptProfilesDefinition] Adding security ruleKeys []
2020.10.26 17:57:16 WARN web[][o.s.p.j.JavaScriptProfilesDefinition] Adding security ruleKeys []
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Register quality profiles
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile css/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile scala/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile jsp/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile kotlin/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile go/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way Recommended
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile py/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ruby/Sonar way
2020.10.26 17:57:16 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile cs/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile java/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile web/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile xml/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile flex/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/PSR-2
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Drupal
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile vbnet/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way
2020.10.26 17:57:17 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way recommended
2020.10.26 17:57:17 INFO web[][o.s.s.s.RegisterPermissionTemplates] Register permission templates
2020.10.26 17:57:17 INFO web[][o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@75c1679d [pattern=UrlPattern{inclusions=[/api/issues/delete_comment.*, ...], exclusions=[/api/authentication/login.*, ...]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceReroutingFilter@1baf83e3 [pattern=UrlPattern{inclusions=[/api/components/bulk_update_key, ...], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@10de51a6 [pattern=UrlPattern{inclusions=[/sessions/init/*], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@64335437 [pattern=UrlPattern{inclusions=[/oauth2/callback/*], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LoginAction@4380cf1 [pattern=UrlPattern{inclusions=[/api/authentication/login], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LogoutAction@5a698cf9 [pattern=UrlPattern{inclusions=[/api/authentication/logout], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.ValidateAction@31434687 [pattern=UrlPattern{inclusions=[/api/authentication/validate], exclusions=[]}]
2020.10.26 17:57:17 INFO web[][o.s.s.q.ProjectsInWarningDaemon] Counting number of projects in warning is not started as there are no projects in this situation.
2020.10.26 17:57:17 INFO web[][o.s.s.p.p.PlatformLevelStartup] Running Community Edition
2020.10.26 17:57:17 INFO web[][o.s.s.p.Platform] WebServer is operational
access.log
0:0:0:0:0:0:0:1 - - [26/oct./2020:18:02:04 +0100] "GET / HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36" "-"
0:0:0:0:0:0:0:1 - - [26/oct./2020:18:02:05 +0100] "GET /favicon.ico HTTP/1.1" 404 - "http://localhost:9000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36" "-"