Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#7138 closed defect (fixed)

Latest licensechange plugin (27218) crashes at load since last plugin update

Reported by: anonymous Owned by: framm
Priority: critical Milestone:
Component: Plugin licensechange Version: latest
Keywords: licensechange startup crash Cc:

Description

Since updating plugins in JOSM, the licensechange plugin cannot be loaded (crashes) both in the stable and devel versions of JOSM. The previous version worked just fine under the same conditions.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-12-13 02:31:52
Last Changed Author: simon04
Revision: 4660
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-12-13 00:16:01 +0100 (Tue, 13 Dec 2011)
Last Changed Rev: 4660

GET http://api.openstreetmap.org/api/capabilities... OK
Communications with http://api.openstreetmap.org/api established using protocol
version 0.6.
Could not load tool definition alignways
loading plugin 'editgpx' (version 26731)
loading plugin 'restart' (version 26731)
loading plugin 'openvisible' (version 26731)
Silent shortcut conflict: 'tools:openvisible' moved by 'core:infoweb' to 'Ctrl+A
lt+I'.
loading plugin 'alignways' (version 26986)
loading plugin 'public_transport' (version 26986)
Silent shortcut conflict: 'menu:Public Transport' moved by 'menu:Presets' to 'Al
t+A'.
loading plugin 'RoadSigns' (version 26731)
loading plugin 'routes' (version 26731)
loading plugin 'buildings_tools' (version 26731)
loading plugin 'graphview' (version 26986)
loading plugin 'licensechange' (version 27218)
org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin lice
nsechange
        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformati
on.java:280)
        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugin(PluginHandler
.java:475)
        at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandle
r.java:533)
        at org.openstreetmap.josm.plugins.PluginHandler.loadLatePlugins(PluginHa
ndler.java:572)
        at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:
245)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformati
on.java:271)
        ... 4 more
Caused by: java.lang.NoSuchMethodError: org.openstreetmap.josm.tools.I18n.tr(Lja
va/lang/String;)Ljava/lang/String;
        at org.openstreetmap.josm.plugins.licensechange.CheckAction.<init>(Check
Action.java:39)
        at org.openstreetmap.josm.plugins.licensechange.LicenseChangePlugin.<ini
t>(LicenseChangePlugin.java:67)
        ... 9 more
loading plugin 'turnrestrictions' (version 26986)
loading plugin 'measurement' (version 26731)
RemoteControl::Accepting connections on port 8111

Attachments (0)

Change History (2)

comment:1 by framm, 14 years ago

Resolution: fixed
Status: newclosed

Seems I uploaded a broken binary. New version should work with -current and -latest. Please cross-check.

comment:2 by anonymous, 14 years ago

Thank you, it's working with both now.

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.