stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
191 stars 205 forks source link

`soroban-rpc` doesn't start in `--pubnet` mode #570

Closed 2opremio closed 8 months ago

2opremio commented 8 months ago

What version are you using?

quickstart:testing

What did you do?

docker run --rm -it \
    -p "8000:8000" \
    --name stellar \
    stellar/quickstart:testing \
    --pubnet \
    --enable-soroban-rpc

What did you expect to see?

soroban-rpc starting

What did you see instead?

Can't open etc/soroban-rpc.cfg: No such file or directory.
Can't open etc/soroban-rpc.cfg: No such file or directory.
Can't open etc/soroban-rpc.cfg: No such file or directory.
init-soroban-rpc: ok

Also, no soroban-rpc process was being started (no sign of it from ps aux | grep rpc).

It seems like the soroban-rpc pubnet config file is not being generated, causing initialization to fail.