Can't get osmosis to pull boundaries

Removed

On 9th of February, 2013, node identifiers surpassed 2,147,483,647 (2^31 − 1), which is the highest number that can be stored as a 32-bit signed integer.

org.openstreetmap.osmosis.core.OsmosisRuntimeException: Cannot represent 2147567663 as an integer.

See http://wiki.openstreetmap.org/wiki/64-bit_Identifiers

You’ll need to update your osmosis

Removed

The version you have can support 64bit node ids - however the default tracker in your version doesn’t support 64bit ids

Change your “–used-node” option to “-used-node idTrackerType=Dynamic”

see http://lists.openstreetmap.org/pipermail/osmosis-dev/2013-February/001510.html

http://wiki.openstreetmap.org/wiki/Osmosis/Detailed_Usage_0.41#–used-node_.28–un.29

Removed