SonarQube7.3 no plugins loaded

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 used centos7.3 to installed sonarqube7.3

I installed Sonarqube and a plugin- (Chinese pack), and restarted the sonarqube ,but it also English.
I check the es.log found no plugins loaded

2018.09.06 21:58:08 INFO es[o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2018.09.06 21:58:12 INFO es[o.e.c.s.ClusterService] new_master {sonarqube}{vkBB-ARnTxGIxjAuSVHdSg}{Rhd6MIeMTdqUJNT37M1Nag}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: zen-disco-elected-as-master ([0] nodes joined)
2018.09.06 21:58:12 INFO es[o.e.n.Node] started
2018.09.06 21:58:12 INFO es[o.e.g.GatewayService] recovered [0] indices into cluster_state
2018.09.06 21:58:46 INFO es[o.e.n.Node] stopping …
2018.09.06 21:58:46 INFO es[o.e.n.Node] stopped
2018.09.06 21:58:46 INFO es[o.e.n.Node] closing …
2018.09.06 21:58:46 INFO es[o.e.n.Node] closed
[root@learning logs]# tail -n15 es.2018-09-06.log
2018.09.06 21:58:05 INFO es[o.e.p.PluginsService] loaded module [percolator]
2018.09.06 21:58:05 INFO es[o.e.p.PluginsService] loaded module [reindex]
2018.09.06 21:58:05 INFO es[o.e.p.PluginsService] loaded module [transport-netty4]
2018.09.06 21:58:05 INFO es[o.e.p.PluginsService] no plugins loaded
2018.09.06 21:58:08 INFO es[o.e.d.DiscoveryModule] using discovery type [zen]
2018.09.06 21:58:08 INFO es[o.e.n.Node] initialized
2018.09.06 21:58:08 INFO es[o.e.n.Node] starting …
2018.09.06 21:58:08 INFO es[o.e.t.TransportService] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2018.09.06 21:58:12 INFO es[o.e.c.s.ClusterService] new_master {sonarqube}{vkBB-ARnTxGIxjAuSVHdSg}{Rhd6MIeMTdqUJNT37M1Nag}{127.0.0.1}{127.0.0.1:9001}{rack_id=sonarqube}, reason: zen-disco-elected-as-master ([0] nodes joined)
2018.09.06 21:58:12 INFO es[o.e.n.Node] started
2018.09.06 21:58:12 INFO es[o.e.g.GatewayService] recovered [0] indices into cluster_state
2018.09.06 21:58:46 INFO es[o.e.n.Node] stopping …
2018.09.06 21:58:46 INFO es[o.e.n.Node] stopped
2018.09.06 21:58:46 INFO es[o.e.n.Node] closing …
2018.09.06 21:58:46 INFO es[o.e.n.Node] closed

I try to installed the plugin-(Chinese pack) by manual and UI, and restart Sonarqube, but it doesn’t work.

Rong,

That message in the logs is, I believe, not related to SonarQube plug-ins at all but to elasticsearch specifically (which has the concept of plug-ins, and this log probably refers to SonarQube not making use of any).

Have you consulted the compatibility matrix for that plugin to make sure you are attempting to install the correct one for your version of SonarQube? You will also want to make sure your browser language is set to Chinese.

Should neither of those tips help, I would reccomend opening an issue on the linked github repository.

Colin

1 Like