在托管Web服务的服务器上的SonarQube日志中(在我的情况下为vv123456),错误记录为:
No such file or directory - C:/Windows/system32/config/systemprofile/AppData/Local/Temp
因此,我将路径添加到wrapper.conf中的临时位置为:
set.TMPDIR=/SonarQube/sonarqube-5.6/temp
这解决了问题。

在托管Web服务的服务器上的SonarQube日志中(在我的情况下为vv123456),错误记录为:
No such file or directory - C:/Windows/system32/config/systemprofile/AppData/Local/Temp
因此,我将路径添加到wrapper.conf中的临时位置为:
set.TMPDIR=/SonarQube/sonarqube-5.6/temp
这解决了问题。