Lerm-IT

Blog traitant de technologies informatiques. Logiciel libre, AdminSys, DevOps et GNU/Linux !

02 Mar 2010

[Zend Studio] java.lang.IllegalArgumentException: Malformed uxxxx encoding.

Aujourd’hui en tentant d’installer Zend Studio 7.1.1 sur ma debian squeeze, j’ai eu une petite erreur.

(19:14)romain@laptop-de-lermit:~>sudo Logiciel/ZendStudio7\_1\_1.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

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.<init>(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)

Ceci est dû, à ma variable PS1 qui contient un “u” (représentant le nom d’utilisateur).

Pour résoudre l’erreur il suffit de faire ceci

sudo PS1=">" ./ZendStudio7_1_1.bin

Au prochain redémarrage de votre terminal votre prompt redeviendra normal.