Code Monkey home page Code Monkey logo

Comments (10)

mikeppp avatar mikeppp commented on August 18, 2024

Have the exact same problem running all of North America.

from nominatim-docker.

jarbaugh5 avatar jarbaugh5 commented on August 18, 2024

@vak @mikeppp were you able to solve this? running into the same problem with North America as well

from nominatim-docker.

mikeppp avatar mikeppp commented on August 18, 2024

No I haven't!!!
We are kind of dead in the water until this resolved :(

EVERY flavour of nominatum docker we have tried has the SAME issue!!

I can't believe that this has been such an issue for so long with no one fixing it!!

from nominatim-docker.

jarbaugh5 avatar jarbaugh5 commented on August 18, 2024

Darn.. Thanks for the reply! Looks like I may have to use a paid API to reliably geocode without a ton of hassle

from nominatim-docker.

mikeppp avatar mikeppp commented on August 18, 2024

Yup :(

If you use Azure you can Bing for relatively cheaply.... It's quite fast and North America geocoding coverage is excellent...

from nominatim-docker.

jarbaugh5 avatar jarbaugh5 commented on August 18, 2024

Oh cool - I do use azure, I'll take a look!

from nominatim-docker.

vak avatar vak commented on August 18, 2024

yes. I resolved it somehow. if I remember right, i've entered the Postgres and just re-issued the last query shown in logs from console. After this query succeeded things were fine with Nominatim. However I don't remember the details, it was in Dec 2017 ;)

from nominatim-docker.

mikeppp avatar mikeppp commented on August 18, 2024

Yes it worked for us as well in 2017 ...

Try it now and see how it goes...

from nominatim-docker.

Gitii avatar Gitii commented on August 18, 2024

Maybe it is because of the Postgres config?
I experienced similar errors:
I entered a street name, the server started thinking and after a several seconds, an error page was displayed (server error, internal timeout).
After that I took a look into the Postgres config (which is all default). I copied this

shared_buffers = 1GB # min 128kB
maintenance_work_mem = 10GB # min 1MB
work_mem = 50MB # min 64kB
maintenance_work_mem = 1GB # min 1MB
effective_cache_size = 1GB
synchronous_commit = off # synchronization level;
checkpoint_segments = 10 # in logfile segments, min 1, 16MB each
checkpoint_timeout = 10min # range 30s-1h
checkpoint_completion_target = 0.9 # checkpoint target duration, 0.0 - 1.0

at the end of config file and restarted everything.
I have not experienced any issues after that (quick test using some random adresses in germany).

Hopefully this "fixed" it. But it just might working because of hot caches.

from nominatim-docker.

philipkozeny avatar philipkozeny commented on August 18, 2024

Closing the issue for now, please try the latest version (3.6 at the moment), there have been a lot of changes / fixes, thanks!

from nominatim-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.