Closed brestmoor closed 11 months ago
Are you sure that your system supports both Unix Domain sockets and Shared memory?
Honestly I don't know, but I guess that may be the issue, if this is the first thing that came to your mind. I can't really find any documentation for ACI regarding Unix Domain sockets or Shared memory support.
Hello @wiktorn, Is that issue related to Unix Domain Socket / Shared Memory ? If so, do you know if it is specific to your docker image or directly to Overpass itself ? (to know if creating my own Docker image would do the trick or not)
This is related to Overpass itself, both are used by the Overpass.
Hello,
I am deploying overpass-api on Azure Container Instances with command:
After running the container for the first time everyting seems fine. I get the message:
However on the second run these are the logs I get:
The API isn't working and the only response for HTTP requests is: runtime error: The dispatcher (i.e. the database management system) is turned off.
What is the reason for these errors and how could I fix them?