Thanks for your response. The log is from the jenkins console. If i execute 4 jobs the issue is seen with 3 jobs for sure.
On Friday, November 22, 2013 2:15:02 PM UTC+5:30, Wino Tu wrote: > > Hi, > I assume that this is log from slave ? > There are various reason for that. It maybe problem with java execution on > slave or problems with connection. If it's java problem maybe some plugin > fails. Do you know maybe when this issue occur ? > > > On Thu, Nov 21, 2013 at 3:06 PM, kishorerp <[email protected]<javascript:> > > wrote: > >> Summary : >> >> We are seeing the below exception >> >> hudson.remoting.ChannelClosedException: channel is already closed >> >> Caused by: java.net.SocketException: Connection reset >> >> Any suggestions on how to fix it? >> >> >> Text of full exception below >> >> [21-11-2013 14:29:54] FATAL: channel is already closed >> [21-11-2013 14:29:54] hudson.remoting.ChannelClosedException: channel is >> already closed >> [21-11-2013 14:29:54] at hudson.remoting.Channel.send(Channel.java:516) >> [21-11-2013 14:29:54] at hudson.remoting.Request.call(Request.java:129) >> [21-11-2013 14:29:54] at hudson.remoting.Channel.call(Channel.java:714) >> [21-11-2013 14:29:54] at >> hudson.Launcher$RemoteLauncher.kill(Launcher.java:887) >> [21-11-2013 14:29:54] at >> >> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:609) >> [21-11-2013 14:29:54] at >> >> com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:67) >> [21-11-2013 14:29:54] at hudson.model.Run.execute(Run.java:1603) >> [21-11-2013 14:29:54] at hudson.model.Run.run(Run.java:1549) >> [21-11-2013 14:29:54] at >> >> com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:60) >> [21-11-2013 14:29:54] at >> hudson.model.ResourceController.execute(ResourceController.java:88) >> [21-11-2013 14:29:54] at hudson.model.Executor.run(Executor.java:247) >> [21-11-2013 14:29:54] Caused by: java.net.SocketException: Connection >> reset >> [21-11-2013 14:29:54] at java.net.SocketInputStream.read(Unknown Source) >> [21-11-2013 14:29:54] at java.net.SocketInputStream.read(Unknown Source) >> [21-11-2013 14:29:54] at java.io.BufferedInputStream.fill(Unknown >> Source) >> [21-11-2013 14:29:54] at java.io.BufferedInputStream.read(Unknown >> Source) >> [21-11-2013 14:29:54] at >> >> hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:77) >> [21-11-2013 14:29:54] at >> java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source) >> [21-11-2013 14:29:54] at >> java.io.ObjectInputStream$BlockDataInputStream.peek(Unknown Source) >> [21-11-2013 14:29:54] at >> java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Source) >> [21-11-2013 14:29:54] at java.io.ObjectInputStream.readObject0(Unknown >> Source) >> [21-11-2013 14:29:54] at java.io.ObjectInputStream.readObject(Unknown >> Source) >> [21-11-2013 14:29:54] at >> hudson.remoting.Command.readFrom(Command.java:92) >> [21-11-2013 14:29:54] at >> >> hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:71) >> [21-11-2013 14:29:54] at >> >> hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48) >> >> >> >> -- >> View this message in context: >> http://jenkins-ci.361315.n4.nabble.com/Resoving-hudson-remoting-ChannelClosedException-channel-is-already-closed-tp4681939.html<http://www.google.com/url?q=http%3A%2F%2Fjenkins-ci.361315.n4.nabble.com%2FResoving-hudson-remoting-ChannelClosedException-channel-is-already-closed-tp4681939.html&sa=D&sntz=1&usg=AFQjCNEPPLCp7dDiQtgKh8zc4PN1Kf8SSQ> >> Sent from the Jenkins dev mailing list archive at Nabble.com. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
