Riva Quick Start Guide Using Jetson Xavier NX: Terminating Riva startu

Hello,
I am trying to run the Riva Quick Start Guide (Quick Start Guide — NVIDIA Riva Skills). During the Initialize and start Riva steps that initializes downloads and prepares Docker images and models, I get the following docker related error highlighted below:

Running on Jetson Xavier NX Developer Kit with 6 GB Memory

ahalim@ubuntu:~/riva_quickstart_arm64_v2.1.0$ sudo bash riva_start.sh
Starting Riva Speech Services. This may take several minutes depending on the number of models deployed.
a6120bc6d5711a240cf6f37257765d63e170224aaa80644011f726e628cb0680
Error response from daemon: Container a6120bc6d5711a240cf6f37257765d63e170224aaa80644011f726e628cb0680 is not running
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
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
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
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
Waiting for Riva server to load all models…retrying in 10 seconds
Waiting for Riva server to load all models…retrying in 10 seconds
Health ready check failed.
Check Riva logs with: docker logs riva-speech

Description: NVIDIA Jetpack Meta Package
Description-md5: ad1462289bdbc54909ae109d1d32c0a8

Package: nvidia-jetpack
Version: 5.0-b114
Architecture: arm64
Maintainer: NVIDIA Corporation
Installed-Size: 194
Depends: nvidia-cuda (= 5.0-b114), nvidia-opencv (= 5.0-b114), nvidia-cudnn8 (= 5.0-b114), nvidia-tensorrt (= 5.0-b114), nvidia-container (= 5.0-b114), nvidia-vpi (= 5.0-b114), nvidia-nsight-sys (= 5.0-b114), nvidia-l4t-jetson-multimedia-api (>> 34.1-0), nvidia-l4t-jetson-multimedia-api (<< 34.2-0)
Homepage: Autonomous Machines | NVIDIA Developer
Priority: standard
Section: metapackages
Filename: pool/main/n/nvidia-jetpack/nvidia-jetpack_5.0-b114_arm64.deb
Size: 29370
SHA256: 3b5c14e3ed53cd2517d1a318d056aad3d8b44ff660a489a9b62825d518cf7c5b
SHA1: 608d1f78791a2bdda8bf88443796dfe99f19b199
MD5sum: dbcb9ff116c50b66d5270acd95e05f9a
Description: NVIDIA Jetpack Meta Package
Description-md5: ad1462289bdbc54909ae109d1d32c0a8

Please advise

For more information and questions regarding Riva, please visit the NVIDIA Riva Developer Forum.

I did visit the Riva Forum. There is nothing there that would help. Perhaps you can point me to the right place

Regards

HI @halimatif

Thanks for your interest in Riva

Apologies, this is the right place to post the Riva queries

Thanks for sharing the riva_start.sh logs

I request to perform the following below steps

  1. Run bash riva_clean.sh
  2. Run bash riva_init.sh and share the complete log output as file in this thread, also requesting to share the config.sh used,

We want to analyse the logs of riva_init and check everthing is fine

Thanks

Hi,
I ran sudo bash riva_clean.sh and sudo bash riva_init.sh commands. I am not sure how to access complete logs you mentioned above. Below is what I did based on your comments :


Waiting for Riva server to load all models…retrying in 10 seconds
Waiting for Riva server to load all models…retrying in 10 seconds
Health ready check failed.
Check Riva logs with: docker logs riva-speech
ahalim@ubuntu:~/RIVA/riva_quickstart_arm64_v2.1.0$ sudo docker logs riva-speech
Error: No such container: riva-speech

Post this I ran the command “sudo bash riva_clean.sh” once again. I got the following:

ahalim@ubuntu:~/RIVA/riva_quickstart_arm64_v2.1.0$ sudo bash riva_clean.sh
Cleaning up local Riva installation.
Image nvcr.io/nvidia/riva/riva-speech:2.1.0-arm64-server found. Delete? [y/N] y
Image nvcr.io/nvidia/riva/riva-speech:2.1.0-arm64-servicemaker has not been downloaded, or has already been deleted.
Error: No such volume: /home/ahalim/RIVA/riva_quickstart_arm64_v2.1.0/model_repository
‘/home/ahalim/RIVA/riva_quickstart_arm64_v2.1.0/model_repository’ is not a Docker volume, or has already been deleted.
Found models at ‘/home/ahalim/RIVA/riva_quickstart_arm64_v2.1.0/model_repository’. Delete? [y/N] y

Hi @halimatif

Thanks for your interest in Riva,

Even if some path is not present and getting error during riva_clean.sh you can ignore and continue for now,

After running riva_clean.sh to get the complete logs, Please try the below commands

bash riva_init.sh 2>&1 | tee riva_init_logs.txt

and please share the riva_init_logs.txt in this thread, config.sh will be present in the folder

Thanks