RE: The backspace key does not work in 4.0.2 SSH (from Putty)

2016-01-17 Thread bocamel
10, 2015 12:23 AM To: bocamel Subject: Re: The backspace key does not work in 4.0.2 SSH (from Putty) Hi, It's related to https://issues.apache.org/jira/browse/KARAF-4072 We gonna fix that for 4.0.4. Sorry about that. Regards JB On 11/10/2015 03:56 AM, bocamel wrote: &

The backspace key does not work in 4.0.2 SSH (from Putty)

2015-11-09 Thread bocamel
Just installed 4.0.2. But when SSH'ed to it using Putty, the backspace key does not work anymore (it goes one space forward to the right instead of going backward to the left). Is the shell default changed in this release? Thanks in advance for any help. -- View this message in context: http

karaf console command using wildcard in bundle name

2014-11-27 Thread bocamel
In 3.0.1, one could run console command >stop "My App*", which would stop all bundles whose names starting with "My App". This does not work (at least in Windows) anymore in 3.0.2. It would return an error: "No bundles specified". It is a very convenient feature - I wish it is brought back. Tha

Re: java.io.IOException: Pipe closed BUT only when running as a Windows service

2014-10-03 Thread bocamel
To make the maven dependencies independent of the user/service account running the Karaf service, one can configure a fixed location for local maven repository in /etc/org.ops4j.pax.url.mvn.cfg under org.ops4j.pax.url.mvn.repositories =... -- View this message in context: http://karaf.922171.n3

Re: java.io.IOException: Pipe closed BUT only when running as a Windows service

2014-07-14 Thread bocamel
Thanks Scott and JB! It was exactly a permission issue. I deleted the data folder and started karaf as service first, everything worked now! -- View this message in context: http://karaf.922171.n3.nabble.com/java-io-IOException-Pipe-closed-BUT-only-when-running-as-a-Windows-service-tp4034208

java.io.IOException: Pipe closed BUT only when running as a Windows service

2014-07-14 Thread bocamel
I can run my application successfully in karaf under command line. But if I run karaf as a Windows service (using the service wrapper), the service cannot started successfully. It ran into an error when starting postgresql jdbc driver from the deploy folder. (I also got a similar problem with ja