Modify

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#3790 closed defect (fixed)

remotecontrol plugin broken with JOSM since r2322

Reported by: andre68@… 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)

Change History (2)

comment:1 by Gubaer, 16 years ago

Resolution: fixed
Status: newclosed

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

comment:2 by andre68@…, 16 years ago

Confirmed. Fixed here. Thanks.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.