You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2013/01/30 20:37:13 UTC

[jira] [Created] (KARAF-2153) wrong path in JAVA_ENDORSED_DIRS and JAVA_EXT_DIRS in bin/karaf script from snapshots

Oliver Lietz created KARAF-2153:
-----------------------------------

             Summary: wrong path in JAVA_ENDORSED_DIRS and JAVA_EXT_DIRS in bin/karaf script from snapshots
                 Key: KARAF-2153
                 URL: https://issues.apache.org/jira/browse/KARAF-2153
             Project: Karaf
          Issue Type: Bug
            Reporter: Oliver Lietz
            Priority: Minor


https://repository.apache.org/content/groups/snapshots-group/org/apache/karaf/apache-karaf/3.0.0-SNAPSHOT/

{code}
JAVA_ENDORSED_DIRS="/home/hudson/tools/java/latest1.6/jre/lib/endorsed:/home/hudson/tools/java/latest1.6/lib/endorsed:${KARAF_HOME}/lib/endorsed"
JAVA_EXT_DIRS="/home/hudson/tools/java/latest1.6/jre/lib/ext:/home/hudson/tools/java/latest1.6/lib/ext:${KARAF_HOME}/lib/ext"
{code}

This results in failure when connecting to Karaf Shell:
{code}
ssh -p 8101 karaf@localhost
no matching cipher found: client aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se server
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira