#Deploying a soroban rpc

3 messages · Page 1 of 1 (latest)

hushed island
#

Hey yall,

I am trying to deploy a soroban RPC following these instructions https://soroban.stellar.org/docs/reference/rpc#deploy-your-own-rpc-instance in the docker image section.
I am running into this error and am not sure if this is due to a problem with my config toml or if there is a problem with the docker image. Any help would be much appreciated.

time="2023-12-13T16:57:09.576Z" level=info msg="default: Application destructing" pid=1 subservice=stellar-core
time="2023-12-13T16:57:09.613Z" level=info msg="default: Application destroyed" pid=1 subservice=stellar-core
time="2023-12-13T16:57:09.672Z" level=error msg="default: Got an exception: Local node's ledger corrupted during close" pid=1 subservice=stellar-core
time="2023-12-13T16:57:09.672Z" level=error msg="default: Please report this bug along with this log file if this was not expected" pid=1 subservice=stellar-core
time="2023-12-13T16:57:09.676Z" level=error msg="could not run ingestion. Retrying" error="error starting prepare range: opening subprocess: error running stellar-core: error runing stellar-core catchup: exit status 1" pid=1
time="2023-12-13T16:57:10.677Z" level=info msg="Ingesting ledger 2996800" pid=1
time="2023-12-13T16:57:10.678Z" level=warning msg="runtime error: invalid memory address or nil pointer dereference when calling github.com/stellar/soroban-tools/cmd/soroban-rpc/internal/ingest.startService.func1" pid=1
time="2023-12-13T16:57:10.678Z" level=warning msg="runtime/panic.go:914 +0x21f" pid=1

The RPC service allows you to communicate directly with Soroban via a JSON RPC interface.

oak zinc
#

can you provide the helm chart command you used for deployment? and what does helm search repo stellar/soroban-rpc show locally, should see 0.1.1 for chart version

fickle viper
#

@hushed island i think you're linking to the top of this page where helm is discussed, but it sounds like you're actually following the docker image installation steps right? https://soroban.stellar.org/docs/reference/rpc#docker-image

If so, do you mind trying again and just pulling the latest image/tag? It looks like our docs are telling you to pull an image tag which is not compatible with testnet. Very sorry about that, I'm getting the docs updated now!

The RPC service allows you to communicate directly with Soroban via a JSON RPC interface.