Need to increase timeout for connecting to omniverse server

Hello Team,

I have this setup where in my front end server and backend server are in distant networks and when i try to connect to the omniverse server in the front end, it says failed to connect to the server.

I can see that there are hits in the discovery service logs when its trying to make the connection. I feel that if I can set the timeout to a bit longer then it would work.

I get the below entries in the log
[2025-02-25 06:44:19.713] [info] Cannot resolve the hostname, proceed with omniverse-server…
[2025-02-25 06:44:19.781] [info] Found the port-based deployment via HTTP for omniverse-server.
[2025-02-25 06:44:24.764] [info] { isTrusted: true }

But then after sometime the error comes like “Failed to connect”

Kindly let me know if there is any setting for timeout which i can configure.

Thanks,
Sujith.

Hi @sujith.samuel
Does this happen after you installed adot or during the installation process?

So after i have installed the aodt, when i try to connect to the omniverse server via the aodt nucleus option, it gives me this error. I can connect to the clickhouse option from the configuration but when i try to connect to the omniverse server nucleus it gives me this.

I am now able to login to the omniverse nuclues server after setting the correct password. But now the upload_assets_to_nucleus is giving me error

samuel@nesc-nsd-vm:~/aodt_1.2.0/backend$ docker run -v ./assets:/assets -e ACCEPT_EULA=Y nvcr.io/nvidia/omniverse/nucleus-tools:1.2.1 ls 10.157.52.24 /Users/aerial -p aerial_123456
Assuming env already prepared, will just set up paths

PIP: /omni/nucleus-tools/_deps/pip
loading additional env info from /omni/nucleus-tools/_deps/env_config.json
ovc
/omni/nucleus-tools/_deps/packman/ovc
ovcp
/omni/nucleus-tools/_deps/packman/ovcp/
ovsvcpy
/omni/nucleus-tools/_deps/packman/ovsvcpy
idl_py
/omni/nucleus-tools/_deps/packman/idl_py
omniverse_discovery_py
/omni/nucleus-tools/_deps/packman/omniverse_discovery_py
omniverse_auth_py
/omni/nucleus-tools/_deps/packman/omniverse_auth_py
Bootstrap complete


Connecting to 10.157.52.24
ws_transport() to ws://10.157.52.24:3009, ping interval 20
Operation failed, Nucleus says: DENIED
exit status 1

10.157.52.24 is my omniverse-server address via which all other connections are working…

THis can be closed since I was able to get this working. It was something to do with my internal firewalls.