The Spectrum Performance View (SPV) page fails to load or connect, even though the SpectrumInsideView process is running on the OneClick server. The local
operating system firewall (e.g., firewalld) is confirmed to be disabled, and restarting the tomcat and processd services does not resolve the issue.
Using powershell from the end user's desktop testing tcp connectivity fails
test-netconnection -Computer <Server_IP> -port 3000
# Output: TcpTestSucceeded : False, status: TimedOut
The issue is caused by an external network firewall or security appliance (such as Zscaler or a corporate VPN policy) blocking traffic on TCP port 3000 (grafana default port), which
is required for the Grafana-based Performance View. This can occur even if the Spectrum server's local firewall is disabled.
TimedOut, contact your network security or firewall administrator.test-netconnection command to confirm TcpTestSucceeded : True. The Performance View page should now load correctly.