ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.27k stars 656 forks source link

Error "[ZMQCollectorInterface.cpp:475] ERROR: Uncompress error" #8700

Closed earendilfr closed 2 months ago

earendilfr commented 2 months ago

Environment:

What happened:

When I start the ntopng after an upgrade, I have the following error:

05/Sep/2024 11:00:52 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3452]
05/Sep/2024 11:00:57 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3483]
05/Sep/2024 11:01:02 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3451]
05/Sep/2024 11:01:07 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3457]
05/Sep/2024 11:01:12 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3473]
05/Sep/2024 11:01:17 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3477]
05/Sep/2024 11:01:22 [ZMQCollectorInterface.cpp:475] ERROR: Uncompress error [-5][len: 3464]

How did you reproduce it?

Start the docker compose and automatically, we seen this error

Debug Information:

earendilfr commented 2 months ago

I see in ticket #8694 that there is a version 10.7.x... But currently, the last version published on docker hub is the 10.6.x.

Did I need to use the ntopng.dev temporary to solve this issue ?

lucaderi commented 2 months ago

Docker image updated. Please update and report if not working (update both ntopng and nProbe) reopening this ticket.

earendilfr commented 2 months ago

Perfect: the error message disappear. Thanks a lot