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, 2010 at 9:48 AM, Gary68 <[email protected]> wrote: > > 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.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to write >> > integer 525042281 to the store. >> >> Disk full in /tmp? >> >> Bye >> Frederik >> >> _______________________________________________ >> talk mailing list >> [email protected] >> http://lists.openstreetmap.org/listinfo/talk > > > > _______________________________________________ > talk mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/talk > _______________________________________________ talk mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk

