Opened 11 years ago
Closed 11 years ago
#9037 closed defect (fixed)
Exception downloading way
Reported by: | malenki | Owned by: | Harry Wood |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin waydownloader | Version: | latest |
Keywords: | template_report waydownloader | Cc: |
Description
What steps will reproduce the problem?
- download that region: http://www.openstreetmap.org/#map=19/50.97050/11.98155 (make sure not to download the river named Weiße Elster as well)
- select stream Rauda (way id 154536418)
- press ctrl-shift-w (download way)
What is the expected result?
Download the way to the next intersection.
What happens instead?
Way to the next intersection is downloaded and JOSM reports an error.
java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
To reproduce this bug I ran JOSM with a clean ~/.josm, only installed the waydownloader plugin.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-09-01 01:34:23 Last Changed Author: bastiK Revision: 6212 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-08-31 10:50:59 +0200 (Sat, 31 Aug 2013) Last Changed Rev: 6212 Identification: JOSM/1.5 (6212 de) Linux Debian GNU/Linux unstable (sid) Memory Usage: 297 MB / 9777 MB (169 MB allocated, but free) Java version: 1.7.0_25, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u25-2.3.12-4 VM arguments: [-Xmx11000M, -Dsun.java2d.opengl=false] Dataset consistency test: No problems found Plugin: waydownloader (29854) java.lang.NoSuchMethodError: org.openstreetmap.josm.data.osm.BBox.<init>(Lorg/openstreetmap/josm/data/Bounds;)V at org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin.findDuplicateNode(WayDownloaderPlugin.java:268) at org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin.access$400(WayDownloaderPlugin.java:39) at org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin$WayDownloadAction.run(WayDownloaderPlugin.java:184) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724)
Fixed in [o29908].