i am trying to deploy a node.js app. after creating and installing modules using cpanel interface. when i run script, i get this error: Can’t acquire lock for app: app.
any idea?
i am trying to deploy a node.js app. after creating and installing modules using cpanel interface. when i run script, i get this error: Can’t acquire lock for app: app.
any idea?
6
Answers
try a look at this:
https://cloudlinux.zendesk.com/hc/en-us/articles/360010988820–NodeJS-Selector-not-Working-with-an-Error-Can-t-acquire-lock-for-app
You need to access via terminal to kill the process.
I’m still trying to run a node.js application that not expose a web interface but works like a bot.
Remove
.lock
file at source/home/<repo>/nodevenv/node/
My solution
Open File Manager find .lock:
then remove .lock file
I solved this by going the
virtualenv
folder and deleting the.lock
fileDelete .lock file from /home/nodevenv/