<div class="gmail_quote">On Mon, May 24, 2010 at 4:45 PM, Gary68 <span dir="ltr"><<a href="mailto:gary@gary68.de">gary@gary68.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
command:<br>
~/osmosis/osmosis-0.30/bin/osmosis --read-xml-0.6<br>
file="osmdata/hessen.osm" --way-key-value<br>
keyValueList="highway.motorway" --write-xml-0.6 file="bab.osm"<br>
<br>
error:<br>
May 24, 2010 8:43:02 AM com.bretth.osmosis.core.Osmosis main<br>
SEVERE: Execution aborted.<br>
com.bretth.osmosis.core.OsmosisRuntimeException: Task 2-way-key-value<br>
does not support data provided by default pipe stored at level 1 in the<br>
default pipe stack.<br></blockquote><div><br>Hi Gary,<br><br>The error is indicating that the way key value task can't accept the input provided by the previous task.  That could be because you're trying to feed a 0.6 task into a 0.5 task.  However as Frederik has pointed out, I'd recommend upgrading to the latest Osmosis.  0.30 was created during the transition from 0.5 to 0.6 and there may have been some incorrectly mapped tasks at that time.<br>
<br>Brett<br></div></div><br>