Suddenly the application developer server came out: Connection

I get the following error right after updating my host in Phusion Passenger 3.0. This happens "sometimes" for no apparent reason. If the problem was a gem, I assume that I always get an error.

I can reproduce the error a bit by clicking the same link again and again.

Any idea?


The passenger found the following error: The application developer server unexpectedly exited: Connection failed - / tmp / passenger.1.0.17525 / generation-3 / spawn-server / socket.8572.59234504525620

Exception Class: PhusionPassenger :: Rack :: ApplicationSpawner :: Backtrace Error:

File line location

0 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / lib / phusion_passenger / rack / application_spawner.rb 118 in spawn_application' 1 /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb 257 in spawn_rack_application '2 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / lib / phusion_passenger / abstract_server_collection.rb 82 in synchronize' 3 /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server_collection.rb 79 in synchronize '4 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / lib / phusion_passenger / spawn_manager.rb 244 in spawn_rack_application' 5 /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/spawn_manager.rb 137 in spawn_application' 6 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / lib / phusion_passenger / spawn_manager.rb 275 in handle_spawn_application' 7 /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb 357 in send " 8 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / lib / phusion_passenger / ab stract_server.rb 357 in server_main_loop' 9 /usr/lib/ruby/gems/1.8/gems/passenger-3.0.9/lib/phusion_passenger/abstract_server.rb 206 in start_synchronously' 10 / usr / lib / ruby ​​/ gems / 1.8 / gems / passenger-3.0.9 / helper-scripts / passenger-spawn-server 99

+4
source share
1 answer

Have you checked if there are any resolution problems in the / tmp directory? This post looks weird:

 Connection refused - /tmp/passenger.1.0.17525/generation-3/spawn-server/socket.8572.59234504525620 

Also, the latest version of Passenger is 3.0.12, although the update probably won't fix the problem.

+1
source

Source: https://habr.com/ru/post/1381737/


All Articles