Used Zammad version: Zammad Version 6.4.0 (newest)
Used Zammad installation type: package
Operating system: Ubuntu 22.04
Browser + version: Chrome,Firefox, Edge etc
Expected behavior:
Zammad should run without any problems and without craching randomly
Actual behavior:
Our self hosted zammad instance randomly crashes
When we check production.log or apache2 error.log we cannot see any errors
Load of server is very low because we only use (15) e-mail channels as ticket input and we only have 25 agents which are working directly in the system
Does anyhove have a hint for me where to search for any errors when the instance crashes?
Would you mind to define “crashes”?
You gotta give us at least something what you’re seeing. Even without “error”, you’d notice that something is out of order, no?
Yeah, I just thought the same when I clicked on submit.
When the system crashes we just see a white page and the browser is loading without any changes. Sometimes the browser shows a 502 from the webserver and sometimes there is a proxy error message coming up from apache2. A simple restart of the zammad service directly on the server is not possible so that we need to restart the whole server.
Maybe anyone had the same experience when using apache2 reverse proxy with zammad?
@derw0lf would be grate if you could share more information about your environment. Can you share the output zammad run env, how often the problem appears and any other useful information you have?
When the system crashes we just see a white page and the browser is loading without any changes. Sometimes the browser shows a 502 from the webserver and sometimes there is a proxy error message coming up from apache2. A simple restart of the zammad service directly on the server is not possible so that we need to restart the whole server.
JFI: It seems only “zammad-web” (puma) is affected. There is no need to restart the whole server. Only a restart of “zammad-web” should work (maybe you need to kill the process first).
Last week we had multiple crashes within 1 hour and I just updated the current installed zammad version with a newer one from the repository via apt upgrade. Afterwards there was no problem for 2-3 days and then the services crashed again without any reasons we can see from the logs. The production.log shows no error and the apache error.log shows no error. I just increased the log of the mod_proxy module from apache yesterday so that we have more detailed information on the client connections when the next crash happens.
Seeing similar issues with random crashes spaced days apart that just show a white screen with no obvious accompanying error. Zammad 6.4.0 on Ubuntu 22.04. Please let me know if I can provide more details.