Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#5462 closed defect (duplicate)

Plug-in "turnrestriction" fails when I want to create a new restriction

Reported by: stephan75 Owned by: team
Priority: critical Milestone:
Component: Plugin turnrestrictions Version: latest
Keywords: template_report Cc:

Description

What steps will reproduce the problem?

  1. Try to create a new turn restriction in a loaded area with normal OSM data, then an error box appears about a malfuntion in the plugin, and i can choose to keep or disable the plugin I dont know whether this happens with the josm stable version as well ...
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-09-17 01:31:27
Last Changed Author: stoecker
Revision: 3532
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-09-16 17:54:20 +0200 (Thu, 16 Sep 2010)
Last Changed Rev: 3532

Identification: JOSM/1.5 (3532 de)
Memory Usage: 45 MB / 247 MB (5 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows XP
Dataset consistency test: No problems found

Plugin: RoadSigns (22850)
Plugin: reverter (22533)
Plugin: turnrestrictions (22477)
Plugin: validator (22805)

java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.tagging.TagEditorPanel.<init>(Lorg/openstreetmap/josm/gui/tagging/TagEditorModel;)V
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildTagEditorPanel(AdvancedEditorPanel.java:47)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildSplitPane(AdvancedEditorPanel.ja

Attachments (0)

Change History (4)

comment:1 by stephan75, 14 years ago

here is the full error report:

{{
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-09-17 01:31:27
Last Changed Author: stoecker
Revision: 3532
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-09-16 17:54:20 +0200 (Thu, 16 Sep 2010)
Last Changed Rev: 3532

Identification: JOSM/1.5 (3532 de)
Memory Usage: 45 MB / 247 MB (5 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows XP
Dataset consistency test: No problems found

Plugin: RoadSigns (22850)
Plugin: reverter (22533)
Plugin: turnrestrictions (22477)
Plugin: validator (22805)

java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.tagging.TagEditorPanel.<init>(Lorg/openstreetmap/josm/gui/tagging/TagEditorModel;)V

at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildTagEditorPanel(AdvancedEditorPanel.java:47)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildSplitPane(AdvancedEditorPanel.java:81)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.build(AdvancedEditorPanel.java:94)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.<init>(AdvancedEditorPanel.java:106)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.buildEditorPanel(TurnRestrictionEditor.java:136)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.buildContentPanel(TurnRestrictionEditor.java:158)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.build(TurnRestrictionEditor.java:204)
at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.<init>(TurnRestrictionEditor.java:234)
at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$NewAction.run(TurnRestrictionsListDialog.java:324)
at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$NewAction.actionPerformed(TurnRestrictionsListDialog.java:331)
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.plaf.basic.BasicButtonListener.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)

}}

comment:2 by anonymous, 14 years ago

Priority: normalcritical

Having the same problem with 3544.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-09-19 01:31:21
Last Changed Author: stoecker
Revision: 3544
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-09-18 23:59:04 +0200 (Sat, 18 Sep 2010)
Last Changed Rev: 3544

Identification: JOSM/1.5 (3544 en)
Memory Usage: 142 MB / 455 MB (45 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM
Operating system: Windows 7
Dataset consistency test: No problems found

Plugin: Create_grid_of_ways (21706)
Plugin: OpeningHoursEditor (22850)
Plugin: RoadSigns (22850)
Plugin: alignways (23165)
Plugin: buildings_tools (23124)
Plugin: colorscheme (21563)
Plugin: fuzzer (15)
Plugin: michigan_left (22369)
Plugin: openstreetbugs (22723)
Plugin: osmarender (22765)
Plugin: public_transport (22148)
Plugin: remotecontrol (22734)
Plugin: reverter (22533)
Plugin: routing (22549)
Plugin: tageditor (21026)
Plugin: turnrestrictions (22477)
Plugin: undelete (22365)
Plugin: validator (22805)
Plugin: walkingpapers (22549)
Plugin: waydownloader (21706)
Plugin: wayselector (23103)
Plugin: wmsplugin (23207)

java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.tagging.TagEditorPanel.<init>(Lorg/openstreetmap/josm/gui/tagging/TagEditorModel;)V
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildTagEditorPanel(AdvancedEditorPanel.java:47)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildSplitPane(AdvancedEditorPanel.java:81)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.build(AdvancedEditorPanel.java:94)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.<init>(AdvancedEditorPanel.java:106)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.buildEditorPanel(TurnRestrictionEditor.java:136)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.buildContentPanel(TurnRestrictionEditor.java:158)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.build(TurnRestrictionEditor.java:204)
	at org.openstreetmap.josm.plugins.turnrestrictions.editor.TurnRestrictionEditor.<init>(TurnRestrictionEditor.java:234)
	at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$NewAction.run(TurnRestrictionsListDialog.java:324)
	at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$NewAction.actionPerformed(TurnRestrictionsListDialog.java:331)
	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.plaf.basic.BasicButtonListener.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)

Please, get this fixed ASAP!

comment:3 by bastiK, 14 years ago

Resolution: duplicate
Status: newclosed

comment:4 by bastiK, 14 years ago

Closed as duplicate of #5461.

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.