[osmosis-dev] Problem with pbf import into a postgres DB

2010-12-15 Thread Thomas Schreiner
Hello, I've downloaded the osmosis version 0.38 (latest). I try to import a pbf file downloaded from download.geofabrik.de. I will always get an exception, that an index can not be dropped. Why. See the details below. tho...@thomas-laptop:~/workspace/osmosis-0.38/bin$ ./osmosis --rb

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread Chris66
Am 15.12.2010 10:19, schrieb Chris66: input file: europe.osm.pbf as of 14-dec-2010, size 4.457.858.847 md5sum 0c02f7016d02b8ab011932e2d8fbeca7 my command (osmosis latest / 0.38): osmosis --read-pbf europe.osm.pbf --wx europe.osm result on win7-64: size: 3.048.916.433

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread Chris66
Am 15.12.2010 11:48, schrieb Chris66: Some more tests: NO effect (same sized output file) have: java u23 (32 Bit) -Xmx1024 setting -XX:-ReduceInitialCardMarks (gives 'unknown VM-option' error) osmosis V0.37 Interesting result when cutting the input file to below the 4 Gig limit:

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread Peter Körner
Am 15.12.2010 10:39, schrieb Peter Körner: Am 15.12.2010 00:48, schrieb Frederik Ramm: I'll have to defer that to Henning - I am not sure if anyone has even built pbf2osm on Windows? A static cygwin build is here: http://toolserver.org/~mazder/temp/pbf2osm-win32.zip I'll try to convert the

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread Scott Crosby
On Wed, Dec 15, 2010 at 5:24 AM, Chris66 chris66...@gmx.de wrote: Am 15.12.2010 11:48, schrieb Chris66: Some more tests: NO effect (same sized output file) have: java u23 (32 Bit) -Xmx1024 setting -XX:-ReduceInitialCardMarks (gives 'unknown VM-option' error) osmosis V0.37 Interesting

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread Henning Scholland
Sorry Scott, but I'm using a 64bit Win with a 64bit java. Also I worked with pbf-files larger than 5GB (uncompressed europe.pbf for example) in the past without problems. So I think it isn't a problem of filesize. Regards Henning Am 15.12.2010 17:48, schrieb Scott Crosby: On Wed, Dec 15,

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread André Joost
Am 15.12.10 18:12, schrieb Scott Crosby: On Wed, Dec 15, 2010 at 10:56 AM, Henning Scholland h.scholl...@googlemail.com wrote: Sorry Scott, but I'm using a 64bit Win with a 64bit java. Also I worked with pbf-files larger than 5GB (uncompressed europe.pbf for example) in the past without

Re: [osmosis-dev] pbf problems under windows

2010-12-15 Thread André Joost
Am 16.12.10 07:10, schrieb André Joost: The processing finishes after about 190 minutes. sorry, should have been 10 minutes :-( Greetings André Joost ___ osmosis-dev mailing list osmosis-dev@openstreetmap.org

Re: [osmosis-dev] Problem with pbf import into a postgres DB

2010-12-15 Thread Brett Henderson
Hi Thomas, My German isn't great, but I'm guessing that the following message is complaining about a missing tags column in the nodes table. FEHLER: Spalte »tags« von Relation »nodes« existiert nicht I notice you're specifying the following option. validateSchemaVersion=no Why are you doing