Hello,
I have this error when starting smartview,
check sk133075, but I have not found any network blocking affecting.
I also checked the api status and it returned the following:

[Expert@isis:0]# fw ver
This is Check Point's software version R82 - Build 004
[Expert@isis:0]# free -ht
total used free shared buff/cache available
Mem: 31G 9.0G 4.5G 1.2G 17G 20G
Swap: 31G 0B 31G
Total: 62G 9.0G 35G
[Expert@isis:0]# df -hT
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/vg_splat-lv_current xfs 50G 37G 14G 73% /
/dev/sda1 ext3 282M 63M 204M 24% /boot
tmpfs tmpfs 16G 21M 16G 1% /dev/shm
/dev/mapper/vg_splat-lv_log xfs 750G 627G 124G 84% /var/log
cgroup tmpfs 16G 4.0K 16G 1% /sys/fs/cgroup
more info:
[Expert@isis:0]# cat /web/conf/extra/httpd2-smartview.conf
LoadModule proxy_module modules/libmod_proxy.so
LoadModule proxy_http_module modules/libmod_proxy_http.so
LoadModule proxy_wstunnel_module modules/libmod_proxy_wstunnel.so
ProxyErrorOverride On
<Location /smartview/PUSH/>
ProxyPass ws://127.0.0.1:8082/smartview/PUSH/
ProxyPassReverse ws://127.0.0.1:8082/smartview/PUSH/
</Location>
<Location /smartview/embedded/PUSH/>
ProxyPass ws://127.0.0.1:8082/smartview/embedded/PUSH/
ProxyPassReverse ws://127.0.0.1:8082/smartview/embedded/PUSH/
</Location>
<Location /smartview/editor/PUSH/>
ProxyPass ws://127.0.0.1:8082/smartview/editor/PUSH/
ProxyPassReverse ws://127.0.0.1:8082/smartview/editor/PUSH/
</Location>
<Location /smartview/viewer/PUSH/>
ProxyPass ws://127.0.0.1:8082/smartview/viewer/PUSH/
ProxyPassReverse ws://127.0.0.1:8082/smartview/viewer/PUSH/
</Location>
<Location /smartview/Proxy/PUSH/>
ProxyPass ws://127.0.0.1:8082/smartview/Proxy/PUSH/
ProxyPassReverse ws://127.0.0.1:8082/smartview/Proxy/PUSH/
</Location>
<Location /smartview>
#START_ACCESS_LIST
Require all granted
#END_ACCESS_LIST
<LimitExcept HEAD POST GET>
Require all denied
</LimitExcept>
ProxyPass http://127.0.0.1:8082/smartview
ProxyPassReverse http://127.0.0.1:8082/smartview
</Location>
<Location /smartview/pdf/>
Require all denied
</Location>
[Expert@isis:0]# manage_clients -print
Any
[Expert@isis:0]# tail -f /usr/local/apache2/logs/error_log
[Wed Jun 18 17:46:33.970207 2025] [proxy_http:error] [pid 2000:tid 2000] (70007)The timeout specified has expired: [client 127.0.0.1:35458] AH01102: error reading status line from remote server 127.0.0.1:4434
[Wed Jun 18 17:46:33.970234 2025] [proxy:error] [pid 2000:tid 2000] [client 127.0.0.1:35458] AH00898: Error reading from remote server returned by /smartview/embedded/
Can you guide me on what I should check to solve this problem?