Modify

Opened 6 years ago

Closed 5 years ago

#18027 closed defect (duplicate)

IAE: Node is already deleted

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version: tested
Keywords: template_report conflict 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: 2019-07-10 00:52:47 +0200 (Wed, 10 Jul 2019)
Build-Date:2019-07-10 01:30:51
Revision:15238
Relative:URL: ^/trunk

Identification: JOSM/1.5 (15238 en) Windows 10 64-Bit
OS Build number: Windows 10 Enterprise 1809 (17763)
Memory Usage: 569 MB / 989 MB (164 MB allocated, but free)
Java version: 1.8.0_221-b11, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1920x1080
Maximum Screen Size: 1920x1080

Dataset consistency test:
[DELETED REFERENCED] {Way id=699715186 version=2 MVT nodes=[{Node id=6570741498 version=1 V lat=15.5715707,lon=-87.9348799}, {Node id=6570703225 version=1 V lat=15.5715898,lon=-87.9348518}, {Node id=6570703226 version=1 V lat=15.5716302,lon=-87.9347922}, {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101}]} refers to deleted primitive {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101}


Plugins:
+ BuildingGeneralization (23)
+ buildings_tools (34982)
+ imagery-xml-bounds (35023)
+ imagery_offset_db (34908)
+ markseen (13)
+ turnrestrictions (34977)
+ utilsplugin2 (34977)

Last errors/warnings:
- E: Error header: Node 6570703221 is still used by ways 699715185.
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=412, Error Header=<Node 6570703221 is still used by ways 699715185.>
- E: Object still in use - <html><strong>Failed</strong> to delete <strong>node 6570703221</strong>. It is still referred to by way 699715185.<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: Error header: Node 6570703223 is still used by ways 699715186.
- E: org.openstreetmap.josm.io.OsmApiException: ResponseCode=412, Error Header=<Node 6570703223 is still used by ways 699715186.>
- E: Object still in use - <html><strong>Failed</strong> to delete <strong>node 6570703223</strong>. It is still referred to by way 699715186.<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: java.lang.IllegalArgumentException: {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101} is already deleted
- E: Handled by bug report queue: org.openstreetmap.josm.data.osm.DataIntegrityProblemException: Deleted node referenced: {Way id=699715186 version=2 MVT nodes=[{Node id=6570741498 version=1 V lat=15.5715707,lon=-87.9348799}, {Node id=6570703225 version=1 V lat=15.5715898,lon=-87.9348518}, {Node id=6570703226 version=1 V lat=15.5716302,lon=-87.9347922}, {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101}]}
- E: Handled by bug report queue: java.lang.IllegalArgumentException: {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101} is already deleted
- E: Handled by bug report queue: java.lang.IllegalArgumentException: {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101} is already deleted


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

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (15) of main
java.lang.IllegalArgumentException: {Node id=6570703223 version=1 VD lat=15.5715328,lon=-87.9348101} is already deleted
	at org.openstreetmap.josm.command.DeleteCommand.executeCommand(DeleteCommand.java:191)
	at org.openstreetmap.josm.command.SequenceCommand.executeCommand(SequenceCommand.java:79)
	at org.openstreetmap.josm.data.UndoRedoHandler.addNoRedraw(UndoRedoHandler.java:301)
	at org.openstreetmap.josm.data.UndoRedoHandler.add(UndoRedoHandler.java:355)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.doActionPerformed(DeleteAction.java:162)
	at org.openstreetmap.josm.actions.mapmode.DeleteAction.actionPerformed(DeleteAction.java:138)
	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.JToggleButton$ToggleButtonModel.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.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 (12)

comment:1 by Don-vip, 6 years ago

Summary: unsureIAE: Node is already deleted

comment:2 by Don-vip, 6 years ago

Ticket #18028 has been marked as a duplicate of this ticket.

comment:3 by skyper, 6 years ago

How did you get this inconsistent data ?

comment:4 by skyper, 6 years ago

Version: tested

comment:5 by stoecker, 6 years ago

Ticket #18080 has been marked as a duplicate of this ticket.

comment:6 by skyper, 6 years ago

duplicate of #9705 ?

comment:7 by stoecker, 6 years ago

Ticket #18071 has been marked as a duplicate of this ticket.

comment:8 by stoecker, 6 years ago

Hey anonymous. Please stop creating lots of bug reports for the same problem and instead please answer the question what you did before the bugs occur.

comment:9 by stoecker, 6 years ago

Owner: changed from team to anonymous
Status: newneedinfo

comment:10 by Don-vip, 6 years ago

Keywords: conflict added
Owner: changed from anonymous to team
Status: needinfonew

comment:11 by Don-vip, 5 years ago

Ticket #18489 has been marked as a duplicate of this ticket.

comment:12 by Don-vip, 5 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #16932.

Modify Ticket

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