Opened 4 years ago
Closed 4 years ago
#2700 closed defect (fixed)
wmsplugin won't load on 1647
| Reported by: | amettler@… | Owned by: | team |
|---|---|---|---|
| Priority: | major | 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 Changed 4 years ago by stoecker
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 4 years ago by anonymous
- Resolution worksforme deleted
- Status changed from closed to reopened
- Summary changed from wmsplugin too new for 1607, won't load on 1647 to 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.
comment:3 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from reopened to closed
Fixed with 1649 latest.



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.