Jetson orin nano riva server not starting

i was trying to run RIVA into jetson orin nano to do this i followed the following steps :

  1. Follow RIVA quick start guide from: Quick Start Guide — NVIDIA Riva
  2. Edited the docker daemon file to set default runtime to “nvidia” and restarted the docker service
  3. Installed the NGC CLI with API_key through :NVIDIA NGC CLI Install for ARM64 linux and followed all the steps

download the tool

verify download
set the tool to command path
set NGC credentials

  1. Download riva through Local Deployment Using Quick Start Scripts in: Quick Start Guide — NVIDIA Riva
  2. Edited the config.sh to enable only ASR and set gpu family to : Tegra and platform to : orin
  3. Ran riva_init through bash
  4. Riva runs in a docker container so added profile to docker group and set the user to pulse-access
  5. Installed the RIVA python client through :GitHub - nvidia-riva/python-clients
  6. Imported all the requirements and followed all the step and build the whl file
  7. Tried to Started the riva server with riva_start.sh but got this response

Hi,

Could you share the message by running docker logs riva-speech?

We also have a container for the RIVA environment.
Please find the below link for the info:

Thanks.

after running docker logs riva-speech , there are no message in terminal itself are these logs saved some where else if yes could you please help me to access those

Hi,

Thanks for reporting this.
We test RIVA 2.19.0 on JetPack 6.2 and also observe the same error:

Starting Riva Speech Services. This may take several minutes depending on the number of models deployed.
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
Waiting for Riva server to load all models...retrying in 10 seconds
...

We need to check this issue with our internal team and update more information to youl
Thanks.

Hi,

We tested the script again and the server can run correctly this time.
Could you check if this also works on your side now?

$ ./riva_start.sh
Starting Riva Speech Services. This may take several minutes depending on the number of models deployed.
Waiting for Riva server to load all models...retrying in 10 seconds
Riva server is ready...
Use this container terminal to run applications:
root@595c5b63e1d0:/opt/riva#

Thanks.