Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby-on-rails-4/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Phusion Passenger无法为应用程序生成进程-ruby on rails 4.2.8 ruby 2.5.1_Ruby_Ruby On Rails 4_Passenger_Phusion - Fatal编程技术网

Phusion Passenger无法为应用程序生成进程-ruby on rails 4.2.8 ruby 2.5.1

Phusion Passenger无法为应用程序生成进程-ruby on rails 4.2.8 ruby 2.5.1,ruby,ruby-on-rails-4,passenger,phusion,Ruby,Ruby On Rails 4,Passenger,Phusion,我试图在ubuntu 20.04上运行一个带有phusion的应用程序,但出现以下错误: [ 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 application encountered the following error: No such file t

我试图在ubuntu 20.04上运行一个带有phusion的应用程序,但出现以下错误:

[ 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 application encountered the following error: No such file to load -- sassy-maps/version (LoadError)
  Error ID: 2d832417
  Error details saved to: /tmp/passenger-error-zpHwA5.html

[ E 2020-09-23 13:11:17.9652 7801/T9 age/Cor/Con/CheckoutSession.cpp:274 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 2d832417. Please see earlier logs for details about the error.

这是一条重要的信息:没有这样的文件要加载-sassy maps/version您刚才添加或删除了sassy maps gem吗?你对档案做了什么改动吗?如何使用sassy maps gem?Gemfile中从未包含sassy maps gem,这就是问题的原因。请查看Gemfile.lock。即使您没有包括它,您的一个gem可能正在使用它。乘客将错误详细信息写入的文件如何保存到:/tmp/Passenger-error-zpHwA5.html?