Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

What can I do to fix this problem?

  • 1.  What can I do to fix this problem?

    Posted 09/09/20 07:09 AM

    I'm using IBM ILOG CPLEX Optimization Studio v12.10 on my MacBook Pro and everytime i'm running a model i get the same error:

    Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: ilog.odms.ide.opllang.remote.mbean.IloOplrunRemote$HeartBeatListenerJob

    I have tried to reinstall the program and saving the files in different places. Nothing works.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 2.  RE: What can I do to fix this problem?

    Posted 09/10/20 03:25 PM

    We encountered this on Linux but I do not recall having it reported on MacOS. This message is harmless and mean that a solve process (separate from the IDE ) is still running. How is the error displayed ? In a console or as a dialog ? Do you have it when you quit immediately after launching the IDE (without) doing anything ?






    #DecisionOptimization
    #Support
    #SupportMigration


  • 3.  RE: What can I do to fix this problem?

    Posted 09/11/20 09:21 AM

    It is displayed as a dialog, where it pops up everytime i'm trying to run/solve a model. I can easily launch the program and make my models and run configurations. The error only comes when i'm trying to run a model.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 4.  RE: What can I do to fix this problem?

    Posted 09/11/20 09:44 AM

    It is displayed as a dialog, where it pops up everytime i'm trying to run/solve a model. I can easily launch the program and make my models and run configurations. The error only comes when i'm trying to run a model.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 5.  RE: What can I do to fix this problem?

    Posted 09/14/20 07:57 AM

    Maybe you can try to delete

    <workspace directory>/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi.

    <workspace directory> is usually found in /users/<user>/IBM/ILOG/CPLEX_Studio1210/workspace






    #DecisionOptimization
    #Support
    #SupportMigration


  • 6.  RE: What can I do to fix this problem?

    Posted 09/14/20 08:14 AM

    My workspace folder is empty. Do you have another idea where to find it or what to do?






    #DecisionOptimization
    #Support
    #SupportMigration


  • 7.  RE: What can I do to fix this problem?

    Posted 09/14/20 08:25 AM

    You can find the actual location using menu File / Switch workspace in the IDE

    You need to use a command-line to delete the xml file, usually dot files do no appear in the finder.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 8.  RE: What can I do to fix this problem?

    Posted 09/14/20 08:48 AM

    I found it and deleted it, but I still get the error...






    #DecisionOptimization
    #Support
    #SupportMigration


  • 9.  RE: What can I do to fix this problem?

    Posted 09/14/20 09:00 AM

    I am running out of ideas, maybe deleting the entire .metadata folder as it contains all saved states for the IDE.

    Make sure none of your projects are in this folder.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 10.  RE: What can I do to fix this problem?

    Posted 09/14/20 09:15 AM


  • 11.  RE: What can I do to fix this problem?

    Posted 09/14/20 09:43 AM

    you can also try to set CPLEX_STUDIO_IDE_REMOTE_HEARTBEAT to false, and run the IDE from the command-line, as in

    > export CPLEX_STUDIO_IDE_REMOTE_HEARTBEAT=false

    > /Applications/CPLEX_Studio1210/opl/oplide/Oplide.app/Contents/MacOS/oplide






    #DecisionOptimization
    #Support
    #SupportMigration


  • 12.  RE: What can I do to fix this problem?

    Posted 09/14/20 09:55 AM

    How do I set the file to false and export it?

    Thank you so much for your help so far :)






    #DecisionOptimization
    #Support
    #SupportMigration


  • 13.  RE: What can I do to fix this problem?

    Posted 09/14/20 10:04 AM

    In a terminal.app type the following commands :

    MacBook-Pro-de-Frederic:~ delhoume$ pwd

    /Users/delhoume

    MacBook-Pro-de-Frederic:~ delhoume$ export CPLEX_STUDIO_IDE_REMOTE_HEARTBEAT=false

    MacBook-Pro-de-Frederic:~ delhoume$ /Applications/CPLEX_Studio1210/opl/oplide/Oplide.app/Contents/MacOS/oplide






    #DecisionOptimization
    #Support
    #SupportMigration


  • 14.  RE: What can I do to fix this problem?

    Posted 09/14/20 10:28 AM

    I think that I did it the right way, but now the program isn't answering when I'm trying to run a model






    #DecisionOptimization
    #Support
    #SupportMigration


  • 15.  RE: What can I do to fix this problem?

    Posted 09/14/20 11:46 AM

    Then I have no idea, and I do not reproduce this behaviour on my machine (Cataline 10.15.6).

    Running with the environment variable set to false seems to work as before.






    #DecisionOptimization
    #Support
    #SupportMigration


  • 16.  RE: What can I do to fix this problem?

    Posted 09/14/20 11:48 AM

    Thanks for your help no matter what :)







    #DecisionOptimization
    #Support
    #SupportMigration