• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue NodeJS extension not starting any process

Emanuele Coppola

New Pleskian
Hello,
I'm relatively new to plesk since I used some older version and then now my company bought it again since it got better.

What I'm trying to achieve is a fully workng NodeJS application using Plesk.
I tried first with my application, but no proceeses was spawning.

Then I tried to install both of your demo applications here. Everything is set properly but no NodeJS process is spawning.

It looks like Passengers is not starting and when I see the Nginx logs there's this.

[ N 2019-06-02 13:20:51.9549 30536/Tv Ser/Server.h:903 ]: [ApiServer] Freed 0 spare client objects
[ N 2019-06-02 13:20:51.9550 30536/Tv Ser/Server.h:559 ]: [ApiServer] Shutdown finished
[ N 2019-06-02 13:20:51.9732 31050/T1 age/Wat/WatchdogMain.cpp:1300 ]: Starting Passenger watchdog...
[ N 2019-06-02 13:20:51.9872 31064/T1 age/Cor/CoreMain.cpp:1310 ]: Starting Passenger core...
[ N 2019-06-02 13:20:51.9873 31064/T1 age/Cor/CoreMain.cpp:256 ]: Passenger core running in multi-application mode.
[ N 2019-06-02 13:20:52.0286 31064/T1 age/Cor/CoreMain.cpp:985 ]: Passenger core online, PID 31064
[ N 2019-06-02 13:20:52.0990 30536/T1 age/Cor/CoreMain.cpp:1295 ]: Passenger core shutdown finished

When I do "ps aux | grep node" I can't see any Node process.
When I run the start process from the "Run script" button it works fine, but then it doesn't use the Environment variables.

image07.png
 
Back
Top