Unable to start AI NVR application on Orin NX16

I am trying to setup AI NVR application on Jetson Orin NX16. I have followed the steps on this page for AI-NVR App: AI NVR — Metropolis on Jetson documentation 0.1.0 documentation .
Some containers are in waiting mode and are not starting.

I tried stopping and restarting it again. I have also uncommented monitoring services in the platform-nginx.conf. Even after that I am facing the same issue.
This is the docker ps output.


Thank You for participating in the Metropolis Microservices for Jetson Developer Preview program. We are excited to inform you that we have a full production version of the Software now available as part of JetPack 6.0. With the release of the new production version, we will now be deprecating the preview version. Your access to ‘moj/release’ will be removed shortly. Please upgrade immediately to the latest Jetson Platform Services v1.0 to access the latest Software which packs in new features such as new Generative AI microservices and reference workflow and bug fixes.

The Metropolis Microservices for Jetson is now renamed to Jetson Platform Services which is now tightly integrated with JetPack and can be installed directly via SDK manager.

To download the new version, visit the https://developer.nvidia.com/embedded/jetpack/jetson-platform-services-get-started

Here are some useful links to get started:

Blog : Production Release of JetPack 6

Blog : Generate Traffic Insights Using YOLOv8 and JetPack 6

Quick Start Guide

Documentation

Generative AI Workflow using VLM

@kesong
We have the latest version.
image
Kindly help me solve this setup issue.

Can you share the log of deepstream container: docker logs deepstream ?

deepstream_logs.txt (93.3 KB)
I have attached the logs in the above text file.

Hey @kesong I was hoping you could check the logs and help me solve this issue.

I can see the DeepStreamer pipeline isn’t start. Can you follow this quick start guide to re-deploy AI NVR?: Quick Start Guide — Metropolis on Jetson documentation 0.1.0 documentation (nvidia.com)

@kesong My jetson-vst service is not starting
image

@kesong I was able to run the application after redeploying it. Thank you for your help.

Here are the steps that I followed:

Step 1: Download the required files from this link: Jetson Platform Services Reference Workflow & Resources | NVIDIA NGC

Then I extracted the files from here.

Step 2: Copy config files to this path:
sudo cp ai_nvr/config/ai-nvr-nginx.conf /opt/nvidia/jetson/services/ingress/config/

Step 3: Start the following service

sudo systemctl enable jetson-storage --now
sudo systemctl enable jetson-networking --now
sudo systemctl enable jetson-redis --now (System Restart Required)
sudo systemctl enable jetson-ingress --now
sudo systemctl enable jetson-vst --now

Used docker to check whether these containers have started.

Step 4: Start Application

cd ai_nvr
sudo docker compose -f compose_nx16.yaml up -d --force-recreate

Glad to know you can run AI NVR successfully.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.