SonarQube:启动失败等待来自JVM的信号超时

时间:2018-01-31 09:05:03

标签: sonarqube sonarqube-ops

我们遇到以下错误:

if _os.name != 'posix' or _os.sys.platform == 'cygwin':
    # On non-POSIX and Cygwin systems, assume that we cannot unlink a file
    # while it is open.
    TemporaryFile = NamedTemporaryFile

在每个SonarQube 6.x版本的Ubuntu 16.04下使用OpenJdk 1.8运行SonarQube作为systemd服务。 如果我们在服务器启动后使用以下命令从shell运行SonarQube没问题:     systemctl start sonar.service

1 个答案:

答案 0 :(得分:-2)

尝试此实现:

export SONAR_SCANNER_OPTS="-Xmx512m"