Opened 15 years ago
Closed 15 years ago
#5440 closed defect (fixed)
Error when loading gpx file
Reported by: | dexgps | Owned by: | cinw7 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin waypoint_search | Version: | latest |
Keywords: | gpx | Cc: | quazgar |
Description
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2010-07-17 01:31:31
Last Changed Author: bastiK
Revision: 3376
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2010-07-16 23:44:00 +0200 (Fri, 16 Jul 2010)
Last Changed Rev: 3376
Identification: JOSM/1.5 (3376 en_AU)
Memory Usage: 107 MB / 494 MB (22 MB allocated, but free)
Java version: 1.6.0_21, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7
Plugin: ElevationProfile (288)
Plugin: editgpx (21706)
Plugin: openstreetbugs (22466)
Plugin: remotecontrol (22734)
Plugin: slippymap (21706)
Plugin: validator (22445)
Plugin: waypoint_search (22858)
Plugin: wmsplugin (22286)
java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.layer.markerlayer.Marker.getText()Ljava/lang/String;
at org.openstreetmap.josm.plugins.waypointSearch.Engine.searchGpxWaypoints(Engine.java:20)
at org.openstreetmap.josm.plugins.waypointSearch.SelectWaypointDialog.updateSearchResults(SelectWaypointDialog.java:69)
at org.openstreetmap.josm.plugins.waypointSearch.WaypointSearchPlugin.layerAdded(WaypointSearchPlugin.java:40)
at org.openstreetmap.josm.gui.MapView.fireLayerAdded(MapView.java:142)
at org.openstreetmap.josm.gui.MapView.addLayer(MapView.java:280)
at org.openstreetmap.josm.Main.addLayer(Main.java:240)
at org.openstreetmap.josm.io.GpxImporter$1.run(GpxImporter.java:54)
at java.awt.event.InvocationEvent.dispatch(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.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at org.openstreetmap.josm.gui.progress.PleaseWaitProgressMonitor$3.run(PleaseWaitProgressMonitor.java:83)
at java.awt.event.InvocationEvent.dispatch(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 (6)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Component: | Plugin → Plugin waypoint_search |
---|---|
Owner: | changed from | to
comment:3 by , 15 years ago
comment:4 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, I clicked the "report bug" button too fast (knowing that Gentoo is a few revisions behind). I'll reopen the bug if I can reproduce the behaviour with the current tested(3514?) version.
comment:5 by , 15 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Oh, that wasn't me? Sorry again, but I was so sure I clicked the bug reporting button when I didn't want to yesterday...
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [o23143])
@Åsmund: You need to set correct Main-Version. See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Hi,
Cannot reproduce the error.
(Tested on JOSM version 3522)
Please test with newest version of JOSM:
http://josm.openstreetmap.de/download/josm-latest.jar
and/or
http://josm.openstreetmap.de/download/josm-tested.jar
If still problems, please
1) uninstall the "waypoint_search" plugin and try again
2) if possible send me a GPX that cause the crash
Please report back if problem does still exist.