Plugin has not been ffound on update center

Hi, I run successfully sonarQube analysis on command line I get "ANALYSIS SUCCESSFUL, you can find the results at… l’ but when I go on the sonarQube server I see the following logs

022.10.19 21:11:35 INFO ce[AYPxqGqTLQPSpt020q-b][o.s.c.t.CeWorkerImpl] Executed task | project=com.globomantics:insecureapp | type=REPORT | id=AYPxqGqTLQPSpt020q-b | submitter=admin | status=SUCCESS | time=4934ms
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘config’ version : 1.2.0.267 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘csharp’ version : 8.43.0.51858 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘flex’ version : 2.7.0.2865 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘go’ version : 1.10.0.3710 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘iac’ version : 1.9.2.2279 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘jacoco’ version : 1.1.1.1157 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘java’ version : 7.13.0.29990 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘javascript’ version : 9.6.0.18814 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘kotlin’ version : 2.10.0.1456 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘php’ version : 3.24.0.8949 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘python’ version : 3.15.1.9817 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘ruby’ version : 1.10.0.3710 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘sonarscala’ version : 1.10.0.3710 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘text’ version : 1.1.0.282 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘vbnet’ version : 8.43.0.51858 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘web’ version : 3.6.0.3106 has not been found on the update center.
2022.10.19 21:11:36 INFO web[AYPxRTLKCjxYfh6IAAFK][o.s.u.c.UpdateCenter] The plugin ‘xml’ version : 2.5.0.3376 has not been found on the update center.

why all this, which update center? It is a Java project why it indicates missing stuff for C# or GO or Flex!!!

Hi,

I noticed that logging just yesterday in SonarQube 9.6. And then I checked 9.7 (announced Monday) and saw that it had been cleaned up.

So

  • you can safely ignore this
  • you might want to upgrade :wink:
  • there’s not usually a need to check the server logs after a successful analysis…?

 
HTH,
Ann

Thanks Ann, I regularly watch my apps logs :face_with_monocle:. However, I run sonarQube 9.6 from command line as follows

/opt/sonarqube/sonarqube-9.6.1.59531/bin/linux-x86-64/sonar.sh console

is it possible to downalod 9.7, and still use the data from 9.6? If yes, how this can be done?

Hi,

Yes, absolutely! That’s the way SonarQube was designed.
Just follow the Upgrade Guide.

 
HTH,
Ann

Hi Ann I visited the upgrade it does not talk or describe how to use exisiting embedded database it only says download and update sonar properties but it does not describe what to do or how proceed of pointing the new install to the old embedded DB

Hi,

:woman_facepalming:

You can’t keep your data if you’re using the embedded database. There’s been a warning to that effect at the bottom of every single page since you first started running with the embedded database.

 
Ann

Thanks Ann, I did new fresh install of version 9.8 uisng MS SQL Server. I posted another thread here in this forum asking how to maintain/keep the sonarQube DB healthy and there are some task to execute regularly

1 Like