real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Apache License 2.0
7.37k stars 888 forks source link

Aeron Cluster Tutorial doesn't work with Aeron 1.40 #1420

Closed pieceofchum closed 1 year ago

pieceofchum commented 1 year ago

Just reporting that trying to start the basic-auction-cluster in the Aeron Cluster tutorial gives the following error:

[663524.832683] log started 2023-02-04 20:16:18.899-0500 Exception in thread "main" Exception in thread "main" Exception in thread "main" io.aeron.exceptions.ConfigurationException: ERROR - Archive.Context.replicationChannel must be set io.aeron.exceptions.ConfigurationException: ERROR - Archive.Context.replicationChannel must be set io.aeron.exceptions.ConfigurationException: ERROR - Archive.Context.replicationChannel must be set at io.aeron.archive.Archive$Context.conclude(Archive.java:985)

This occurs with Windows and Linux using either JDK17 or 11.

mikeb01 commented 1 year ago

Thank you, we had patched this in HEAD, but the tutorial runs off the release version. I've created a branch from the 1.40.0 release that includes the fix and updated the tutorial documentation to reference that branch.

pieceofchum commented 1 year ago

Thanks this is great news.Sent from my iPhoneOn Feb 7, 2023, at 6:48 PM, Michael Barker @.***> wrote: Thank you, we had patched this in HEAD, but the tutorial runs off the release version. I've created a branch from the 1.40.0 release that includes the fix and updated the tutorial documentation to reference that branch.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>