ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Stuck at RAILS_ENV=production bundle exec rake db:migrate

Added by Afatac -- at 2012-08-22 05:22 am

Hi,

Currently, I am trying to install Chiliproject 3.3.0 in a cPanel shared hosting Linux server.

All the required gems are installed successfully in /home/diworkfl/ruby/gems using command

bundle install –without development test postgres sqlite

See attached screenshots for the local gem list and gem env.

I get stuck at this command

RAILS_ENV=production bundle exec rake db:migrate

The returned message is

/home/diworkfl/ruby/gems/gems/i18n-0.4.2/lib/i18n/core_ext/string/interpolate.rb:90: [BUG] Segmentation fault
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]

Most likely it has nothing to do with my configuration in database.yml because I did not get the connection error message.

Do you have any idea what has gone wrong?

screenshot_1.png (11.7 kB)

screenshot_2.png (14.4 kB)


Replies (2)

RE: Stuck at RAILS_ENV=production bundle exec rake db:migrate - Added by Felix Schäfer at 2012-08-23 09:29 am

I'm afraid the error looks more like something going awry with the installed ruby interpreter that with ChiliProject or the way you've installed it, sorry. For reference, the current patch level for ruby 1.8.7 seems to be 370.

I'd suggest you contact your hosting provider on this one.

(1-2/2)