Modify ↓
Opened 3 years ago
Closed 3 years ago
#4428 closed defect (fixed)
Exception when starting JOSM with czechaddress plugin
| Reported by: | bilbo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Plugin |
| Version: | latest | Keywords: | |
| Cc: |
Description
When I start JOSM 2890 with newest czechaddress plugin (compiled from SVN) I got this exception on start (and dialog asking to delete czechaddress from preferences):
org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin czechaddress
at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:227)
at org.openstreetmap.josm.plugins.PluginHandler.loadPlugin(PluginHandler.java:350)
at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:402)
at org.openstreetmap.josm.plugins.PluginHandler.loadLatePlugins(PluginHandler.java:441)
at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:197)
Caused by: java.lang.reflect.InvocationTargetException
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:513)
at org.openstreetmap.josm.plugins.PluginInformation.load(PluginInformation.java:214)
... 4 more
Caused by: java.lang.NullPointerException
at org.openstreetmap.josm.plugins.Plugin.getPluginDir(Plugin.java:88)
at org.openstreetmap.josm.plugins.czechaddress.CzechAddressPlugin.<init>(CzechAddressPlugin.java:109)
... 9 more
Attachments (0)
Change History (2)
comment:1 Changed 3 years ago by jttt
comment:2 Changed 3 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Fixed in o19622