#2449 closed defect (duplicate)
conflict when uploading changes after splitting way / one half of the way should remain on relation route, other half off relation route
Reported by: | plerner | Owned by: | team |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | relation, split way within relation | Cc: | peter@… |
Description
I've split a way which was part of a route. Only one half of the way should remain part of the route, second half should be off the route.
Upload with JOSM (API 0.6) fails. After new Download/Update of region JOSM is not able to resolve conflict. Message is "0 conflicts in 1 object resolved".
Problem is IMHO in route "Ostsee-Oberbayern" (see attachement).
I worked with josm v1537, when I've seen this error first. Then I tried to upload again with josm v1546 and failed again.
Could anyone help? Changes are not yet uploaded. I don't to losse them.
Peter
Attachments (3)
Change History (9)
by , 16 years ago
Attachment: | josm upload split.zip added |
---|
by , 16 years ago
Attachment: | josm upload split.z01 added |
---|
comment:1 by , 16 years ago
Priority: | critical → blocker |
---|
comment:2 by , 16 years ago
Cc: | added |
---|
Maybe not directly related, but exception appeared while resolving conflicts.
GET http://www.openstreetmap.org/api/capabilities... OK
Communications with http://www.openstreetmap.org/api established using protocol version 0.6
Exception occurred during event dispatching:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.openstreetmap.josm.gui.ConflictResolver$ResolveAction.actionPerformed(ConflictResolver.java:113)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.openstreetmap.josm.gui.ExtendedDialog.<init>(ExtendedDialog.java:48)
at org.openstreetmap.josm.gui.dialogs.ConflictDialog.resolve(ConflictDialog.java:120)
at org.openstreetmap.josm.gui.dialogs.ConflictDialog.access$100(ConflictDialog.java:48)
at org.openstreetmap.josm.gui.dialogs.ConflictDialog$2.actionPerformed(ConflictDialog.java:66)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
GET http://www.openstreetmap.org/api/capabilities... OK
Communications with http://www.openstreetmap.org/api established using protocol version 0.6
by , 16 years ago
Attachment: | asbach.osm.zip added |
---|
comment:3 by , 16 years ago
Don't know if related, but I had the following error message:
Communications with http://www.openstreetmap.org/api established using protocol version 0.6 PUT http://www.openstreetmap.org/api/0.6/changeset/create... OK POST http://www.openstreetmap.org/api/0.6/changeset/979859/upload... Internal Server Error POST http://www.openstreetmap.org/api/0.6/changeset/979859/upload... Conflict PUT http://www.openstreetmap.org/api/0.6/changeset/979859/close... OK
The problem is not related to 0.5 data, as I downloaded the region after
the 0.6 transition. There are no validation errors or conflicts, both panels are empty.
When I later tried again to upload, no "Internal Server Error" appeared, but only "Conflict":
Communications with http://www.openstreetmap.org/api established using protocol version 0.6 PUT http://www.openstreetmap.org/api/0.6/changeset/create... OK POST http://www.openstreetmap.org/api/0.6/changeset/980159/upload... Conflict PUT http://www.openstreetmap.org/api/0.6/changeset/980159/close... OK
Will try to attach asbach.osm.zip.
Using JOSM 1529.
comment:4 by , 16 years ago
As this ticket has a higher prio I'll post my problem here as well as it is related to the topic.
I seem to have the same problem with solving conflicting relations: http://forum.openstreetmap.org/viewtopic.php?id=3171
comment:5 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
JOSM saved changes / not yet uploaded due to conflict