Everything worked fine until the installation of isaac sim onto the aws instance (g4dn.xlarge).
I have entered the following command to install isaac sim: sudo docker run --gpus all -e "ACCEPT_EULA=Y" --rm --network=host -v ~/docker/isaac-sim/documents:/root/Documents:rw -v ~/docker/isaac-sim/cache:/root/.cache/ov:rw -v ~/docker/isaac-sim/logs:/root/.nvidia-omniverse/logs:rw -v ~/docker/isaac-sim/data:/root/.local/share/ov/data:rw nvcr.io/nvidia/isaac-sim:2021.1.1 as instructed by the documentation.
And after about two minutes it gets hung up and the last line reads: âChecking for Isaac Sim assets on nucleusâ.
I have waited for about two and a half hours and nothing happened since.
There are no errors in the console either.
On the AWS console I can see, that the cpu runs at 50% and there is no network or disk activity going on.
Any Ideas what I might have done wrong?
(I have tried it three times now)
Thank you very much Sheikh
I have tried connecting to the Isaac remote kit, but that did not work.
I have not tried connecting to Isaac sim in the browser, because I did not know that this was possible. (The Websocket worked. Awesome!)
I thought that the installation did not work, because the terminal was unresponsive afterwards (ctrl + c did not work) and when I tried to install the nucleus server. I got this error message:
Error: Could not find file '/home/ubuntu/.nvidia-omniverse/config/omniverse.toml'.
AppPath /home/ubuntu/nucleus_installer/setup
ConfigPath /home/ubuntu/nucleus_installer/setup/configs
RootPath /home/ubuntu/nucleus_installer
System Monitor not found
Iâm running it thru AWS. Any idea why the red button on 8211/streaming/client doesnât do anything after I clicked on it? The interface is just the red button and the stop button, unlike in the video under user manual here: Livestream WebSocket â Omniverse Extensions documentation (nvidia.com)
2021-07-29 21:25:09 [17,402ms] [Info] [omni.ui] Added dataSource connection for prefix â/â 2021-07-29 21:25:09 [17,449ms] [Info] [carb.python] Started server process [9] 2021-07-29 21:25:10 [18,926ms] [Info] [rtx.neuraylib.plugin] MDL SDK: Loading module â::MdlStatesâ from âfile:/isaac-sim/kit/mdl/rtx/MdlStates.mdlâ. 2021-07-29 21:25:10 [18,926ms] [Info] [rtx.neuraylib.plugin] Loaded MdlModule to DB (rtx_scope): ::MdlStates 2021-07-29 21:25:10 [18,927ms] [Info] [rtx.neuraylib.plugin] Stored MdlEntitySnapshot to DB: usd::rtx_scope::*MdlStates-Streaming::Streaming((3)) 2021-07-29 21:25:10 [18,927ms] [Info] [rtx.neuraylib.plugin] Stored MdlEntitySnapshot to DB: usd::rtx_scope::*MdlStates-Failed::CompileFailed((4)) 2021-07-29 21:25:10 [18,927ms] [Info] [rtx.neuraylib.plugin] Stored MdlEntitySnapshot to DB: usd::rtx_scope::*MdlStates-Deprecated::Deprecated((5)) 2021-07-29 21:25:10 [18,942ms] [Info] [rtx.neuraylib.plugin] MDL SDK: Loading module â::UsdPreviewSurfaceâ from âfile:/isaac-sim/kit/mdl/rtx/UsdPreviewSurface.mdlâ. 2021-07-29 21:25:10 [18,942ms] [Info] [rtx.neuraylib.plugin] Loaded MdlModule to DB (rtx_scope): ::UsdPreviewSurface 2021-07-29 21:25:10 [18,943ms] [Info] [rtx.neuraylib.plugin] Stored MdlEntitySnapshot to DB: usd::rtx_scope::*UsdPreviewSurface::UsdPreviewSurface((6)) 2021-07-29 21:25:11 [19,485ms] [Info] [carb.settings.python] ISettings.get(âŠ) was called on element that has no value (from python). Use set_default(âŠ) before to set default value. (path = âext/omni.kit.widget.stage/exclusion/typesâ) 2021-07-29 21:25:11 [19,485ms] [Info] [carb.settings.python] ISettings.get(âŠ) was called on element that has no value (from python). Use set_default(âŠ) before to set default value. (path = âext/omni.kit.widget.stage/exclusion/typesâ) 2021-07-29 21:25:11 [19,486ms] [Info] [carb.settings.python] ISettings.get(âŠ) was called on element that has no value (from python). Use set_default(âŠ) before to set default value. (path = âext/omni.kit.widget.stage/exclusion/typesâ) 2021-07-29 21:25:11 [19,486ms] [Info] [carb.settings.python] ISettings.get(âŠ) was called on element that has no value (from python). Use set_default(âŠ) before to set default value. (path = âext/omni.kit.widget.stage/exclusion/typesâ) 2021-07-29 21:25:11 [19,801ms] [Info] [omni.isaac.dynamic_control.plugin] Acquired interface âomni::physx::IPhysxâ, version 1.0 2021-07-29 21:25:11 [19,801ms] [Info] [omni.isaac.dynamic_control.plugin] Acquired interface âomni::physx::IPhysxSceneQueryâ, version 1.0 2021-07-29 21:25:11 [19,805ms] [Info] [carb.graphics-vulkan.plugin] Active GPU: Tesla T4 2021-07-29 21:25:11 [19,882ms] [Info] [carb] Initializing plugin: omni.gpucompute-d3dvk.plugin (interfaces: [omni::gpucompute::ComputeCompiler v0.1],[omni::gpucompute::GpuCompute v0.1]) (impl: omni.gpucompute-d3dvk.plugin) 2021-07-29 21:25:11 [19,882ms] [Info] [carb] Initializing plugin: omni.gpucompute-cuda.plugin (interfaces: [omni::gpucompute::GpuCompute v0.1]) (impl: omni.gpucompute-cuda.plugin) 2021-07-29 21:25:11 [19,882mIsaac Sim Headless Websocket App is loaded. Checking for Isaac Sim assets on nucleus server
That looks Ok.
Which OS and browser are you running on?
Try enter CTRL+SHIFT+I if you are on Chrome browser to open the browser console. Please post any errors you see there.