Closed fdbozzo closed 3 years ago
Hi! The zpa-toolkit is visual tool to see the AST (abstract syntax tree) generated by the parser, it's not a SonarQube plugin. You just need to copy the sonar-plsql-open-plugin file to the extensions/plugins directory. 😁
It's working! Thanks! :-D
Hi! I'm surely be doing something wrong, but I'd copy both jars (sonar-plsql-open-plugin-2.4.0.jar and zpa-toolkit-2.4.0.jar) in my /sonarqube-8.7.0.41497-community/extensions/plugins directory, and when starting sonar (sonar.sh start) i get this error.
I'd check that sonarKey is ok in the MANIFEST, so I don't know why this error is happening.
A little background about this: I have 2 installations, one sonar-enterprise (with evaluation key) and one sonar-community, both with the same version, and both using the same PostreSql database (but one at a time). The majority of sonar projects where created and scanned with the enterprise version, and when opening them with the community version, I just can see the community created projects, and not the enterprise created ones (even being of the same language type)
Few days ago enterprise evaluation key expired (which did include de plsql plugin) and that's why I now I'm trying to run community with this plugin.
If I delete the plugins (both jars) from the /extensions/plugins directory, then I can run sonar.
The is the error part of the web.log file:
Any thoughts about why this error?
Thanks in advance!