Unable to connect to admin:create'd instances from within the Karaf shell
-------------------------------------------------------------------------
Key: FELIX-2361
URL: https://issues.apache.org/jira/browse/FELIX-2361
Project: Felix
Issue Type: Bug
Components: Karaf
Affects Versions: karaf 1.6.0
Reporter: Gert Vanthienen
Fix For: karaf 1.8.0
When a child instance has been created with admin:create command, connecting to
it with the admin:connect afterwards fails. The child instance itself is
working correctly though and connecting with a plain ssh connection works fine.
ka...@root> admin:list
Port State Pid Name
[ 8101] [Started ] [20896] root
[ 8102] [Started ] [19939] test
ka...@root> admin:connect test
Connecting to host localhost on port 8102
Connected
Error executing command: Session is closed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.