Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-12 Thread Michael Kussmaul
Hi Brett I tried with --sort-change, but had the same result. It looks like I need to re-import the full planet again and then go on with daily updates - I just hope the error does not get propagated further along in the daily-diffs. many thanks for your investigation! Michael > On

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-12 Thread Brett Henderson
Actually, on closer inspection of the error it looks like the same node (257882) is appearing twice with the same version. I doubt if sorting will help. I don't think Osmosis has a way to fix this issue. The simplify change task could probably cope with it, but the input validation may be too

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-12 Thread Brett Henderson
Okay, so the --simplify-change task is failing because it requires sorted input. Can you try this? It will sort the changes before attempting to simplify them. osmosis —read-replication-interval workingDirectory=/import/data/diffs/ *--sort-change* --simplify-change --write-xml-change

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-12 Thread Michael Kussmaul
Hi Brett Sure, here is my stack trace: May 11, 2016 1:34:36 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Osmosis Version 0.44.1 May 11, 2016 1:34:36 PM org.openstreetmap.osmosis.core.Osmosis run INFO: Preparing pipeline. May 11, 2016 1:34:36 PM org.openstreetmap.osmosis.core.Osmosis run

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-11 Thread Brett Henderson
Can you provide more of the stack trace? It would be helpful to see exactly which task in the pipeline is failing. It *may* be possible to workaround it it with an intermediate sort task. On Wed, 11 May 2016 at 21:43 Michael Kussmaul wrote: > Yes, I see the same problem,

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-11 Thread Michael Kussmaul
Yes, I see the same problem, I’m using osmosis to keep my local planet file up-to-date and now see the same error as Jan Michel: org.openstreetmap.osmosis.core.OsmosisRuntimeException: Pipeline entities are not sorted, previous entity type=Node, id=257882, version=5 current entity type=Node,

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-05-06 Thread Jan Michel
Hi, I'm still having trouble updating the planet file from a week ago using daily diffs ( http://planet.osm.org/pbf/planet-160425.osm.pbf ) I get the same error on node http://www.osm.org/node/257882 , deleted on April 27th. I don't know whether this is related to this issue. Jan On

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-04-29 Thread Gerardo Velez
Hello Tom, Thanks it is fixed now. Gerardo Vélez -Mensaje original- De: Tom Hughes [mailto:t...@compton.nu] Enviado el: viernes, 29 de abril de 2016 04:41 p.m. Para: egve...@gscssoftware.com; dev@openstreetmap.org Asunto: Re: Osmosis RuntimeException: Pipeline entities are not

Re: [OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-04-29 Thread Tom Hughes
On 29/04/16 20:52, Gerardo Velez wrote: I’ve been using osmosis ver 0.44.1 to update my openstreetmap database for at least a month without any problem, but today trying to process http://planet.osm.org/replication/day/000/001/325.osc.gz change file I got the following error: SEVERE: Thread

[OSM-dev] Osmosis RuntimeException: Pipeline entities are not sorted

2016-04-29 Thread Gerardo Velez
Hello, I’ve been using osmosis ver 0.44.1 to update my openstreetmap database for at least a month without any problem, but today trying to process http://planet.osm.org/replication/day/000/001/325.osc.gz change file I got the following error: SEVERE: Thread for task 1-read-xml-change