无法在本地桌面上运行sonarqube 6.7 LTS版

时间:2019-05-11 11:33:52

标签: sonarqube

我正在尝试以管理员身份在本地桌面上执行声纳Qube服务器,但出现以下错误,请提出解决方法

    Launching a JVM...
    Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
      Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.

    2019.05.11 16:48:02 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\Softwares\sonarqube-6.7.7\temp
    2019.05.11 16:48:02 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001
    2019.05.11 16:48:02 INFO  app[][o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [C:\Softwares\sonarqube-6.7.7\elasticsearch]: C:\Program Files\Java\jdk1.8.0_211\jre\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\Softwares\sonarqube-6.7.7\elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=C:\Softwares\sonarqube-6.7.7\temp\conf\es
    2019.05.11 16:48:02 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
    2019.05.11 16:48:03 INFO  app[][o.e.p.PluginsService] no modules loaded
    2019.05.11 16:48:03 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
    2019.05.11 16:48:05 WARN  app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [es]: 1
    Wrapper Process has not received any CPU time for 399 seconds.  Extending timeouts.
    2019.05.11 16:48:05 INFO  app[][o.s.a.SchedulerImpl] Process [es] is stopped
    2019.05.11 16:48:05 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
    <-- Wrapper Stopped


Launching a JVM...
Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
  Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.

2019.05.11 16:57:53 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory C:\Softwares\sonarqube-6.7.7\temp
2019.05.11 16:57:53 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:63488
2019.05.11 16:57:53 INFO  app[][o.s.a.p.ProcessLauncherImpl] Launch process[[key='es', ipcIndex=1, logFilenamePrefix=es]] from [C:\Softwares\sonarqube-6.7.7\elasticsearch]: C:\Program Files\Java\jdk1.8.0_211\jre\bin\java -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+AlwaysPreTouch -server -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -Djdk.io.permissionsUseCanonicalPath=true -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Dlog4j.skipJansi=true -Xms512m -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -Delasticsearch -Des.path.home=C:\Softwares\sonarqube-6.7.7\elasticsearch -cp lib/* org.elasticsearch.bootstrap.Elasticsearch -Epath.conf=C:\Softwares\sonarqube-6.7.7\temp\conf\es
2019.05.11 16:57:53 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
2019.05.11 16:57:53 INFO  app[][o.e.p.PluginsService] no modules loaded
2019.05.11 16:57:53 INFO  app[][o.e.p.PluginsService] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
2019.05.11 16:57:55 WARN  app[][o.s.a.p.AbstractProcessMonitor] Process exited with exit value [es]: 1
2019.05.11 16:57:55 INFO  app[][o.s.a.SchedulerImpl] Process [es] is stopped
2019.05.11 16:57:55 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
<-- Wrapper Stopped

0 个答案:

没有答案