Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1891 closed defect (duplicate)

Backtrace when trying to download a bbox

Reported by: avar Owned by: framm
Priority: blocker Component: Core
Version: latest Keywords:
Cc:

Description

I'm running [1182]. When I open JOSM, go to the download map dialog and try to download an area I get this:

Development version. Unknown revision.
java.lang.NoSuchMethodError: org.openstreetmap.josm.data.Preferences.put(Ljava/lang/String;Z)V

at org.openstreetmap.josm.actions.DownloadAction.actionPerformed(DownloadAction.java:56)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

All my plugins are up to date (download list, update & restart).

Attachments (0)

Change History (4)

comment:1 Changed 4 years ago by anonymous

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate #1883.

comment:2 Changed 4 years ago by avar

  • Resolution duplicate deleted
  • Status changed from closed to reopened

This is not a duplicate of #1883. It has been solved (for me) but I still get this backtrace when trying to use the download dialog.

All my plugins are up-do-date.

The backtrace is also different.

comment:3 Changed 4 years ago by anonymous

  • Resolution set to duplicate
  • Status changed from reopened to closed

You use gpsbabelgui or usertools? They are not updated yet.

Yes the backtrace is different, but it's the same problem :-) There are 3 or 4 different backtraces which have same reason.

Please add versions of all plugins in a comment to #1883 when there are still problems.

comment:4 Changed 4 years ago by avar

I wasn't using those two problems and all my plugins had been updated, but after doing ant clean && ant dist as suggested in #1901 the problem went away.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.