Modify ↓
#12005 closed defect (othersoftware)
plugin fieldpapers not loaded anymore
| Reported by: | malenki | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin fieldpapers | Version: | |
| Keywords: | github | Cc: |
Description
Since r8916 ff JOSM doesn't load the plugin fieldpapers anymore.
Instead it asks "Could not load plugin fieldpapers. Delete from preferences?"
The previous latest r8904 was fine. The plugin itself hasn't changed since June 13th.
This is JOSM's output on the command line:
INFO: loading plugin 'fieldpapers' (version v0.3.0) ERROR: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin fieldpapers. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.MainMenu.addMenu(Ljava/lang/String;IILjava/lang/String;)Ljavax/swing/JMenu; org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin fieldpapers at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:336) at org.openstreetmap.josm.plugins.PluginHandler.loadPlugin(PluginHandler.java:698) at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:758) at org.openstreetmap.josm.plugins.PluginHandler.loadLatePlugins(PluginHandler.java:797) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:463) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:333) ... 4 more Caused by: java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.MainMenu.addMenu(Ljava/lang/String;IILjava/lang/String;)Ljavax/swing/JMenu; at org.openstreetmap.josm.plugins.fieldpapers.FieldPapersPlugin.<init>(FieldPapersPlugin.java:30) ... 9 more
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
| Component: | Core → Plugin fieldpapers |
|---|---|
| Keywords: | github added |
| Resolution: | → othersoftware |
| Status: | new → closed |
comment:3 by , 10 years ago
I just posted v0.4.0 and updated the plugin wiki page. Let me know if you still experience problems.
Thanks!!
Note:
See TracTickets
for help on using tickets.



reported upstream https://github.com/fieldpapers/josm-fieldpapers/pull/1