-
Notifications
You must be signed in to change notification settings - Fork 204
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
java.lang.NoClassDefFoundError: org/sonar/api/resources/ProjectFileSystem #102
Comments
Seeing a similar problem - I get the following when trying to run against 5.3 |
Same problem here. Thank you very much for this excelent work :). |
Hi ! |
If you check latest commits you can see that |
Thank you @hrskrs ! |
You can download jar file from here |
Thank you @hrskrs !!! |
Hello, @hrskrs can you share your jar one more time please ? |
@hrskrs jar file download URL is broken. |
thank you very much @smmcdonald ;) |
How to use this jar file where i need to placed it |
Can you help me out as this exception is still coming how should i proceed further to setup sonar qube on my mac |
@nayaknamit you have to place the jar on plugins section of sonar instalation folder |
Thank you @smmcdonald |
Hi All, org.sonar.api.utils.MessageException: Found two files for the same plugin [objectivec]: sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar and sonar-objective-c-plugin-0.4.0-3.jar Please help as I'm configuring this for Objective C project in MAC |
@niitMobileLab Remove |
Thanks @hrskrs ,as you suggested I removed sonar-objective-c-plugin-0.4.0-3.jar and after that had to change the key to objectivec and finally it worked. Thanks again |
no issues reported by the sonar-objectivec-0.5....but exception from 0.4 |
any fix will come soon? |
Environment:
Here is the error info:
when i was delete the file*jar: "sonar-objective-c-plugin-0.4.0-sources.jar", but the Analyics failed. |
@hrskrs Thank you every much. |
@Lrdcq |
me too |
same here |
same here. No issue reported by sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar |
I'm trying to move to backelite fork. |
just sonar5.3 can use sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar ? |
Hello, I am getting error "You must install a plugin that supports the language 'objc'". while using plugin. Below is the require details and error log. what should i pass in sonar.language? any help would be appreciated. I downloaded sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar plugin from https://drive.google.com/file/d/0B8TMhTccVIJ-d1lvN3dxb1M4a3c/view as version 0.4.0 is not compatible with SonarQube 5.3. ————————————— xCode versin: 7.3 ————————————— sonar.projectKey=v2solutions.SonarTestObjC ————————————— Running run-sonar.sh... Running SonarQube using SonarQube Runner..ERROR: Error during Sonar runner execution Below is the detail error code: SonarQube Runner 2.4
|
@KunalV2 You should change the language from objc to objectivec with the sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar plugin. The problem I have now is that no issues are reported with the sonar-objective-c-plugin-0.5.0-SNAPSHOT.jar |
I have problem running and if I use: I get |
Just wanted to follow up on the above, any feedback? Thanks |
Hi I used this plugin for sonarqube 6 |
I have the same problem with Sonarqube 5.5. I am trying to use an ESQL plugin, the error is |
Looks like this plugin is no longer supported. Perhaps this fork will help (didn't try myself): https://github.com/Backelite/sonar-objective-c/releases |
SonarQube 5.3 changed their API and removed the ProjectFileSystem class and running any analysis against this version throws the following error:
The text was updated successfully, but these errors were encountered: