#3850 closed defect (fixed)
crash when trying to acces cadastre
Reported by: | Owned by: | pieren | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin cadastre-fr | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
When I want to access the cadastre using the cadastre plugin, an error message appears. Here is the log
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 2255
Node Kind: directory
Last Changed Author: Gubaer
Last Changed Rev: 2255
Last Changed Date: 2009-10-07 21:25:15 +0200 (Wed, 07 Oct 2009)
Memory Usage: 46 MB / 63 MB (14 MB allocated, but free)
Java version: 1.6.0_17
Plugins: cadastre-fropenstreetbugsroutingvalidator
Plugin openstreetbugs Version: 17872
Plugin routing Version: 17544
Plugin validator Version: 17722
Plugin cadastre-fr Version: 18289
java.lang.NoClassDefFoundError: org/openstreetmap/josm/data/projection/LambertCC9Zones
at cadastre_fr.MenuActionNewLocation.addNewLayer(MenuActionNewLocation.java:82)
at cadastre_fr.WMSDownloadAction.getLayer(WMSDownloadAction.java:41)
at cadastre_fr.MenuActionGrab.actionPerformed(MenuActionGrab.java:35)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|
Actually when properly used the plugin handling works fine. Only for cadastre-fr someone checked in wrong binaries. The required JOSM minimum version was entered in wrong field, so the last working version for older JOSM have been overwritten with corrupt new ones.
The plugin works only with some stuff which are present in josm-latest but not in the old josm-tested version. JOSM-core lifecycle is badly managed and is not synchronized with the plugins lifecycles. Please download and use JOSM-latest from here:
http://josm.openstreetmap.de/josm-latest.jar
until a new JOSM-tested is released.
Pieren