Hi, I'm trying to merge two osm files. One contains a 1.5 deg x 1.5 deg tile of data from the planet file. The other contains a 1.5 deg x 1.5 deg tile of contours from Srtm2Osm.
I'm using the current Osmosis svn HEAD (r12273). Here is my command line: java -Xmx1560m -jar /home/nav/scripts/osmosis.jar --read-xml file="/home/nav/temp/tile.63255095.osm" --read-xml file="/home/nav/temp/eletile.63255095.osm" --merge --write-xml file="/home/nav/temp/mergedtile.63255095.osm" Files: [EMAIL PROTECTED]:~/temp$ ls -lh total 232M -rw-r--r-- 1 nav nav 84M 2008-12-09 19:12 eletile.63255095.osm -rw-r--r-- 1 nav nav 148M 2008-12-09 19:12 tile.63255095.osm The start of the error output: ---------------------------- SEVERE: Thread for task 1-read-xml failed com.bretth.osmosis.core.OsmosisRuntimeException: An output error has occurred, aborting at com.bretth.osmosis.core.store.DataPostbox.checkForOutputErrors(DataPostbox.java:70) at com.bretth.osmosis.core.store.DataPostbox.populateCentralQueue(DataPostbox.java:121) ---------------------------- I tried adding the -verbose option but there wasn't additional output. Does anyone have any hints on how I can debug this further? thanks, Andy -- Andy PGP Key ID: 0xDC1B5864 _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

