Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2348 closed defect (duplicate)

NoSuchMethod exception with svn 1520 (wmsplugin)

Reported by: axel.roeslein@… Owned by: team
Priority: minor Milestone:
Component: Plugin Version:
Keywords: Cc:

Description

$ svn update
$ ant distmac
$ java -jar dist/josm-custom.jar

loading wmsplugin
java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.MainMenu.add(Ljavax/swing/JMenu;ILjava/lang/String;)V
        at wmsplugin.WMSPlugin.refreshMenu(WMSPlugin.java:134)
        at wmsplugin.WMSPlugin.<init>(WMSPlugin.java:52)
        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:494)
        at java.lang.Class.newInstance0(Class.java:350)
        at java.lang.Class.newInstance(Class.java:303)
        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:131)
        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:148)
        at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:172)

Attachments (0)

Change History (3)

comment:1 by axel.roeslein@…, 17 years ago

Component: CorePlugin
Priority: majorminor

Problem disappeared after disabling wsmplung, reloading and restarting.

comment:2 by stoecker, 17 years ago

Resolution: duplicate
Status: newclosed

comment:3 by stoecker, 17 years ago

Closed as duplicate of #2347.

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.