SonarQube rules disabled at startup

First I installed the Sonar server on my development machine, but later created the server on the official Linux machine with the intention of stopping using dev. During this transition, I could start both servers at the same time (pointing to the same Sonar database).

Now I see strange behavior. The local server is great and I can run Sonar on it. However, when I start the Linux server, it cannot load any rules, I see the following in the startup logs, and the rules page says: "There are no encoding rules."

2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1181
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1151
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1150
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1153
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1148
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S2236
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1147
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1149
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S2232
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1143
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S2235
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:S1145
2015.06.18 09:32:10 INFO  web[o.s.s.r.RegisterRules] Disable rule squid:ClassCyclomaticComplexity

, , "". , Linux , 270 "READY".

, Linux , , .

, , , . - Linux?

+4
1

, . $SQ_HOME/extensions/plugins , , .

, .

+2

All Articles