This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple Proxy crashes right now (7.8.2017)

Hi,

 

on three different customer firewalls the proxy crashes on and on and gets restarted. Also on one machine the core dumps filled /var/storage.

 

It seems there's a broken pattern update which crashes the proxy.

 

Anyone seeing this too?

 

Thanks

Michael



This thread was automatically locked due to age.
Parents Reply
  • If your Firewall is creating Coredumps because of this Issue, you can list them with following Command:

    sg-gw:/ # cd /var/storage/cores
    sg-gw:/var/storage/cores # du -sh * | sort -h
    4.0G  httpproxy.NAVLWorker_4213
    4.0G  httpproxy.NAVLWorker_4182
    4.0G  httpproxy.NAVLWorker_4213
    ...

    You should see here various files, all having the Size of your Appliance Memory. Their Name should consist of Servicename.PID. Those and only those can be deleted.

Children