[ 
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

        

Reply via email to