Error when trying to drive Flux with Compose

Unknown
edited November 2021 in Community Q&A

When i do follow step in "How to Drive Flux with Compose" following https://2021.help.altair.com/2021.1/flux/Flux/DocExamples/HowTo/English/HowTo_DriveFluxWithCompose.pdf

I get error about FMP_startLocaleServer

FMP_startLocaleServer: No running JVM
in call to function FMP_startLocaleServer at line number 38 in file flux_mp.oml

How to solve this issue?

Answers

  • Farid zidat_20516
    Farid zidat_20516
    Altair Employee
    edited November 2021

    Hi Aditap;

     

    Have you activated the server manager from Flux supervisor, can you check if you have green light as bellow :

    image

     

    In addition to that, can you please check from the supervisor option that you put the link for compose ?

    image

    Regards 

  • João Marabisa
    João Marabisa
    Altair Employee
    edited November 2021

    Hi Aditap,

    Besides activating the server (as mentioned by Farid), you have to change your "flux_mp.oml" file as below:

    image

    You have to change both cd path and software version and the running again. The standard "flux_mp.oml" file is for version 2018... Changing this, you should not have any problem:

    image

    Thanks, João.