Warning exception when launching Karaf client

2017-06-13 Thread Leschke, Scott
I see the following in the log when I start a client session on Windows. The client appears to be working OK but it seems like this is an issue. 2017-06-13T10:04:43,086 | WARN | sshd-SshServer[6c21e678]-nio2-thread-3 | | 49 - org.jline - 3.2.0 | Unable to retrie

Re: Branding properties file not picked up by Karaf client?

2016-09-22 Thread afbagwe
Awesome! Thank you :) -- View this message in context: http://karaf.922171.n3.nabble.com/Branding-properties-file-not-picked-up-by-Karaf-client-tp4048143p4048148.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Branding properties file not picked up by Karaf client?

2016-09-21 Thread Jean-Baptiste Onofré
karaf.922171.n3.nabble.com/Branding-properties-file-not-picked-up-by-Karaf-client-tp4048143p4048145.html >Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Branding properties file not picked up by Karaf client?

2016-09-21 Thread afbagwe
of the one I've dropped into the etc folder. -- View this message in context: http://karaf.922171.n3.nabble.com/Branding-properties-file-not-picked-up-by-Karaf-client-tp4048143p4048145.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Branding properties file not picked up by Karaf client?

2016-09-21 Thread Jean-Baptiste Onofré
View this message in context: http://karaf.922171.n3.nabble.com/Branding-properties-file-not-picked-up-by-Karaf-client-tp4048143.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://www.talend.com

Branding properties file not picked up by Karaf client?

2016-09-21 Thread afbagwe
f our own. Is there some additional setting we have overlooking and need to set? I couldn't find anything mentioned in the online documentation. Thanks, Allen -- View this message in context: http://karaf.922171.n3.nabble.com/Branding-properties-file-not-picked-up-by-Karaf-client-tp4048143

Re: karaf client cannot connect

