GitHub Authentication issue for SonarQube 5.6

189 views
Skip to first unread message

Bindu Boinapalli

unread,
Apr 11, 2017, 2:09:47 PM4/11/17
to SonarQube
Hi,
I installed github authentication plugin and made few changes but not able to login when i click on
Log in with GitHub

Please can someone help me to resolve this issue. Thanks in advance.

Bindu Boinapalli

unread,
Apr 11, 2017, 2:10:37 PM4/11/17
to SonarQube
sonar github authentication.PNG

G. Ann Campbell

unread,
Apr 12, 2017, 7:55:08 AM4/12/17
to SonarQube
Hi,

Is there anything interesting or relevant-seeming in your server logs?


Ann

Julien Lancelot

unread,
Apr 12, 2017, 9:47:16 AM4/12/17
to G. Ann Campbell, SonarQube
Hi,

What configuration have you used ? 
For instance, have you customized sonar.web.sessionTimeoutInMinutes ? (as there's a bug when the value is above 25 days => https://jira.sonarsource.com/browse/SONAR-9004)

Regards,

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/5fb72abe-4f16-4977-bd37-b6cc42de3b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Julien LANCELOT | SonarSource

Bindu Boinapalli

unread,
Apr 12, 2017, 1:56:21 PM4/12/17
to Julien Lancelot, G. Ann Campbell, SonarQube
Thanks Ann and Julien for checking.

Previous error was fixed when i set the sonarqube value to https but I am getting new error now, when i click on sign in with Github credentials. I get different errors in different browser.

IE
Inline image 1

FF

 Inline image 3

 

GC

 Inline image 2


Here are the logs-

sonar.log

2017.04.12 07:50:03 INFO  ce[o.s.p.StopWatcher] Stopping process
2017.04.12 07:50:03 INFO  ce[o.s.ce.app.CeServer] Compute Engine shutting down...
2017.04.12 07:50:04 INFO  app[o.s.p.m.Monitor] Process[ce] is stopped
2017.04.12 07:50:04 INFO  app[o.s.p.m.Monitor] Process[web] is stopping
2017.04.12 07:50:04 INFO  web[o.s.p.StopWatcher] Stopping process
2017.04.12 07:50:04 INFO  web[o.a.c.h.Http11NioProtocol] Pausing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 07:50:05 INFO  web[o.s.s.n.NotificationService] Notification service stopped
2017.04.12 07:50:05 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
2017.04.12 07:50:05 INFO  web[o.a.c.h.Http11NioProtocol] Stopping ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 07:50:06 INFO  web[o.a.c.h.Http11NioProtocol] Destroying ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 07:50:06 INFO  web[o.s.s.a.TomcatAccessLog] Web server is stopped
2017.04.12 07:50:07 INFO  app[o.s.p.m.Monitor] Process[web] is stopped
2017.04.12 07:50:07 INFO  app[o.s.p.m.Monitor] Process[es] is stopping
2017.04.12 07:50:07 INFO   es[o.s.p.StopWatcher]  Stopping process
2017.04.12 07:50:07 INFO   es[o.elasticsearch.node]  [sonar-1491925013784] stopping ...
2017.04.12 07:50:07 INFO   es[o.elasticsearch.node]  [sonar-1491925013784] stopped
2017.04.12 07:50:07 INFO   es[o.elasticsearch.node]  [sonar-1491925013784] closing ...
2017.04.12 07:50:07 INFO   es[o.elasticsearch.node]  [sonar-1491925013784] closed
2017.04.12 07:50:07 INFO  app[o.s.p.m.Monitor] Process[es] is stopped
<-- Wrapper Stopped
--> 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.

2017.04.12 07:50:08 INFO  app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube-5.6.6/temp
2017.04.12 07:50:08 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[es]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/search/* org.sonar.search.SearchServer /opt/sonarqube-5.6.6/temp/sq-process633083779998789952properties
2017.04.12 07:50:09 INFO   es[o.s.p.ProcessEntryPoint]  Starting es
2017.04.12 07:50:09 INFO   es[o.s.s.EsSettings]  Elasticsearch listening on 127.0.0.1:9001
2017.04.12 07:50:09 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] version[1.7.5], pid[17599], build[00f95f4/2016-02-02T09:55:30Z]
2017.04.12 07:50:09 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] initializing ...
2017.04.12 07:50:09 INFO   es[o.e.plugins]  [sonar-1492001408666] loaded [], sites []
2017.04.12 07:50:09 INFO   es[o.elasticsearch.env]  [sonar-1492001408666] using [1] data paths, mounts [[/ (/dev/xvda1)]], net usable_space [2.8gb], net total_space [7.7gb], types [ext4]
2017.04.12 07:50:11 WARN   es[o.e.bootstrap]  JNA not found. native methods will be disabled.
2017.04.12 07:50:12 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] initialized
2017.04.12 07:50:12 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] starting ...
2017.04.12 07:50:12 INFO   es[o.e.transport]  [sonar-1492001408666] bound_address {inet[/127.0.0.1:9001]}, publish_address {inet[/127.0.0.1:9001]}
2017.04.12 07:50:12 INFO   es[o.e.discovery]  [sonar-1492001408666] sonarqube/-_U79UwASY6bB6KuY0rgqQ
2017.04.12 07:50:15 INFO   es[o.e.cluster.service]  [sonar-1492001408666] new_master [sonar-1492001408666][-_U79UwASY6bB6KuY0rgqQ][ip-172-31-15-159.us-west-1.compute.internal][inet[/127.0.0.1:9001]]{rack_id=sonar-1492001408666}, reason: zen-disco-join (elected_as_master)
2017.04.12 07:50:15 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] started
2017.04.12 07:50:15 INFO   es[o.e.gateway]  [sonar-1492001408666] recovered [6] indices into cluster_state
2017.04.12 07:50:17 INFO  app[o.s.p.m.Monitor] Process[es] is up
2017.04.12 07:50:17 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[web]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.management.enabled=false -Djruby.compile.invokedynamic=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.server.app.WebServer /opt/sonarqube-5.6.6/temp/sq-process7845693794431895057properties
2017.04.12 07:50:18 INFO  web[o.s.p.ProcessEntryPoint] Starting web
2017.04.12 07:50:18 INFO  web[o.s.s.a.TomcatContexts] Webapp directory: /opt/sonarqube-5.6.6/web
2017.04.12 07:50:19 INFO  web[o.a.c.h.Http11NioProtocol] Initializing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 07:50:19 INFO  web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2017.04.12 07:50:19 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 07:50:21 INFO  web[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 07:50:21 INFO  web[o.e.plugins] [sonar-1492001408666] loaded [], sites []
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CSS / SCSS / Less / 3.1 / 58a0a86a53f82a8486a5ee93681257e1ae0a10c8
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Checkstyle / 3.6 /
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Cobertura / 1.7 / d14b7978322d19a2795286ebfed225a57b13c3af
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Code Smells / 4.0.0
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CodeCracker for C# / 1.0.1
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Findbugs / 3.4.4 /
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Git / 1.2 / ed0814f835a7e4b5169b6e4b6312a95dc3f71ae5
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub / 1.4.0.699 / d953e9749d7f3b6def56f38382dac43a58e7f628
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub Authentication for SonarQube / 1.3 / a9c1cc29a9af9ca89aed1d266e793ea1ab41bc33
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Google Analytics / 1.1 / 66356cf41d30a06703477fe435f6e285792b3fba
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin LDAP / 2.1.0.507 / 60b4a72c2042d0cad5233be63d0456815c9691e2
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin PMD / 2.6 / f419f834b4bea51f9b6da33517b7f6186db5c066
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Perforce / 1.4 / 072769880a403de6bed1044809324413db3e9eb9
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SVG Badges / 3.0.1
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 2.21.0.4409 / 432ceb89f4b9266b30d038ab3159cf451d9cae6c
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJava / 4.7.1.9272 / 041066d9af3cb015e2c56d333d2df2fc3727b472
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph / 3.5
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph Integration / 2.0.1
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Timeline / 1.5 / a9cae1328fd455a128b5d7d603381f47398c6e2a
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Web / 2.5.0.476 / 636872f5d37fa7a440fe07d08d504e1a881225e5
2017.04.12 07:50:22 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin jDepend Plugin for SonarQube / 1.0
2017.04.12 07:50:24 INFO  web[o.s.d.c.MysqlCharsetHandler] Verify that database collation is case-sensitive
2017.04.12 07:50:24 INFO  web[o.s.s.p.RailsAppsDeployer] Deploying Ruby on Rails applications
2017.04.12 07:50:25 INFO  web[o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2017.04.12 07:50:25 INFO  web[c.q.p.s.b.f.PreferredFontProvider] SVGImageGenerator will be using font 'Verdana' in order to compute SVG badges width.
2017.04.12 07:50:25 INFO  web[c.q.p.s.b.w.SVGImageGenerator] SVGImageGenerator is now ready.
2017.04.12 07:50:25 INFO  web[c.q.p.s.b.w.g.QualityGateBadgeGenerator] QualityGateBadgeGenerator is now ready.
2017.04.12 07:50:25 INFO  web[c.q.p.s.b.w.m.MeasureBadgeGenerator] MeasureBadgeGenerator is now ready.
2017.04.12 07:50:25 INFO  web[c.q.p.s.b.w.c.CeActivityBadgeGenerator] CeActivityBadgeGenerator is now ready.
2017.04.12 07:50:26 INFO  web[o.s.s.n.NotificationService] Notification service started (delay 60 sec.)
2017.04.12 07:50:27 INFO  web[o.s.s.s.RegisterMetrics] Register metrics
2017.04.12 07:50:27 INFO  web[o.s.s.r.RegisterRules] Register rules
2017.04.12 07:50:32 INFO  web[o.s.s.q.RegisterQualityProfiles] Register quality profiles
2017.04.12 07:50:38 INFO  web[o.s.s.s.RegisterNewMeasureFilters] Register measure filters
2017.04.12 07:50:38 INFO  web[o.s.s.s.RegisterDashboards] Register dashboards
2017.04.12 07:50:38 INFO  web[o.s.s.s.RegisterPermissionTemplates] Register permission templates
2017.04.12 07:50:38 INFO  web[o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2017.04.12 07:50:38 INFO  web[o.s.s.e.IndexerStartupTask] Index activities
2017.04.12 07:50:38 INFO  web[o.s.s.e.IndexerStartupTask] Index issues
2017.04.12 07:50:38 INFO  web[o.s.s.e.IndexerStartupTask] Index tests
2017.04.12 07:50:38 INFO  web[o.s.s.e.IndexerStartupTask] Index users
2017.04.12 07:50:38 INFO  web[o.s.s.e.IndexerStartupTask] Index views
2017.04.12 07:50:39 INFO  web[jruby.rack] jruby 1.7.9 (ruby-1.8.7p370) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13 [linux-amd64]
2017.04.12 07:50:39 INFO  web[jruby.rack] using a shared (threadsafe!) runtime
2017.04.12 07:50:50 INFO  web[jruby.rack] keeping custom (config.logger) Rails logger instance
2017.04.12 07:50:50 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@402d5967 [pattern=/sessions/init/*]
2017.04.12 07:50:51 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@2ffa4154 [pattern=/oauth2/callback/*]
2017.04.12 07:50:51 INFO  web[o.a.c.h.Http11NioProtocol] Starting ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 07:50:51 INFO  web[o.s.s.a.TomcatAccessLog] Web server is started
2017.04.12 07:50:51 INFO  web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2017.04.12 07:50:51 INFO  app[o.s.p.m.Monitor] Process[web] is up
2017.04.12 07:50:51 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[ce]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:./lib/ce/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.ce.app.CeServer /opt/sonarqube-5.6.6/temp/sq-process157145379481529302properties
2017.04.12 07:50:52 INFO  ce[o.s.p.ProcessEntryPoint] Starting ce
2017.04.12 07:50:52 INFO  ce[o.s.ce.app.CeServer] Compute Engine starting up...
2017.04.12 07:50:52 INFO  ce[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 07:50:54 INFO  ce[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 07:50:54 INFO  ce[o.e.plugins] [sonar-1492001408666] loaded [], sites []
2017.04.12 07:50:55 INFO  ce[o.s.c.c.CePluginRepository] Load plugins
2017.04.12 07:50:57 INFO  ce[o.s.s.c.q.PurgeCeActivities] Delete the Compute Engine tasks created before Fri Oct 14 07:50:57 GMT-05:00 2016
2017.04.12 07:50:57 INFO  ce[o.s.ce.app.CeServer] Compute Engine is up
2017.04.12 07:50:57 INFO  app[o.s.p.m.Monitor] Process[ce] is up
2017.04.12 07:51:12 ERROR web[o.s.s.a.AuthenticationError] Fail to initialize authentication with provider 'github'
org.sonar.api.utils.MessageException: The server url should be configured in https, please update the property 'sonar.core.serverBaseURL'
2017.04.12 08:01:30 ERROR web[o.s.s.a.AuthenticationError] Fail to initialize authentication with provider 'github'
org.sonar.api.utils.MessageException: The server url should be configured in https, please update the property 'sonar.core.serverBaseURL'
TERM trapped.  Shutting down.
2017.04.12 08:04:11 INFO  app[o.s.p.m.Monitor] Process[ce] is stopping
2017.04.12 08:04:11 INFO  ce[o.s.p.StopWatcher] Stopping process
2017.04.12 08:04:11 INFO  ce[o.s.ce.app.CeServer] Compute Engine shutting down...
2017.04.12 08:04:12 INFO  app[o.s.p.m.Monitor] Process[ce] is stopped
2017.04.12 08:04:12 INFO  app[o.s.p.m.Monitor] Process[web] is stopping
2017.04.12 08:04:13 INFO  web[o.s.p.StopWatcher] Stopping process
2017.04.12 08:04:13 INFO  web[o.a.c.h.Http11NioProtocol] Pausing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 08:04:14 INFO  web[o.s.s.n.NotificationService] Notification service stopped
2017.04.12 08:04:14 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
2017.04.12 08:04:14 INFO  web[o.a.c.h.Http11NioProtocol] Stopping ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 08:04:15 INFO  web[o.a.c.h.Http11NioProtocol] Destroying ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 08:04:15 INFO  web[o.s.s.a.TomcatAccessLog] Web server is stopped
2017.04.12 08:04:15 INFO  app[o.s.p.m.Monitor] Process[web] is stopped
2017.04.12 08:04:15 INFO  app[o.s.p.m.Monitor] Process[es] is stopping
2017.04.12 08:04:16 INFO   es[o.s.p.StopWatcher]  Stopping process
2017.04.12 08:04:16 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] stopping ...
2017.04.12 08:04:16 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] stopped
2017.04.12 08:04:16 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] closing ...
2017.04.12 08:04:16 INFO   es[o.elasticsearch.node]  [sonar-1492001408666] closed
2017.04.12 08:04:16 INFO  app[o.s.p.m.Monitor] Process[es] is stopped
<-- Wrapper Stopped
--> 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.

2017.04.12 08:04:18 INFO  app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube-5.6.6/temp
2017.04.12 08:04:18 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[es]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/search/* org.sonar.search.SearchServer /opt/sonarqube-5.6.6/temp/sq-process4220868247023996199properties
2017.04.12 08:04:18 INFO   es[o.s.p.ProcessEntryPoint]  Starting es
2017.04.12 08:04:18 INFO   es[o.s.s.EsSettings]  Elasticsearch listening on 127.0.0.1:9001
2017.04.12 08:04:19 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] version[1.7.5], pid[17931], build[00f95f4/2016-02-02T09:55:30Z]
2017.04.12 08:04:19 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] initializing ...
2017.04.12 08:04:19 INFO   es[o.e.plugins]  [sonar-1492002258150] loaded [], sites []
2017.04.12 08:04:19 INFO   es[o.elasticsearch.env]  [sonar-1492002258150] using [1] data paths, mounts [[/ (/dev/xvda1)]], net usable_space [2.8gb], net total_space [7.7gb], types [ext4]
2017.04.12 08:04:20 WARN   es[o.e.bootstrap]  JNA not found. native methods will be disabled.
2017.04.12 08:04:21 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] initialized
2017.04.12 08:04:21 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] starting ...
2017.04.12 08:04:21 INFO   es[o.e.transport]  [sonar-1492002258150] bound_address {inet[/127.0.0.1:9001]}, publish_address {inet[/127.0.0.1:9001]}
2017.04.12 08:04:21 INFO   es[o.e.discovery]  [sonar-1492002258150] sonarqube/RKNkKU1QSjG4qH5xRm4Pxw
2017.04.12 08:04:24 INFO   es[o.e.cluster.service]  [sonar-1492002258150] new_master [sonar-1492002258150][RKNkKU1QSjG4qH5xRm4Pxw][ip-172-31-15-159.us-west-1.compute.internal][inet[/127.0.0.1:9001]]{rack_id=sonar-1492002258150}, reason: zen-disco-join (elected_as_master)
2017.04.12 08:04:24 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] started
2017.04.12 08:04:24 INFO   es[o.e.gateway]  [sonar-1492002258150] recovered [6] indices into cluster_state
2017.04.12 08:04:27 INFO  app[o.s.p.m.Monitor] Process[es] is up
2017.04.12 08:04:27 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[web]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.management.enabled=false -Djruby.compile.invokedynamic=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.server.app.WebServer /opt/sonarqube-5.6.6/temp/sq-process3526036036086347793properties
2017.04.12 08:04:27 INFO  web[o.s.p.ProcessEntryPoint] Starting web
2017.04.12 08:04:28 INFO  web[o.s.s.a.TomcatContexts] Webapp directory: /opt/sonarqube-5.6.6/web
2017.04.12 08:04:28 INFO  web[o.a.c.h.Http11NioProtocol] Initializing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 08:04:28 INFO  web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2017.04.12 08:04:29 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 08:04:30 INFO  web[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 08:04:30 INFO  web[o.e.plugins] [sonar-1492002258150] loaded [], sites []
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CSS / SCSS / Less / 3.1 / 58a0a86a53f82a8486a5ee93681257e1ae0a10c8
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Checkstyle / 3.6 /
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Cobertura / 1.7 / d14b7978322d19a2795286ebfed225a57b13c3af
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Code Smells / 4.0.0
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CodeCracker for C# / 1.0.1
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Findbugs / 3.4.4 /
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Git / 1.2 / ed0814f835a7e4b5169b6e4b6312a95dc3f71ae5
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub / 1.4.0.699 / d953e9749d7f3b6def56f38382dac43a58e7f628
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub Authentication for SonarQube / 1.3 / a9c1cc29a9af9ca89aed1d266e793ea1ab41bc33
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Google Analytics / 1.1 / 66356cf41d30a06703477fe435f6e285792b3fba
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin LDAP / 2.1.0.507 / 60b4a72c2042d0cad5233be63d0456815c9691e2
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin PMD / 2.6 / f419f834b4bea51f9b6da33517b7f6186db5c066
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Perforce / 1.4 / 072769880a403de6bed1044809324413db3e9eb9
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SVG Badges / 3.0.1
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 2.21.0.4409 / 432ceb89f4b9266b30d038ab3159cf451d9cae6c
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJava / 4.7.1.9272 / 041066d9af3cb015e2c56d333d2df2fc3727b472
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph / 3.5
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph Integration / 2.0.1
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Timeline / 1.5 / a9cae1328fd455a128b5d7d603381f47398c6e2a
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Web / 2.5.0.476 / 636872f5d37fa7a440fe07d08d504e1a881225e5
2017.04.12 08:04:32 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin jDepend Plugin for SonarQube / 1.0
2017.04.12 08:04:33 INFO  web[o.s.d.c.MysqlCharsetHandler] Verify that database collation is case-sensitive
2017.04.12 08:04:33 INFO  web[o.s.s.p.RailsAppsDeployer] Deploying Ruby on Rails applications
2017.04.12 08:04:34 INFO  web[o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2017.04.12 08:04:35 INFO  web[c.q.p.s.b.f.PreferredFontProvider] SVGImageGenerator will be using font 'Verdana' in order to compute SVG badges width.
2017.04.12 08:04:35 INFO  web[c.q.p.s.b.w.SVGImageGenerator] SVGImageGenerator is now ready.
2017.04.12 08:04:35 INFO  web[c.q.p.s.b.w.g.QualityGateBadgeGenerator] QualityGateBadgeGenerator is now ready.
2017.04.12 08:04:35 INFO  web[c.q.p.s.b.w.m.MeasureBadgeGenerator] MeasureBadgeGenerator is now ready.
2017.04.12 08:04:35 INFO  web[c.q.p.s.b.w.c.CeActivityBadgeGenerator] CeActivityBadgeGenerator is now ready.
2017.04.12 08:04:35 INFO  web[o.s.s.n.NotificationService] Notification service started (delay 60 sec.)
2017.04.12 08:04:36 INFO  web[o.s.s.s.RegisterMetrics] Register metrics
2017.04.12 08:04:36 INFO  web[o.s.s.r.RegisterRules] Register rules
2017.04.12 08:04:41 INFO  web[o.s.s.q.RegisterQualityProfiles] Register quality profiles
2017.04.12 08:04:46 INFO  web[o.s.s.s.RegisterNewMeasureFilters] Register measure filters
2017.04.12 08:04:46 INFO  web[o.s.s.s.RegisterDashboards] Register dashboards
2017.04.12 08:04:46 INFO  web[o.s.s.s.RegisterPermissionTemplates] Register permission templates
2017.04.12 08:04:46 INFO  web[o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2017.04.12 08:04:46 INFO  web[o.s.s.e.IndexerStartupTask] Index activities
2017.04.12 08:04:47 INFO  web[o.s.s.e.IndexerStartupTask] Index issues
2017.04.12 08:04:47 INFO  web[o.s.s.e.IndexerStartupTask] Index tests
2017.04.12 08:04:47 INFO  web[o.s.s.e.IndexerStartupTask] Index users
2017.04.12 08:04:47 INFO  web[o.s.s.e.IndexerStartupTask] Index views
2017.04.12 08:04:47 INFO  web[jruby.rack] jruby 1.7.9 (ruby-1.8.7p370) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13 [linux-amd64]
2017.04.12 08:04:47 INFO  web[jruby.rack] using a shared (threadsafe!) runtime
2017.04.12 08:04:59 INFO  web[jruby.rack] keeping custom (config.logger) Rails logger instance
2017.04.12 08:04:59 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@31e304f6 [pattern=/sessions/init/*]
2017.04.12 08:04:59 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@1baf95cc [pattern=/oauth2/callback/*]
2017.04.12 08:04:59 INFO  web[o.a.c.h.Http11NioProtocol] Starting ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 08:04:59 INFO  web[o.s.s.a.TomcatAccessLog] Web server is started
2017.04.12 08:04:59 INFO  web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2017.04.12 08:04:59 INFO  app[o.s.p.m.Monitor] Process[web] is up
2017.04.12 08:04:59 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[ce]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:./lib/ce/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.ce.app.CeServer /opt/sonarqube-5.6.6/temp/sq-process2496353686446894187properties
2017.04.12 08:05:01 INFO  ce[o.s.p.ProcessEntryPoint] Starting ce
2017.04.12 08:05:01 INFO  ce[o.s.ce.app.CeServer] Compute Engine starting up...
2017.04.12 08:05:01 INFO  ce[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 08:05:03 INFO  ce[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 08:05:03 INFO  ce[o.e.plugins] [sonar-1492002258150] loaded [], sites []
2017.04.12 08:05:04 INFO  ce[o.s.c.c.CePluginRepository] Load plugins
2017.04.12 08:05:06 INFO  ce[o.s.s.c.q.PurgeCeActivities] Delete the Compute Engine tasks created before Fri Oct 14 08:05:06 GMT-05:00 2016
2017.04.12 08:05:06 INFO  ce[o.s.ce.app.CeServer] Compute Engine is up
2017.04.12 08:05:06 INFO  app[o.s.p.m.Monitor] Process[ce] is up
2017.04.12 08:05:29 INFO  web[o.a.c.h.Http11NioProcessor] Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:228) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
2017.04.12 09:09:39 INFO  web[o.a.c.h.Http11NioProcessor] Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:228) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
TERM trapped.  Shutting down.
2017.04.12 09:09:53 INFO  app[o.s.p.m.Monitor] Process[ce] is stopping
2017.04.12 09:09:54 INFO  ce[o.s.p.StopWatcher] Stopping process
2017.04.12 09:09:54 INFO  ce[o.s.ce.app.CeServer] Compute Engine shutting down...
2017.04.12 09:09:55 INFO  app[o.s.p.m.Monitor] Process[ce] is stopped
2017.04.12 09:09:55 INFO  app[o.s.p.m.Monitor] Process[web] is stopping
2017.04.12 09:09:55 INFO  web[o.s.p.StopWatcher] Stopping process
2017.04.12 09:09:55 INFO  web[o.a.c.h.Http11NioProtocol] Pausing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:09:56 INFO  web[o.s.s.n.NotificationService] Notification service stopped
2017.04.12 09:09:56 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
2017.04.12 09:09:56 INFO  web[o.a.c.h.Http11NioProtocol] Stopping ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:09:57 INFO  web[o.a.c.h.Http11NioProtocol] Destroying ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:09:57 INFO  web[o.s.s.a.TomcatAccessLog] Web server is stopped
2017.04.12 09:09:58 INFO  app[o.s.p.m.Monitor] Process[web] is stopped
2017.04.12 09:09:58 INFO  app[o.s.p.m.Monitor] Process[es] is stopping
2017.04.12 09:09:58 INFO   es[o.s.p.StopWatcher]  Stopping process
2017.04.12 09:09:58 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] stopping ...
2017.04.12 09:09:58 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] stopped
2017.04.12 09:09:58 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] closing ...
2017.04.12 09:09:58 INFO   es[o.elasticsearch.node]  [sonar-1492002258150] closed
2017.04.12 09:09:59 INFO  app[o.s.p.m.Monitor] Process[es] is stopped
<-- Wrapper Stopped
--> 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.

2017.04.12 09:10:00 INFO  app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube-5.6.6/temp
2017.04.12 09:10:00 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[es]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/search/* org.sonar.search.SearchServer /opt/sonarqube-5.6.6/temp/sq-process4002838713429566880properties
2017.04.12 09:10:01 INFO   es[o.s.p.ProcessEntryPoint]  Starting es
2017.04.12 09:10:01 INFO   es[o.s.s.EsSettings]  Elasticsearch listening on 127.0.0.1:9001
2017.04.12 09:10:01 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] version[1.7.5], pid[18377], build[00f95f4/2016-02-02T09:55:30Z]
2017.04.12 09:10:01 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] initializing ...
2017.04.12 09:10:01 INFO   es[o.e.plugins]  [sonar-1492006200571] loaded [], sites []
2017.04.12 09:10:01 INFO   es[o.elasticsearch.env]  [sonar-1492006200571] using [1] data paths, mounts [[/ (/dev/xvda1)]], net usable_space [2.8gb], net total_space [7.7gb], types [ext4]
2017.04.12 09:10:03 WARN   es[o.e.bootstrap]  JNA not found. native methods will be disabled.
2017.04.12 09:10:04 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] initialized
2017.04.12 09:10:04 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] starting ...
2017.04.12 09:10:04 INFO   es[o.e.transport]  [sonar-1492006200571] bound_address {inet[/127.0.0.1:9001]}, publish_address {inet[/127.0.0.1:9001]}
2017.04.12 09:10:04 INFO   es[o.e.discovery]  [sonar-1492006200571] sonarqube/kdEdCEtERkW61DwXQKkkZg
2017.04.12 09:10:07 INFO   es[o.e.cluster.service]  [sonar-1492006200571] new_master [sonar-1492006200571][kdEdCEtERkW61DwXQKkkZg][ip-172-31-15-159.us-west-1.compute.internal][inet[/127.0.0.1:9001]]{rack_id=sonar-1492006200571}, reason: zen-disco-join (elected_as_master)
2017.04.12 09:10:07 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] started
2017.04.12 09:10:07 INFO   es[o.e.gateway]  [sonar-1492006200571] recovered [6] indices into cluster_state
2017.04.12 09:10:09 INFO  app[o.s.p.m.Monitor] Process[es] is up
2017.04.12 09:10:09 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[web]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.management.enabled=false -Djruby.compile.invokedynamic=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.server.app.WebServer /opt/sonarqube-5.6.6/temp/sq-process8585070939710755133properties
2017.04.12 09:10:10 INFO  web[o.s.p.ProcessEntryPoint] Starting web
2017.04.12 09:10:10 INFO  web[o.s.s.a.TomcatContexts] Webapp directory: /opt/sonarqube-5.6.6/web
2017.04.12 09:10:11 INFO  web[o.a.c.h.Http11NioProtocol] Initializing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:10:11 INFO  web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2017.04.12 09:10:11 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 09:10:13 INFO  web[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 09:10:13 INFO  web[o.e.plugins] [sonar-1492006200571] loaded [], sites []
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CSS / SCSS / Less / 3.1 / 58a0a86a53f82a8486a5ee93681257e1ae0a10c8
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Checkstyle / 3.6 /
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Cobertura / 1.7 / d14b7978322d19a2795286ebfed225a57b13c3af
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Code Smells / 4.0.0
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CodeCracker for C# / 1.0.1
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Findbugs / 3.4.4 /
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Git / 1.2 / ed0814f835a7e4b5169b6e4b6312a95dc3f71ae5
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub / 1.4.0.699 / d953e9749d7f3b6def56f38382dac43a58e7f628
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub Authentication for SonarQube / 1.3 / a9c1cc29a9af9ca89aed1d266e793ea1ab41bc33
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Google Analytics / 1.1 / 66356cf41d30a06703477fe435f6e285792b3fba
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin LDAP / 2.1.0.507 / 60b4a72c2042d0cad5233be63d0456815c9691e2
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin PMD / 2.6 / f419f834b4bea51f9b6da33517b7f6186db5c066
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Perforce / 1.4 / 072769880a403de6bed1044809324413db3e9eb9
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SVG Badges / 3.0.1
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 2.21.0.4409 / 432ceb89f4b9266b30d038ab3159cf451d9cae6c
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJava / 4.7.1.9272 / 041066d9af3cb015e2c56d333d2df2fc3727b472
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph / 3.5
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph Integration / 2.0.1
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Timeline / 1.5 / a9cae1328fd455a128b5d7d603381f47398c6e2a
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Web / 2.5.0.476 / 636872f5d37fa7a440fe07d08d504e1a881225e5
2017.04.12 09:10:14 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin jDepend Plugin for SonarQube / 1.0
2017.04.12 09:10:15 INFO  web[o.s.d.c.MysqlCharsetHandler] Verify that database collation is case-sensitive
2017.04.12 09:10:16 INFO  web[o.s.s.p.RailsAppsDeployer] Deploying Ruby on Rails applications
2017.04.12 09:10:17 INFO  web[o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2017.04.12 09:10:17 INFO  web[c.q.p.s.b.f.PreferredFontProvider] SVGImageGenerator will be using font 'Verdana' in order to compute SVG badges width.
2017.04.12 09:10:17 INFO  web[c.q.p.s.b.w.SVGImageGenerator] SVGImageGenerator is now ready.
2017.04.12 09:10:17 INFO  web[c.q.p.s.b.w.g.QualityGateBadgeGenerator] QualityGateBadgeGenerator is now ready.
2017.04.12 09:10:17 INFO  web[c.q.p.s.b.w.m.MeasureBadgeGenerator] MeasureBadgeGenerator is now ready.
2017.04.12 09:10:17 INFO  web[c.q.p.s.b.w.c.CeActivityBadgeGenerator] CeActivityBadgeGenerator is now ready.
2017.04.12 09:10:18 INFO  web[o.s.s.n.NotificationService] Notification service started (delay 60 sec.)
2017.04.12 09:10:19 INFO  web[o.s.s.s.RegisterMetrics] Register metrics
2017.04.12 09:10:19 INFO  web[o.s.s.r.RegisterRules] Register rules
2017.04.12 09:10:24 INFO  web[o.s.s.q.RegisterQualityProfiles] Register quality profiles
2017.04.12 09:10:30 INFO  web[o.s.s.s.RegisterNewMeasureFilters] Register measure filters
2017.04.12 09:10:30 INFO  web[o.s.s.s.RegisterDashboards] Register dashboards
2017.04.12 09:10:30 INFO  web[o.s.s.s.RegisterPermissionTemplates] Register permission templates
2017.04.12 09:10:30 INFO  web[o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2017.04.12 09:10:30 INFO  web[o.s.s.e.IndexerStartupTask] Index activities
2017.04.12 09:10:30 INFO  web[o.s.s.e.IndexerStartupTask] Index issues
2017.04.12 09:10:30 INFO  web[o.s.s.e.IndexerStartupTask] Index tests
2017.04.12 09:10:30 INFO  web[o.s.s.e.IndexerStartupTask] Index users
2017.04.12 09:10:30 INFO  web[o.s.s.e.IndexerStartupTask] Index views
2017.04.12 09:10:31 INFO  web[jruby.rack] jruby 1.7.9 (ruby-1.8.7p370) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13 [linux-amd64]
2017.04.12 09:10:31 INFO  web[jruby.rack] using a shared (threadsafe!) runtime
2017.04.12 09:10:42 INFO  web[jruby.rack] keeping custom (config.logger) Rails logger instance
2017.04.12 09:10:42 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@402d5967 [pattern=/sessions/init/*]
2017.04.12 09:10:42 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@2ffa4154 [pattern=/oauth2/callback/*]
2017.04.12 09:10:42 INFO  web[o.a.c.h.Http11NioProtocol] Starting ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:10:42 INFO  web[o.s.s.a.TomcatAccessLog] Web server is started
2017.04.12 09:10:42 INFO  web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2017.04.12 09:10:43 INFO  app[o.s.p.m.Monitor] Process[web] is up
2017.04.12 09:10:43 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[ce]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:./lib/ce/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.ce.app.CeServer /opt/sonarqube-5.6.6/temp/sq-process8628966748101183288properties
2017.04.12 09:10:44 INFO  ce[o.s.p.ProcessEntryPoint] Starting ce
2017.04.12 09:10:44 INFO  ce[o.s.ce.app.CeServer] Compute Engine starting up...
2017.04.12 09:10:44 INFO  ce[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 09:10:46 INFO  ce[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 09:10:46 INFO  ce[o.e.plugins] [sonar-1492006200571] loaded [], sites []
2017.04.12 09:10:47 INFO  ce[o.s.c.c.CePluginRepository] Load plugins
2017.04.12 09:10:49 INFO  ce[o.s.s.c.q.PurgeCeActivities] Delete the Compute Engine tasks created before Fri Oct 14 09:10:49 GMT-05:00 2016
2017.04.12 09:10:49 INFO  ce[o.s.ce.app.CeServer] Compute Engine is up
2017.04.12 09:10:50 INFO  app[o.s.p.m.Monitor] Process[ce] is up
2017.04.12 09:10:50 INFO  web[o.a.c.h.Http11NioProcessor] Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:228) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
TERM trapped.  Shutting down.
2017.04.12 09:29:55 INFO  app[o.s.p.m.Monitor] Process[ce] is stopping
2017.04.12 09:29:55 INFO  ce[o.s.p.StopWatcher] Stopping process
2017.04.12 09:29:55 INFO  ce[o.s.ce.app.CeServer] Compute Engine shutting down...
2017.04.12 09:29:57 INFO  app[o.s.p.m.Monitor] Process[ce] is stopped
2017.04.12 09:29:57 INFO  app[o.s.p.m.Monitor] Process[web] is stopping
2017.04.12 09:29:57 INFO  web[o.s.p.StopWatcher] Stopping process
2017.04.12 09:29:57 INFO  web[o.a.c.h.Http11NioProtocol] Pausing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:29:58 INFO  web[o.s.s.n.NotificationService] Notification service stopped
2017.04.12 09:29:58 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
2017.04.12 09:29:58 INFO  web[o.a.c.h.Http11NioProtocol] Stopping ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:29:59 INFO  web[o.a.c.h.Http11NioProtocol] Destroying ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:29:59 INFO  web[o.s.s.a.TomcatAccessLog] Web server is stopped
2017.04.12 09:29:59 INFO   es[o.s.p.StopWatcher]  Stopping process
2017.04.12 09:29:59 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] stopping ...
2017.04.12 09:29:59 INFO  app[o.s.p.m.Monitor] Process[web] is stopped
2017.04.12 09:29:59 INFO  app[o.s.p.m.Monitor] Process[es] is stopping
2017.04.12 09:29:59 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] stopped
2017.04.12 09:29:59 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] closing ...
2017.04.12 09:29:59 INFO   es[o.elasticsearch.node]  [sonar-1492006200571] closed
2017.04.12 09:30:00 INFO  app[o.s.p.m.Monitor] Process[es] is stopped
<-- Wrapper Stopped
--> 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.

2017.04.12 09:30:01 INFO  app[o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube-5.6.6/temp
2017.04.12 09:30:01 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[es]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Xmx1G -Xms256m -Xss256k -Djava.net.preferIPv4Stack=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/search/* org.sonar.search.SearchServer /opt/sonarqube-5.6.6/temp/sq-process7467993353565959625properties
2017.04.12 09:30:02 INFO   es[o.s.p.ProcessEntryPoint]  Starting es
2017.04.12 09:30:02 INFO   es[o.s.s.EsSettings]  Elasticsearch listening on 127.0.0.1:9001
2017.04.12 09:30:02 INFO   es[o.elasticsearch.node]  [sonar-1492007401302] version[1.7.5], pid[18695], build[00f95f4/2016-02-02T09:55:30Z]
2017.04.12 09:30:02 INFO   es[o.elasticsearch.node]  [sonar-1492007401302] initializing ...
2017.04.12 09:30:02 INFO   es[o.e.plugins]  [sonar-1492007401302] loaded [], sites []
2017.04.12 09:30:02 INFO   es[o.elasticsearch.env]  [sonar-1492007401302] using [1] data paths, mounts [[/ (/dev/xvda1)]], net usable_space [2.8gb], net total_space [7.7gb], types [ext4]
2017.04.12 09:30:03 WARN   es[o.e.bootstrap]  JNA not found. native methods will be disabled.
2017.04.12 09:30:04 INFO   es[o.elasticsearch.node]  [sonar-1492007401302] initialized
2017.04.12 09:30:04 INFO   es[o.elasticsearch.node]  [sonar-1492007401302] starting ...
2017.04.12 09:30:04 INFO   es[o.e.transport]  [sonar-1492007401302] bound_address {inet[/127.0.0.1:9001]}, publish_address {inet[/127.0.0.1:9001]}
2017.04.12 09:30:05 INFO   es[o.e.discovery]  [sonar-1492007401302] sonarqube/1dyv8s-JQxaYFP2SCsXtgQ
2017.04.12 09:30:08 INFO   es[o.e.cluster.service]  [sonar-1492007401302] new_master [sonar-1492007401302][1dyv8s-JQxaYFP2SCsXtgQ][ip-172-31-15-159.us-west-1.compute.internal][inet[/127.0.0.1:9001]]{rack_id=sonar-1492007401302}, reason: zen-disco-join (elected_as_master)
2017.04.12 09:30:08 INFO   es[o.elasticsearch.node]  [sonar-1492007401302] started
2017.04.12 09:30:08 INFO   es[o.e.gateway]  [sonar-1492007401302] recovered [6] indices into cluster_state
2017.04.12 09:30:10 INFO  app[o.s.p.m.Monitor] Process[es] is up
2017.04.12 09:30:10 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[web]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djruby.management.enabled=false -Djruby.compile.invokedynamic=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.server.app.WebServer /opt/sonarqube-5.6.6/temp/sq-process3598588701677672689properties
2017.04.12 09:30:11 INFO  web[o.s.p.ProcessEntryPoint] Starting web
2017.04.12 09:30:11 INFO  web[o.s.s.a.TomcatContexts] Webapp directory: /opt/sonarqube-5.6.6/web
2017.04.12 09:30:11 INFO  web[o.a.c.h.Http11NioProtocol] Initializing ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:30:11 INFO  web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
2017.04.12 09:30:12 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 09:30:14 INFO  web[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 09:30:14 INFO  web[o.e.plugins] [sonar-1492007401302] loaded [], sites []
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CSS / SCSS / Less / 3.1 / 58a0a86a53f82a8486a5ee93681257e1ae0a10c8
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Checkstyle / 3.6 /
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Cobertura / 1.7 / d14b7978322d19a2795286ebfed225a57b13c3af
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Code Smells / 4.0.0
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin CodeCracker for C# / 1.0.1
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Findbugs / 3.4.4 /
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Git / 1.2 / ed0814f835a7e4b5169b6e4b6312a95dc3f71ae5
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub / 1.4.0.699 / d953e9749d7f3b6def56f38382dac43a58e7f628
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin GitHub Authentication for SonarQube / 1.3 / a9c1cc29a9af9ca89aed1d266e793ea1ab41bc33
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Google Analytics / 1.1 / 66356cf41d30a06703477fe435f6e285792b3fba
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin LDAP / 2.1.0.507 / 60b4a72c2042d0cad5233be63d0456815c9691e2
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin PMD / 2.6 / f419f834b4bea51f9b6da33517b7f6186db5c066
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Perforce / 1.4 / 072769880a403de6bed1044809324413db3e9eb9
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SVG Badges / 3.0.1
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJS / 2.21.0.4409 / 432ceb89f4b9266b30d038ab3159cf451d9cae6c
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin SonarJava / 4.7.1.9272 / 041066d9af3cb015e2c56d333d2df2fc3727b472
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph / 3.5
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Sonargraph Integration / 2.0.1
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Timeline / 1.5 / a9cae1328fd455a128b5d7d603381f47398c6e2a
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin Web / 2.5.0.476 / 636872f5d37fa7a440fe07d08d504e1a881225e5
2017.04.12 09:30:15 INFO  web[o.s.s.p.ServerPluginRepository] Deploy plugin jDepend Plugin for SonarQube / 1.0
2017.04.12 09:30:17 INFO  web[o.s.d.c.MysqlCharsetHandler] Verify that database collation is case-sensitive
2017.04.12 09:30:17 INFO  web[o.s.s.p.RailsAppsDeployer] Deploying Ruby on Rails applications
2017.04.12 09:30:18 INFO  web[o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties (no proxy)
2017.04.12 09:30:18 INFO  web[c.q.p.s.b.f.PreferredFontProvider] SVGImageGenerator will be using font 'Verdana' in order to compute SVG badges width.
2017.04.12 09:30:18 INFO  web[c.q.p.s.b.w.SVGImageGenerator] SVGImageGenerator is now ready.
2017.04.12 09:30:18 INFO  web[c.q.p.s.b.w.g.QualityGateBadgeGenerator] QualityGateBadgeGenerator is now ready.
2017.04.12 09:30:18 INFO  web[c.q.p.s.b.w.m.MeasureBadgeGenerator] MeasureBadgeGenerator is now ready.
2017.04.12 09:30:18 INFO  web[c.q.p.s.b.w.c.CeActivityBadgeGenerator] CeActivityBadgeGenerator is now ready.
2017.04.12 09:30:19 INFO  web[o.s.s.n.NotificationService] Notification service started (delay 60 sec.)
2017.04.12 09:30:20 INFO  web[o.s.s.s.RegisterMetrics] Register metrics
2017.04.12 09:30:20 INFO  web[o.s.s.r.RegisterRules] Register rules
2017.04.12 09:30:25 INFO  web[o.s.s.q.RegisterQualityProfiles] Register quality profiles
2017.04.12 09:30:31 INFO  web[o.s.s.s.RegisterNewMeasureFilters] Register measure filters
2017.04.12 09:30:31 INFO  web[o.s.s.s.RegisterDashboards] Register dashboards
2017.04.12 09:30:31 INFO  web[o.s.s.s.RegisterPermissionTemplates] Register permission templates
2017.04.12 09:30:31 INFO  web[o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2017.04.12 09:30:31 INFO  web[o.s.s.e.IndexerStartupTask] Index activities
2017.04.12 09:30:31 INFO  web[o.s.s.e.IndexerStartupTask] Index issues
2017.04.12 09:30:31 INFO  web[o.s.s.e.IndexerStartupTask] Index tests
2017.04.12 09:30:31 INFO  web[o.s.s.e.IndexerStartupTask] Index users
2017.04.12 09:30:31 INFO  web[o.s.s.e.IndexerStartupTask] Index views
2017.04.12 09:30:32 INFO  web[jruby.rack] jruby 1.7.9 (ruby-1.8.7p370) 2013-12-06 87b108a on OpenJDK 64-Bit Server VM 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13 [linux-amd64]
2017.04.12 09:30:32 INFO  web[jruby.rack] using a shared (threadsafe!) runtime
2017.04.12 09:30:43 INFO  web[jruby.rack] keeping custom (config.logger) Rails logger instance
2017.04.12 09:30:43 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@2ffa4154 [pattern=/sessions/init/*]
2017.04.12 09:30:43 INFO  web[o.s.s.p.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@3d21ea51 [pattern=/oauth2/callback/*]
2017.04.12 09:30:43 INFO  web[o.a.c.h.Http11NioProtocol] Starting ProtocolHandler ["http-nio-0.0.0.0-9000"]
2017.04.12 09:30:43 INFO  web[o.s.s.a.TomcatAccessLog] Web server is started
2017.04.12 09:30:43 INFO  web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2017.04.12 09:30:44 INFO  app[o.s.p.m.Monitor] Process[web] is up
2017.04.12 09:30:44 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[ce]: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.io.tmpdir=/opt/sonarqube-5.6.6/temp -javaagent:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:./lib/ce/*:/opt/sonarqube-5.6.6/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.ce.app.CeServer /opt/sonarqube-5.6.6/temp/sq-process8738628498944434040properties
2017.04.12 09:30:45 INFO  ce[o.s.p.ProcessEntryPoint] Starting ce
2017.04.12 09:30:45 INFO  ce[o.s.ce.app.CeServer] Compute Engine starting up...
2017.04.12 09:30:45 INFO  ce[o.s.s.p.ServerImpl] SonarQube Server / 5.6.6 / e8e13145497bb920921ae4fe11b09f0903f1d298
2017.04.12 09:30:47 INFO  ce[o.s.s.p.DefaultServerFileSystem] SonarQube home: /opt/sonarqube-5.6.6
2017.04.12 09:30:47 INFO  ce[o.e.plugins] [sonar-1492007401302] loaded [], sites []
2017.04.12 09:30:48 INFO  ce[o.s.c.c.CePluginRepository] Load plugins
2017.04.12 09:30:50 INFO  ce[o.s.s.c.q.PurgeCeActivities] Delete the Compute Engine tasks created before Fri Oct 14 09:30:50 GMT-05:00 2016
2017.04.12 09:30:50 INFO  ce[o.s.ce.app.CeServer] Compute Engine is up
2017.04.12 09:30:51 INFO  app[o.s.p.m.Monitor] Process[ce] is up
2017.04.12 09:31:11 INFO  web[o.a.c.h.Http11NioProcessor] Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:228) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]
2017.04.12 09:32:00 INFO  web[o.a.c.h.Http11NioProcessor] Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.ArrayIndexOutOfBoundsException: -124
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseHeader(AbstractNioInputBuffer.java:474) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractNioInputBuffer.parseHeaders(AbstractNioInputBuffer.java:381) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1024) ~[tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_121]
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.0.32.jar:8.0.32]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_121]

Versions-

Sonarqube- 5.6.6

Sonar-scanner- 2.8

OpenJDK 8

GitHub Authentication for SonarQube - 1.3



Thanks,
Bindu.


On Wed, Apr 12, 2017 at 9:46 AM, Julien Lancelot <julien....@sonarsource.com> wrote:
Hi,

What configuration have you used ? 
For instance, have you customized sonar.web.sessionTimeoutInMinutes ? (as there's a bug when the value is above 25 days => https://jira.sonarsource.com/browse/SONAR-9004)

Regards,

On Wed, 12 Apr 2017 at 13:55 G. Ann Campbell <ann.ca...@sonarsource.com> wrote:
Hi,

Is there anything interesting or relevant-seeming in your server logs?


Ann


On Tuesday, 11 April 2017 14:10:37 UTC-4, Bindu Boinapalli wrote:


On Tuesday, April 11, 2017 at 2:09:47 PM UTC-4, Bindu Boinapalli wrote:
Hi,
I installed github authentication plugin and made few changes but not able to login when i click on
Log in with GitHub

Please can someone help me to resolve this issue. Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+unsubscribe@googlegroups.com.
--
Julien LANCELOT | SonarSource

--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/hCnG9WYCMpk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/CADxMB_Nky_meLSLuH-RFV2r%3D5RS5P2UuB3gYWSFPZuSOriNS2Q%40mail.gmail.com.

Julien Lancelot

unread,
Apr 20, 2017, 7:04:15 AM4/20/17
to SonarQube
Hi Bindu,

Do you still have encounter this issue ?

Regards,

On Wed, 12 Apr 2017 at 19:56 Bindu Boinapalli <bittu...@gmail.com> wrote:
Thanks Ann and Julien for checking.

Previous error was fixed when i set the sonarqube value to https but I am getting new error now, when i click on sign in with Github credentials. I get different errors in different browser.

IE
image.png

FF

 

image.png

 

GC

 

image.png

To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
--
Julien LANCELOT | SonarSource

--
You received this message because you are subscribed to a topic in the Google Groups "SonarQube" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sonarqube/hCnG9WYCMpk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sonarqube+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Julien Lancelot

unread,
Apr 21, 2017, 9:11:13 AM4/21/17
to SonarQube
(please don't forget to reply to @sona...@googlegroups.com)

Sad news that you've decided to not used GitHub authentication, but I've no idea from where you're issue is coming.
And if you need some SSO feature, since SonarQube 6.2 you can use SSO with HTTP header (https://jira.sonarsource.com/browse/SONAR-5430)

On Thu, 20 Apr 2017 at 15:14 Bindu Boinapalli <bittu...@gmail.com> wrote:
Hi Julien,

Thanks for checking. After doing thorough research, we decided to not use Github authentication plugin. So now working on implementing LDAP as SAML is not available in SONARQUBE.

Thank you.



For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages