Top Menu

Jump to content
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    Home
    • 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

      OpenProject ID Google

Side Menu

Collapse project menu

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

Content

Expand project menu
General discussion
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. General discussion
  5. Error bundle install problem

Error bundle install problem

Added by Alexandre Cavalier over 5 years ago

Hi, 

I try to access to jobs works in order to solve an email problem (https://community.openproject.com/topics/6429), but here is the responses of my commands.

I tried to install the missing gem manually, but then it asked me to install another, and then another, etc.

Do you know what could be the problem ?

Thanks

RAILS_ENV=production bundle exec rake jobs:work
Could not find airbrake-9.4.3 in any of the sources
Run `bundle install` to install missing gems.

bundle install
Fetching gem metadata from https://rubygems.org/........
Using rake 13.0.1
Errno::EACCES: Permission denied @ rb_sysopen - /opt/openproject/vendor/bundle/bin/rake
An error occurred while installing rake (13.0.1), and Bundler cannot continue.
Make sure that `gem install rake -v '13.0.1' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  actionpack-xml_parser was resolved to 2.0.1, which depends on
    railties was resolved to 6.0.2.1, which depends on
      rake

gem install rake -v '13.0.1' --source 'https://rubygems.org/'
Successfully installed rake-13.0.1
Parsing documentation for rake-13.0.1
Done installing documentation for rake after 0 seconds
1 gem installed

Loading...