Modify

Opened 5 years ago

Closed 5 years ago

#19108 closed defect (needinfo)

DataIntegrityProblemException: Deleted node referenced - Crashed while in conflict resolution

Reported by: slevine57@… Owned by: slevine57@…
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

What is the expected result?

What happens instead?

Please provide any additional information below. Attach a screenshot if possible.

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-04-06 02:17:07 +0200 (Mon, 06 Apr 2020)
Build-Date:2020-04-06 00:18:43
Revision:16239
Relative:URL: ^/trunk

Identification: JOSM/1.5 (16239 en) Windows 10 64-Bit
OS Build number: Windows 10 Home 1909 (18363)
Memory Usage: 469 MB / 989 MB (167 MB allocated, but free)
Java version: 1.8.0_241-b07, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1366x768
Maximum Screen Size: 1366x768

Dataset consistency test:
[DELETED REFERENCED] {Way id=40206570 version=1 MVT nodes=[{Node id=484606169 version=1 V lat=41.1816309,lon=-74.7542173}, {Node id=484606170 version=1 V lat=41.1817327,lon=-74.7547116}, {Node id=484606171 version=1 V lat=41.1819067,lon=-74.7550757}, {Node id=484606172 version=1 V lat=41.1821231,lon=-74.7553632}, {Node id=484606173 version=1 V lat=41.1824608,lon=-74.7546823}, {Node id=484606175 version=1 V lat=41.1832199,lon=-74.7531054}, {Node id=484606168 version=1 MVD lat=41.1823552,lon=-74.752975}]} refers to deleted primitive {Node id=484606168 version=1 MVD lat=41.1823552,lon=-74.752975}


Plugins:
+ utilsplugin2 (35405)

Map paint styles:
+ https://josm.openstreetmap.de/josmfile?page=Styles/ParkingLanes&zip=1

Last errors/warnings:
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: I'm still getting Alley out to Alleywood at dawn and, when we don't have a long afternoon walk, at dusk, but the sun's coming up earlier every day.  I've had to push my alarm back to 6 a.m.  But the six o'clock alarm would never ring.
- E: Error header: Precondition failed: Node 484606168 is still used by ways 40206570.
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=412, Error Header=<Precondition failed: Node 484606168 is still used by ways 40206570.>
- E: Object still in use - <html><strong>Failed</strong> to delete <strong>node 484606168</strong>. It is still referred to by way 40206570.<br>Please load the way, remove the reference to the node, and upload again.<br><br>Click <strong>Prepare conflict resolution</strong> to load them now.<br>If necessary JOSM will create conflicts which you can resolve in the Conflict Resolution Dialog.</html>
- E: Handled by bug report queue: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=40206570 version=1 MVT nodes=[{Node id=484606169 version=1 V lat=41.1816309,lon=-74.7542173}, {Node id=484606170 version=1 V lat=41.1817327,lon=-74.7547116}, {Node id=484606171 version=1 V lat=41.1819067,lon=-74.7550757}, {Node id=484606172 version=1 V lat=41.1821231,lon=-74.7553632}, {Node id=484606173 version=1 V lat=41.1824608,lon=-74.7546823}, {Node id=484606175 version=1 V lat=41.1832199,lon=-74.7531054}, {Node id=484606168 version=1 MVD lat=41.1823552,lon=-74.752975}]}


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (15) of main
org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=40206570 version=1 MVT nodes=[{Node id=484606169 version=1 V lat=41.1816309,lon=-74.7542173}, {Node id=484606170 version=1 V lat=41.1817327,lon=-74.7547116}, {Node id=484606171 version=1 V lat=41.1819067,lon=-74.7550757}, {Node id=484606172 version=1 V lat=41.1821231,lon=-74.7553632}, {Node id=484606173 version=1 V lat=41.1824608,lon=-74.7546823}, {Node id=484606175 version=1 V lat=41.1832199,lon=-74.7531054}, {Node id=484606168 version=1 MVD lat=41.1823552,lon=-74.752975}]}
	at org.openstreetmap.josm.data.osm.Way.checkNodes(Way.java:551)
	at org.openstreetmap.josm.data.osm.Way.fireNodesChanged(Way.java:567)
	at org.openstreetmap.josm.data.osm.Way.setNodes(Way.java:65)
	at org.openstreetmap.josm.data.osm.DataSet.lambda$unlinkNodeFromWays$13(DataSet.java:801)
	at org.openstreetmap.josm.data.osm.DataSet.update(DataSet.java:1001)
	at org.openstreetmap.josm.data.osm.DataSet.unlinkNodeFromWays(DataSet.java:793)
	at org.openstreetmap.josm.data.osm.DataSet.lambda$unlinkReferencesToPrimitive$15(DataSet.java:855)
	at org.openstreetmap.josm.data.osm.DataSet.update(DataSet.java:1001)
	at org.openstreetmap.josm.data.osm.DataSet.unlinkReferencesToPrimitive(DataSet.java:852)
	at org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand.deleteMy(DeletedStateConflictResolveCommand.java:77)
	at org.openstreetmap.josm.command.conflict.DeletedStateConflictResolveCommand.executeCommand(DeletedStateConflictResolveCommand.java:60)
	at org.openstreetmap.josm.command.SequenceCommand.executeCommand(SequenceCommand.java:79)
	at org.openstreetmap.josm.data.UndoRedoHandler.addNoRedraw(UndoRedoHandler.java:300)
	at org.openstreetmap.josm.data.UndoRedoHandler.add(UndoRedoHandler.java:354)
	at org.openstreetmap.josm.gui.dialogs.ConflictResolutionDialog$ApplyResolutionAction.actionPerformed(ConflictResolutionDialog.java:206)
	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.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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.WaitDispatchSupport$2.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.awt.WaitDispatchSupport$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.WaitDispatchSupport.enter(Unknown Source)
	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.setVisible(ExtendedDialog.java:459)
	at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:255)
	at org.openstreetmap.josm.gui.dialogs.ConflictDialog.resolve(ConflictDialog.java:208)
	at org.openstreetmap.josm.gui.dialogs.ConflictDialog.access$200(ConflictDialog.java:78)
	at org.openstreetmap.josm.gui.dialogs.ConflictDialog$MouseEventHandler.mouseClicked(ConflictDialog.java:385)
	at java.awt.AWTEventMulticaster.mouseClicked(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.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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)

Attachments (0)

Change History (3)

comment:1 by skyper, 5 years ago

Summary: Crashed while in conflict resolutionDataIntegrityProblemException: Deleted node referenced - Crashed while in conflict resolution

comment:2 by skyper, 5 years ago

Owner: changed from team to slevine57@…
Status: newneedinfo

What did you do before the conflict ?
How did you get the dataset inconsistency ?
Did you "update data" or was there a dialog to "sync from server" ?

comment:3 by simon04, 5 years ago

Resolution: needinfo
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain slevine57@….
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.