On Tue, Dec 9, 2008 at 1:34 PM, Andrew Ayre <span dir="ltr"><<a href="mailto:andy@britishideas.com">andy@britishideas.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, I'm trying to merge two osm files. One contains a 1.5 deg x 1.5 deg<br>
tile of data from the planet file. The other contains a 1.5 deg x 1.5<br>
deg tile of contours from Srtm2Osm.<br>
<br>
I'm using the current Osmosis svn HEAD (r12273). Here is my command line:<br>
<br>
java -Xmx1560m -jar /home/nav/scripts/osmosis.jar --read-xml<br>
file="/home/nav/temp/tile.63255095.osm" --read-xml<br>
file="/home/nav/temp/eletile.63255095.osm" --merge --write-xml<br>
file="/home/nav/temp/mergedtile.63255095.osm"<br>
<br>
Files:<br>
<br>
nav@rotorouter:~/temp$ ls -lh<br>
total 232M<br>
-rw-r--r-- 1 nav nav 84M 2008-12-09 19:12 eletile.63255095.osm<br>
-rw-r--r-- 1 nav nav 148M 2008-12-09 19:12 tile.63255095.osm<br>
<br>
The start of the error output:<br>
<br>
----------------------------<br>
SEVERE: Thread for task 1-read-xml failed<br>
com.bretth.osmosis.core.OsmosisRuntimeException: An output error has<br>
occurred, aborting<br>
at<br>
com.bretth.osmosis.core.store.DataPostbox.checkForOutputErrors(DataPostbox.java:70)<br>
at<br>
com.bretth.osmosis.core.store.DataPostbox.populateCentralQueue(DataPostbox.java:121)<br>
----------------------------<br>
<br>
I tried adding the -verbose option but there wasn't additional output.<br>
Does anyone have any hints on how I can debug this further?<br>
<br>
thanks, Andy<br>
<font color="#888888"><br>
--<br>
Andy<br>
PGP Key ID: 0xDC1B5864<br>
</font></blockquote></div><br>I just noticed that Brett checked in some changes to the DataPostbox today. Can you try with an earlier version (say r12258, just before the change) to see if it works? I'm sure Brett would like to know if something is broken.<br>
<br>Karl<br>