Modify ↓
#3790 closed defect (fixed)
remotecontrol plugin broken with JOSM since r2322
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | blocker | Milestone: | |
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)
Note:
See TracTickets
for help on using tickets.
Please update to the latest plugin version. Should be fixed there.