Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Hudson: ssh channel is closed error

 Folks,

As you may know, there is currently an SSH problem with Hudson. On occasion, the SSH channel between a master and a slave will end, and your jobs will get an error as posted below.

We've tried upgrading to a later version of Hudson, and we had much bigger problems, so we have reverted.

If you encounter this SSH error, please send webmaster an email directly to avoid flooding this list.

I've kicked slave1 just now.

Thanks,

Denis



On 04/10/2010 9:33 PM, Ashwani Sharma wrote:
Hi,

I am trying to trigger a build for the job:
https://hudson.eclipse.org/hudson/job/cbi-emf-query2-0.7

It was working fine for 6-7 trigger but then suddenly stopped with
following error. How can it be resolved ? Does it require server
restart ?




hudson.util.IOException2: remote file operation failed:
/opt/users/hudsonbuild/workspace/cbi-emf-query2-0.7 at
hudson.remoting.Channel@41b0a106:hudson-slave1
at hudson.FilePath.act(FilePath.java:749)
at hudson.FilePath.act(FilePath.java:735)
at hudson.FilePath.mkdirs(FilePath.java:801)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1059)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:479)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:411)
at hudson.model.Run.run(Run.java:1273)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:129)
Caused by: java.io.IOException: SSH channel is closed. (Close
requested by remote)
at com.trilead.ssh2.channel.ChannelManager.sendData(ChannelManager.java:383)
at com.trilead.ssh2.channel.ChannelOutputStream.write(ChannelOutputStream.java:63)
at java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1838)
at java.io.ObjectOutputStream$BlockDataOutputStream.writeByte(ObjectOutputStream.java:1876)
at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1537)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:329)
at hudson.remoting.Channel.send(Channel.java:419)
at hudson.remoting.Request.call(Request.java:105)
at hudson.remoting.Channel.call(Channel.java:557)
at hudson.FilePath.act(FilePath.java:742)
... 9 more

Regards,
Ashwani Kr Sharma
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top