Hello,
I updated my grommio today. Now I get a HTTP-500. according to the logs it is a MAPI error?
2024/10/11 12:32:33 [error] 828#828: *45 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught MAPIException: The operation failed for an unspecified reason in /usr/share/grommunio-web/server/includes/core/class.mapisession.php:606
Stack trace:
#0 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(606): mapi_table_queryallrows()
#1 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(643): MAPISession->loadMessageStoresFromSession()
#2 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(148): MAPISession->getDefaultMessageStore()
#3 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(508): MAPISession->getUser()
#4 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(517): MAPISession->getDisabledFeatures()
#5 /usr/share/grommunio-web/index.php(164): MAPISession->isWebappDisableAsFeature()
#6 {main}
thrown in /usr/share/grommunio-web/server/includes/core/class.mapisession.php on line 606" while reading response header from upstream, client: 130.41.86.xxx, server: _, request: "GET /web/ HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-grommunio-web-fpm.sock:", host: "xxx.xx"
PHP-Log:
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "NOTICE: PHP message: PHP Fatal error: Uncaught MAPIException: The operation failed for an unspecified reason in /usr/share/grommunio-web/server/includes/core/class.mapisession.php:606"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "Stack trace:"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#0 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(606): mapi_table_queryallrows()"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#1 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(643): MAPISession->loadMessageStoresFromSession()"[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#2 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(148): MAPISession->getDefaultMessageStore()"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#3 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(508): MAPISession->getUser()"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#4 /usr/share/grommunio-web/server/includes/core/class.mapisession.php(517): MAPISession->getDisabledFeatures()"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#5 /usr/share/grommunio-web/index.php(164): MAPISession->isWebappDisableAsFeature()"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: "#6 {main}"
[11-Oct-2024 12:32:33] WARNING: [pool grommunio-web-pool] child 1464 said into stderr: " thrown in /usr/share/grommunio-web/server/includes/core/class.mapisession.php on line 606"
[11-Oct-2024 12:34:51] NOTICE: Terminating ...
Any tips on what I could do?