NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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
Out of memory for dense node cache, reduce --cache size
Error occurred, cleaning up
ERROR: Error executing external command: /home/nominatim/Nominatim/osm2pgsql/osm2pgsql -lsc -O 
gazetteer --hstore -C 4664 -P 5432 -d nominatim /home/nominatim/Nominatim/data/europe/andorra-latest.osm.pbf
Symlinks created
WARNING: Unable to access the website at http://nominatim.localhost/
You may want to update settings/local.php with @define('CONST_Website_BaseURL', 'http://[HOST]/[PATH]/');
ERROR: Site 400-nominatim does not exist!

In Browser url(http://localhost/nominatim/) shows like

string(19) "pgsql://@/nominatim" object(DB_Error)#2 (8) { ["error_message_prefix"]=> string(0) "" ["mode"]=> int(1) ["level"]=> int(1024) ["code"]=> int(-25) ["message"]=> string(29) "DB Error: extension not found" ["userinfo"]=> string(55) " [DB Error: extension not found] ** pgsql://@/nominatim" ["backtrace"]=> array(7) { [0]=> array(6) { ["file"]=> string(21) "/usr/share/php/DB.php" ["line"]=> int(966) ["function"]=> string(10) "PEAR_Error" ["class"]=> string(10) "PEAR_Error" ["type"]=> string(2) "->" ["args"]=> array(5) { [0]=> string(29) "DB Error: extension not found" [1]=> int(-25) [2]=> int(1) [3]=> int(1024) ...
...
...
["_default_error_mode"]=> NULL ["_default_error_options"]=> NULL ["_default_error_handler"]=> string(0) "" ["_error_class"]=> string(8) "DB_Error" ["_expected_errors"]=> array(0) { } } ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> array(9) { ["phptype"]=> string(5) "pgsql" ["dbsyntax"]=> string(5) "pgsql" ["username"]=> string(0) "" ["password"]=> bool(false) ["protocol"]=> string(3) "tcp" ["hostspec"]=> string(0) "" ["port"]=> bool(false) ["socket"]=> bool(false) ["database"]=> string(9) "nominatim" } [1]=> bool(false) } } [5]=> array(6) { ["file"]=> string(36) "/home/nominatim/Nominatim/lib/db.php" ["line"]=> int(7) ["function"]=> string(7) "connect" ["class"]=> string(2) "DB" ["type"]=> string(2) "::" ["args"]=> array(2) { [0]=> string(19) "pgsql://@/nominatim" [1]=> bool(false) } } [6]=> array(4) { ["file"]=> string(44) "/home/nominatim/Nominatim/website/search.php" ["line"]=> int(10) ["function"]=> string(5) "getDB" ["args"]=> array(0) { } } } ["callback"]=> NULL } DB Error: extension not found

asked 24 Jan '14, 13:59

Arun%20kmp's gravatar image

Arun kmp
63141519
accept rate: 0%

wikified 25 Jan '14, 06:50

2

Please write your question on top of all that log stuff.

(24 Jan '14, 14:18) aseerel4c26 ♦

The title says install, but you are talking about the import and indexing, right?

(24 Jan '14, 15:25) iii
3

The error says "Out of memory for dense node cache, reduce --cache size". Have you tried doing what it suggests?

(24 Jan '14, 17:18) Richard ♦

Thank you guys for your kind responce....

Actually i am new to this Nominatim and OSM.

i am ubuntu user, i am trying to install Nominatim from the script which taken from

https://github.com/cyclestreets/nominatim-install

While i am starting the script as per the instruction they given i got the above error.

i know "out of memory for dense node cache,reduce the --cache size", what to do for that,

and also tell me what is the minimum memory needs to install Nominatim.

(25 Jan '14, 06:49) Arun kmp

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×44

question asked: 24 Jan '14, 13:59

question was seen: 3,771 times

last updated: 25 Jan '14, 20:18

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum