Modify

Opened 15 years ago

Closed 15 years ago

#3624 closed defect (fixed)

OpenStreetBugs plugin fails to load in trunk with java.lang.NoClassDefFoundError

Reported by: avarab@… Owned by: team
Priority: blocker Milestone:
Component: Plugin Version: latest
Keywords: Cc:

Description

loading openstreetbugs
java.lang.NoClassDefFoundError: org/openstreetmap/josm/gui/historycombobox/HistoryChangedListener
	at org.openstreetmap.josm.plugins.osb.gui.OsbDialog.<init>(OsbDialog.java:89)
	at org.openstreetmap.josm.plugins.osb.OsbPlugin.<init>(OsbPlugin.java:76)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:184)
	at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:169)
	at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:148)
Caused by: java.lang.ClassNotFoundException: org.openstreetmap.josm.gui.historycombobox.HistoryChangedListener
	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)
	... 11 more

Attachments (0)

Change History (1)

comment:1 by Gubaer, 15 years ago

Resolution: fixed
Status: newclosed

Should be fixed in [o17872], plugin is [o17873], compatible with r2219

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.