kogitant / sonar-slack-notifier-plugin

SonarQube plugin for sending notifications to Slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't seem to work with 6.7.2 LTS release of sonar

maddygoss opened this issue · comments

I installed the plugin and sonar stops right after starting with the following error message:
sonar starts and then immediately stops. In the web.log, there is an error in the web.log:

2018.03.13 15:01:05 INFO web[][o.s.s.q.RegisterQualityProfiles] Update profile cpp/Sonar way
2018.03.13 15:01:05 ERROR web[][o.s.s.p.Platform] Background initialization failed. Stopping SonarQube
org.sonar.server.exceptions.BadRequestException: Rule not found: cpp:PPNonStandardInclude
at org.sonar.server.exceptions.BadRequestException.create(BadRequestException.java:44)