Description |
This article provides step-by-step guidance for resolving a 502 Proxy Error encountered when attempting to remediate incidents for devices in FortiSIEM. |
Scope |
FortiSIEM v7.x+. |
Solution |
The issue occurs when the device name in the CMDB has been altered, either automatically or manually, causing a mismatch.
1. Monitor the Phoenix Log in Real-Time: se the following command to monitor the phoenix.log for error messages:
# tail -f /opt/glassfish/domains/domain1/logs/phoenix.log
2024-12-19 10:42:38,695 [http-listener-2(6)] ERROR com.ph.phoenix.model.ui.Whois - [PH_APPSERVER_GENERIC_ERROR]:[phCustId]=2000,[eventSeverity]=PHL_ERROR,[phEventCategory]=3,[procName]=AppServer,[phLogDetail]=Failed to communicate with whois server whois.networksolutions.com
Additionally, check if there is another log entry similar to:
2024-12-19 10:43:44,781 [http-listener-2(19)] ERROR com.ph.phoenix.model.ui.Whois - [PH_APPSERVER_GENERIC_ERROR]:[phCustId]=2000,[eventSeverity]=PHL_ERROR,[phEventCategory]=3,[procName]=AppServer,[phLogDetail]=Error: Failed to communicate with whois server whois.internic.net
Note: The whois server mentioned in the log is unrelated to this issue.
Conclusion: |