Modify

Opened 14 years ago

Closed 14 years ago

#5188 closed defect (fixed)

Error when attempting to open GPX files

Reported by: anonymous Owned by: team
Priority: blocker Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

Since this morning I'm getting this error when attempting to open GPX files (even ones I could open fine a week ago).

Build-Date: 2010-06-27 19:09:27
Revision: 3348
Is-Local-Build: true

Identification: JOSM/1.5 (3348 SVN da)
Memory Usage: 80 MB / 672 MB (41 MB allocated, but free)
Java version: 1.6.0_20, Sun Microsystems Inc., Java HotSpot(TM) Server VM
Operating system: Linux

Plugin: DirectUpload (22017)
Plugin: multipoly (21988)
Plugin: osmarender (21774)
Plugin: remotecontrol (21706)
Plugin: validator (22004)
Plugin: wmsplugin (22008)

java.lang.NoSuchMethodError: org.openstreetmap.josm.tools.GBC.weight(II)Lorg/openstreetmap/josm/tools/GBC;

at org.openstreetmap.josm.gui.dialogs.CommandStackDialog.<init>(CommandStackDialog.java:104)
at org.openstreetmap.josm.gui.MapFrame.<init>(MapFrame.java:161)
at org.openstreetmap.josm.Main.addLayer(Main.java:230)
at org.openstreetmap.josm.io.GpxImporter$1.run(GpxImporter.java:59)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
at java.awt.Dialog$1.run(Dialog.java:1046)
at java.awt.Dialog$3.run(Dialog.java:1098)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:1096)
at java.awt.Component.show(Component.java:1563)
at java.awt.Component.setVisible(Component.java:1515)
at java.awt.Window.setVisible(Window.java:842)
at java.awt.Dialog.setVisible(Dialog.java:986)
at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$3.run(PleaseWaitProgressMonitor.java:83)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
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)

Attachments (0)

Change History (2)

comment:1 by bastiK, 14 years ago

@jttt: thanks for fixing the plugins I broke in [3338]!

@team: This is from [3338] as well, but I don't understand. Looks like for some reason the CommandStackDialog class hasn't been recompiled.

comment:2 by stoecker, 14 years ago

Resolution: fixed
Status: newclosed

As this is a local build, I suggest a "ant clean" and remake.

Modify Ticket

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