I see this below error while the build starts publishing cobertura coverage report.
The coverage results are present. And I delete the node, add again and I do not see this error for about next 2 to 3 days. the same error starts showing up again. This is happening on all the linux slave nodes. Jenkins version 2.121.2 jenkins and slave process are started using jdk1.8.0_121 slaves are running rhel 6.10 Any input or help much appreciated. 14:37:55 [Cobertura] Publishing Cobertura coverage report... 14:37:55 14:37:56 FATAL: Unable to find coverage results 14:37:56 java.io.IOException: Remote call on <slave name> failed 14:37:56 at hudson.remoting.Channel.call(Channel.java:961) 14:37:56 at hudson.FilePath.act(FilePath.java:1036) 14:37:56 at hudson.FilePath.act(FilePath.java:1025) 14:37:56 at hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:544) 14:37:56 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) 14:37:56 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 14:37:56 at hudson.model.Build$BuildExecution.post2(Build.java:186) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 14:37:56 at hudson.model.Run.execute(Run.java:1823) 14:37:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 14:37:56 at hudson.model.ResourceController.execute(ResourceController.java:97) 14:37:56 at hudson.model.Executor.run(Executor.java:429) 14:37:56 Caused by: javax.xml.stream.FactoryConfigurationError: Provider for class javax.xml.stream.XMLInputFactory cannot be created 14:37:56 at javax.xml.stream.FactoryFinder.findServiceProvider(FactoryFinder.java:370) 14:37:56 at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:313) 14:37:56 at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:227) 14:37:56 at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:154) 14:37:56 at hudson.plugins.cobertura.CoberturaPublisher$ParseReportCallable.invoke(CoberturaPublisher.java:831) 14:37:56 at hudson.plugins.cobertura.CoberturaPublisher$ParseReportCallable.invoke(CoberturaPublisher.java:818) 14:37:56 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2913) 14:37:56 at hudson.remoting.UserRequest.perform(UserRequest.java:212) 14:37:56 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 14:37:56 at hudson.remoting.Request$2.run(Request.java:369) 14:37:56 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 14:37:56 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 14:37:56 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 14:37:56 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 14:37:56 at java.lang.Thread.run(Thread.java:745) 14:37:56 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to bxb-ccbu-pine12 14:37:56 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741) 14:37:56 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) 14:37:56 at hudson.remoting.Channel.call(Channel.java:955) 14:37:56 at hudson.FilePath.act(FilePath.java:1036) 14:37:56 at hudson.FilePath.act(FilePath.java:1025) 14:37:56 at hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:544) 14:37:56 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) 14:37:56 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 14:37:56 at hudson.model.Build$BuildExecution.post2(Build.java:186) 14:37:56 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 14:37:56 at hudson.model.Run.execute(Run.java:1823) 14:37:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 14:37:56 at hudson.model.ResourceController.execute(ResourceController.java:97) 14:37:56 at hudson.model.Executor.run(Executor.java:429) 14:37:56 Caused by: java.lang.RuntimeException: Provider for class javax.xml.stream.XMLInputFactory cannot be created 14:37:56 at javax.xml.stream.FactoryFinder.findServiceProvider(FactoryFinder.java:367) 14:37:56 ... 14 more 14:37:56 Caused by: java.util.ServiceConfigurationError: javax.xml.stream.XMLInputFactory: Error reading configuration file 14:37:56 at java.util.ServiceLoader.fail(ServiceLoader.java:232) 14:37:56 at java.util.ServiceLoader.parse(ServiceLoader.java:309) 14:37:56 at java.util.ServiceLoader.access$200(ServiceLoader.java:185) 14:37:56 at java.util.ServiceLoader$LazyIterator.hasNextService(ServiceLoader.java:357) 14:37:56 at java.util.ServiceLoader$LazyIterator.hasNext(ServiceLoader.java:393) 14:37:56 at java.util.ServiceLoader$1.hasNext(ServiceLoader.java:474) 14:37:56 at javax.xml.stream.FactoryFinder$1.run(FactoryFinder.java:352) 14:37:56 at java.security.AccessController.doPrivileged(Native Method) 14:37:56 at javax.xml.stream.FactoryFinder.findServiceProvider(FactoryFinder.java:341) 14:37:56 ... 14 more 14:37:56 Caused by: java.util.zip.ZipException: ZIP_Read: error reading zip file 14:37:56 at java.util.zip.ZipFile.read(Native Method) 14:37:56 at java.util.zip.ZipFile.access$1400(ZipFile.java:60) 14:37:56 at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:717) 14:37:56 at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:419) 14:37:56 at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158) 14:37:56 at java.io.FilterInputStream.read(FilterInputStream.java:133) 14:37:56 at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284) 14:37:56 at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326) 14:37:56 at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178) 14:37:56 at java.io.InputStreamReader.read(InputStreamReader.java:184) 14:37:56 at java.io.BufferedReader.fill(BufferedReader.java:161) 14:37:56 at java.io.BufferedReader.readLine(BufferedReader.java:324) 14:37:56 at java.io.BufferedReader.readLine(BufferedReader.java:389) 14:37:56 at java.util.ServiceLoader.parseLine(ServiceLoader.java:255) 14:37:56 at java.util.ServiceLoader.parse(ServiceLoader.java:307) 14:37:56 ... 21 more 14:37:56 ERROR: Step ?Publish Cobertura Coverage Report? failed: [Cobertura] Unable to find coverage results -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/784dfeba-3269-4e55-9f25-c09ba9e6c8a7o%40googlegroups.com.
