Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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

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

comment:2 Changed 4 years ago by andre68@…

Confirmed. Fixed here. Thanks.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.