[OSM-dev] Osmosis error, duplicate

Jeffrey Warren warren at mit.edu
Tue Jun 2 19:52:18 BST 2009


I was importing a planet dump to pgsql with the --write-apidb-0.6 and got
the error:
ERROR: insert or update on table "current_way_nodes" violates foreign key
constraint "current_way_nodes_node_id_fkey"
  Detail: Key (node_id)=(395051992) is not present in table "current_nodes".

Why would that cause osmosis to fail? I seem to be left with only 42448
current_ways, and no current_relations or current_relation_tags. Can I
restart osmosis without re-running the entire import (5 days)?

Thanks for any help -
Jeff


==================Full error:=====================


motel:bin eco$ cd ../motel:osmosis-0.31 eco$ bin/osmosis --read-xml-0.6
file="/Volumes/Planet/planet.osm" --write-apidb-0.6
populateCurrentTables=yes host="localhost" database="osm-planet" user="eco"
password="poopies" validateSchemaVersion=no
May 26, 2009 8:59:51 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Osmosis Version 0.31
May 26, 2009 8:59:51 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Preparing pipeline.
May 26, 2009 8:59:51 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Launching pipeline execution.
May 26, 2009 8:59:51 PM org.openstreetmap.osmosis.core.Osmosis run
INFO: Pipeline executing, waiting for completion.
Jun 1, 2009 6:50:20 PM
org.openstreetmap.osmosis.core.pipeline.common.ActiveTaskManager
waitForCompletion
SEVERE: Thread for task 1-read-xml-0.6 failed
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to load
current way nodes.
at
org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter.complete(ApidbWriter.java:980)
at org.openstreetmap.osmosis.core.xml.v0_6.XmlReader.run(XmlReader.java:110)
at java.lang.Thread.run(Thread.java:637)
Caused by: org.postgresql.util.PSQLException: ERROR: insert or update on
table "current_way_nodes" violates foreign key constraint
"current_way_nodes_node_id_fkey"
  Detail: Key (node_id)=(395051992) is not present in table "current_nodes".
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:343)
at
org.openstreetmap.osmosis.core.apidb.v0_6.ApidbWriter.complete(ApidbWriter.java:977)
... 2 more
Jun 1, 2009 6:50:20 PM org.openstreetmap.osmosis.core.Osmosis main
SEVERE: Execution aborted.
org.openstreetmap.osmosis.core.OsmosisRuntimeException: One or more tasks
failed.
at
org.openstreetmap.osmosis.core.pipeline.common.Pipeline.waitForCompletion(Pipeline.java:146)
at org.openstreetmap.osmosis.core.Osmosis.run(Osmosis.java:85)
at org.openstreetmap.osmosis.core.Osmosis.main(Osmosis.java:30)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20090602/2d5619be/attachment.html>


More information about the dev mailing list