Modify ↓
Opened 8 years ago
Closed 6 years ago
#15076 closed defect (duplicate)
IAE: Relation is already deleted
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin turnrestrictions | Version: | |
Keywords: | template_report | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Error deleting a turn restriction
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2017-07-03 00:44:07 +0200 (Mon, 03 Jul 2017) Build-Date:2017-07-02 23:26:36 Revision:12450 Relative:URL: ^/trunk Identification: JOSM/1.5 (12450 es) Windows 10 64-Bit OS Build number: Windows 10 Home 1703 (15063) Memory Usage: 494 MB / 494 MB (121 MB allocated, but free) Java version: 1.8.0_131-b11, Oracle Corporation, Java HotSpot(TM) Client VM Screen: \Display0 1680x1050 Maximum Screen Size: 1680x1050 VM arguments: [-Djava.security.manager, -Djava.security.policy=file:<java.home>\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-34f9abc4, -Djnlpx.remove=false, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlpx.splashport=54250, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe] Dataset consistency test: No problems found Plugins: + CustomizePublicTransportStop (0.4) + DirectDownload (33160) + DirectUpload (33182) + FixAddresses (33182) + Mapillary (v1.5.5) + OpenStreetCam (81) + OpeningHoursEditor (33185) + PicLayer (33385) + RoadSigns (33204) + SeaChart (33222) + SeaMapEditor (33054) + SimplifyArea (33004) + apache-commons (32994) + apache-http (32699) + buildings_tools (33004) + continuosDownload (53) + download_along (32946) + editgpx (33004) + ejml (32680) + geotools (33380) + gpxfilter (33004) + graphview (33004) + imagery_offset_db (33316) + jts (32699) + log4j (32699) + measurement (33088) + merge-overlap (33154) + namemanager (33306) + opendata (33358) + openvisible (33088) + osmarender (33004) + pt_assistant (33429) + public_transport (33166) + public_transport_layer (33350) + reverter (33088) + rex (26) + routing (33004) + splinex (33160) + todo (30200) + turnlanes (33294) + turnrestrictions (33088) + undelete (33374) + utilsplugin2 (33328) + wikipedia (33288) Map paint styles: + https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 Last errors/warnings: - W: java.util.zip.ZipException: zip file is empty - W: PluginException: : org.openstreetmap.josm.plugins.PluginException: Archivo JAR inválido"<josm.pref>\plugins\imageryadjust.jar.new" - W: Error al analizar el archivo 'imageryadjust.jar.new' para obtener la información del complemento. Omitiendo. - W: Error al instalar el complemento '<josm.pref>\plugins\imageryadjust.jar' desde el archivo de descarga temporal '<josm.pref>\plugins\imageryadjust.jar.new'. zip file is empty: java.util.zip.ZipException: zip file is empty - W: No se pudieron encontrar proyecciones soportadas para la capa PNOA de España. Se utilizará EPSG:3857. - W: No se pudieron encontrar proyecciones soportadas para la capa PNOA de España. Se utilizará EPSG:3857. - W: No se pudieron encontrar proyecciones soportadas para la capa Catastro de España. Se utilizará EPSG:3857. - W: No se pudieron encontrar proyecciones soportadas para la capa Catastro de España. Se utilizará EPSG:3857. - E: Handled by bug report queue: java.lang.IllegalArgumentException: {Relation id=2884727 version=1 MVDT]} is already deleted === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-2 (59) of javawsApplicationThreadGroup java.lang.IllegalArgumentException: {Relation id=2884727 version=1 MVDT]} is already deleted at org.openstreetmap.josm.command.DeleteCommand.executeCommand(DeleteCommand.java:174) at org.openstreetmap.josm.command.SequenceCommand.executeCommand(SequenceCommand.java:65) at org.openstreetmap.josm.data.UndoRedoHandler.addNoRedraw(UndoRedoHandler.java:64) at org.openstreetmap.josm.data.UndoRedoHandler.add(UndoRedoHandler.java:92) at org.openstreetmap.josm.actions.mapmode.DeleteAction.deleteRelations(DeleteAction.java:352) at org.openstreetmap.josm.actions.mapmode.DeleteAction.deleteRelation(DeleteAction.java:334) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$DeleteAction.deleteRelation(TurnRestrictionsListDialog.java:272) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$DeleteAction.actionPerformed(TurnRestrictionsListDialog.java:283) 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.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 (2)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | Error deleting a turn restriction → IAE: Relation is already deleted |
comment:2 by , 6 years ago
Component: | Core → Plugin turnrestrictions |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #15030.