-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: coverity-plugin
-
None
-
Environment:Jenkins 1.509.2
Coverity Plugin 1.2.5
Coverity Integrity Manager 6.5.0
After updating Coverity Plugin 1.2.0 to 1.2.5, plugin stopped working. All build attempts failed directly after start:
FATAL: Method getAllIntegrityControlPermissions is exposed as WebMethod, but there is no corresponding wsdl operation with name getAllIntegrityControlPermissions in the wsdl:portType
{http://ws.coverity.com/v5}ConfigurationService
javax.xml.ws.WebServiceException: Method getAllIntegrityControlPermissions is exposed as WebMethod, but there is no corresponding wsdl operation with name getAllIntegrityControlPermissions in the wsdl:portType
ConfigurationService
at com.sun.xml.internal.ws.model.JavaMethodImpl.freeze(Unknown Source)
at com.sun.xml.internal.ws.model.AbstractSEIModelImpl.freeze(Unknown Source)
at com.sun.xml.internal.ws.model.RuntimeModeler.buildRuntimeModel(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.createSEIPortInfo(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.addSEI(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
at javax.xml.ws.Service.getPort(Unknown Source)
at com.coverity.ws.v5.ConfigurationServiceService.getConfigurationServicePort(ConfigurationServiceService.java:56)
at jenkins.plugins.coverity.CIMInstance.getConfigurationService(CIMInstance.java:203)
at jenkins.plugins.coverity.CIMInstance.getStream(CIMInstance.java:292)
at jenkins.plugins.coverity.CoverityLauncherDecorator.decorate(CoverityLauncherDecorator.java:104)
at hudson.Launcher.decorateFor(Launcher.java:654)
at jenkins.model.Jenkins.createLauncher(Jenkins.java:1308)
at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:629)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:560)
at hudson.model.Run.execute(Run.java:1575)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)