[OSM-dev] Anyone had problems with latest planet and osm2pgsql?

Jon Burgess jburgess777 at googlemail.com
Thu Dec 20 18:47:00 GMT 2007


On Thu, 2007-12-20 at 09:04 +0000, Nick Whitelegg wrote:
> Hello everyone,
> 
> Something very strange has happened when importing the UK extract of the 
> latest planet (071219) into the postgis database on Freemap with osm2pgsql. 
> osm2pgsql seemed to run without any errors (nothing in the logfile) and 
> reported it was adding nodes and ways, but when osm2pgsql finished, there 
> were no tables (planet_osm_point, planet_osm_line etc) in the database! 
> Anyone ever seen this problem before or had a problem with this week's 
> planet?
> 
> The final line in the log file was:
> 
> Processing: Node(3464k) Way(323k) Relation(0k)
> 

It works for me, perhaps you are hitting a memory limit again?
If the process aborts then Postgres will remove the tables as part of
the rollback.


Reading in file: uk-071219.osm.bz2
Processing: Node(3464k) Way(491k) Relation(0k)
Writing rel(0k)

Writing way(38k)

Node stats: total(3464605), max(177769089)
Way stats: total(491886), max(17128350)
Relation stats: total(701), max(3733)


	Jon






More information about the dev mailing list