Opened 15 years ago
Closed 15 years ago
#3320 closed defect (invalid)
craah in validator plugin v.17175
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core validator | Version: | tested |
Keywords: | Cc: |
Description
Crash occurs on attempting to upload. The strange thing is that a different version of validator plugin is listed in the crash dump as in the plugin screen, which reports 17175.
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1981
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1981
Last Changed Date: 2009-08-18 15:21:37 +0200 (Tue, 18 Aug 2009)
Memory Usage: 63 MB / 63 MB (8 MB allocated, but free)
Java version: 1.5.0_19
Plugins: AgPifoJCreate_grid_of_waysDirectUploadeditgpxopenstreetbugsopenvisibletageditorterracer
Plugin AgPifoJ Version: 14916
Plugin Create_grid_of_ways Version: 12782
Plugin DirectUpload Version: 14856
Plugin editgpx Version: 14247
Plugin openstreetbugs Version: 14826
Plugin openvisible Version: 14233
Plugin tageditor Version: 14839
Plugin terracer Version: 14048
Plugin validator Version: 14406
java.lang.NoSuchFieldError: eastNorth
at org.openstreetmap.josm.plugins.validator.tests.UnconnectedWays$MyWaySegment.<init>(UnconnectedWays.java:162)
at org.openstreetmap.josm.plugins.validator.tests.UnconnectedWays.visit(UnconnectedWays.java:191)
at org.openstreetmap.josm.data.osm.Way.visit(Way.java:124)
at org.openstreetmap.josm.plugins.validator.Test.visit(Test.java:127)
at org.openstreetmap.josm.plugins.validator.ValidateUploadHook.checkUpload(ValidateUploadHook.java:60)
at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:165)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5602)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5367)
at java.awt.Container.processEvent(Container.java:2010)
at java.awt.Component.dispatchEventImpl(Component.java:4068)
at java.awt.Container.dispatchEventImpl(Container.java:2068)
at java.awt.Component.dispatchEvent(Component.java:3903)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
at java.awt.Container.dispatchEventImpl(Container.java:2054)
at java.awt.Window.dispatchEventImpl(Window.java:1801)
at java.awt.Component.dispatchEvent(Component.java:3903)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Please update validator plugin. According to bug report you have 14406 (current is 17175 indeed). The current version of plugin is displayed in Help/About dialog.
For updating using the preference menu you first have to load the new list and have to update the plugins after this. After this you have to restart josm (you should be informed by a dialog). For plugins in this menu having a version in the form "X (Y)": X is the remote version. Y is your locally installed version.