I'm running osmosis on a european extract with a bounding polygon trying to use the completeRelations=true flag and osmosis is returning the following initial error then exiting.
org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to write integer 0 to the store.
The command is:
osmosis -v --rbf europe-latest.osm.pbf --bounding-polygon file="polygons/milan.poly" completeRelations=yes --write-pbf milan-relations.osm.pbf
Any help is appreciated.
FINE: Connected task "1-rbf"
Mar 15, 2023 1:57:21 PM org.openstreetmap.osmosis.core.pipeline.common.PipeTasks retrieveTask
FINE: Launching task 1-rbf in a new thread.
Mar 15, 2023 1:57:21 PM org.openstreetmap.osmosis.core.pipeline.common.PassiveTaskManager execute
SEVERE: Thread for task 1-rbf failed
This is the associated verbose output for the error.