Hi All,
We're starting to see a few random slave-agent disconnects and I'm wondering if anyone has any info. A search online doesn't reveal anything useful nor do the Jenkins logs or System logs. We're running Jenkins build 1.448 hosted on a Linux machine, the node is OSX 10.6.8.
Thanks in advance,Noah
FATAL: channel is already closed hudson.remoting.ChannelClosedException: channel is already closed at hudson.remoting.Channel.send(Channel.java:499) at hudson.remoting.Request.call(Request.java:110) at hudson.remoting.Channel.call(Channel.java:681) at hudson.EnvVars.getRemote(EnvVars.java:202) at hudson.model.Computer.getEnvironment(Computer.java:828) at hudson.model.Run.getEnvironment(Run.java:1849) at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:819) at org.jenkinsci.plugins.tokenmacro.impl.EnvironmentVariableMacro.evaluate(EnvironmentVariableMacro.java:23) at org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro.evaluate(DataBoundTokenMacro.java:177) at org.jenkinsci.plugins.tokenmacro.TokenMacro.expand(TokenMacro.java:160) at org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.setDisplayName(BuildNameSetter.java:47) at org.jenkinsci.plugins.buildnamesetter.BuildNameSetter.access$000(BuildNameSetter.java:23) at org.jenkinsci.plugins.buildnamesetter.BuildNameSetter$1.tearDown(BuildNameSetter.java:39) at hudson.model.Build$RunnerImpl.doRun(Build.java:150) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:470) at hudson.model.Run.run(Run.java:1404) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:238) Caused by: java.io.IOException: Unexpected termination of the channel at hudson.remoting.Channel$ReaderThread.run(Channel.java:1133) Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2553) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1296) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350) at hudson.remoting.Channel$ReaderThread.run(Channel.java:1127)
not exactly what you are searching for, but maybe your requirement
could be integrated in the email-ext plugin, too.
https://issues.jenkins-ci.org/browse/JENKINS-3430
Maybe this gets faster into the official releases if you vote for this
ticket, too.
Dirk
2012/3/9 sarchule <sarc...@gmail.com>:
--
Never trust a short-haired guru
cool, you are right! I didn't notice that there is now an improvement
and regression trigger in the configuration section of the email
extension plugin.
Thanks for integrating!
Best regards
Dirk
2012/3/10 Slide <slide...@gmail.com>: