Modify

Opened 10 years ago

Closed 10 years ago

#10555 closed defect (duplicate)

DataIntegrityProblemException: "Deleted node referenced" when uploading changeset

Reported by: latte_oz Owned by: latte_oz
Priority: normal Milestone:
Component: Core Version: latest
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Upload changeset.
  2. Conflict appears
  3. Try to resolve conflict

What is the expected result?
Changeset should then be able to be uploaded.
What happens instead?
Resolving changes doesn't have any affect - the conflict still exists in the trace.
Please provide any additional information below. Attach a screenshot if
possible.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-08-31 21:55:55
Last Changed Author: Don-vip
Revision: 7480
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-08-31 23:51:24 +0200 (Sun, 31 Aug 2014)
Last Changed Rev: 7480

Identification: JOSM/1.5 (7480 en_AU) Windows 8.1 64-Bit
Memory Usage: 142 MB / 989 MB (23 MB allocated, but free)
Java version: 1.7.0_67, Oracle Corporation, Java HotSpot(TM) Client VM

Dataset consistency test:
[DELETED REFERENCED] {Way id=304903793 version=1 MVT nodes=[{Node id=3094757443 version=1 V lat=6.2905263,lon=-10.7800676}, {Node id=3094757444 version=1 V lat=6.2905107,lon=-10.7800744}, {Node id=3094757445 version=1 V lat=6.2905696,lon=-10.7802114}, {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896}]} refers to deleted primitive {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896}


Plugins:
- buildings_tools (30485)
- imagery_offset_db (30534)
- merge-overlap (30416)
- turnrestrictions (30454)
- utilsplugin2 (30460)

Last errors/warnings:
- E: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=304903793 version=1 MVT nodes=[{Node id=3094757442 version=1 V lat=6.2904504,lon=-10.7798912}, {Node id=3094757443 version=1 V lat=6.2905263,lon=-10.7800676}, {Node id=3094757444 version=1 V lat=6.2905107,lon=-10.7800744}, {Node id=3094757445 version=1 V lat=6.2905696,lon=-10.7802114}, {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896}]}
- E: java.lang.IllegalArgumentException: {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896} is already deleted
- E: java.lang.IllegalArgumentException: {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896} is already deleted
- E: java.lang.IllegalArgumentException: {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896} is already deleted
- E: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=304903793 version=1 MVT nodes=[{Node id=3094757443 version=1 V lat=6.2905263,lon=-10.7800676}, {Node id=3094757444 version=1 V lat=6.2905107,lon=-10.7800744}, {Node id=3094757445 version=1 V lat=6.2905696,lon=-10.7802114}, {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896}]}

org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=304903793 version=1 MVT nodes=[{Node id=3094757443 version=1 V lat=6.2905263,lon=-10.7800676}, {Node id=3094757444 version=1 V lat=6.2905107,lon=-10.7800744}, {Node id=3094757445 version=1 V lat=6.2905696,lon=-10.7802114}, {Node id=3094751187 version=1 MVD lat=6.290687890527388,lon=-10.780134616871896}]}
	at org.openstreetmap.josm.data.osm.Way.checkNodes(Way.java:593)
	at org.openstreetmap.josm.data.osm.Way.fireNodesChanged(Way.java:609)
	at org.openstreetmap.josm.data.osm.Way.setNodes(Way.java:74)
	at org.openstreetmap.josm.command.ChangeNodesCommand.executeCommand(ChangeNodesCommand.java:44)
	at org.openstreetmap.josm.command.SequenceCommand.executeCommand(SequenceCommand.java:53)
	at org.openstreetmap.josm.data.UndoRedoHandler.addNoRedraw(UndoRedoHandler.java:43)
	at org.openstreetmap.josm.data.UndoRedoHandler.add(UndoRedoHandler.java:69)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.doActionPerformed(DeleteAction.java:149)
	at org.openstreetmap.josm.actions.DeleteAction.actionPerformed(DeleteAction.java:34)
	at javax.swing.SwingUtilities.notifyAction(Unknown Source)
	at javax.swing.JComponent.processKeyBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireBinding(Unknown Source)
	at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
	at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
	at javax.swing.JComponent.processKeyBindings(Unknown Source)
	at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
	at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(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$200(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$1.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$1.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$1.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 stoecker, 10 years ago

Owner: changed from team to latte_oz
Status: newneedinfo

Please try to reconstruct what you did with way id=304903793 and see if you can make it reproducible. Very likely one plugin or a special task you did caused this. We have little change to find it without a reproducible test case.

comment:2 by Don-vip, 10 years ago

Summary: Uploading changesetDataIntegrityProblemException: "Deleted node referenced" when uploading changeset

comment:3 by stoecker, 10 years ago

Resolution: duplicate
Status: needinfoclosed

Closed as duplicate of #6529.
@latte_oz: If you have additional info - please add it to #6529.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain latte_oz.
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.