Modify

Opened 17 months ago

Closed 17 months ago

Last modified 17 months ago

#7138 closed defect (fixed)

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

Reported by: anonymous Owned by: framm
Priority: critical 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 Changed 17 months ago by framm

  • Resolution set to fixed
  • Status changed from new to closed

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

comment:2 Changed 17 months ago by anonymous

Thank you, it's working with both now.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.