Modify ↓
Opened 9 years ago
Closed 9 years ago
#12822 closed defect (irreproducible)
NoSuchMethodError when clicking on Mapillary Images layer
Reported by: | jBeata | Owned by: | jBeata |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | tested |
Keywords: | Cc: | michael2402 |
Description
I got the following error while trying to click on the Mapillary Images layer:
URL:http://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2016-05-02 10:23:17 +0200 (Mon, 02 May 2016) Build-Date:2016-05-03 01:31:45 Revision:10168 Relative:URL: ^/trunk Identification: JOSM/1.5 (10168 en) Windows 7 64-Bit Memory Usage: 1094 MB / 3571 MB (678 MB allocated, but free) Java version: 1.7.0_80-b15, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Dfile.encoding=UTF-8] Dataset consistency test: No problems found Plugins: - ImproveOsm (${build-label}) - Mapillary (32040) - apache-commons (31895) - apache-http (31895) - turnrestrictions (31895) Last errors/warnings: - W: java.net.SocketTimeoutException: Read timed out - W: java.net.SocketTimeoutException: Read timed out - W: java.net.SocketTimeoutException: Read timed out - E: java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.dialogs.LayerListDialog.createShowHideLayerAction()Lorg/openstreetmap/josm/gui/dialogs/LayerListDialog$ShowHideLayerAction; - E: java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.dialogs.LayerListDialog.createShowHideLayerAction()Lorg/openstreetmap/josm/gui/dialogs/LayerListDialog$ShowHideLayerAction; java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.dialogs.LayerListDialog.createShowHideLayerAction()Lorg/openstreetmap/josm/gui/dialogs/LayerListDialog$ShowHideLayerAction; at org.openstreetmap.josm.plugins.mapillary.MapillaryLayer.getMenuEntries(MapillaryLayer.java:421) at org.openstreetmap.josm.gui.dialogs.LayerListPopup.<init>(LayerListPopup.java:77) at org.openstreetmap.josm.gui.dialogs.LayerListDialog$PopupMenuHandler.showMenu(LayerListDialog.java:576) at org.openstreetmap.josm.gui.widgets.PopupMenuLauncher$1.focusGained(PopupMenuLauncher.java:103) at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:220) at java.awt.Component.processFocusEvent(Component.java:6405) at java.awt.Component.processEvent(Component.java:6272) at java.awt.Container.processEvent(Container.java:2229) at java.awt.Component.dispatchEventImpl(Component.java:4872) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4698) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1887) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:938) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:570) at java.awt.Component.dispatchEventImpl(Component.java:4742) at java.awt.Container.dispatchEventImpl(Container.java:2287) at java.awt.Component.dispatchEvent(Component.java:4698) at sun.awt.SunToolkit$1.run(SunToolkit.java:506) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745) at java.awt.EventQueue.access$300(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:706) at java.awt.EventQueue$3.run(EventQueue.java:704) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:715) 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 (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 9 years ago
Cc: | added |
---|
comment:3 by , 9 years ago
Resolution: | → irreproducible |
---|---|
Status: | needinfo → closed |
I also tested it with the exact versions (JOSM: 10168, Mapillary-plugin: 32040) and also could not reproduce the issue.
So I'll close the ticket here. If you still encounter the issue, try the following:
- update JOSM and the plugin to the latest version
- disable the other plugins (turnrestrictions and ImproveOsm) to prove that the cause lies in the mapillary plugin itself
and if that doesn't help, feel free to reopen.
Note:
See TracTickets
for help on using tickets.
Could you please update to the latest mapillary plugin version? I cannot reproduce the issue.
Thanks