Questions tagged [phusion]
128 questions
0
votes
1 answer
Node.js web application => Error: EACCES: permission denied, open '/opt/cpanel/ea-ruby27/root/usr/share/passenger/helper-scripts/error.log'
When I was developing my web application in my VSCode, everything was working perfectly fine. Then I deployed it to my web hosting service and I get this error. Does anyone know how I can fix this issue?
This particular web application (Node.js…

Elín Ósk
- 3
- 1
0
votes
1 answer
Phusion Passenger: 'Initialize language runtime' and 'Load or execute application' error with nodejs app
My nodejs app works fine on my local machine in the dev environment, however getting it to work on the production server is a nightmare.
In a nutshell the app is starting but the content is not loading on the site. It is failing to fully initialize…

maksemm
- 1
- 3
0
votes
1 answer
Django rest framework + cpanel's application manager(phusion passenger) = error 500
I'm able to run a local server with the quickstart example from https://www.django-rest-framework.org/tutorial/quickstart/, but after deploy with Application Manager (Phussion Passenger) the
server only display the following page: no css, js
And…

nzf
- 3
- 2
0
votes
1 answer
Cannot GET / request
My router does not seem to work on remote server but it works perfects on local server.
I've tried with so many methods to solve it but yet no results.
At first, the error that gave me had something to do with phusion, hence if the if statement in…

Ekomobong Archibong
- 21
- 6
0
votes
1 answer
Rails 6 - Phusion error for uninitialized constant URI::Generic
I'm using rails 6.0.3.4, ruby 2.5.0 with nginx/1.18.0 (Ubuntu). Everything was fine until I did a new deploy (using capistrano) and suddenly I'm getting Could not spawn process for application /home/deploy/appname/current: The application…

Rubioli
- 670
- 6
- 21
0
votes
0 answers
Phusion Passenger could not spawn process for application - ruby on rails 4.2.8 ruby 2.5.1
i am trying to run an application with phusion on ubuntu 20.04 and i got the following error:
[ E 2020-09-23 13:11:17.9564 7801/Tj age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /home/cylix/comlinked_app: The…

hugo melendez
- 41
- 5
0
votes
2 answers
How to define startup file in phusion/passenger-nodejs docker container
I'm attempting to get a next.js app running in a docker container based on phusion/passenger-docker.
I have what I think is a complete setup based on passenger-docker documentation but I'm getting a 404 page from nginx.
A docker log dump shows that…

gihrig
- 51
- 1
- 10
0
votes
1 answer
Passenger forking with Nginx, action cable & redis
I have some problems on my real time notifier with Passenger (v6.0.0) and Action_cable on my staging server : when i do some action linked to action_cable, some new passenger process appear (forking...) and my memory consumption increase and do not…

Js60
- 63
- 7
0
votes
1 answer
HTTP 503 due to: Request queue full (configured max. size: 100) apache + passanger
I am using ruby on rails with phusion passenger with apache and I am
getting below error. Sometime my server is hangged and ssh login
not working. I have to reboot instance then it will work.
[Client 2-10588] Returning HTTP 503 due to: Request queue…

Jigar Bhatt
- 4,217
- 2
- 34
- 42
0
votes
1 answer
docker installation of openproject: Phusion passenger fails to start after installation
I am trying to install openproject using docker on centos7.6 but Phusion passenger fails to start after installation. Error is suggesting it failed to parse response.
The preloader process sent an unparseable response:. I don't know how to fix this…

Md Zahid Raza
- 941
- 1
- 11
- 28
0
votes
1 answer
phusion passenger charset
I just installed Apache 2, Phusion Passenger and Rails 2.2.2 on Centos 5.2 64 bit server.
My mysql database is latin1, and my setup works on php server, and my rails setup is also working besides character encoding with the data from database.
I…

Trausti Thor
- 3,722
- 31
- 41
0
votes
1 answer
Updating Rails App with Phusion Passenger and Nginx
I have a Rails app served via Phusion Passenger and Nginx. I made some changes to both the server and the client side code, recompiled the production assets with bundle exec rake assets:precompile RAILS_ENV=production, and attempted to restart both…

duhaime
- 25,611
- 17
- 169
- 224
0
votes
0 answers
Requests in queue
I am using phusion passenger open source but facing few problems
Passenger Version: 5.1.12
Nginx Version: 1.12.2
The site which we are using have 300+ users at a time, But within 5 minutes
Requests in queue: 100 Sites get unresponsive
After a minute…

Robert Thomas
- 77
- 8
0
votes
1 answer
Start Phusion Passenger from Ruby code
I'd like to start the server from inside my gem code, the way Rails starts Unicorn, Puma, Webrick or whatever with "rails server". I'd like to have a binary like "mygem server" and that would start Passenger.
I tried with backticks but I'd like to…

Alex Deva
- 17
- 5
0
votes
1 answer
Docker Build - GPG error Phusion Passenger Enterprise
Our docker build using passenger enterprise has stopped building.
We have the following error:
GPG error: https://www.phusionpassenger.com/enterprise_apt xenial Release: The following signatures were invalid: NODATA 2
At this stage in the…

alex
- 5,467
- 4
- 33
- 43