JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 31 forks source link

Unexpected Error after selecting SonarQube Runner in build step configuration #1

Closed randrey closed 10 years ago

randrey commented 10 years ago

This is the error we get:

Unexpected Error

This was not supposed to happen. Please provide the error details to your TeamCity server maintainer.
If you maintain this TeamCity installation please report this error to JetBrains.

Error message: javax.servlet.jsp.JspException: javax.servlet.jsp.JspException: javax.servlet.ServletException: org.apache.jasper.JasperException: /plugins/sonar-plugin/editSQRRunParams.jsp (line: 87, column: 0) No tag "javaSettings" defined in tag library imported with prefix "props"
TeamCity: 8.0.5 (build 27692)
Operating system: Windows 2003 (5.2, x86)
Java: 1.7.0_21-b11 (Oracle Corporation)
Servlet container: Apache Tomcat/7.0.37

sonarqubeerror

The plugin was installed as described here.

Is there some additional configuration we need to do?

Linfar commented 10 years ago

At the moment SonarQube plugin doesn't support TeamCity 8.0. I'll see what can be done.

randrey commented 10 years ago

Thank you. Does it support 8.1? We're going to upgrade soon.

Linfar commented 10 years ago

Yes

randrey commented 10 years ago

Works in TC 8.1.4. Closing.

vigneshsonar commented 8 years ago

Do have any other method to implement without upgrading teamcity

Linfar commented 8 years ago

@vigneshsonar For TC 8 you can use Meta Runner or just maven sonar:sonar goal

Nipun07 commented 8 years ago

@Linfar what should be put in filed "Sonar Runner executable" while configuring sonar runner in build step?