*which versions are you using: sonarqube-10.6.0.92116
*how is SonarQube deployed: zip
*what are you trying to achieve:
*I have a java sonar custom plugin project compiled in Java8 which I am trying to deploy in sonarqube-10.6.0.92116 but I see the following error
java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet
what have you tried so far to achieve this: Tried to compile the project in Java 17 and deploy but see the same error.
Hey there.
Where do you see the error, exactly? Which logs (build? SonarQube? browser?)
Hi Colin,
We were able to figure the issue. It was not " ClassNotFoundException" which caused the sonarqube server to not come up but it was the way a custom rules plugin was packaged. Once I fixed the plugin the server is up.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.