This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] No results on Nominatim search

0

Hi guys, I just installed Nominatim on my Ubuntu 12.04 (personal OSM server for offline use). I'm wondering why I got no result when peforming a search on search.php ?! I checked in the nominatim DB and there's data... Here's the log I get at the end of my import:

Reanalysing database... NOTICE: no notnull values, invalid stats ANALYZE Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.40.1 Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Preparing pipeline. Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Launching pipeline execution. Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Pipeline executing, waiting for completion. Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Pipeline complete. Jun 12, 2013 2:41:08 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Total execution time: 373 milliseconds. PHP Warning: file_get_contents(https://www.openstreetmap.org/api/0.6/node/2340848120/1): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 524 PHP Notice: Undefined offset: 1 in /home/lucas/src/Nominatim/utils/setup.php on line 526 PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 531 PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 543 PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 544 PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 554 PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/?C=M;O=D): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 555 PHP Notice: Undefined variable: aRepMatch in /home/lucas/src/Nominatim/utils/setup.php on line 565 Getting state file: http://planet.openstreetmap.org/replication/minute/.state.txt PHP Warning: file_get_contents(http://planet.openstreetmap.org/replication/minute/.state.txt): failed to open stream: Network is unreachable in /home/lucas/src/Nominatim/utils/setup.php on line 567 ERROR: unable to obtain state file unable to obtain state file

However, these lines seem to be referring only to the "updating" process handled by Nominatim. By the way, I'm using a proxy. Thanks, Lucas

asked 13 Jun '13, 15:14

Kalu06's gravatar image

Kalu06
1407815
accept rate: 0%

edited 14 Jun '13, 15:16

I know nothing about Nominatim (except how to spell it), but in order to give those that do a chance I suggest that you read the link below and edit a few more details into the question:

http://www.joelonsoftware.com/articles/fog0000000029.html

(14 Jun '13, 09:44) SomeoneElse ♦
1

That's true. I'm going to edit my post right away.

(14 Jun '13, 09:49) Kalu06

One Answer:

2

I figured it out!

Actually, I realized that setup.php was failing during the 'osmosis-init'. I run ./utils/setup.php --index --create-search-indices (after the setup.php --all who failed) and now everything is working great!

answered 14 Jun '13, 10:55

Kalu06's gravatar image

Kalu06
1407815
accept rate: 0%

Source code available on GitHub .