jmecosta / sonar-fsharp-plugin

F# SonarQube (TM) plugin - support for F#
GNU Lesser General Public License v3.0
52 stars 14 forks source link

[1.1.0.200] Unable to read plugin manifest from jar #80

Closed megaDeej closed 5 years ago

megaDeej commented 5 years ago

Describe the bug When trying to install the latest version of the plugin, we are receiving this error: Unable to read plugin manifest from jar : C:\sonarqube-enterprise\sonarqube-7.9.1\extensions\plugins\sonarqube-fsharp-plugin-1.1.0.200.jar

Do you happen to know what might be going on?

To Reproduce Steps to reproduce the behavior:

  1. Install plugin in the proper way and restart the SonarQube service
  2. See error
milbrandt commented 5 years ago

Sorry, no I haven't seen this up to now. As this was from the major PR #30 which changed and fixed a lot, could you please give the latest release 2.0.0.279 a try with SonarQube 7.9.1? I would be very interessted in the result as in the company we're still on SonarQube Developer 7.7 with JRE 8.

milbrandt commented 5 years ago

Please be aware, that the plugin jar and key was renamed with 2.0

megaDeej commented 5 years ago

Sure I'll try and get it installed ASAP. Thanks!

milbrandt commented 5 years ago

Thanks, and maybe you get more information if you increase the log level. The Jar was downloaded successfuly? On stackoverflow I found a report of your error message where the jar was broken (and an exception logged previously).

milbrandt commented 5 years ago

For testing purpose I created an Azure VM with Azul Zulu JDK 11 and installed SonarQube Community 7.9.1 with test database H2 there. When starting Sonarqube Server (with StartSonar.bat, not as a service) SonarQube started successfully and displayed the F# plugin for 1.1.0.200 as well as 2.0.0.279

megaDeej commented 5 years ago

I was able to get the latest version installed, currently testing now, but I did not see this error come up again. Thanks for your help