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

2010-06-23 Thread Guillaume Nodet (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12881661#action_12881661
 ] 

Guillaume Nodet commented on FELIX-2361:


A workaround on ubuntu server is to set the JAVA_HOME system property 
correctly. 

 export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/jre 
 bin/karaf 


 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.
 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.



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

2010-06-11 Thread Gert Vanthienen (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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.
 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.