Axon Server fails to start

I have downloaded latest version of Axon server : AxonServer-2023.2.1

I run following command from my axon server directory:
Vinays-MacBook-Pro:AxonServer-2023.2.1 vinaymac$ java -jar axonserver.jar

I am getting error:

WARN 1377 — [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean ‘MessagingClusterServer’; nested exception is io.axoniq.axonserver.exception.FailedToStartException: [AXONIQ-0001] Starting Axon Server Cluster Server failed
2023-12-05 19:26:58.844 ERROR 1377 — [ main] o.s.boot.SpringApplication : Application run failed

org.springframework.context.ApplicationContextException: Failed to start bean ‘MessagingClusterServer’; nested exception is io.axoniq.axonserver.exception.FailedToStartException: [AXONIQ-0001] Starting Axon Server Cluster Server failed

Can you share the full logs? The original cause is probably mentioned somewhere else.