alminiumをインストール後、初期画面を開こうとするとRedmineのエラー画面に遷移します。
httpdのエラーログを見たところ以下のログが記載されておりました。
インストール自体はできていると思うのですが、passengerのLoadでエラーが発生しているように思えます。
再現方法
VirtualBoxで動かしているCentOS6.6minimal(ホストOSはWin8.1)に下記の通りインストール
git clone後にsudo ./smeltを実行
SSL :N
メール : N
jenkins : N
SELinux/Firewall : Y
alminiumインストール後に以下のissueを実行してます
alminiumインストール passenger5.0.4でのapache起動失敗 #169
Could not spawn process for application /opt/alminium: An error occured while starting up the preloader.
Error ID: 0bd924cd
Error details saved to: /tmp/passenger-error-Dk7yEj.html
Message from application: <p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p>
<pre class="commands">bundle install</pre>
<p>If that didn't work, then the problem is probably caused by your application being run under a different environment than it's supposed to. Please check the following:</p>
<ol>
<li>Is this app supposed to be run as the <code>apache</code> user?</li>
<li>Is this app being run on the correct Ruby interpreter? Below you will
see which Ruby interpreter Phusion Passenger attempted to use.</li>
</ol>
<p>-------- The exception is as follows: -------</p>
Could not find gem 'simplecov-rcov (>= 0) ruby' in the gems available on this machine. (Bundler::GemNotFound)
<pre> /usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/resolver.rb:333:in `block in verify_gemfile_dependencies_are_found!'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/resolver.rb:307:in `each'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/resolver.rb:307:in `verify_gemfile_dependencies_are_found!'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/resolver.rb:199:in `start'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/resolver.rb:182:in `resolve'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/definition.rb:193:in `resolve'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/definition.rb:132:in `specs'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/definition.rb:177:in `specs_for'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/definition.rb:166:in `requested_specs'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/environment.rb:18:in `requested_specs'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/runtime.rb:13:in `setup'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler.rb:122:in `setup'
/usr/lib64/ruby/gems/2.1.0/gems/bundler-1.9.2/lib/bundler/setup.rb:18:in `<top (required)>'
/usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in `require'
/usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'
/usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in `require'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/lib/phusion_passenger/loader_shared_helpers.rb:278:in `block in run_load_path_setup_code'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/lib/phusion_passenger/loader_shared_helpers.rb:381:in `running_bundler'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/lib/phusion_passenger/loader_shared_helpers.rb:276:in `run_load_path_setup_code'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/helper-scripts/rack-preloader.rb:99:in `preload_app'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/helper-scripts/rack-preloader.rb:157:in `<module:App>'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
/usr/lib64/ruby/gems/2.1.0/gems/passenger-5.0.6/helper-scripts/rack-preloader.rb:28:in `<main>'</pre>
alminiumをインストール後、初期画面を開こうとするとRedmineのエラー画面に遷移します。
httpdのエラーログを見たところ以下のログが記載されておりました。
インストール自体はできていると思うのですが、passengerのLoadでエラーが発生しているように思えます。
再現方法
VirtualBoxで動かしているCentOS6.6minimal(ホストOSはWin8.1)に下記の通りインストール
git clone後にsudo ./smeltを実行
SSL :N
メール : N
jenkins : N
SELinux/Firewall : Y
alminiumインストール後に以下のissueを実行してます
alminiumインストール passenger5.0.4でのapache起動失敗 #169