Modify ↓
Opened 11 years ago
Closed 11 years ago
#10042 closed defect (fixed)
Error when adding turn restriction
Reported by: | Glassman | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin turnrestrictions | Version: | latest |
Keywords: | Cc: | Glassman |
Description (last modified by )
When attempting to add a turn restriction using the plugin the following message pops up.
Using version 7137 of JOSM. All plugins are update.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-05-18 01:36:30 Last Changed Author: Don-vip Revision: 7137 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-05-18 00:55:26 +0200 (Sun, 18 May 2014) Last Changed Rev: 7137 Identification: JOSM/1.5 (7137 en) Mac OS X 10.8.5 Memory Usage: 253 MB / 455 MB (170 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Djava.library.path=/Applications/JOSM.app/Contents/MacOS, -DLibraryDirectory=/Users/cliffordsnow/Library, -DDocumentsDirectory=/Users/cliffordsnow/Documents, -DApplicationSupportDirectory=/Users/cliffordsnow/Library/Application Support, -DCachesDirectory=/Users/cliffordsnow/Library/Caches, -DSandboxEnabled=false, -Xmx512m, -Dapple.laf.useScreenMenuBar=true, -Dcom.apple.macos.use-file-dialog-packages=true, -Dcom.apple.macos.useScreenMenuBar=true, -Dcom.apple.mrj.application.apple.menu.about.name=JOSM, -Dcom.apple.smallTabs=true] Dataset consistency test: No problems found Plugin: FixAddresses (30416) Plugin: buildings_tools (30416) Plugin: conflation (0.1.6) Plugin: geochat (30416) Plugin: jts (30416) Plugin: log4j (30416) Plugin: mapdust (30416) Plugin: measurement (30416) Plugin: mirrored_download (30436) Plugin: notes (v0.9.2) Plugin: openstreetbugs (30436) Plugin: reverter (30436) Plugin: turnrestrictions (30416) Plugin: undelete (30416) Plugin: utilsplugin2 (30419) Plugin: wikipedia (30449) java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.tagging.TagEditorPanel.<init>(Lorg/openstreetmap/josm/gui/tagging/TagEditorModel;Lorg/openstreetmap/josm/gui/dialogs/properties/PresetListPanel$PresetHandler;)V at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildTagEditorPanel(AdvancedEditorPanel.java:46) at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.buildSplitPane(AdvancedEditorPanel.java:80) at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.build(AdvancedEditorPanel.java:93) at org.openstreetmap.josm.plugins.turnrestrictions.editor.AdvancedEditorPanel.<init>(AdvancedEditorPanel.java:105) 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:307) at org.openstreetmap.josm.plugins.turnrestrictions.list.TurnRestrictionsListDialog$NewAction.actionPerformed(TurnRestrictionsListDialog.java:314) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) at java.awt.Component.processMouseEvent(Component.java:6505) at javax.swing.JComponent.processMouseEvent(JComponent.java:3320) at java.awt.Component.processEvent(Component.java:6270) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4861) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422) at java.awt.Container.dispatchEventImpl(Container.java:2273) at java.awt.Window.dispatchEventImpl(Window.java:2719) at java.awt.Component.dispatchEvent(Component.java:4687) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87) at java.awt.EventQueue$4.run(EventQueue.java:708) at java.awt.EventQueue$4.run(EventQueue.java:706) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:705) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [o30453:30455].