Hello,
I'm having an issue where ZAP hangs during startup on a headless Ubuntu 24 server. It loads all the add-ons and then freezes completely without any error messages.
My Environment:
OS: Ubuntu 24.04 LTS
ZAP Version: 2.16.1
Java Version: 21.0.8 (from ZAP's log)
Mode: Headless / Daemon
Steps to Reproduce: I'm running ZAP directly in the foreground to debug the issue with this command:
Observed Behavior: The initialization log prints out, showing all add-ons being loaded. It then stops and hangs indefinitely after the final add-on log message (Initializing OAST Scripts).
There are no error messages or crash reports.
The process remains active but consumes no CPU.
The API port (8080) never opens (confirmed with ss -ltnp).
Log File: Here is the full log from zap.log until the point where it hangs:
Has anyone else experienced this with a similar setup? Is this a known issue, or is there anything else I could check?
Thanks for your help!