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

NOTICE: table “place” does not exist, skipping

0

In spite of my effort and what is described here https://help.openstreetmap.org/questions/27498/nominatim-setup-error https://help.openstreetmap.org/questions/11898/nominatim-setup-problem? I still get:

Using projection SRS 4326 (Latlong)
NOTICE:  table "place" does not exist, skipping
NOTICE:  type "keyvalue" does not exist, skipping
NOTICE:  type "wordscore" does not exist, skipping
NOTICE:  type "stringlanguagetype" does not exist, skipping
NOTICE:  type "keyvaluetype" does not exist, skipping
NOTICE:  function get_connected_ways(pg_catalog.int4[]) does not exist, skipping
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=1979MB, maxblocks=253312*8192, allocation method=11
Mid: pgsql, scale=10000000 cache=1979
Setting up table: planet_osm_nodes
NOTICE:  table "planet_osm_nodes" does not exist, skipping
Setting up table: planet_osm_ways
NOTICE:  table "planet_osm_ways" does not exist, skipping
Setting up table: planet_osm_rels
NOTICE:  table "planet_osm_rels" does not exist, skipping

Does anybody know, what the problem could be? knowing that - Yes I have build the software with no error - Yes I have enough memory - file osm2pgsql stated ELF 64-bit

Thanks.

asked 14 Jul '14, 11:53

gorgia's gravatar image

gorgia
11112
accept rate: 0%


One Answer:

0

This is not a problem.

answered 14 Jul '14, 12:07

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .