-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonar 9 can't start with this plugin #295
Comments
Same issue with Sonar 9 Sonar Qube's es.log
SonarQube's web.log
|
Hi everyone I have created a branch to resolve this issue. If anyone want to contribute to it can contact me by links un my Github profile to go ahead together. The branch: |
Hello. https://github.com/estebanhiguitad/sonar-swift/releases Thanks |
@estebanhiguitad Thank you a lot, yes it works pretty good. |
Works fine for Sonar 9.2.4! Thank you |
@estebanhiguitad You are awesome :) Works perfectly fine with Sonarqube 9.7.0 |
HI all, |
This is working on 9.9.0.65466.. Thanks! |
It is not working in my case. Having same SonarQube version 9.9 LTS (Build 65466)
Both Jar files are not working. |
I have the same issue in Sonar 10.3 . Is there any solution for this edition? |
New Issue Checklist
Issue Description
I upgraded to the latest sonar and started it in docker. I copied the plugin into the folder and I tried to restart my docker container but the sonar is stopped itself.
Command executed
docker run -d --name sonarqube_prod -p 9000:9000 -v sonarqube_data:/Users/xx/Documents/sonarqube/data -v sonarqube_extensions:/Users/xx/Documents/sonarqube/extensions -v sonarqube_logs:/Users/xx/Documents/sonarqube/logs -e sonar.jdbc.url=jdbc:postgresql://10.10.50.100/sonarqube -e sonar.jdbc.username=sonar -e sonar.jdbc.password=xx sonarqube:latest
docker cp ~/Downloads/backelite-sonar-swift-plugin-0.4.6.jar sonarqube_prod:/opt/sonarqube/extensions/plugins
Complete output when running fastlane, including the stack trace and command used
Environment
The text was updated successfully, but these errors were encountered: