Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running throughput example #11

Closed
mkpankov opened this issue Apr 23, 2021 · 2 comments
Closed

Error running throughput example #11

mkpankov opened this issue Apr 23, 2021 · 2 comments

Comments

@mkpankov
Copy link

➜  aeron-rs git:(master) cargo run --example throughput
    Finished dev [unoptimized + debuginfo] target(s) in 0.15s
     Running `target/debug/examples/throughput`
Subscribing to channel aeron:udp?endpoint=localhost:40123 on Stream ID 1001
Streaming 10000000 messages of payload length 32 bytes to aeron:udp?endpoint=localhost:40123 on stream ID 1001
Using CnC file: /dev/shm/aeron-mkpankov/cnc.dat
Error creating Aeron instance: Some(MemMappedFileError(Os { code: 2, kind: NotFound, message: "No such file or directory" }))

aeronmd is on the path:

➜  aeron-rs git:(master) ✗ aeronmd --help
aeronmd: invalid option -- '-'
Usage: aeronmd [-v][-Dname=value]
@dyangelo-grullon
Copy link

// This function starts Aeron media driver. The driver needs to be compiled prior the testing from
// official C distribution.
// It should be present in PATH env variable.

@XX
Copy link
Contributor

XX commented Jan 15, 2025

@mkpankov Aeron media driver (aeronmd) must be started manually before running tests.

@XX XX closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants