Re: [OSM-talk] osmosis problem

2010-12-20 Thread Toby Murray
I ran into a similar problem once. /tmp was filling up but I had plenty of space elsewhere. Osmosis just uses the system temporary path and doesn't have any options to override it. But you can do it at the java level by passing "-Djava.io.tmpdir=/new/tmp/" as a JVM option. Toby On Mon, Dec 20, 2

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 > > org.openstre

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 talk@openstreet

[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: ~/osmosis/osmosis-0.35.1/bi

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 > >

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. publicId=(

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

2009-04-23 Thread Karl Newman
On Thu, Apr 23, 2009 at 7:06 AM, Marco Lechner - FOSSGIS e.V. < marco.lech...@fossgis.de> wrote: > 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 >

[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