Hi,
Does anyone have encountered same issue as mine where sonarqube site is unable to connect. Sonarqube and httpd service is running as expected with no issue. I have provided the logs but can’t find any clue on how will I resolve the sonarqube site. I have installed the latest version of Sonarqube which is 8.2.
sonarqube.service - SonarQube service
Loaded: loaded (/etc/systemd/system/sonarqube.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2020-03-06 16:17:06 PST; 2 days ago
Process: 12371 ExecStop=/opt/sonarqube/bin/linux-x86-64/sonar.sh stop (code=exited, status=0/SUCCESS)
Process: 12551 ExecStart=/opt/sonarqube/bin/linux-x86-64/sonar.sh start (code=exited, status=0/SUCCESS)
Main PID: 12601 (wrapper)
CGroup: /system.slice/sonarqube.service
├─12601 /opt/sonarqube/bin/linux-x86-64/./wrapper /opt/sonarqube/bin/linux-x86-64/../../conf/wrapper.conf wrapper.syslog.ident=SonarQube wrapper.pidfile=/opt/sonarqube/bin/linux-x86-64/./SonarQube.pid...
├─12603 /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -Dsonar.wrapped=true -Djava.awt.headless=true -Xms8m -Xmx32m -Djava.library.path=./lib -classpath ../../lib/jsw/wrapper-3.2.3.jar...
├─12641 /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Des.networkaddress.cache.ttl=60...
├─12767 /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED -...
└─12914 /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED -...
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2020-03-06 16:16:31 PST; 2 days ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 11944 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 1684 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Main PID: 11950 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─ 1688 /usr/sbin/httpd -DFOREGROUND
├─ 1689 /usr/sbin/httpd -DFOREGROUND
├─ 1690 /usr/sbin/httpd -DFOREGROUND
├─ 1691 /usr/sbin/httpd -DFOREGROUND
├─ 1693 /usr/sbin/httpd -DFOREGROUND
└─11950 /usr/sbin/httpd -DFOREGROUND
sonar.properties
sonar.jdbc.url=jdbc:postgresql://localhost/sonarqubedb?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance&useSSL=false
sonar.web.javaOpts=-server
sonar.web.host=10.72.4.51
sonar.web.context=/sonar
sonar.web.port=9000
sonar.search.javaAdditionalOpts=-Dbootstrap.system_call_filter=false
wrapper.conf
wrapper.java.command=/usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java
limits.conf
sonar - nofile 65536
sonar - nproc 4096
boot config
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
ssl.conf
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA:!RC4:!DES:!3DES
sonarqube.conf
ServerName bpphvx158.ph.prod
ProxyPreserveHost On
RequestHeader set Front-End-Https "On"
RequestHeader set X-Forwarded-Proto "https"
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
ProxyPass / http://10.72.4.51:9000/
ProxyPassReverse / https://10.72.4.51:9000/
SSLEngine on
SSLProxyEngine on
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
SSLCertificateKeyFile /etc/pki/tls/private/bpphvx158.ph.prod.key
SSLCertificateFile /etc/pki/tls/certs/bpphvx158.ph.prod.crt
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA:!RC4:!DES:!3DES
httpd.conf
ServerTokens Prod
Header always append X-Frame-Options SAMEORIGIN
TraceEnable Off
Header always set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
es log
2020.03.06 14:41:16 INFO es[][o.e.n.Node] stopping ...
2020.03.06 14:41:16 INFO es[][o.e.n.Node] stopped
2020.03.06 14:41:16 INFO es[][o.e.n.Node] closing ...
2020.03.06 14:41:16 INFO es[][o.e.n.Node] closed
2020.03.06 14:41:20 INFO es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/vg00-opt)]], net usable_space [7.7gb], net total_space [11.7gb], types [ext4]
2020.03.06 14:41:20 INFO es[][o.e.e.NodeEnvironment] heap size [494.9mb], compressed ordinary object pointers [true]
2020.03.06 14:41:20 INFO es[][o.e.n.Node] node name [sonarqube], node ID [9UcoNIujTOeFIJqI0jlQPg]
2020.03.06 14:41:20 INFO es[][o.e.n.Node] version[6.8.4], pid[23219], build[default/tar/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Linux/3.10.0-957.21.3.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.6/11.0.6+10-LTS]
2020.03.06 14:41:20 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=/opt/sonarqube/temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Dbootstrap.system_call_filter=false, -Des.path.home=/opt/sonarqube/elasticsearch, -Des.path.conf=/opt/sonarqube/temp/conf/es, -Des.distribution.flavor=default, -Des.distribution.type=tar]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [analysis-common]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [lang-painless]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [mapper-extras]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [parent-join]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [percolator]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [reindex]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [repository-url]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] loaded module [transport-netty4]
2020.03.06 14:41:20 INFO es[][o.e.p.PluginsService] no plugins loaded
2020.03.06 14:41:22 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.03.06 14:41:23 INFO es[][o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.03.06 14:41:23 INFO es[][o.e.n.Node] initialized
2020.03.06 14:41:23 INFO es[][o.e.n.Node] starting ...
2020.03.06 14:41:23 INFO es[][o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.03.06 14:41:23 INFO es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2020.03.06 14:41:26 INFO es[][o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{bC59kgYzSzSQ65KusriO8A}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.03.06 14:41:26 INFO es[][o.e.c.s.ClusterApplierService] new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{bC59kgYzSzSQ65KusriO8A}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{bC59kgYzSzSQ65KusriO8A}{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.03.06 14:41:26 INFO es[][o.e.n.Node] started
2020.03.06 14:41:26 INFO es[][o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.03.06 14:41:27 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[components][3], [metadatas][0]] ...]).
2020.03.06 14:46:11 INFO es[][o.e.n.Node] stopping ...
2020.03.06 14:46:11 INFO es[][o.e.n.Node] stopped
2020.03.06 14:46:11 INFO es[][o.e.n.Node] closing ...
2020.03.06 14:46:11 INFO es[][o.e.n.Node] closed
2020.03.06 14:54:21 INFO es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/vg00-opt)]], net usable_space [7.7gb], net total_space [11.7gb], types [ext4]
2020.03.06 14:54:21 INFO es[][o.e.e.NodeEnvironment] heap size [494.9mb], compressed ordinary object pointers [true]
2020.03.06 14:54:21 INFO es[][o.e.n.Node] node name [sonarqube], node ID [9UcoNIujTOeFIJqI0jlQPg]
2020.03.06 14:54:21 INFO es[][o.e.n.Node] version[6.8.4], pid[30783], build[default/tar/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Linux/3.10.0-957.21.3.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.6/11.0.6+10-LTS]
2020.03.06 14:54:21 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=/opt/sonarqube/temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Dbootstrap.system_call_filter=false, -Des.path.home=/opt/sonarqube/elasticsearch, -Des.path.conf=/opt/sonarqube/temp/conf/es, -Des.distribution.flavor=default, -Des.distribution.type=tar]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [analysis-common]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [lang-painless]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [mapper-extras]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [parent-join]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [percolator]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [reindex]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [repository-url]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] loaded module [transport-netty4]
2020.03.06 14:54:22 INFO es[][o.e.p.PluginsService] no plugins loaded
2020.03.06 14:54:24 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.03.06 14:54:24 INFO es[][o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.03.06 14:54:25 INFO es[][o.e.n.Node] initialized
2020.03.06 14:54:25 INFO es[][o.e.n.Node] starting ...
2020.03.06 14:54:25 INFO es[][o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.03.06 14:54:25 INFO es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2020.03.06 14:54:28 INFO es[][o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{a0m83wUhT8K-kaRPMUFsrw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.03.06 14:54:28 INFO es[][o.e.c.s.ClusterApplierService] new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{a0m83wUhT8K-kaRPMUFsrw}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{a0m83wUhT8K-kaRPMUFsrw}{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.03.06 14:54:28 INFO es[][o.e.n.Node] started
2020.03.06 14:54:28 INFO es[][o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.03.06 14:54:29 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]] ...]).
2020.03.06 15:01:13 INFO es[][o.e.n.Node] stopping ...
2020.03.06 15:01:13 INFO es[][o.e.n.Node] stopped
2020.03.06 15:01:13 INFO es[][o.e.n.Node] closing ...
2020.03.06 15:01:13 INFO es[][o.e.n.Node] closed
2020.03.06 15:01:17 INFO es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/vg00-opt)]], net usable_space [7.7gb], net total_space [11.7gb], types [ext4]
2020.03.06 15:01:17 INFO es[][o.e.e.NodeEnvironment] heap size [494.9mb], compressed ordinary object pointers [true]
2020.03.06 15:01:17 INFO es[][o.e.n.Node] node name [sonarqube], node ID [9UcoNIujTOeFIJqI0jlQPg]
2020.03.06 15:01:17 INFO es[][o.e.n.Node] version[6.8.4], pid[2843], build[default/tar/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Linux/3.10.0-957.21.3.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.6/11.0.6+10-LTS]
2020.03.06 15:01:17 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=/opt/sonarqube/temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Dbootstrap.system_call_filter=false, -Des.path.home=/opt/sonarqube/elasticsearch, -Des.path.conf=/opt/sonarqube/temp/conf/es, -Des.distribution.flavor=default, -Des.distribution.type=tar]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [analysis-common]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [lang-painless]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [mapper-extras]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [parent-join]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [percolator]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [reindex]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [repository-url]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] loaded module [transport-netty4]
2020.03.06 15:01:17 INFO es[][o.e.p.PluginsService] no plugins loaded
2020.03.06 15:01:19 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.03.06 15:01:20 INFO es[][o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.03.06 15:01:20 INFO es[][o.e.n.Node] initialized
2020.03.06 15:01:20 INFO es[][o.e.n.Node] starting ...
2020.03.06 15:01:20 INFO es[][o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.03.06 15:01:20 INFO es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2020.03.06 15:01:23 INFO es[][o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{DWVpcKFUQI-TbrRmTgEk6A}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.03.06 15:01:23 INFO es[][o.e.c.s.ClusterApplierService] new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{DWVpcKFUQI-TbrRmTgEk6A}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{DWVpcKFUQI-TbrRmTgEk6A}{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.03.06 15:01:23 INFO es[][o.e.n.Node] started
2020.03.06 15:01:24 INFO es[][o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.03.06 15:01:24 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[components][0], [metadatas][0]] ...]).
2020.03.06 16:17:04 INFO es[][o.e.n.Node] stopping ...
2020.03.06 16:17:04 INFO es[][o.e.n.Node] stopped
2020.03.06 16:17:04 INFO es[][o.e.n.Node] closing ...
2020.03.06 16:17:04 INFO es[][o.e.n.Node] closed
2020.03.06 16:17:08 INFO es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt (/dev/mapper/vg00-opt)]], net usable_space [7.7gb], net total_space [11.7gb], types [ext4]
2020.03.06 16:17:08 INFO es[][o.e.e.NodeEnvironment] heap size [494.9mb], compressed ordinary object pointers [true]
2020.03.06 16:17:08 INFO es[][o.e.n.Node] node name [sonarqube], node ID [9UcoNIujTOeFIJqI0jlQPg]
2020.03.06 16:17:08 INFO es[][o.e.n.Node] version[6.8.4], pid[12641], build[default/tar/bca0c8d/2019-10-16T06:19:49.319352Z], OS[Linux/3.10.0-957.21.3.el7.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/11.0.6/11.0.6+10-LTS]
2020.03.06 16:17:08 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=/opt/sonarqube/temp, -XX:ErrorFile=../logs/es_hs_err_pid%p.log, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:+HeapDumpOnOutOfMemoryError, -Dbootstrap.system_call_filter=false, -Des.path.home=/opt/sonarqube/elasticsearch, -Des.path.conf=/opt/sonarqube/temp/conf/es, -Des.distribution.flavor=default, -Des.distribution.type=tar]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [analysis-common]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [lang-painless]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [mapper-extras]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [parent-join]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [percolator]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [reindex]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [repository-url]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] loaded module [transport-netty4]
2020.03.06 16:17:09 INFO es[][o.e.p.PluginsService] no plugins loaded
2020.03.06 16:17:10 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.03.06 16:17:11 INFO es[][o.e.d.DiscoveryModule] using discovery type [zen] and host providers [settings]
2020.03.06 16:17:12 INFO es[][o.e.n.Node] initialized
2020.03.06 16:17:12 INFO es[][o.e.n.Node] starting ...
2020.03.06 16:17:12 INFO es[][o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2020.03.06 16:17:12 INFO es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2020.03.06 16:17:15 INFO es[][o.e.c.s.MasterService] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{qME6XA6vSh6aCdJCFwm05Q}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}
2020.03.06 16:17:15 INFO es[][o.e.c.s.ClusterApplierService] new_master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{qME6XA6vSh6aCdJCFwm05Q}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: apply cluster state (from master [master {sonarqube}{9UcoNIujTOeFIJqI0jlQPg}{qME6XA6vSh6aCdJCFwm05Q}{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.03.06 16:17:15 INFO es[][o.e.n.Node] started
2020.03.06 16:17:15 INFO es[][o.e.g.GatewayService] recovered [7] indices into cluster_state
2020.03.06 16:17:16 INFO es[][o.e.c.r.a.AllocationService] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]] ...]).
web log
2020.03.09 02:21:51 INFO web[][o.a.c.h.Http11Processor] Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:430)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
2020.03.09 02:21:56 INFO web[][o.a.c.h.Http11Processor] Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in the HTTP protocol
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:547)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
2020.03.09 02:22:00 INFO web[][o.a.c.h.Http11Processor] Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:430)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
2020.03.09 02:22:07 INFO web[][o.a.c.h.Http11Processor] Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in the HTTP protocol
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:547)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:684)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:808)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
2020.03.09 02:22:07 INFO web[][o.a.t.u.h.Parameters] Character decoding failed. Parameter [id] with value [666%] has been ignored. Note that the name and value quoted here may be corrupted due to the failed decoding. Use debug level logging to see the original, non-corrupted values.
Note: further occurrences of Parameter errors will be logged at DEBUG level.
sonar log
--> Wrapper Started as Daemon
Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
2020.03.06 16:17:06 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2020.03.06 16:17:06 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
2020.03.06 16:17:06 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [/opt/sonarqube/elasticsearch]: /opt/sonarqube/elasticsearch/bin/elasticsearch
2020.03.06 16:17:06 INFO app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2020.03.06 16:17:07 INFO app[][o.e.p.PluginsService] no modules loaded
2020.03.06 16:17:07 INFO app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2020.03.06 16:17:16 INFO app[][o.s.a.SchedulerImpl] Process[es] is up
2020.03.06 16:17:16 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='web', ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --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 -server -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.8.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process17825038444637449881properties
2020.03.06 16:17:26 INFO app[][o.s.a.SchedulerImpl] Process[web] is up
2020.03.06 16:17:26 INFO app[][o.s.a.ProcessLauncherImpl] Launch process[[key='ce', ipcIndex=3, logFilenamePrefix=ce]] from [/opt/sonarqube]: /usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp --add-opens=java.base/java.util=ALL-UNNAMED -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/common/*:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.2.8.jar org.sonar.ce.app.CeServer /opt/sonarqube/temp/sq-process10124259472457272909properties
2020.03.06 16:17:30 INFO app[][o.s.a.SchedulerImpl] Process[ce] is up
2020.03.06 16:17:30 INFO app[][o.s.a.SchedulerImpl] SonarQube is up