doragasu

sonarqube failed startup

Nov 16th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.91 KB | None | 0 0
  1. /--> Wrapper Started as Daemon
  2. Launching a JVM...
  3. Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  4.   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
  5.  
  6. 2016.11.16 07:48:54 INFO  app[o.s.a.AppFileSystem] Cleaning or creating temp directory /usr/share/sonarqube/temp
  7. 2016.11.16 07:48:54 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[es]: /usr/lib/jvm/java-8-openjdk/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=/usr/share/sonarqube/temp -javaagent:/usr/lib/jvm/java-8-openjdk/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/search/* org.sonar.search.SearchServer /usr/share/sonarqube/temp/sq-process8147795699544051406properties
  8. 2016.11.16 07:48:54 INFO   es[o.s.p.ProcessEntryPoint]  Starting es
  9. 2016.11.16 07:48:54 INFO   es[o.s.s.EsSettings]  Elasticsearch listening on 127.0.0.1:9001
  10. 2016.11.16 07:48:54 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] version[1.7.5], pid[8091], build[00f95f4/2016-02-02T09:55:30Z]
  11. 2016.11.16 07:48:54 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] initializing ...
  12. 2016.11.16 07:48:54 INFO   es[o.e.plugins]  [sonar-1479278934000] loaded [], sites []
  13. 2016.11.16 07:48:54 INFO   es[o.elasticsearch.env]  [sonar-1479278934000] using [1] data paths, mounts [[/ (/dev/sda2)]], net usable_space [172.4gb], net total_space [193.3gb], types [ext4]
  14. 2016.11.16 07:48:55 WARN   es[o.e.bootstrap]  JNA not found. native methods will be disabled.
  15. 2016.11.16 07:48:56 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] initialized
  16. 2016.11.16 07:48:56 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] starting ...
  17. 2016.11.16 07:48:56 INFO   es[o.e.transport]  [sonar-1479278934000] bound_address {inet[/127.0.0.1:9001]}, publish_address {inet[/127.0.0.1:9001]}
  18. 2016.11.16 07:48:56 INFO   es[o.e.discovery]  [sonar-1479278934000] sonarqube/9tpr_AXNSZ66ipNzcTyW_w
  19. 2016.11.16 07:48:59 INFO   es[o.e.cluster.service]  [sonar-1479278934000] new_master [sonar-1479278934000][9tpr_AXNSZ66ipNzcTyW_w][localhost.localdomain][inet[/127.0.0.1:9001]]{rack_id=sonar-1479278934000}, reason: zen-disco-join (elected_as_master)
  20. 2016.11.16 07:48:59 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] started
  21. 2016.11.16 07:48:59 INFO   es[o.e.gateway]  [sonar-1479278934000] recovered [0] indices into cluster_state
  22. 2016.11.16 07:48:59 INFO  app[o.s.p.m.Monitor] Process[es] is up
  23. 2016.11.16 07:48:59 INFO  app[o.s.p.m.JavaProcessLauncher] Launch process[web]: /usr/lib/jvm/java-8-openjdk/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=/usr/share/sonarqube/temp -javaagent:/usr/lib/jvm/java-8-openjdk/jre/lib/management-agent.jar -cp ./lib/common/*:./lib/server/*:/usr/share/sonarqube/lib/jdbc/mysql/mysql-connector-java-5.1.35.jar org.sonar.server.app.WebServer /usr/share/sonarqube/temp/sq-process5170875917807559772properties
  24. 2016.11.16 07:49:00 INFO  web[o.s.p.ProcessEntryPoint] Starting web
  25. 2016.11.16 07:49:00 INFO  web[o.s.s.a.TomcatContexts] Webapp directory: /usr/share/sonarqube/web
  26. 2016.11.16 07:49:00 INFO  web[o.a.c.h.Http11NioProtocol] Initializing ProtocolHandler ["http-nio-0.0.0.0-9000"]
  27. 2016.11.16 07:49:00 INFO  web[o.a.t.u.n.NioSelectorPool] Using a shared selector for servlet write/read
  28. 2016.11.16 07:49:01 INFO  web[o.s.s.p.ServerImpl] SonarQube Server / 5.6 / 074f3d1169f9688d15af4aff67e7e672cbeed782
  29. 2016.11.16 07:49:01 INFO  web[o.sonar.db.Database] Create JDBC data source for jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
  30. 2016.11.16 07:49:01 ERROR web[o.a.c.c.C.[.[.[/sonar]] Exception sending context initialized event to listener instance of class org.sonar.server.platform.PlatformServletContextListener
  31. org.sonar.api.utils.MessageException: Unsupported mysql version: 5.5. Minimal supported version is 5.6.
  32. 2016.11.16 07:49:01 ERROR web[o.a.c.c.StandardContext] One or more listeners failed to start. Full details will be found in the appropriate container log file
  33. 2016.11.16 07:49:01 ERROR web[o.a.c.c.StandardContext] Context [/sonar] startup failed due to previous errors
  34. 2016.11.16 07:49:01 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [sonar] 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:
  35.  java.lang.Object.wait(Native Method)
  36.  java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  37.  com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
  38. 2016.11.16 07:49:01 WARN  web[o.a.c.l.WebappClassLoaderBase] The web application [sonar] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
  39.  java.lang.Object.wait(Native Method)
  40.  java.util.TimerThread.mainLoop(Timer.java:552)
  41.  java.util.TimerThread.run(Timer.java:505)
  42. 2016.11.16 07:49:01 INFO  web[o.a.c.h.Http11NioProtocol] Starting ProtocolHandler ["http-nio-0.0.0.0-9000"]
  43. 2016.11.16 07:49:01 INFO  web[o.s.s.a.TomcatAccessLog] Web server is started
  44. 2016.11.16 07:49:01 INFO  web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
  45. 2016.11.16 07:49:01 WARN  web[o.s.p.ProcessEntryPoint] Fail to start web
  46. java.lang.IllegalStateException: Webapp did not start
  47.     at org.sonar.server.app.EmbeddedTomcat.isUp(EmbeddedTomcat.java:84) ~[sonar-server-5.6.jar:na]
  48.     at org.sonar.server.app.WebServer.isUp(WebServer.java:47) [sonar-server-5.6.jar:na]
  49.     at org.sonar.process.ProcessEntryPoint.launch(ProcessEntryPoint.java:105) ~[sonar-process-5.6.jar:na]
  50.     at org.sonar.server.app.WebServer.main(WebServer.java:68) [sonar-server-5.6.jar:na]
  51. 2016.11.16 07:49:01 INFO  web[o.a.c.h.Http11NioProtocol] Pausing ProtocolHandler ["http-nio-0.0.0.0-9000"]
  52. 2016.11.16 07:49:02 INFO  web[o.a.c.h.Http11NioProtocol] Stopping ProtocolHandler ["http-nio-0.0.0.0-9000"]
  53. 2016.11.16 07:49:02 INFO  web[o.a.c.h.Http11NioProtocol] Destroying ProtocolHandler ["http-nio-0.0.0.0-9000"]
  54. 2016.11.16 07:49:02 INFO  web[o.s.s.a.TomcatAccessLog] Web server is stopped
  55. 2016.11.16 07:49:02 INFO  app[o.s.p.m.Monitor] Process[es] is stopping
  56. 2016.11.16 07:49:02 INFO   es[o.s.p.StopWatcher]  Stopping process
  57. 2016.11.16 07:49:02 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] stopping ...
  58. 2016.11.16 07:49:03 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] stopped
  59. 2016.11.16 07:49:03 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] closing ...
  60. 2016.11.16 07:49:03 INFO   es[o.elasticsearch.node]  [sonar-1479278934000] closed
  61. 2016.11.16 07:49:03 INFO  app[o.s.p.m.Monitor] Process[es] is stopped
  62. <-- Wrapper Stopped
Add Comment
Please, Sign In to add comment