• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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