Geocoder data disappears

smsoousaa year ago

Hello everybody! Someone already had this problem, some addresses report, when composing to show the name of the street it shows a link "show address", some positions also, sometimes, are without address data. Could it be some limitation in the geocoder? Thanks

smsoousaa year ago

oh, one more detail. When you click on the "show address" link the address generates normally. However, I wanted to know if this is something that needs to be configured in the system's XML, as it has caused a lot of inconvenience

smsoousaa year ago

Another detail, it is not every time that the address appears when clicking on the ok link

Anton Tananaeva year ago

It is likely a frequency limitation of your geocoding provider.

smsoousaa year ago

We have our own nominatim server, I believe that an upgrade in the server's hardware and an increase in postgres connections should solve the problem. The error I get is this:

WARN: Geocoding failed - Connection timed out - ConnectException (...)
Track-tracea year ago

If this is only the case when you request the report, while the nominatim server is online. You could try to increase the timeout.

But did you check the logifile from the nominatim server itself ? That might give you more clues.

Anton Tananaeva year ago

Yeah, could be the problem with resources on your geocoding server.