Changes between Initial Version and Version 1 of Ticket #23822
- Timestamp:
- 2024-07-26T12:31:17+02:00 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23822
- Property Summary tofix plugin: error with `E: unable to find dependency jaxb for plugin opendata` and `E: unable to find dependency log4j for plugin areaselector` → tofix plugin: error with `2024-07-26 12:23:47.338 SEVERE: Handled by bug report queue: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin tofix. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.NoClassDefFoundError: javax/json/stream/JsonParsingException. Cause: java.lang.ClassNotFoundException: javax.json.stream.JsonParsingException`, `E: unable to find dependency jaxb for plugin opendata` and `E: unable to find dependency log4j for plugin areaselector`
-
Ticket #23822 – Description
initial v1 2 2 3 3 After downloading data in JOSM, I repeatedly get the following error which JOSM attributes to the `tofix` plugin: 4 5 {{{ 6 2024-07-26 12:23:47.338 SEVERE: Handled by bug report queue: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin tofix. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.NoClassDefFoundError: javax/json/stream/JsonParsingException. Cause: java.lang.ClassNotFoundException: javax.json.stream.JsonParsingException 7 }}} 8 9 Information gathered and shown by JOSM: 4 10 5 11 {{{


