We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 2013 SonarQube task
- jruby-complete-1.7.9.jar
2016-09-15T20:45:02.8644223Z ##[error]ERROR: Error during Sonar runner execution
2016-09-15T20:45:02.8664183Z ##[error]org.sonar.runner.impl.RunnerException: Unable to execute Sonar
2016-09-15T20:45:02.8674236Z ##[error]at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:91)
2016-09-15T20:45:02.8694123Z ##[error]at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75)
2016-09-15T20:45:02.8704150Z ##[error]at java.security.AccessController.doPrivileged(Native Method)
2016-09-15T20:45:02.8714211Z ##[error]at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69)
2016-09-15T20:45:02.8734232Z ##[error]at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50)
2016-09-15T20:45:02.8744236Z ##[error]at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102)
2016-09-15T20:45:02.8754217Z ##[error]at org.sonar.runner.api.Runner.execute(Runner.java:100)
2016-09-15T20:45:02.8774189Z ##[error]at org.sonar.runner.Main.executeTask(Main.java:70)
2016-09-15T20:45:02.8784375Z ##[error]at org.sonar.runner.Main.execute(Main.java:59)
2016-09-15T20:45:02.8804157Z ##[error]at org.sonar.runner.Main.main(Main.java:53)
2016-09-15T20:45:02.8814294Z ##[error]Caused by: java.lang.IllegalStateException: Fail to request http://sonar.mydomain.com:9000/api/ce/submit?projectKey=PortalDotNet&projectName=PortalDotNet
and diggind deeper:
2016.09.15 17:45:31 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://sonar.mydomain.com:9000/api/ce/submit?projectKey=PortalDotNet&projectName=PortalDotNet java.lang.IllegalStateException: Fail to copy report to file: D:\IIS\sonarqube-5.6.1\data\ce\reports\AVcvmORKYJ5tO0OS2Zwk.zip
This is the FINAL STEP on MSBuild and VSTS running SonarQube Analysis
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Windows 2013
SonarQube task
- jruby-complete-1.7.9.jar
2016-09-15T20:45:02.8644223Z ##[error]ERROR: Error during Sonar runner execution
2016-09-15T20:45:02.8664183Z ##[error]org.sonar.runner.impl.RunnerException: Unable to execute Sonar
2016-09-15T20:45:02.8674236Z ##[error]at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:91)
2016-09-15T20:45:02.8694123Z ##[error]at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75)
2016-09-15T20:45:02.8704150Z ##[error]at java.security.AccessController.doPrivileged(Native Method)
2016-09-15T20:45:02.8714211Z ##[error]at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69)
2016-09-15T20:45:02.8734232Z ##[error]at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50)
2016-09-15T20:45:02.8744236Z ##[error]at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102)
2016-09-15T20:45:02.8754217Z ##[error]at org.sonar.runner.api.Runner.execute(Runner.java:100)
2016-09-15T20:45:02.8774189Z ##[error]at org.sonar.runner.Main.executeTask(Main.java:70)
2016-09-15T20:45:02.8784375Z ##[error]at org.sonar.runner.Main.execute(Main.java:59)
2016-09-15T20:45:02.8804157Z ##[error]at org.sonar.runner.Main.main(Main.java:53)
2016-09-15T20:45:02.8814294Z ##[error]Caused by: java.lang.IllegalStateException: Fail to request http://sonar.mydomain.com:9000/api/ce/submit?projectKey=PortalDotNet&projectName=PortalDotNet
and diggind deeper:
2016.09.15 17:45:31 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://sonar.mydomain.com:9000/api/ce/submit?projectKey=PortalDotNet&projectName=PortalDotNet
java.lang.IllegalStateException: Fail to copy report to file: D:\IIS\sonarqube-5.6.1\data\ce\reports\AVcvmORKYJ5tO0OS2Zwk.zip
This is the FINAL STEP on MSBuild and VSTS running SonarQube Analysis
The text was updated successfully, but these errors were encountered: