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. Issues with Ubuntu 16.04 server and OpenProject

Issues with Ubuntu 16.04 server and OpenProject

Added by Andy Osland about 8 years ago

I have a relatively new install of OpenProject on a test server. It is a Ubuntu 16.04 server. I noticed in my vCenter client that the test server was taking up a significant amount of CPU. I checked the processes and found that the two processes below were restarting (getting a new process ID on every refresh of htop) and they wouldn’t stay dead when I killed them. I need to kill them and then figure out what was happening with them. Does anyone know how to nicely stop the OpenProject server? I just went to the extreme and renamed the bin directory to bin.bak and that stopped it, but I would like to know how to do it nicely for when I put this into production.
Thank you,
Andy

openpro+ 21958 1 85 14:40 ? 00:00:04 /opt/openproject/vendor/bundle/ruby/2.3.0/bin/unicorn —config-file config/unicorn.rb —host 127.0.0.1 —port 6000 —env production
openpro+ 21987 1 0 14:41 ? 00:00:00 ruby /opt/openproject/bin/bundle exec rake jobs:work


Replies (3)

RE: Issues with Ubuntu 16.04 server and OpenProject - Added by Oliver Günther about 8 years ago

The package uses upstart to configure and scale the daemons that it runs. You listed both services that are used:

  • The delayed_jobs worker for asynchronous background tasks (especially mail delivery)
  • The Unicorn server (master and WEB_TIMEOUT workers)

I never heard of the issue you mention, only the unicorn master will kill and spawn new workers as they reach a specific lifetime/memory limit. Do you see anything suspicious in the web* and worker* logs at /var/log/openproject/ ?

To manually control the services (downscale), use openproject scale web=0, openproject scale worker=0 (and 1 to re-enable).

Best,
Oliver

RE: Issues with Ubuntu 16.04 server and OpenProject - Added by Andy Osland about 8 years ago

Oliver,
Thank you very, very much for your reply. I went ahead and built a new dedicated server for Open Project and uninstalled it from the test server I had it on, but I don’t see and web* or worker* logs in that directory. I just see some cron* and production* logs. That might be a result of the uninstall, but I don’t think so. Thank you for the commands, I’ll definitely use them in the future.
I know it’s a little off subject, but is there a limit on how many users can use the community edition of OpenProject? I haven’t seen any limit stated, but I’d rather find out now than when it’s in production :-).
Thank you,
Andy

RE: Issues with Ubuntu 16.04 server and OpenProject - Added by Oliver Günther about 8 years ago

Hi Andy,

I don’t know by heart whether the logs are removed by default (should by if you purge it). Let us know If you run into issues again.

I know it’s a little off subject, but is there a limit on how many users can use the community edition of OpenProject? I haven’t seen any limit stated, but I’d rather find out now than when it’s in production :-)

Nope, there is no such limitation. The Enterprise Edition we provide only grants more features compared to CE. There are no imposed restrictions on the number of users, projects, or other objects in the installation.

Best,
Oliver

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