You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/06/11 22:19:14 UTC

[jira] Commented: (FELIX-2361) Unable to connect to admin:create'd instances from within the Karaf shell

    [ https://issues.apache.org/jira/browse/FELIX-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877950#action_12877950 ] 

Gert Vanthienen commented on FELIX-2361:
----------------------------------------

This was apparently only happening on Ubuntu Linux -- it no longer ships with support for the Cipher implementations required for the SSH connection.  This issue can be fixed by adding Bouncycastle as a security provider as explained in http://felix.apache.org/site/65-deploying-security-providers.html (or downloading and installing the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6" from Sun)

> 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
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.6.2
>
>
> 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.
> karaf@root> admin:list 
>   Port   State       Pid  Name
> [ 8101] [Started ] [20896] root
> [ 8102] [Started ] [19939] test
> karaf@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.