Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
  • 1.  problem installing ilog optimization studio on linux

    Posted Tue March 06, 2012 04:27 AM

    Originally posted by: angelikawiegele


    i downloaded the IBM ILOG CPLEX Optimization Studio Academic Research Edition V12.4 for Linux x86-32 Multilingual but there is a problem with the installation. (see below.) seems to be some problem with the java-script.

    my question: is there a tar-archive available? then installation would be easier.
    thanks for any answers and hints.

    error-message:

    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


  • 2.  Re: problem installing ilog optimization studio on linux

    Posted Tue March 06, 2012 04:35 AM

    Originally posted by: SystemAdmin


    No, there is no tar archive. You have to use the installer :-(
    Is this the first time to attempt to install CPLEX on that box?
    Did you check that the downloaded file was not corrupted (verify the checksum)?
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: problem installing ilog optimization studio on linux

    Posted Wed April 11, 2012 02:21 PM

    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


  • 4.  Re: problem installing ilog optimization studio on linux

    Posted Mon March 12, 2012 04:14 AM

    Originally posted by: angelikawiegele


    thanks for your prompt reply. i updated my linux version and then everything worked...
    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: problem installing ilog optimization studio on linux

    Posted Wed June 13, 2012 06:02 AM

    Originally posted by: SystemAdmin


    fyi :
    A potential root cause could be also the existence of a file named installer.properties with an escape character sequence.
    The installer, automatically checks the directory in which it resides in for a file called installer.properties or installername.properties, and use it if it exists (If properties files with both of these names exist in the same directory as the client executable, the installer.properties file will take precedence.)
    CPLEX Optimization Studio V12.4 doesn't generate the file, but we can not prevent the installer to use an existing file (generated by the V12.3 or also by another software).
    So, you could check if a such file exists , and rename it , before launching a new installation.
    --
    Christophe
    #CPLEXOptimizers
    #DecisionOptimization


  • 6.  Re: problem installing ilog optimization studio on linux

    Posted Tue July 03, 2012 04:22 AM

    Originally posted by: SystemAdmin


    A non-standard prompt can be also the root cause of this issue.
    The workaround is then to redefine the PS1 variable :

    export PS1=">"

    Regards,
    --
    Christophe
    #CPLEXOptimizers
    #DecisionOptimization


  • 7.  Re: problem installing ilog optimization studio on linux

    Posted Mon July 30, 2012 07:10 PM

    Originally posted by: SystemAdmin


    THANKS, Christophe!!! That solved the mystery!
    #CPLEXOptimizers
    #DecisionOptimization