OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

[Bug]: runtime container error: TimeoutError

Open zeus-cht opened this issue 7 months ago • 0 comments

Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead).

  • [x] I have checked the existing issues.

Describe the bug and reproduction steps

docker rum ... start in webui

OpenHands Installation

Docker command in README

OpenHands Version

0.29

Operating System

Linux

Logs, Errors, Screenshots, and Additional Context

docker logs 52370aaf48fe -f

INFO: Started server process [8] INFO: Waiting for application startup. 11:51:46 - openhands:INFO: action_execution_server.py:177 - No max memory limit set, using all available system memory 11:52:34 - openhands:INFO: browser_env.py:103 - Successfully called env.reset 11:52:34 - openhands:INFO: browser_env.py:120 - Browser env started. su - root -s /bin/bash << 'EOF' sudo chown -R root:root /openhands/.openvscode-server cd /workspace exec /openhands/.openvscode-server/bin/openvscode-server --host 0.0.0.0 --connection-token fc08159f-f315-4543-9588-cae0c313398d --port 49759 EOF ERROR: Traceback (most recent call last): File "/openhands/poetry/openhands-ai-5O4_aCHf-py3.12/lib/python3.12/site-packages/starlette/routing.py", line 693, in lifespan async with self.lifespan_context(app) as maybe_state: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/openhands/micromamba/envs/openhands/lib/python3.12/contextlib.py", line 210, in aenter return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/openhands/code/openhands/runtime/action_execution_server.py", line 553, in lifespan await client.ainit() File "/openhands/code/openhands/runtime/action_execution_server.py", line 239, in ainit await wait_all( File "/openhands/code/openhands/utils/async_utils.py", line 77, in wait_all raise asyncio.TimeoutError() TimeoutError

ERROR: Application startup failed. Exiting. [I 2025-05-27 11:52:36.365 KernelGatewayApp] Writing Jupyter server cookie secret to /root/.local/share/jupyter/runtime/jupyter_cookie_secret [I 2025-05-27 11:52:36.367 KernelGatewayApp] Jupyter Kernel Gateway 3.0.1 is available at http://0.0.0.0:40500

zeus-cht avatar May 27 '25 12:05 zeus-cht