Keywords: OpenProject - Virtual Machines - Technical issue - Other
bnsupport ID: ea86bb01-6a97-3e55-d281-2c25891ee628
Description:
Hi all,
I have the same issues as described at https://community.bitnami.com/t/error-500-after-install-openproject-11-1-0/90295.
I'm getting unregularly recurring error 500 messages when working with OpenProject 11.1.2 on Bitnami Virtual Machine (Debian 10.8, VMware ESXi 6.7 U2).
Sometimes I get a more detailed error message: "Ein interner Fehler ist aufgetreten. Permission denied @ rb_sysopen - /opt/bitnami/apps/openproject/htdocs/tmp/cache/[...]".
The permissions of the cache folders are set as shown in the linked thread.
After refreshing the site in the browser the error disappears and you can go on with working until this error appears on another site of OpenProject.
Here is an excerpt of the access_log of the apache web server:
x.x.x.x - - [12/Feb/2021:10:51:57 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:51:57 +0000] "GET /assets/frontend/9.542947231c8ee211f039.js HTTP/1.1" 200 7236
x.x.x.x - - [12/Feb/2021:10:51:57 +0000] "GET /api/v3/configuration HTTP/1.1" 200 361
x.x.x.x - - [12/Feb/2021:10:51:57 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 302 140
x.x.x.x - - [12/Feb/2021:10:51:59 +0000] "GET /users/13/edit/general HTTP/1.1" 200 10256
x.x.x.x - - [12/Feb/2021:10:52:00 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:52:00 +0000] "GET /assets/frontend/12.9835f51ccd52b6e7cdba.js HTTP/1.1" 200 356
x.x.x.x - - [12/Feb/2021:10:52:00 +0000] "GET /api/v3/configuration HTTP/1.1" 200 361
x.x.x.x - - [12/Feb/2021:10:52:00 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 302 140
x.x.x.x - - [12/Feb/2021:10:52:02 +0000] "GET /users/13/edit/memberships HTTP/1.1" 200 7753
x.x.x.x - - [12/Feb/2021:10:52:02 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:52:02 +0000] "GET /api/v3/configuration HTTP/1.1" 200 361
x.x.x.x - - [12/Feb/2021:10:52:03 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 302 140
x.x.x.x - - [12/Feb/2021:10:52:04 +0000] "GET /admin/groups HTTP/1.1" 200 5753
x.x.x.x - - [12/Feb/2021:10:52:05 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:52:05 +0000] "GET /api/v3/configuration HTTP/1.1" 500 198
x.x.x.x - - [12/Feb/2021:10:52:05 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 500 198
x.x.x.x - - [12/Feb/2021:10:52:07 +0000] "GET /admin/roles HTTP/1.1" 200 6358
x.x.x.x - - [12/Feb/2021:10:52:07 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:52:07 +0000] "GET /api/v3/configuration HTTP/1.1" 200 361
x.x.x.x - - [12/Feb/2021:10:52:07 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 302 140
x.x.x.x - - [12/Feb/2021:10:52:14 +0000] "GET /settings/plugin/openproject_avatars HTTP/1.1" 500 4571
x.x.x.x - - [12/Feb/2021:10:52:14 +0000] "GET /assets/frontend/156.816ffb4e1d292f503212.js HTTP/1.1" 200 17689
x.x.x.x - - [12/Feb/2021:10:52:14 +0000] "GET /api/v3/configuration HTTP/1.1" 500 198
x.x.x.x - - [12/Feb/2021:10:52:14 +0000] "GET /api/v3/users/4/avatar HTTP/1.1" 500 198
Here you can see the recurring error 500 although there are no issues for the same request on an earlier timestamp.
It's not possible to open a case at OpenProject because they don't support the installation on a Bitnami system.
Please help.
Thank You
TheExpert