Technical Tip: How to solve the '500 Internal Server Error' in FortiClient EMS Linux
| Description | This article describes how to resolve the error: '500 Internal Server Error' in FortiClient EMS Linux. |
| Scope | FortiClient EMS Linux. |
| Solution | When accessing the FortiClient EMS console through the web, the following message may be displayed:
This error typically occurs when the FortiClient EMS disk reaches its maximum storage capacity. To resolve this, verify that the EMS server storage is indeed full and follow these steps:
sudo find /var/log/forticlientems/ -type f -name ".log" -mtime +10
Note: If the result returns no files or only a few, change the parameter '+1.0' to '+3'.
sudo find /var/log/forticlientems/ -type f -name ".log" -mtime +10 -exec rm -v {} ; Important: If the file modification time was changed to '+3' as instructed in step 2, it must also be replaced in the command above.
Below is a KB article about another possible cause for 500 Internal server error: Troubleshooting Tip: '500 Internal Server Error' when accessing FortiClient EMS Linux on GUI |
