Modify ↓
#3790 closed defect (fixed)
remotecontrol plugin broken with JOSM since r2322
| Reported by: | andre68@… | Owned by: | framm |
|---|---|---|---|
| Priority: | blocker | Component: | Core remotecontrol |
| Version: | latest | Keywords: | |
| Cc: |
Description
With recent JOSM the remotecontrol plugin crashes with an error. The error was introduced with JOSM r2322. With JOSM r2321 the plugin works.
java.lang.NoClassDefFoundError: org/openstreetmap/josm/gui/download/DownloadDialog$DownloadTask at org.openstreetmap.josm.plugins.remotecontrol.HttpServer.run(HttpServer.java:52) Caused by: java.lang.ClassNotFoundException: org.openstreetmap.josm.gui.download.DownloadDialog$DownloadTask at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) ... 1 more
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by Gubaer
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by andre68@…
Confirmed. Fixed here. Thanks.
Note: See
TracTickets for help on using
tickets.



Please update to the latest plugin version. Should be fixed there.