This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Knowledge Base
- :
- Malformed uxxxx Encoding Error Generated when Launching Installer
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Malformed uxxxx Encoding Error Generated when Launching Installer
Malformed uxxxx Encoding Error Generated when Launching Installer
Summary
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)Symptoms
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)
Cause
InstallAnywhere is picking up the TITLEBAR and PS1 variables in the shell environment. Certain values may cause problems in the installer. For instance, one reported problem occurs when the following environment variables were set:
TITLEBAR="\[\033]\@\h: w\007]\"
PS1="${TITLEBAR}[\w]\n\u@\h$ "
Resolution
Run ?unset? on both environment variables prior to installing. Keep in mind that if PS1 is unset, then the shell prompt will be invisible.
No ratings