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 2018/02/08 15:28:00 UTC

[jira] [Commented] (KARAF-5559) log:tail kills ssh & karaf when root logger is in DEBUG

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

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

On the client side (OpenSSH here in my case), we can see:

{code}
16:12:44.235 DEBUG [org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread] waitForSpace(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) available: 1036840
{code}

On the Karaf side, we can see:

{code}
karaf@root()> 2018-02-08 16:12:44,231 sshd-SshServer[3debb172]-nio2-thread-2 ERROR Recursive call to appender PaxOsgi
2018-02-08 16:12:44,232 sshd-SshServer[3debb172]-nio2-thread-2 ERROR Recursive call to appender PaxOsgi
2018-02-08 16:12:44,233 sshd-SshServer[3debb172]-nio2-thread-2 ERROR Recursive call to appender PaxOsgi
2018-02-08 16:12:44,233 sshd-SshServer[3debb172]-nio2-thread-2 ERROR Recursive call to appender PaxOsgi
{code}

In the log, we can see:

{code}
2018-02-08T16:12:44,236 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Window                           | 37 - org.apache.sshd.core - 1.7.0 | waitForSpace(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) available: 1036840
2018-02-08T16:12:44,236 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Window                           | 37 - org.apache.sshd.core - 1.7.0 | waitAndConsume(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) - requested=253, available=1036840
2018-02-08T16:12:44,236 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Nio2Session                      | 37 - org.apache.sshd.core - 1.7.0 | writePacket(Nio2Session[local=/127.0.0.1:8101, remote=/127.0.0.1:48326]) Writing 320 bytes
2018-02-08T16:12:44,236 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Window                           | 37 - org.apache.sshd.core - 1.7.0 | waitForSpace(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) available: 1036587
2018-02-08T16:12:44,236 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Window                           | 37 - org.apache.sshd.core - 1.7.0 | waitAndConsume(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) - requested=4, available=1036587
2018-02-08T16:12:44,237 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Nio2Session                      | 37 - org.apache.sshd.core - 1.7.0 | writePacket(Nio2Session[local=/127.0.0.1:8101, remote=/127.0.0.1:48326]) Writing 80 bytes
2018-02-08T16:12:44,235 | DEBUG | org.apache.karaf.shell.ssh.SshTerminal@7c509cb6 input pump thread | Window                           | 37 - org.apache.sshd.core - 1.7.0 | waitForSpace(Window[server/remote](ChannelSession[id=0, recipient=0]-ServerSessionImpl[karaf@/127.0.0.1:48326])) available: 1036840
{code}

> log:tail kills ssh & karaf when root logger is in DEBUG
> -------------------------------------------------------
>
>                 Key: KARAF-5559
>                 URL: https://issues.apache.org/jira/browse/KARAF-5559
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-logging, karaf-shell
>    Affects Versions: 4.1.4, 4.2.0.M2
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 4.2.0, 4.1.5
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)