Modify ↓
Opened 3 years ago
Closed 3 years ago
#21959 closed defect (duplicate)
Nach Aktualisierung auf Version 18387 wird JOSM nicht gestartet. Das war bei Version 18360 auch schon so Ich muss Version 18303 nutzen.
Reported by: | Radler59 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: | Radler59 |
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.
Revision:18387 Build-Date:2022-03-07 09:13:43 Identification: JOSM/1.5 (18387 de) Windows 10 64-Bit OS Build number: Windows 10 Pro 2009 (19043) Memory Usage: 316 MB / 8176 MB (100 MB allocated, but free) Java version: 17.0.2+8-LTS, Azul Systems, Inc., OpenJDK 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 1920×1080 (scaling 1.00×1.00) \Display1 1920×1200 (scaling 1.00×1.00) Maximum Screen Size: 1920×1200 Best cursor sizes: 16×16→32×32, 32×32→32×32 System property file.encoding: Cp1252 System property sun.jnu.encoding: Cp1252 Locale info: de_DE Numbers with default locale: 1234567890 -> 1234567890 VM arguments: [-Djpackage.app-version=1.5.18387, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED, --add-opens=java.base/java.lang=ALL-UNNAMED, --add-opens=java.base/java.nio=ALL-UNNAMED, --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED, --add-opens=java.base/jdk.internal.ref=ALL-UNNAMED, --add-opens=java.desktop/javax.imageio.spi=ALL-UNNAMED, --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED, --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED, -Djpackage.app-path=%UserProfile%\AppData\Local\JOSM\JOSM.exe] Plugins: + ImportImagePlugin + PicLayer + apache-commons + buildings_tools + contourmerge + ejml + geotools + jaxb (35893) + jts + log4j (35893) + turnrestrictions + wikipedia Tagging presets: + https://josm.openstreetmap.de/josmfile?page=Presets/Heritage&preset&zip=1 + http://www.country-linedance.de/daten/Verkehrszeichen-vorlage.zip + https://josm.openstreetmap.de/josmfile?page=Presets/Historical_Objects&zip=1 Map paint styles: + <josm.pref>\Historic_Stones\Styles_Historic_Stone-style.mapcss + https://josm.openstreetmap.de/josmfile?page=Styles/Historic_Stones&zip=1 Last errors/warnings: - 00003.352 W: : Could not get presets icon presets/traffic-light.png - 00003.498 E: Fehler beim Laden des Bildes 'http://www.country-linedance.de/daten/image/pavement.png' - 00003.537 E: Handled by bug report queue: org.openstreetmap.josm.tools.JosmRuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns. Ursache: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns. Ursache: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns - 00003.625 E: Fehler beim Laden des Bildes 'http://www.country-linedance.de/daten/image/DE_220;DE_267.png' - 00003.751 E: Fehler beim Laden des Bildes 'http://www.country-linedance.de/daten/image/DE_220;DE_267.png' - 00003.878 E: Fehler beim Laden des Bildes 'http://www.country-linedance.de/daten/image/20.png' - 00003.941 W: [WAY] pavements: Could not get presets icon http://www.country-linedance.de/daten/image/pavement.png - 00003.941 W: : Could not get presets icon http://www.country-linedance.de/daten/image/DE_220;DE_267.png - 00003.941 W: [WAY] : Could not get presets icon http://www.country-linedance.de/daten/image/DE_220;DE_267.png - 00003.942 W: [WAY] Maxspeed 20: Could not get presets icon http://www.country-linedance.de/daten/image/20.png === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: main (1) org.openstreetmap.josm.tools.JosmRuntimeException: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns at org.openstreetmap.josm.spi.lifecycle.Lifecycle.initialize(Lifecycle.java:93) at org.openstreetmap.josm.gui.MainApplication.mainJOSM(MainApplication.java:954) at org.openstreetmap.josm.gui.MainApplication$3.processArguments(MainApplication.java:282) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:742) Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns at java.base/java.util.concurrent.FutureTask.report(Unknown Source) at java.base/java.util.concurrent.FutureTask.get(Unknown Source) at org.openstreetmap.josm.spi.lifecycle.Lifecycle.initialize(Lifecycle.java:78) ... 3 more Caused by: java.lang.IllegalArgumentException: Attempted to add listener that was already in list: RoadSigns at org.openstreetmap.josm.gui.layer.MainLayerManager.addActiveLayerChangeListener(MainLayerManager.java:177) at org.openstreetmap.josm.gui.tagging.presets.TaggingPresets.initialize(TaggingPresets.java:93) at org.openstreetmap.josm.spi.lifecycle.InitializationTask.call(InitializationTask.java:33) at org.openstreetmap.josm.spi.lifecycle.InitializationTask.call(InitializationTask.java:11) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #21740.
> Revision:18387
This particular problem should be fixed in r18390.