You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2015/09/10 06:02:45 UTC

[jira] [Commented] (KARAF-3984) bin/client with a command can't exit automatically

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

Freeman Fang commented on KARAF-3984:
-------------------------------------

This is caused by the gogo runtime version upgrade in Karaf 3.x,  as the CommandProcessorImpl in current gogo runtime version already has the fix we need, we needn't embed CommandProcessorImpl in karaf code base anymore

> bin/client with a command can't exit automatically
> --------------------------------------------------
>
>                 Key: KARAF-3984
>                 URL: https://issues.apache.org/jira/browse/KARAF-3984
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.4
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.0.5
>
>
> for example run
> {code}
> ./bin/client la
> {code}
> the client side just hang after the output, and the server side we get error like
> {code}
> karaf@root()> Exception in thread "Thread-16" java.lang.NoSuchMethodError: org.apache.felix.gogo.runtime.CommandProcessorImpl.closeSession(Lorg/apache/felix/gogo/runtime/CommandSessionImpl;)V
> 	at org.apache.felix.gogo.runtime.CommandSessionImpl.close(CommandSessionImpl.java:74)
> 	at org.apache.karaf.shell.security.impl.SecuredCommandProcessorImpl$1.close(SecuredCommandProcessorImpl.java:119)
> 	at org.apache.karaf.shell.ssh.ShellCommand.run(ShellCommand.java:154)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)