Que puedo hacer para resolver Errores, que se muestran en el log de system monitor ?
What are the errors? Can we get the logs? Have you restarted your computer?
Al iniciar Omniverse, en el regristro de system monitor, despues de reiniciar el ordenador, al iniciar Omniverse despues de instalrlo, aparecen estas lineas de error
OSError: [Errno 10048] error while attempting to bind on address (‘::1’, ____, 0, 0): solo se permite un uso de cada dirección de socket (protocolo/dirección de red/puerto)
[2024-04-19 10:28:47,951][OT] ERROR: Traceback (most recent call last):
Este es el regristro de inicio
[2024-04-19 10:28:47,937][OT] INFO: create_config_toml: <bound method MonitorConfig.create_config_toml of <monitor.config.MonitorConfig object at __________________>>
debug: 0
discovery_token: test
exe_path: D:\Users\inume\AppData\Local\ov\pkg\cache-2023.2.3\System Monitor
full_name: Omniverse System Monitor
get_log_dir: <bound method MonitorConfig.get_log_dir of <monitor.config.MonitorConfig object at __________________>>
log_file: C:\Users\inume.nvidia-omniverse\logs\System Monitor\logs.txt
log_file_count: 5
log_level: INFO
log_size: 5242880
monitor_config_dir: C:\Users\inume.nvidia-omniverse\config\System Monitor
monitor_icon: __\AppData\Local\ov\pkg\cache-2023.2.3\System Monitor\omniverse-system-monitor-np.ico
monitor_service_port: 3085
monitor_ui_port: 3080
omni: <monitor.config.OmniConfig object at ______________>
omni_config_dir: C:\Users\inume.nvidia-omniverse\config
omni_config_toml: C:\Users\inume.nvidia-omniverse\config\omniverse.toml
process_healthcheck_interval: 3
process_healthcheck_max_restarts: 3
process_healthcheck_max_retries: 3
process_healthcheck_sleep_after_restart: 60
process_healthcheck_timeout: 3
process_watch_interval: 3
[2024-04-19 10:28:47,938][OT] INFO: Running the web UI on http://localhost:
[2024-04-19 10:28:47,942][OT] INFO: create_config_toml: <bound method MonitorConfig.create_config_toml of <monitor.config.MonitorConfig object at __________________>>
debug: 0
discovery_token: test
exe_path: __\AppData\Local\ov\pkg\nucleus-workstation-2023.2.3\System Monitor
full_name: Omniverse System Monitor
get_log_dir: <bound method MonitorConfig.get_log_dir of <monitor.config.MonitorConfig object at __________________>>
log_file: C:\Users\inume.nvidia-omniverse\logs\System Monitor\logs.txt
log_file_count: 5
log_level: INFO
log_size: 5242880
monitor_config_dir: C:\Users\inume.nvidia-omniverse\config\System Monitor
monitor_icon: D:\Users\inume\AppData\Local\ov\pkg\nucleus-workstation-2023.2.3\System Monitor\omniverse-system-monitor-np.ico
monitor_service_port: ____
monitor_ui_port: ____
omni: <monitor.config.OmniConfig object at ______________>
omni_config_dir: C:\Users\inume.nvidia-omniverse\config
omni_config_toml: C:\Users\inume.nvidia-omniverse\config\omniverse.toml
process_healthcheck_interval: 3
process_healthcheck_max_restarts: 3
process_healthcheck_max_retries: 3
process_healthcheck_sleep_after_restart: 60
process_healthcheck_timeout: 3
process_watch_interval: 3
[2024-04-19 10:28:47,943][OT] INFO: Running the web UI on http://localhost:
[2024-04-19 10:28:47,945][OT] ERROR: Traceback (most recent call last):
File “main.py”, line 59, in main
File “web.py”, line 49, in setup
File “aiohttp\web_runner.py”, line 119, in start
File “asyncio\base_events.py”, line 1519, in create_server
OSError: [Errno 10048] error while attempting to bind on address (‘::1’, ____, 0, 0): solo se permite un uso de cada dirección de socket (protocolo/dirección de red/puerto)
Traceback (most recent call last):
File “main.py”, line 59, in main
File “web.py”, line 49, in setup
File “aiohttp\web_runner.py”, line 119, in start
File “asyncio\base_events.py”, line 1519, in create_server
OSError: [Errno 10048] error while attempting to bind on address (‘::1’, ____, 0, 0): solo se permite un uso de cada dirección de socket (protocolo/dirección de red/puerto)
[2024-04-19 10:28:47,946][OT] INFO: Close HTTP session for healthchecks.
[2024-04-19 10:28:47,951][OT] ERROR: Traceback (most recent call last):
File “main.py”, line 59, in main
File “web.py”, line 49, in setup
File “aiohttp\web_runner.py”, line 119, in start
File “asyncio\base_events.py”, line 1519, in create_server
OSError: [Errno 10048] error while attempting to bind on address (‘::1’, ____, 0, 0): solo se permite un uso de cada dirección de socket (protocolo/dirección de red/puerto)
Traceback (most recent call last):
File “main.py”, line 59, in main
File “web.py”, line 49, in setup
File “aiohttp\web_runner.py”, line 119, in start
File “asyncio\base_events.py”, line 1519, in create_server
OSError: [Errno 10048] error while attempting to bind on address (‘::1’, ____, 0, 0): solo se permite un uso de cada dirección de socket (protocolo/dirección de red/puerto)
[2024-04-19 10:28:47,952][OT] INFO: Close HTTP session for healthchecks.
There is an issue with the services trying to run and bind to ports.
Please validate that nothing is blocking your ports and you have permission to install and run services on your machine.
Comprendo muy basicamente lo que esta diciendo.
Pero no se por donde empezar para solucionarlo.
Podria darme alguna indicacion ?
I would start by turning off all your auto-start applications and restart your computer. Check your firewalls are disabled (if you are using this on a company computer, they may block you from running services like this).
I will also need to understand what version of Windows you are running.
Last step would be attempting to run system monitor directly from the install directory (it looks like it would be here based on your logs D:\Users\inume\AppData\Local\ov\pkg\nucleus-workstation-2023.2.3\System Monitor\omni-system-monitor.exe
And show the errors that come from there.
Also, any additional logs would be useful, which should be here C:\Users\inume.nvidia-omniverse\logs
Did cache work for you previously?