Modify ↓
Opened 9 years ago
Closed 9 years ago
#14738 closed defect (invalid)
NoSuchMethodError: org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.getCurrentDataSet()
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin utilsplugin2 | Version: | |
| Keywords: | template_report NoSuchMethodError | Cc: |
Description
What steps will reproduce the problem?
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:http://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2017-05-02 23:28:33 +0200 (Tue, 02 May 2017)
Build-Date:2017-05-02 21:34:40
Revision:12039
Relative:URL: ^/trunk
Identification: JOSM/1.5 (12039 en) Windows 7 64-Bit
Memory Usage: 158 MB / 247 MB (57 MB allocated, but free)
Java version: 1.8.0_121-b13, Oracle Corporation, Java HotSpot(TM) Client VM
Screen: \Display0 1366x768
Maximum Screen Size: 1366x768
VM arguments: [-Djava.security.manager, -Djava.util.Arrays.useLegacyMergeSort=true, -Djnlp.application.href=https://josm.openstreetmap.de/download/josm.jnlp, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.splashport=49250, -Djnlpx.home=C:\Program Files (x86)\Java\jre1.8.0_91\bin, -Djnlpx.remove=false, -Djnlpx.offline=false, -Djnlpx.relaunch=true, -Djnlpx.session.data=%UserProfile%\AppData\Local\Temp\session8268261593629708099, -Djnlpx.heapsize=NULL,NULL, -Djava.security.policy=file:C:\Program Files (x86)\Java\jre1.8.0_91\lib\security\javaws.policy, -DtrustProxy=true, -Djnlpx.origFilenameArg=%UserProfile%\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\56\1ee8cfb8-47315255]
Plugins:
+ FastDraw (32158)
+ apache-commons (32158)
+ apache-http (32158)
+ fieldpapers (v0.4.0)
+ public_transport (32158)
+ terracer
Last errors/warnings:
- W: Cannot paint layer, it is not registered: OsmDataLayer [name=Data Layer 1, associatedFile=null]
- E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet;
- W: Cannot paint layer, it is not registered: TMSLayer [info=ImageryInfo{name='Bing aerial imagery', countryCode='', url='http://www.bing.com/maps/', imageryType=BING}]
- W: Cannot paint layer, it is not registered: OsmDataLayer [name=Data Layer 1, associatedFile=null]
- W: Cannot paint layer, it is not registered: TMSLayer [info=ImageryInfo{name='Bing aerial imagery', countryCode='', url='http://www.bing.com/maps/', imageryType=BING}]
- W: Cannot paint layer, it is not registered: OsmDataLayer [name=Data Layer 1, associatedFile=null]
- W: Cannot paint layer, it is not registered: OsmDataLayer [name=Data Layer 1, associatedFile=null]
- E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet;
- W: Cannot paint layer, it is not registered: TMSLayer [info=ImageryInfo{name='Bing aerial imagery', countryCode='', url='http://www.bing.com/maps/', imageryType=BING}]
- W: Cannot paint layer, it is not registered: OsmDataLayer [name=Data Layer 1, associatedFile=null]
=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.
Warning issued by: BugReportExceptionHandler#handleException
=== STACK TRACE ===
Thread: AWT-EventQueue-2 (51) of javawsApplicationThreadGroup
java.lang.NoSuchMethodError: org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.getCurrentDataSet()Lorg/openstreetmap/josm/data/osm/DataSet;
at org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.updateEnabledState(CopyTagsAction.java:69)
at org.openstreetmap.josm.actions.JosmAction$LayerChangeAdapter.layerAdded(JosmAction.java:343)
at org.openstreetmap.josm.gui.layer.LayerManager.fireLayerAdded(LayerManager.java:458)
at org.openstreetmap.josm.gui.layer.LayerManager.realAddLayer(LayerManager.java:233)
at org.openstreetmap.josm.gui.layer.MainLayerManager.realAddLayer(MainLayerManager.java:251)
at org.openstreetmap.josm.gui.layer.LayerManager.lambda$addLayer$0(LayerManager.java:217)
at org.openstreetmap.josm.gui.util.GuiHelper.runInEDTAndWaitWithException(GuiHelper.java:138)
at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:217)
at org.openstreetmap.josm.gui.layer.LayerManager.addLayer(LayerManager.java:206)
at org.openstreetmap.josm.actions.AddImageryLayerAction.actionPerformed(AddImageryLayerAction.java:140)
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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(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)
Attachments (0)
Change History (3)
comment:1 by , 9 years ago
| Component: | Core → Plugin utilsplugin2 |
|---|
comment:2 by , 9 years ago
| Keywords: | NoSuchMethodError added |
|---|---|
| Summary: | koojkj-ok → NoSuchMethodError: org.openstreetmap.josm.plugins.utilsplugin2.actions.CopyTagsAction.getCurrentDataSet() |
comment:3 by , 9 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



It seems there's a problem with your config, please try to reinstall utilsplugin2 and update your plugins.