Originally posted by: ScottDuckworth
I am encountering this same problem on a fully updated Ubuntu 10.04 amd64 system. The same problem occurs with both the 32-bit and 64-bit CPLEX installer.
$ sudo ./cplex_studio124.acad.linux-x86-64.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: Invalid Unicode sequence: illegal character
at java.util.Properties.loadImpl(Properties.java:360)
at java.util.Properties.load(Properties.java:292)
at com.zerog.common.java.util.PropertiesUtil.loadProperties(DashoA10*..)
at com.zerog.lax.LAX.<init>(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
$ ./cplex_studio124.acad.linux-x86-32.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: Invalid Unicode sequence: illegal character
at java.util.Properties.loadImpl(Properties.java:360)
at java.util.Properties.load(Properties.java:292)
at com.zerog.common.java.util.PropertiesUtil.loadProperties(DashoA10*..)
at com.zerog.lax.LAX.<init>(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
#CPLEXOptimizers#DecisionOptimization