Replies: 2 comments 1 reply
|
Logs from container 2026-04-23T23:41:27.488 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Removing container: 2e40f12bc5d123d52ec022c81d376e726aeb32d628ede85ea45e2442a555ae6c, with volumes: False 2026-04-23T23:41:28.353 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Listing containers with filters: None 2026-04-23T23:41:28.394 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Listing containers with filters: None 2026-04-23T23:41:28.427 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Running container with image: ollama/ollama:latest 2026-04-23T23:41:28.427 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Creating container with attributes: {'self': <localstack.utils.container_utils.docker_sdk_client.SdkDockerClient object at 0x7331c1960980>, 'image_name': 'ollama/ollama:latest', 'name': 'localstack-bedrock-ollama-9a9b137a', 'entrypoint': None, 'remove': True, 'interactive': False, 'tty': False, 'detach': True, 'command': None, 'volumes': [VolumeDirMount(volume_path='/var/lib/localstack/cache/bedrock-runtime/ollama', container_path='/home/ubuntu/.ollama', read_only=False)], 'ports': <PortMappings: {'11434/tcp': 20214}>, 'exposed_ports': None, 'env_vars': None, 'user': '1000', 'cap_add': None, 'cap_drop': None, 'security_opt': None, 'network': None, 'dns': None, 'additional_flags': None, 'workdir': None, 'privileged': None, 'labels': None, 'platform': None, 'ulimits': None, 'init': None, 'log_config': None, 'cpu_shares': None, 'mem_limit': None, 'auth_config': None, 'cgroupns': None, 'hostname': None} 2026-04-23T23:41:28.443 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Image not found. Pulling image ollama/ollama:latest 2026-04-23T23:41:28.443 DEBUG --- [et.reactor-0] l.u.c.docker_sdk_client : Pulling Docker image: ollama/ollama:latest 2026-04-23T23:42:37.944 WARN --- [et.reactor-1] l.p.c.p.snapshot.manager : waiting on snapshot save timed out, this can cause data corruption 2026-04-23T23:43:07.654 INFO --- [et.reactor-1] localstack.utils.bootstrap : Execution of "require" took 29708.21ms 2026-04-23T23:43:07.655 ERROR --- [et.reactor-1] l.aws.handlers.logging : exception during call chain Traceback (most recent call last): File "/opt/code/localstack/.venv/lib/python3.13/site-packages/rolo/gateway/chain.py", line 194, in handle handler(self, self.context, response) |
|
Hi @rdkworld Thanks again for the detailed traceback. Looking at the logs, it seems the initial failure may be coming from the Podman side rather than from Bedrock directly — I think what could be happening is that Podman is rejecting the To confirm this hypothesis, could you try the following on your WSL2 machine and let us know what you see?
Also, if possible, could you share:
That should help us confirm whether this is the right lead or if we need to look elsewhere. |
Uh oh!
There was an error while loading. Please reload this page.
Issue with Bedrock service only, other service ok
Title: Bedrock
NoneType.get_model()with Podman (no Docker socket)Version: localstack/localstack-pro:2026.3.1.dev4941
Setup: Podman rootless WSL2, Ollama container on same host
Repro:
Cache cleared: rm store.state → same error
OLLAMA reachable: podman exec localstack-main curl host.docker.internal:11434/api/tags ✅
Podman has no /var/run/docker.sock → FoundationModelManager fails silently → manager=None
All reactions