On Wednesday, January 18, 2017 at 9:40:28 AM UTC-5, Rinaldo DiGiorgio wrote: > > My log has 100s if not 1000s of the following. > > > Jan 18, 2017 2:32:19 PM > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution > logger > WARNING: JENKINS-34021: could not get TaskListener in > CpsStepContext[435:bat]:Owner[9-dev/1942:9-dev #1942] > java.io.IOException: cannot find current thread > at > org.jenkinsci.plugins.workflow.cps.CpsStepContext.doGet(CpsStepContext.java:295) > at > org.jenkinsci.plugins.workflow.support.DefaultStepContext.get(DefaultStepContext.java:61) > at > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.logger(DurableTaskStep.java:209) > at > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.access$700(DurableTaskStep.java:139) > at > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution$3.call(DurableTaskStep.java:308) > at > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution$3.call(DurableTaskStep.java:306) > at > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution$4.call(DurableTaskStep.java:359) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at java.lang.Thread.run(Thread.java:745) > > > Any idea how it relates to the code, the exceptions for pipeline are very > disconnected from the application. > > In the error message above does [bat] mean it is a windows node > > >
I thought the above error was realted to this https://issues.jenkins-ci.org/browse/JENKINS-34021 but it is not an NPE -- 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/44be0181-c19f-48cc-8907-42444a4e01af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
