-
Bug
-
Resolution: Fixed
-
Major
Hi,
Jenkins ver. 1.509.3
AnchorChain 1.0
EnvInject Plugin 1.88
We are occasionally hitting this exception.
Started by command line by somehost123
[EnvInject] - Loading node environment variables.
[EnvInject] - [ERROR] - SEVERE ERROR occurs: java.lang.InterruptedException
ERROR: Publisher ru.snowleos.jenkins.anchorchain.LinksPublisher aborted due to exception
java.lang.NullPointerException
at hudson.FilePath.<init>(FilePath.java:218)
at ru.snowleos.jenkins.anchorchain.LinksPublisher.perform(LinksPublisher.java:47)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:802)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:774)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:724)
at hudson.model.Run.execute(Run.java:1617)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
[BFA] Scanning build for known causes...
[BFA] Done. 0s
Notifying upstream projects of job completion
Finished: FAILURE
From the source code, this exception will occur slave are disconnected.
But the slaves are online. From the catalina.out, when I check for slave on which these builds were attempted, I don't see any disconnections related errors.
The project uses the "Label Expression" to determine the slaves and we have got some 5 nodes in that label!
What can be the cause of this failures?
Thanks,
Dilip