#17993 closed defect (duplicate)
Reverter crashes
Reported by: | Owned by: | Upliner | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin reverter | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Open JOSM.
- Select Data → Revert Changeset
- Enter #72786766 and select "full revert"
What is the expected result?
CS should be downloaded and reverted.
What happens instead?
While downloading, an error message is displayed.
Please provide any additional information below. Attach a screenshot if possible.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-07-10 00:52:47 +0200 (Wed, 10 Jul 2019) Revision:15238 Build-Date:2019-07-10 01:30:51 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (15238 de) Linux Ubuntu 19.04 Memory Usage: 521 MB / 1966 MB (145 MB allocated, but free) Java version: 11.0.3+7-Ubuntu-1ubuntu219.04.1, Ubuntu, OpenJDK 64-Bit Server VM Screen: :0.0 1920x1200 Maximum Screen Size: 1920x1200 Java package: openjdk-11-jre:amd64-11.0.3+7-1ubuntu2~19.04.1 Java ATK Wrapper package: libatk-wrapper-java:all-0.33.3-21 fonts-noto: fonts-noto:- VM arguments: [-Djosm.restart=true, -Djava.net.useSystemProxies=true] Dataset consistency test: No problems found Plugins: + DirectUpload (35041) + FastDraw (34977) + Mapillary (1.5.18) + OpenStreetCam (246) + PicLayer (35030) + PolygonCutOut (v0.7) + apache-commons (34908) + apache-http (34908) + buildings_tools (34982) + continuosDownload (82) + contourmerge (v0.1.4) + jna (34908) + livegps (34977) + measurement (35051) + reverter (34999) + terracer (34977) + turnrestrictions (34977) + undelete (34977) + utilsplugin2 (34977) Tagging presets: + <josm.pref>/eigene-vorlagen.xml + https://josm.openstreetmap.de/josmfile?page=Presets/OneClick&zip=1 Map paint styles: - https://github.com/bastik/mapcss-tools/raw/osm/mapnik2mapcss/osm-results/mapnik.zip - https://josm.openstreetmap.de/josmfile?page=Styles/Enhanced_Lane_and_Road_Attributes&zip=1 - https://josm.openstreetmap.de/josmfile?page=Styles/Osmc&zip=1 Last errors/warnings: - E: Fehler beim Laden des Bildes '<josm.pref>/icons/track1.png' - W: Track: Could not get presets icon <josm.pref>/icons/track1.png - E: Fehler beim Laden des Bildes 'presets/wall.png' - W: Mauern: Could not get presets icon presets/wall.png - W: No configuration settings found. Using hardcoded default values for all pools. - E: Handled by bug report queue: java.lang.IllegalStateException: Fehlendes Vereinigungsziel für Punkt 6425338398 - W: Achtung - <html>JOSM konnte keine Informationen über die folgenden Erweiterungen finden:<ul><li>livegps</li><li>apache-commons</li><li>Mapillary</li><li>DirectUpload</li><li>reverter</li><li>measurement</li><li>FastDraw</li><li>OpenStreetCam</li><li>continuosDownload</li><li>utilsplugin2</li><li>PolygonCutOut</li><li>undelete</li><li>buildings_tools</li><li>terracer</li><li>turnrestrictions</li><li>jna</li><li>PicLayer</li><li>apache-http</li><li>contourmerge</li></ul>Diese Erweiterungen werden nicht geladen.</html> === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: AWT-EventQueue-0 (17) of main java.lang.IllegalStateException: Fehlendes Vereinigungsziel für Punkt 6425338398 at reverter.DataSetCommandMerger.getMergeTarget(DataSetCommandMerger.java:64) at reverter.DataSetCommandMerger.mergeNode(DataSetCommandMerger.java:83) at reverter.DataSetCommandMerger.merge(DataSetCommandMerger.java:174) at reverter.DataSetCommandMerger.<init>(DataSetCommandMerger.java:48) at reverter.ChangesetReverter.getCommands(ChangesetReverter.java:353) at reverter.RevertChangesetTask.revertChangeset(RevertChangesetTask.java:157) at reverter.RevertChangesetTask.realRun(RevertChangesetTask.java:89) at org.openstreetmap.josm.gui.PleaseWaitRunnable.doRealRun(PleaseWaitRunnable.java:94) at org.openstreetmap.josm.gui.PleaseWaitRunnable.run(PleaseWaitRunnable.java:142) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
Component: | Core → Plugin reverter |
---|---|
Owner: | changed from | to
Resolution: | → duplicate |
Status: | new → closed |
follow-up: 4 comment:3 by , 6 years ago
I just tried to reproduce but I saw no problem. I assume the data related to this CS was already modified, means, the current data is no longer the same and therefore the data flow in reverter is different.
comment:4 by , 6 years ago
Replying to GerdP:
I just tried to reproduce but I saw no problem. I assume the data related to this CS was already modified, means, the current data is no longer the same and therefore the data flow in reverter is different.
The node was undeleted and the changeset already reverted.
Closed as duplicate of #13981.
Good old #13981 once again.