(code=exited, status=203/EXEC)

Hi , I am new in Genieacs , I am trying to complete the installation but I am facing a problem in the last installation step which is to enable , start and check the services all the services gives me the same error :

genieacs-cwmp.service - GenieACS CWMP
Loaded: loaded (/etc/systemd/system/genieacs-cwmp.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2021-09-29 12:30:18 UTC; 5min ago
Process: 15718 ExecStart=/usr/bin/genieacs-cwmp (code=exited, status=203/EXEC)
Main PID: 15718 (code=exited, status=203/EXEC)

Sep 29 12:30:18 ip-172-31-23-196.us-east-2.compute.internal systemd[1]: Started GenieACS CWMP.
Sep 29 12:30:18 ip-172-31-23-196.us-east-2.compute.internal systemd[1]: genieacs-cwmp.service: main process exited, code=exited, status=203/EXEC
Sep 29 12:30:18 ip-172-31-23-196.us-east-2.compute.internal systemd[1]: Unit genieacs-cwmp.service entered failed state.
Sep 29 12:30:18 ip-172-31-23-196.us-east-2.compute.internal systemd[1]: genieacs-cwmp.service failed.

Can any one tell me what is the problem , i am trying to solve it from yesterday but its still not running , thanks

Run this to see what the log says:

journalctl -u genieacs-cwmp

Failed at step EXEC spawning /bin/bash/usr/bin/genieacs-cwmp: Not a directory

and I found that node executable is not found in /usr/bin

Hi , when I tried “whereis genieacs-wcmp” command this was the output : /home/ec2-user/.nvm/versions/node/v16.10.0/bin/genieacs-ui

But the " ExecStart=/usr/bin/genieacs-wcmp" I tried to change this path to the path where the genieacs-wcmp is but it gave permission denied and it shoud be in the /usr/bin/ path …

so I tried to make symlink to “usr/bin” but it even did not work .

can you help please ? I am trying from 2 days

Same error im having

Was / is there any resolution to this ?