Re: karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Good Morning. In case this can help someone, the problem has been solved by eliminating the following bundles of a jasperreports feature that we used: wrap:mvn:bouncycastle/bcmail-jdk14/138 wrap:mvn:bouncycastle/bcprov-jdk14/138 wrap:mvn:org.bouncycastle/bctsp-jdk14/1.38 -- Sent from:

Re: Karaf 4.2.7 Quick Start Example Fails

2020-01-21 Thread Jean-Baptiste Onofré
By the way, on a fresh Karaf instance, don't forget to update etc/org.ops4j.pax.url.mvn.cfg to use https instead of http for the Maven Central repository URL. It's fixed on Karaf 4.2.8 (currently on vote, it will be released later today). Regards JB On 22/01/2020 05:59, Garrett Rolfs wrote: >

Re: Karaf 4.2.7 Quick Start Example Fails

2020-01-21 Thread Jean-Baptiste Onofré
Hi Garret, If you just do feature:repo-add camel, it will install Camel 3.0.x. For now, the example works with Camel 2.x. So, you have to do: feature:repo-add camel 2.24.3 Anyway, the karaf camel example does it for you. So, on a fresh Karaf instance, you can simply do: feature:repo-add

Karaf 4.2.7 Quick Start Example Fails

2020-01-21 Thread Garrett Rolfs
Greetings, This is in reference to the Quick Start section found in: https://karaf.apache.org/manual/latest/ After downloading 4.2.7 and starting the command line console I attempted to execute 'feature:repo-add camel' as shown in Section 2.4. The command immediately failed with: Adding

Test - Ignore

2020-01-21 Thread Garrett Rolfs
Sorry for the Spam. Trying to get subscribed.

How to read single character from a Karaf's command

2020-01-21 Thread Alex Soto
Hello, I am trying to to write a Karaf Command that can pause its output until the user presses any key, or ‘q’, similar to how Linux `more` command does. So far I have been able to prompt for user input using org.apache.karaf.shell.api.console.Session.readLine, but this requires the user

Call for presentations for ApacheCon North America 2020 now open

2020-01-21 Thread Rich Bowen
Dear Apache enthusiast, (You’re receiving this message because you are subscribed to one or more project mailing lists at the Apache Software Foundation.) The call for presentations for ApacheCon North America 2020 is now open at https://apachecon.com/acna2020/cfp ApacheCon will be held at

Re: karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Hi. Thanks for the help. We have used activemq-broker -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: karaf & activemq: ssh fails

2020-01-21 Thread Jean-Baptiste Onofré
Hi, Which activemq feature do you use as boot features ? activemq-broker-noweb ? It's possible that the ActiveMQ feature install a bundle providing a package "interfering" with SSHD. Let me try to reproduce. Regards JB On 21/01/2020 14:23, LuisLo wrote: > Hi. > We have an application

karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Hi. We have an application developed on karaf 4.2.7 (own assembly) that does not give any problem when we connect by ssh, however, when we add the activemq-broker (5.15.11) feature as a boot feature to the assembly, we cannot connect by ssh and get the following log : 2020-01-21T14:04:18,620 |