coverity / coverity-sonar-plugin

51 stars 27 forks source link

Plugin fails with javax.xml.soap.FactoryFinder fromSystemProperty #39

Open huntantr opened 9 months ago

huntantr commented 9 months ago

If the Coverity plugin is disabled, the SonarQube Run Analysis step in Azure DevOps works successfully. Once Coverity is enabled, the following error occurs multiple times. Is something missing from my configuration?

INFO: Sensor CoveritySensor [coverity] INFO: [Coverity] sonar.coverity.enable=true

[error]Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty

[debug]Processed: ##vso[task.logissue type=error;]Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty

Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty WARNING: WARNING: Using non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead.

[error]Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty

[debug]Processed: ##vso[task.logissue type=error;]Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty

Nov 27, 2023 8:08:55 AM javax.xml.soap.FactoryFinder fromSystemProperty WARNING: WARNING: Using non-standard property: javax.xml.soap.MetaFactory. Property javax.xml.soap.SAAJMetaFactory should be used instead.

SonarQube server is 8.9.6 LTS OpenJDK 11