artio icon indicating copy to clipboard operation
artio copied to clipboard

Samples failed to start due to ConfigurationException

Open TKYAngus opened this issue 1 year ago • 1 comments

When trying to start the sample applications (e.g. ExchangeApplication, SampleClient, SampleServer, etc.) I always got exceptions, e.g.:

Exception in thread "main" io.aeron.exceptions.ConfigurationException: ERROR - Archive.Context.controlChannel must be set
Exception in thread "main" io.aeron.exceptions.ConfigurationException: ERROR - Archive.Context.replicationChannel must be set

Can I know are those configs required? If so I think we should fix the sample codes

TKYAngus avatar Mar 18 '24 08:03 TKYAngus