[OSM-talk] osmosis problem

2010-12-20 Thread GS
hi, i have an osmosis problem: SEVERE: Thread for task 1-read-xml failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to write integer 525042281 to the store. full output see below. program is run on germany.osm from geofabrik 20.12.2010. cmd line:

Re: [OSM-talk] osmosis problem

2010-12-20 Thread Frederik Ramm
Hi, On 12/20/10 16:28, GS wrote: SEVERE: Thread for task 1-read-xml failed org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to write integer 525042281 to the store. Disk full in /tmp? Bye Frederik ___ talk mailing list

Re: [OSM-talk] osmosis problem

2010-12-20 Thread Gary68
ok. that's it. i didn't think of it because the error message was too specific - with id. note to self: buy bigger disk ;-) tnx gerhard On Mon, 2010-12-20 at 16:38 +0100, Frederik Ramm wrote: Hi, On 12/20/10 16:28, GS wrote: SEVERE: Thread for task 1-read-xml failed

[OSM-talk] osmosis Problem with bounding-polygon and v0.6?

2009-04-23 Thread Marco Lechner - FOSSGIS e.V.
Hi, I try to cut the planetfile from 2009-04-21 using osmosis: ./bin/osmosis --read-xml-0.6 file=path/planet-090421.osm.bz2 compressionMethod=bzip2 --bp file=path/aoi.pff --write-xml-0.6 file=path/aoi_2009-04-21_v06.osm and get the error message: ... Task 2-bp does not support data provided by

Re: [OSM-talk] osmosis Problem with bounding-polygon and v0.6?

2009-04-23 Thread Marco Lechner - FOSSGIS e.V.
hi karl, ./bin/osmosis --read-xml-0.6 file=path/planet-090421.osm.bz2 compressionMethod=bzip2 --bounding-polygon-0.6 file=path/aoi.pff --write-xml-0.6 file=path/aoi_2009-04-21_v06.osm gives (almost) the same error as pure v0.5: Unable to parse xml file path/planet-090421.osm.bz2.

Re: [OSM-talk] osmosis Problem with bounding-polygon and v0.6?

2009-04-23 Thread Karl Newman
On Thu, Apr 23, 2009 at 12:39 PM, Marco Lechner - FOSSGIS e.V. marco.lech...@fossgis.de wrote: hi karl, ./bin/osmosis --read-xml-0.6 file=path/planet-090421.osm.bz2 compressionMethod=bzip2 --bounding-polygon-0.6 file=path/aoi.pff --write-xml-0.6 file=path/aoi_2009-04-21_v06.osm gives