Opened 17 years ago

Last modified 17 years ago

#2824 closed defect

Validator crashes, plugin loading not possible — at Initial Version

Reported by: Valentijn Owned by: team
Priority: critical Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

When running "josm-tested", trying to load the Validator plugin fails, because the Validator needs at least JOSM 1.725, and wmsplugin needs 1.722.

However, running a later version (I tested 1729 and 1732) crashes the validator when trying to upload even trivial changes (changed the name of a road - crash!).

Normally, this would be a typical plugin error. But, as the JOSM main screen tells me I need the validator, this clearly is a JOSM bug.

This makes JOSM unusable, i.e. you cannot use it as advertised. So I took the liberty of marking this a "critical" error.

Workarounds could be:

  • change the text of the opening screen to not have to use the validator
  • have version 1669 download a different version of the validator, so it will keep working
  • point users to a different version of the validator, so it will keep working

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1732
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1732
Last Changed Date: 2009-07-04 22:32:30 +0200 (Sat, 04 Jul 2009)

Memory Usage: 26 MB / 63 MB (10 MB allocated, but free)
Java version: 1.6.0_06

Plugins: validator
wmsplugin
Plugin validator Version: 16319
Plugin wmsplugin Version: 16308

java.lang.NullPointerException

at org.openstreetmap.josm.plugins.validator.tests.UnconnectedWays.endTest(UnconnectedWays.java:68)
at org.openstreetmap.josm.plugins.validator.ValidateUploadHook.checkUpload(ValidateUploadHook.java:61)
at org.openstreetmap.josm.actions.UploadAction.actionPerformed(UploadAction.java:192)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6041)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5806)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4413)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
at java.awt.Container.dispatchEventImpl(Container.java:2102)
at java.awt.Window.dispatchEventImpl(Window.java:2440)
at java.awt.Component.dispatchEvent(Component.java:4243)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

Change History (0)

Note: See TracTickets for help on using tickets.