I have deployed AINVR app on my Orin Nx16, the app was running without problem until a few days ago, the sdr-emdx service stopped working, it stops at launch, giving the following error log:
2024-11-21 09:16:31 lib.parameters.configserver - INFO - filenot found
Traceback (most recent call last):
File "app.py", line 103, in <module>
File "lib/podprovisioner/kubernetes/cluster.py", line 48, in __init__
File "json/__init__.py", line 293, in load
File "json/__init__.py", line 346, in loads
File "json/decoder.py", line 337, in decode
File "json/decoder.py", line 355, in raw_decode
json.decoder.JSONDecodeError: Expecting value: line 3 column 29 (char 49)
[9] Failed to execute script 'app' due to unhandled exception!
Note that i have deployed my app using kubernetes.
I’m with Namla Company AI team, and all our deployements are with K8s.
The WDM_CLUSTER_CONFIG_FILE does exist inside the container, it contains the service name and port of the emdx services, the sdr-emdx was working without problem, i haven’t changed anything with the deployement manifest, now it suddenly doesn’t work.
Belok is from base_compose.yaml. WDM_CLUSTER_CONFIG_FILE is mapped from host file: ./config/sdr-emdx/docker_cluster_config.json. Please ensure this file exit and in the right path. You error log means this file don’t exit in the container.