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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. OpenProject API: "PATCH" requests fail after upgrade to Ubuntu 22.04 LTS

OpenProject API: "PATCH" requests fail after upgrade to Ubuntu 22.04 LTS

Added by Keith Brautigam over 2 years ago

After upgrading from Ubuntu 18.04 LTS to 22.04 LTS all OpenProject API "PATCH" calls fail with HTTP status code 503. All of the "GET" calls still work.

Here are some sample lines from Apache 2's "other_vhosts_access.log" file:

op:80 192.168.0.9 - - [09/Jan/2023:10:40:06 -0500] "GET /api/v3//work_packages/2448 HTTP/1.1" 200 8380 "-" "-"
op:80 192.168.0.9 - - [09/Jan/2023:10:40:06 -0500] "PATCH /api/v3//work_packages/2448 HTTP/1.1" 503 0 "-" "-"

The Mozilla explanation of 503 (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503) points to a service not running, but since "GET" works I suspect that the upgrade changed some folder permissions.

But I don't know what folders I should check.

Any suggestions are appreciated.

Thank you!

P.S. OpenProject version is 10.6.5. Database is PostgreSQL 9.6.24.


Loading...