Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Error with bundle install

Error with bundle install

Added by Luis Gdonis almost 11 years ago

Hi community,

I try to install openproject in Ubuntu 12.10 (digital ocean vps),
and when run the bundle install return a error message

openproject@ldonis:~/openproject$ bundle install

Fetching source index from https://rubygems.org/
Fetching https://github.com/fnando/i18n-js.git

Retrying git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet due to error (2/3): Errno::ENOMEM Cannot allocate memory - git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet
Retrying git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet due to error (3/3): Errno::ENOMEM Cannot allocate memory - git clone ‘https://github.com/fnando/i18n-js.git’ “/home/openproject/.rvm/gems/ruby-2.1.0/cache/bundler/git/i18n-js-fae2df6fb9ac31cd7f015d53ec90f3c1044abda9” —bare —no-hardlinks —quiet
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!

What I can to do ?
Thanks!


Replies (1)

RE: Error with bundle install - Added by Brendan Dunn almost 11 years ago

This looks like a system problem with your VM running out of memory. i had a similar problem when testing on Amazon Web Services smallest Ubuntu 4.04 server.
To fix it I stopped service I did not need at the time such as apache and postgres
e.g.

sudo service apache2 stop

  • (1 - 1/1)
Loading...