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 05:59:45 UTC

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

Freeman Fang created KARAF-3984:
-----------------------------------

             Summary: 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
             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)