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

You are not logged in.

#1 2023-11-07 03:45:30

baize
Member
Registered: 2023-11-06
Posts: 2

Error during Salome launch(salome_meca-lgpl-2022.1.0-1)

I am installing Salome_meca on Ubuntu 20.4, but I am encountering the following error. Could you please help me understand what is causing this issue?

$ sudo ./salome_meca-lgpl-2022.1.0-1-20221225-scibian-9
not exist: ${XDG_RUNTIME_DIR}
not exist: /etc/krb5.conf
/usr/bin/nvidia-smi
**************************************
INFO : Running salome_meca in GPU mode
**************************************
runSalome running on bunny-x3
Searching for a free port for naming service: 2812 - OK
Searching Naming Service  + found in 0.1 seconds 
Searching /Kernel/Session in Naming Service  +++++No protocol specified
No protocol specified
Traceback (most recent call last):
  File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_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 "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 694, in useSalome
    clt = startSalome(args, modules_list, modules_root_dir)
  File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 639, in startSalome
    session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
  File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_0/bin/salome/orbmodule.py", line 183, in waitNSPID
    raise RuntimeError("Process %d for %s not found" % (thePID,theName))
RuntimeError: Process 41423 for /Kernel/Session not found


--- Error during Salome launch ---

Offline

#2 2023-11-07 03:54:17

baize
Member
Registered: 2023-11-06
Posts: 2

Re: Error during Salome launch(salome_meca-lgpl-2022.1.0-1)

Entering the following commands can resolve the issue.

xhost local:singularity

Offline