Modify

Opened 16 years ago

Closed 16 years ago

#2700 closed defect (fixed)

wmsplugin won't load on 1647

Reported by: amettler@… 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 stoecker, 16 years ago

Resolution: worksforme
Status: newclosed

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.

comment:2 by anonymous, 16 years ago

Resolution: worksforme
Status: closedreopened
Summary: wmsplugin too new for 1607, won't load on 1647wmsplugin 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 by stoecker, 16 years ago

Resolution: fixed
Status: reopenedclosed

Fixed with 1649 latest.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.