Opened 16 years ago
Last modified 16 years ago
#3850 closed defect
crash when trying to acces cadastre — at Initial Version
| Reported by: | Owned by: | pieren | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin cadastre-fr | Version: | tested |
| Keywords: | Cc: |
Description
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-fr
openstreetbugs
routing
validator
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)


