New Sonar Instance won't start

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
  • what have you tried so far to achieve this

I’m trying to start sonarqube 7.7
I have installed sonar scanner 4.0
JDK 8

Please any help will greatly be appreciated

Sonar-log.txt (15.3 KB)
Web-log.txt (71.9 KB)

I have attached both sonar and web logs

This doesn’t help. Pls share the relevant logs from web.log and sonar.log.

Hi!

Your log shows:

2019.09.20 10:24:42 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin C (Community) / 1.3.1.1807 / 21428260155e9662780ff609319a9846d3c485af
2019.09.20 10:24:42 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin C++ (Community) / 1.3.1.1807 / 21428260155e9662780ff609319a9846d3c485af
(..)
2019.09.20 10:24:42 INFO  web[][o.s.s.p.ServerPluginRepository] Deploy plugin SonarCFamily / 6.1.0.11021 / 5b6cf97b7b9382c59ef307fb3596cd35230a7fe2

And it also shows this exception:

There is already a quality profile with name 'Sonar way' for language 'c'

It seems that the C/C++ (Community) plugins can’t be used side-by-side with SonarCFamily. You’ll need to remove one of them (the community or the SonarCFamily plugin).

1 Like

It has been resolved. thanks so much!