Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2021-02-11 21:29:21

rahul9d
Member
Registered: 2021-02-02
Posts: 1

Error while lunching salome_meca

Hi all,

New to Salome_meca.  Facing problem while launching salome_meca 2020 running on Ubuntu 20.04.

runSalome running on algorithm-VirtualBox
Searching for a free port for naming service: 2815 - OK
inside europlexus set env...
Searching Naming Service  +omniNames: (0) 2021-02-12 01:54:29.302881: -ORBendPoint option overriding default endpoint.
found in 0.1 seconds
Searching /Kernel/Session in Naming Service  +SALOME_Session_Server: error while loading shared libraries: libquadmath.so.0: cannot open shared object file: No such file or directory
Warning, no type found for resource "localhost", using default value "single_machine"
Traceback (most recent call last):
  File "/home/algorithm/salome_meca/V2020.0.1_universal_universal/modules/KERNEL_V9_4_0/bin/salome/orbmodule.py", line 181, in waitNSPID
    os.kill(thePID,0)
ProcessLookupError: [Errno 3] No such process

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/algorithm/salome_meca/appli_V2020.0.1_universal_universal/bin/salome/runSalome.py", line 679, in useSalome
    clt = startSalome(args, modules_list, modules_root_dir)
  File "/home/algorithm/salome_meca/appli_V2020.0.1_universal_universal/bin/salome/runSalome.py", line 624, in startSalome
    session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
  File "/home/algorithm/salome_meca/V2020.0.1_universal_universal/modules/KERNEL_V9_4_0/bin/salome/orbmodule.py", line 183, in waitNSPID
    raise RuntimeError("Process %d for %s not found" % (thePID,theName))
RuntimeError: Process 5805 for /Kernel/Session not found


--- Error during Salome launch ---



Thanks in advance

Offline

#2 2021-09-23 10:40:30

mf
Member
Registered: 2019-06-18
Posts: 407

Re: Error while lunching salome_meca

Hello,

I had to do a reinstall today and received the same error.

sudo apt-get install libquadmath0

did the job,

Mario.

Last edited by mf (2021-09-23 11:54:42)

Offline