You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2020/09/03 15:45:00 UTC

[jira] [Commented] (KARAF-6824) Exception displayed when ssh client timed out

    [ https://issues.apache.org/jira/browse/KARAF-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190238#comment-17190238 ] 

Jean-Baptiste Onofré commented on KARAF-6824:
---------------------------------------------

It could have been fixed with the SSH update I did recently.

> Exception displayed when ssh client timed out
> ---------------------------------------------
>
>                 Key: KARAF-6824
>                 URL: https://issues.apache.org/jira/browse/KARAF-6824
>             Project: Karaf
>          Issue Type: Task
>          Components: karaf
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> When connected with Karaf ssh client, and waiting for the timed out, we can see an exception in the log:
> {code:java}
> 09:41:29.346 ERROR [Karaf ssh console user karaf] Exception caught while executing command
> java.io.IOError: java.io.IOException: Pipe closed after 1 cycles
> at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:170)
> at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
> at org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)
> at org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:913)
> at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:946)
> at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:637)
> at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.readCommand(ConsoleSessionImpl.java:444)
> at org.apache.karaf.shell.impl.console.ConsoleSessionImpl.run(ConsoleSessionImpl.java:402)
> at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.io.IOException: Pipe closed after 1 cycles
> at org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:121)
> at java.base/java.io.InputStream.read(InputStream.java:205)
> at org.jline.terminal.impl.ExternalTerminal.pump(ExternalTerminal.java:141)
> ... 1 more {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)