2016-06-08 Thread Jean-Baptiste Onofré
Hi Laci, Yes, you can try this (no impact other than exposing the SSHd to any interface on your machine). AFAIK (and I'm not an expert there ;)), some Windows box doesn't have a "valid" loopback. Regards JB On 06/09/2016 07:55 AM, Laci Gaspar wrote: Hi JB Not exactly, I don't get the NoCla

Re: karaf client cannot connect

2016-06-08 Thread Laci Gaspar
Hi JB Not exactly, I don't get the NoClassDefFoundError. I found another post where you suggest that it's the 0.0.0.0 definition instead of localhost. If I replace sshHost = 0.0.0.0 with sshHost = 127.0.0.1 in org.apache.karaf.shell.cfg Does it have other implications if I do this? Regards L

Re: karaf client cannot connect

2016-06-08 Thread Jean-Baptiste Onofré
Hi Laci, is it exactly the same issue ? With the NoClassDefFoundError ? If yes, it wasn't fixed because I wasn't able to reproduce on Windows 7 VM. If you can reproduce it, can you please reopen the Jira, and will setup a new VM for the test. Thanks, Regards JB On 06/07/2016 03:34 PM, Laci

karaf client cannot connect

2016-06-07 Thread Laci Gaspar
Hi I just installed karaf 4.0.5 on a Windows server 12 and I see the same problem as here: https://issues.apache.org/jira/browse/KARAF-2600 I can connect with client -h localhost. Is that problem not fixed yet? Regards Laci

Re: Upgrade to MINA SSHD 0.14.0 breaks karaf-client SSH client timeout

2016-01-04 Thread Jean-Baptiste Onofré
https://issues.apache.org/jira/browse/KARAF-4246 On 01/04/2016 11:46 PM, kotoole wrote: Index: src/main/java/org/apache/karaf/client/ClientConfig.java === --- src/main/java/org/apache/karaf/client/ClientConfig.java (revision

Re: Upgrade to MINA SSHD 0.14.0 breaks karaf-client SSH client timeout

2016-01-04 Thread Jean-Baptiste Onofré
/karaf/client/ClientConfig.java === --- src/main/java/org/apache/karaf/client/ClientConfig.java (revision 33766) +++ src/main/java/org/apache/karaf/client/ClientConfig.java (revision 33767) @@ -38,6 +38,7 @@ private int level

Upgrade to MINA SSHD 0.14.0 breaks karaf-client SSH client timeout

2016-01-04 Thread kotoole
. Below is a patch that would essentially have it behave as it did in prior versions with the client timeout being set to the same as the server timeout: Index: src/main/java/org/apache/karaf/client/ClientConfig.java === --- src/main

Re: karaf client 3.0.4 hangs

2015-09-10 Thread Gregor Zurowski
wrote: > Same issue here with Karaf 3.0.4 / ServiceMix 6.0.0. Is this problem > resolved with the upcoming Karaf version 3.0.5? > > Thanks in advance, > Gregor > > On Thu, Sep 3, 2015 at 4:39 PM, ykruchko wrote: >> When I exec karaf client with comman: command

Re: karaf client 3.0.4 hangs

2015-09-09 Thread Gregor Zurowski
Same issue here with Karaf 3.0.4 / ServiceMix 6.0.0. Is this problem resolved with the upcoming Karaf version 3.0.5? Thanks in advance, Gregor On Thu, Sep 3, 2015 at 4:39 PM, ykruchko wrote: > When I exec karaf client with comman: command exec fine but client hung > > root@ubuntu:/

karaf client 3.0.4 hangs

2015-09-03 Thread ykruchko
When I exec karaf client with comman: command exec fine but client hung root@ubuntu:/opt# /opt/karaf-3.0.4/bin/client kar:list Logging in as karaf 1053 [sshd-SshClient[4424f1a9]-nio2-thread-1] WARN org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at [/127.0.0.1:8101, RSA

Re: Using individual key file with karaf client fails

2015-01-17 Thread Jean-Baptiste Onofré
described in the documentation of 3.0.2. -- View this message in context: http://karaf.922171.n3.nabble.com/Using-individual-key-file-with-karaf-client-fails-tp4037802p4037815.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Jean-Baptiste Onofré jbono...@apache.org http

Re: Using individual key file with karaf client fails

2015-01-17 Thread Herr-Herner
-file-with-karaf-client-fails-tp4037802p4037815.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Using individual key file with karaf client fails

2015-01-16 Thread Jean-Baptiste Onofré
things running? -- View this message in context: http://karaf.922171.n3.nabble.com/Using-individual-key-file-with-karaf-client-fails-tp4037802.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend

Using individual key file with karaf client fails

2015-01-16 Thread Herr-Herner
-using-instance-connect-in-Apache-Karaf-3-0-2-td4037780.html Any hints? Have I faced some bugs in 3.0.2 or am I too stupid for getting things running? -- View this message in context: http://karaf.922171.n3.nabble.com/Using-individual-key-file-with-karaf-client-fails-tp4037802.html Sent from the

Re: Karaf client

2014-08-11 Thread Jean-Baptiste Onofré
>return s.replaceAll("AA", "BB"); > >} > > } > > I hope these are two separate files, BTW otherwise I will have to send you > to bed without any supper. :) > > > > Now I have no idea how to call this service from outsi

Re: Karaf client

2014-08-11 Thread Milan Tomic
serService { >  >    public String parse(String s) { >  >        return s.replaceAll("AA", "BB"); >  >    } >  >  } > > I hope these are two separate files, BTW otherwise I will have to send you > to bed without any supper. :) > > >

Re: Karaf client

2014-08-11 Thread Jean-Baptiste Onofré
> Now I have no idea how to call this service from outside of Karaf. Let's > say from an Servlet running inside some Tomcat on the same Windows Server > maching. So, how do you create OSGi/Karaf client app? At this stage you can't even call the service from *inside*

Re: Karaf client

2014-08-11 Thread Milan Tomic
n s.replaceAll("AA", "BB"); >     } >  } I hope these are two separate files, BTW otherwise I will have to send you to bed without any supper. :) > Now I have no idea how to call this service from outside of Karaf. Let's > say from an Servlet running inside some Tomca

Re: Karaf client

2014-08-08 Thread Jean-Baptiste Onofré
ng. So, how do you create OSGi/Karaf client app? Thank you in advance, Milan -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://www.talend.com

