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

2016-01-17 Thread bocamel
Hi,

 

Just tried this on the 4.0.4 just released.  The backspace key still does not 
work in my Windows 8.1 Pro (and also the JIRA item was marked unresolved).  Any 
update on this?  Thanks!

 

From: jbonofre [via Karaf] [mailto:ml-node+s922171n4043394...@n3.nabble.com] 
Sent: Tuesday, November 10, 2015 12:23 AM
To: bocamel <johnz...@gmail.com>
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: 


> 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.922171.n3.nabble.com/The-backspace-key-does-not-work-in-4-0-2-SSH-from-Putty-tp4043392.html
> Sent from the Karaf - User mailing list archive at Nabble.com. 
> 


-- 
Jean-Baptiste Onofré 
[hidden email] 
http://blog.nanthrax.net
Talend - http://www.talend.com



  _  

If you reply to this email, your message will be added to the discussion below:

http://karaf.922171.n3.nabble.com/The-backspace-key-does-not-work-in-4-0-2-SSH-from-Putty-tp4043392p4043394.html
 

To unsubscribe from The backspace key does not work in 4.0.2 SSH (from Putty), 
click here 
<http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code=4043392=am9obnp5aW5AZ21haWwuY29tfDQwNDMzOTJ8Mjk3Mjc3MTQ4>
 .
 
<http://karaf.922171.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
 NAML 





--
View this message in context: 
http://karaf.922171.n3.nabble.com/The-backspace-key-does-not-work-in-4-0-2-SSH-from-Putty-tp4043392p4044880.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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.922171.n3.nabble.com/The-backspace-key-does-not-work-in-4-0-2-SSH-from-Putty-tp4043392.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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.

Thanks!



--
View this message in context: 
http://karaf.922171.n3.nabble.com/karaf-console-command-using-wildcard-in-bundle-name-tp4036746.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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
jamon-2.0.jar.)  Any help would be greatly appreciated.

I am running Karaf 3.0.1 on Windows 7 professional (32bit) with Postgresql
9.3.  

2014-07-14 09:16:08,276 | INFO  | \karaf301/deploy | fileinstall
 
| 11 - org.apache.felix.fileinstall - 3.2.8 | Installed
E:\karaf301\deploy\postgresql-9.3-1100.jdbc41.jar
2014-07-14 09:16:08,326 | INFO  | \karaf301/deploy | fileinstall
 
| 11 - org.apache.felix.fileinstall - 3.2.8 | Started bundle:
wrap:file:/E:/karaf301/deploy/postgresql-9.3-1100.jdbc41.jar$Bundle-SymbolicName=postgresql-9.3Bundle-Version=1100.0.0.jdbc41
2014-07-14 09:16:09,277 | WARN  | Thread-31| BndUtils   
 
| 3 - org.ops4j.pax.swissbox.bnd - 1.7.0 | Bundle cannot be generated
java.lang.Exception: Problem writing resource
org/postgresql/Driver$ConnectThread.class
at
aQute.bnd.osgi.Jar.writeResource(Jar.java:530)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
at
aQute.bnd.osgi.Jar.write(Jar.java:307)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
at
org.ops4j.pax.swissbox.bnd.BndUtils$1.run(BndUtils.java:194)[3:org.ops4j.pax.swissbox.bnd:1.7.0]
Caused by: java.io.IOException: Pipe closed
at java.io.PipedInputStream.checkStateForReceive(Unknown 
Source)[:1.7.0_60]
at java.io.PipedInputStream.receive(Unknown Source)[:1.7.0_60]
at java.io.PipedOutputStream.write(Unknown Source)[:1.7.0_60]
at java.util.zip.DeflaterOutputStream.deflate(Unknown Source)[:1.7.0_60]
at java.util.zip.ZipOutputStream.closeEntry(Unknown Source)[:1.7.0_60]
at
aQute.bnd.osgi.Jar.writeResource(Jar.java:527)[2:biz.aQute.bndlib:2.2.0.20130927-173417]
... 2 more



--
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.html
Sent from the Karaf - User mailing list archive at Nabble.com.


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-tp4034208p4034211.html
Sent from the Karaf - User mailing list archive at Nabble.com.