Opened 16 years ago
Closed 16 years ago
#2700 closed defect (fixed)
wmsplugin won't load on 1647
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: |
Description
on 1607 (latest stable):
on loading, dialog box says that josm must be updated to work with wmsplugin, wmsplugin not loaded (old wmsplugin used to work with 1605, but I updated plugins to avoid the way.isClosed() bug)
on 1647 (latest):
loading openstreetbugs
loading utilsplugin
loading validator
java.lang.NoClassDefFoundError: org/openstreetmap/josm/io/CacheFiles
at wmsplugin.WMSPlugin.<clinit>(WMSPlugin.java:34)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at org.openstreetmap.josm.plugins.PluginInformation.loadClass(PluginInformation.java:159)
at org.openstreetmap.josm.plugins.PluginHandler.loadPlugins(PluginHandler.java:138)
at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:170)
josm detects that wmsplugin failed to load and offers to disable it
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Summary: | wmsplugin too new for 1607, won't load on 1647 → wmsplugin won't load on 1647 |
I was using latest. It fails to load with the error I gave above as per the original report. The class it's looking for is in the repos but seems to be missing from the JAR.
Correct. You need to use josm-latest to use the new WMS plugin. JOSM latest now also refuses to download plugins which will not work with current version.