You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Dmitry Drozdov (JIRA)" <ji...@apache.org> on 2010/10/31 01:25:19 UTC

[jira] Created: (KARAF-260) ssh to karaf shell gives "no matching cipher found"

ssh to karaf shell gives "no matching cipher found"
---------------------------------------------------

                 Key: KARAF-260
                 URL: https://issues.apache.org/jira/browse/KARAF-260
             Project: Karaf
          Issue Type: Bug
          Components: wrapper
    Affects Versions: 2.0.0
            Reporter: Dmitry Drozdov


ssh to the same configuration of Karaf, when started without wrapper works fine, and gives "no matching cipher found" when started via wrapper.

This is how I fixed it in karaf-wrapper.conf:

< wrapper.java.additional.7=-Djava.endorsed.dirs="%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed"
< wrapper.java.additional.8=-Djava.ext.dirs="%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext"
---
> wrapper.java.additional.7=-Djava.endorsed.dirs=%JAVA_HOME%/jre/lib/endorsed:%JAVA_HOME%/lib/endorsed:%KARAF_HOME%/lib/endorsed
> wrapper.java.additional.8=-Djava.ext.dirs=%JAVA_HOME%/jre/lib/ext:%JAVA_HOME%/lib/ext:%KARAF_HOME%/lib/ext


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Commented] (KARAF-260) ssh to karaf shell gives "no matching cipher found"

Posted by "Yaytay (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399157#comment-13399157 ] 

Yaytay commented on KARAF-260:
------------------------------

I'd just like to add a note for anyone seeing this on the 2.2.0 branch - you have to make sure JAVA_HOME is set correctly otherwise you get the same symptom.
I add at the head of karaf-service script.
                
> ssh to karaf shell gives "no matching cipher found"
> ---------------------------------------------------
>
>                 Key: KARAF-260
>                 URL: https://issues.apache.org/jira/browse/KARAF-260
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-os-integration
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>
> ssh to the same configuration of Karaf, when started without wrapper works fine, and gives "no matching cipher found" when started via wrapper.
> This is how I fixed it in karaf-wrapper.conf:
> < wrapper.java.additional.7=-Djava.endorsed.dirs="%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed"
> < wrapper.java.additional.8=-Djava.ext.dirs="%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext"
> ---
> > wrapper.java.additional.7=-Djava.endorsed.dirs=%JAVA_HOME%/jre/lib/endorsed:%JAVA_HOME%/lib/endorsed:%KARAF_HOME%/lib/endorsed
> > wrapper.java.additional.8=-Djava.ext.dirs=%JAVA_HOME%/jre/lib/ext:%JAVA_HOME%/lib/ext:%KARAF_HOME%/lib/ext

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (KARAF-260) ssh to karaf shell gives "no matching cipher found"

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed KARAF-260.
---------------------------------

    Resolution: Fixed

This issue has already been fixed and backported in the karaf-2.0.x branch.
The 2.1.0 release include the fix too.

> ssh to karaf shell gives "no matching cipher found"
> ---------------------------------------------------
>
>                 Key: KARAF-260
>                 URL: https://issues.apache.org/jira/browse/KARAF-260
>             Project: Karaf
>          Issue Type: Bug
>          Components: wrapper
>    Affects Versions: 2.0.0
>            Reporter: Dmitry Drozdov
>
> ssh to the same configuration of Karaf, when started without wrapper works fine, and gives "no matching cipher found" when started via wrapper.
> This is how I fixed it in karaf-wrapper.conf:
> < wrapper.java.additional.7=-Djava.endorsed.dirs="%JAVA_HOME%/jre/lib/endorsed;%JAVA_HOME%/lib/endorsed;%KARAF_HOME%/lib/endorsed"
> < wrapper.java.additional.8=-Djava.ext.dirs="%JAVA_HOME%/jre/lib/ext;%JAVA_HOME%/lib/ext;%KARAF_HOME%/lib/ext"
> ---
> > wrapper.java.additional.7=-Djava.endorsed.dirs=%JAVA_HOME%/jre/lib/endorsed:%JAVA_HOME%/lib/endorsed:%KARAF_HOME%/lib/endorsed
> > wrapper.java.additional.8=-Djava.ext.dirs=%JAVA_HOME%/jre/lib/ext:%JAVA_HOME%/lib/ext:%KARAF_HOME%/lib/ext

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.