Ticket #37 (closed defect: fixed)
I18n Plugins dont work
| Reported by: | sven@… | Owned by: | imi |
|---|---|---|---|
| Priority: | major | Component: | unspecified |
| Version: | latest | Keywords: | |
| Cc: |
Description
I tried to donwload the plugin: lang-de.jar from http://www.eigenheimstrasse.de/josm/plugins/ (Version: 13-Oct-2006 23:29 24K), but it did not work with josm-latest.jar Version 163. Some other plugins did not work either.
I get an message box telling: "Could not load plugin lang-de"
Attachments
Change History
comment:2 Changed 6 years ago by anonymous
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 6 years ago by sven@…
- Status changed from closed to reopened
- Resolution fixed deleted
Tested with the latest Version of lang-de and josm-latest.jar (Build 166)
Could not load plugin lang-de
md5sum josm-latest.jar /home/sven/.josm/plugins/lang-de.jar b3caa5faa03eea1a87b9ff576d414610 josm-latest.jar 8af11b820b829d19ad116960a66d4b0c /home/sven/.josm/plugins/lang-de.jar
On the console I get the following information:
org.openstreetmap.josm.plugins.PluginException: An error occoured in plugin lang-de
at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:133)
Caused by: java.util.MissingResourceException: resource bundle not found
at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:194) at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:124) at org.openstreetmap.josm.TranslationLoader_de.<init>(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccesmpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstrucccessorImpl.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 ... 1 more
org.openstreetmap.josm.plugins.PluginException: An error occoured in plugin lang-de
at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java at org.openstreetmap.josm.Main.loadPlugins(Main.java:199) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:174)
Caused by: java.util.MissingResourceException: resource bundle not found
at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:194) at org.xnap.commons.i18n.I18nFactory.getI18n(I18nFactory.java:124) at org.openstreetmap.josm.TranslationLoader_de.<init>(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccesmpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstrucccessorImpl.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 ... 2 more



The i18n plugins have not been updated since the 13th, which was before the translations were updated for the new release.