Here is the behavior I am seeing.

If I start up bin/karaf and do a bundle:install command to install a
bundle, all is fine.  If I use ssh to connect to the server and do a
bundle:install command, all is fine.

But if I use ssh with the exact same syntax except I specify the command to
execute on the command line, the command executes but the ssh session
hangs.  But in the console where I started Karaf, I see this exception:

Exception in thread "Thread-22" 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)


This does not happen with Karaf 3.0.3.

On Mon, Jul 6, 2015 at 3:20 PM, asookazian2 <[email protected]> wrote:

> Are there any regressions with 3.0.4?
>
> We are having hanging behavior with ssh cmds in 3.0.4.  No stack
> trace/errors.
>
> Specifically, did the following patch break related functionality?
>
> https://issues.apache.org/jira/browse/KARAF-3656
> <https://issues.apache.org/jira/browse/KARAF-3656>
>
>
>
> --
> View this message in context:
> http://karaf.922171.n3.nabble.com/ANN-Apache-Karaf-3-0-4-Released-tp4041254p4041306.html
> Sent from the Karaf - User mailing list archive at Nabble.com.
>

Reply via email to