Modify

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#14801 closed defect (fixed)

NoSuchMethodError: org.openstreetmap.josm.Main.addLayer

Reported by: Dian14 Owned by: mojodna
Priority: blocker Milestone:
Component: Plugin fieldpapers Version:
Keywords: template_report github Cc:

Description (last modified by Don-vip)

What steps will reproduce the problem?

  1. lapangan

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 10 64-Bit
Memory Usage: 432 MB / 910 MB (253 MB allocated, but free)
Java version: 1.8.0_91-b14, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: \Display0 1366x768
Maximum Screen Size: 1366x768

Plugins:
+ fieldpapers (v0.4.1)

Last errors/warnings:
- W: extended font config - overriding 'allfonts.symbol=Symbol' with 'Segoe UI Symbol'
- E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.Main.addLayer(Lorg/openstreetmap/josm/gui/layer/Layer;Lorg/openstreetmap/josm/data/ViewportData;)V
- E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.Main.addLayer(Lorg/openstreetmap/josm/gui/layer/Layer;Lorg/openstreetmap/josm/data/ViewportData;)V
- E: Handled by bug report queue: java.lang.NoSuchMethodError: org.openstreetmap.josm.Main.addLayer(Lorg/openstreetmap/josm/gui/layer/Layer;Lorg/openstreetmap/josm/data/ViewportData;)V


=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: AWT-EventQueue-0 (20) of main
java.lang.NoSuchMethodError: org.openstreetmap.josm.Main.addLayer(Lorg/openstreetmap/josm/gui/layer/Layer;Lorg/openstreetmap/josm/data/ViewportData;)V
	at org.openstreetmap.josm.plugins.fieldpapers.FieldPapersAddLayerAction.actionPerformed(FieldPapersAddLayerAction.java:67)
	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 (11)

comment:1 by Don-vip, 7 years ago

Component: CorePlugin fieldpapers
Description: modified (diff)
Owner: changed from team to mojodna
Summary: lapanganNoSuchMethodError: org.openstreetmap.josm.Main.addLayer

comment:2 by Don-vip, 7 years ago

Keywords: github added

reported upstream.

comment:3 by Don-vip, 7 years ago

Ticket #14976 has been marked as a duplicate of this ticket.

comment:4 by mojodna, 7 years ago

I no longer work at Stamen, but I'll pass it on.

comment:5 by anonymous, 7 years ago

Anybody know when the plugin will be useable?

comment:6 by Don-vip, 7 years ago

Ticket #15091 has been marked as a duplicate of this ticket.

comment:7 by Don-vip, 7 years ago

Priority: normalblocker

comment:8 by ovruni, 7 years ago

I created a pull request to fix this https://github.com/fieldpapers/josm-fieldpapers/pull/2

comment:9 by floscher, 7 years ago

Me too ;) (no offense) https://github.com/floscher/josm-fieldpapers/releases/tag/v0.4.2

The fixed version is now distributed via the update mechanism of JOSM.

comment:10 by floscher, 7 years ago

Resolution: fixed
Status: newclosed

Sorry, wrong link to the pull request: https://github.com/fieldpapers/josm-fieldpapers/pull/3

in reply to:  9 comment:11 by Don-vip, 7 years ago

Replying to floscher:

The fixed version is now distributed via the update mechanism of JOSM.

Thanks a lot for that!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain mojodna.
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.