Re: Karaf client

2014-08-08 Thread Kevin Schmidt
ParserImpl implements ParserService { > public String parse(String s) { > return s.replaceAll("AA", "BB"); > } > } > > Now I have no idea how to call this service from outside of Karaf. Let's > say from an Servlet running inside some Tomcat

Karaf client

2014-08-08 Thread Milan Tomic
implements ParserService {     public String parse(String s) {     return s.replaceAll("AA", "BB");     }  } Now I have no idea how to call this service from outside of Karaf. Let's say from an Servlet running inside some Tomcat on the same Windows Server maching. So, how

Re: karaf client hangs indefinately

2014-07-08 Thread Achim Nierbeck
Besides the SSH shell you still can use JMX to connect to Karaf. But that is about it. Unless you install the web-console then you have another possibility. regards, Achim 2014-07-09 2:03 GMT+02:00 ken : > Hi, > > I have a problem with the karaf client hanging indefinately in this ed

karaf client hangs indefinately

2014-07-08 Thread ken
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

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
.nabble.com/Is-it-possible-to-authorize-a-local-karaf-client-without-providing-login-information-tp3450816p3451180.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Jean-Baptiste Onofré jbono...@apache.org http://blog.nanthrax.net Talend - http://www.talend.com

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread mst
JB, reading through all the replies, I think it would be better if you create the issue. It seems that there is more behind the simple question I raised... Best Markus -- View this message in context: http://karaf.922171.n3.nabble.com/Is-it-possible-to-authorize-a-local-karaf-client-without

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Achim Nierbeck
ponse. >>I guess "...we can enhance the client..." means that this >>feature is not >>available right now. Is it scheduled for a certain release? >> Should I create >>

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
3450816p3450846.html <http://karaf.922171.n3.__nabble.com/Is-it-possible-to-__authorize-a-local-karaf-__client-without-providing-__login-information-__tp3450816p3450846.html <http://karaf.922171.n3.nabble.com/Is-it-possible-to-authorize-a-local-karaf-clien

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Achim Nierbeck
Should I create >>an issue? >> >>Best >>Markus >> >> >>-- >>View this message in context: >>http://karaf.922171.n3.nabble.**__com/Is-it-possible-to-__** >> authorize-a-local-karaf-__**client-wi

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
22171.n3.nabble.__com/Is-it-possible-to-__authorize-a-local-karaf-__client-without-providing-__login-information-__tp3450816p3450846.html <http://karaf.922171.n3.nabble.com/Is-it-possible-to-authorize-a-local-karaf-client-without-providing-login-information-tp3450816p3450846.html>

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Guillaume Nodet
>> >> >> -- >> View this message in context: http://karaf.922171.n3.nabble.** >> com/Is-it-possible-to-**authorize-a-local-karaf-** >> client-without-providing-**login-information-**tp3450816p3450846.html<http://karaf.922171.n3.nabble.com/Is-it-possible-to-a

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
feature is not available right now. Is it scheduled for a certain release? Should I create an issue? Best Markus -- View this message in context: http://karaf.922171.n3.nabble.com/Is-it-possible-to-authorize-a-local-karaf-client-without-providing-login-information-tp3450816p3450846.html Sent from t

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Guillaume Nodet
/auth/module/Krb5LoginModule.htmlbut I can't give you more advice on that topic as I've never used it myself. On Tue, Oct 25, 2011 at 10:37, Jean-Baptiste Onofré wrote: > Hi Markus, > > Currently, the Karaf client requires user and password, whatever the Karaf > container uses f

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread mst
t-possible-to-authorize-a-local-karaf-client-without-providing-login-information-tp3450816p3450846.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
Hi Markus, Currently, the Karaf client requires user and password, whatever the Karaf container uses for LoginModule. I think that we can enhance the client to use a certificate based authentication. It will allows us to avoid the username/password usage, and use a cert in place (as SSH

Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread mst
Hi! I'm working on a karaf installation, which runs as a windows service. It can be accessed through SSH using a PropertiesLoginModule with encrypted passwords. I'm executing some of my bundle commands using the local karaf client using a simple command.bat. Right now I have to au