runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/portalocker/portalocker.py", line 118, in lock LOCKER(file_, flags) BlockingIOError: [Errno 11] Resource temporarily unavailable The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/qdrant_client/local/qdrant_local.py", line 120, in _load portalocker.lock( File "/usr/local/lib/python3.10/site-packages/portalocker/portalocker.py", line 131, in lock raise exceptions.AlreadyLocked( portalocker.exceptions.AlreadyLocked: [Errno 11] Resource temporarily unavailable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 45, in <module> vectorstores = get_local_qdrant() File "/home/user/app/auditqa/process_chunks.py", line 179, in get_local_qdrant client = QdrantClient(path="/data/local_qdrant") File "/usr/local/lib/python3.10/site-packages/qdrant_client/qdrant_client.py", line 117, in __init__ self._client = QdrantLocal( File "/usr/local/lib/python3.10/site-packages/qdrant_client/local/qdrant_local.py", line 66, in __init__ self._load() File "/usr/local/lib/python3.10/site-packages/qdrant_client/local/qdrant_local.py", line 125, in _load raise RuntimeError( RuntimeError: Storage folder /data/local_qdrant is already accessed by another instance of Qdrant client. If you require concurrent access, use Qdrant server instead.
Container logs:
Fetching error logs...