Hi, I have a problem with the karaf client hanging indefinately in this edge case. 1. i have a vm running rhel6 2. on the os startup it runs karaf in server mode 3. i log onto the vm with a user account that has a bash profile that render a menu for the users to do things. one of the option is to access the karaf console (execute a call to 'client' script)
all is working fine until the user decided to stop the network service, yes stop it entirely. While I understand karaf uses apache sshd to start the sshd server and the client basically connects to it via ssh on the local machine. stopping the networking service, causes the client to try to re-establish connection and stops taking input from the user. i can open another tty terminal and restart networking and it will successfully re-establish connection. I've check with the MINA folks and have yet to receive a reply or solution. Are there any way to connect to the karaf server without using ssh? maybe a custom client or short like (shell - but this does not contain all the commands available on the karaf server) tips? -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-client-hangs-indefinately-tp4034082.html Sent from the Karaf - User mailing list archive at Nabble.com.
