Back when installing ZendStudio 5.5.0 on Ubuntu I sometimes had the following error:
This is because the \u variable of bash (username in the prompt) is mistaken for an (illegal) \uXXXX unicode character.
After searching back then I found out (and back then it wasn't #1 hit on a google search) that you just have to temporarily alter your .bashrc:
then start the installer and after you're finished, removed the last line and source it again.
For another problem, see that posting.
An internal LaunchAnywhere application error has occured and this application cannot proceed. (LAX)
Stack Trace:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Unknown Source)
at java.util.Properties.load(Unknown Source)
at com.zerog.common.java.util.PropertiesUtil.loadProperties(DashoA8113)
at com.zerog.lax.LAX.(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
This is because the \u variable of bash (username in the prompt) is mistaken for an (illegal) \uXXXX unicode character.
After searching back then I found out (and back then it wasn't #1 hit on a google search) that you just have to temporarily alter your .bashrc:
(fa@don):(~) $ echo 'export PS1="# "' >> .bashrc
(fa@don):(~) $ source ~/.bashrc
then start the installer and after you're finished, removed the last line and source it again.
For another problem, see that posting.
Trackbacks
Trackback specific URI for this entry
No Trackbacks
Layout by Ricky Wilson | Serendipity Template by Carl Galloway | Login
About
Life's a bitch, life's a whore. Nothing less, nothing more.
Read More
Der Autor...
... studierte bisher Informatik. Und zwar an der LMU München. Nebenher arbeitete er als PHP-Entwickler und Admin. Seit kurzem sogar Vollzeit und in Farbe
Quicksearch
last.fm
Song: World On Fire
Artist: Sarah McLachlan
1. February 2012, 13:30
Song: Grafton Street
Artist: Dido
1. February 2012, 13:24
Song: Warrior's Dance (Benga Remix)
Artist: The Prodigy
16. October 2011, 17:18
5. February 2012, 06:02


