Opened 17 years ago

Last modified 16 years ago

#2782 closed defect

nullpointerexception when downloading osm data around track — at Version 2

Reported by: pweemeeuw@… Owned by: pweemeeuw@…
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by stoecker)

steps:

  • start up osm
  • load gpx track (2.2 M)
  • select download from osm along this track (various settings: 50m around track, 50 sq km)

observed both for latest @ 20090628 and version 1566
on 901 eee pc (1 Mb memory; ubuntu 0904)

Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1708
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1708
Last Changed Date: 2009-06-27 15:59:15 +0200 (Sat, 27 Jun 2009)

Memory Usage: 50 MB / 508 MB (19 MB allocated, but free)
Java version: 1.6.0_0

Plugins: colorschemelivegpsroutingslippymapsurveyorusertoolsutilspluginvalidator
Plugin colorscheme Version: 14233
Plugin livegps Version: 14120
Plugin routing Version: 14404
Plugin slippymap Version: 14015
Plugin usertools Version: 14125
Plugin utilsplugin Version: 14356
Plugin validator Version: 14123
Plugin surveyor Version: 14233

java.lang.NullPointerException

at java.awt.Container.createHierarchyEvents(Container.java:1415)
at java.awt.Container.createHierarchyEvents(Container.java:1415)
at java.awt.Container.createHierarchyEvents(Container.java:1415)
at java.awt.Container.createHierarchyEvents(Container.java:1415)
at java.awt.Dialog.conditionalShow(Dialog.java:959)
at java.awt.Dialog.show(Dialog.java:1061)
at java.awt.Component.show(Component.java:1464)
at java.awt.Component.setVisible(Component.java:1416)
at java.awt.Window.setVisible(Window.java:842)
at java.awt.Dialog.setVisible(Dialog.java:1011)
at org.openstreetmap.josm.gui.PleaseWaitRunnable$3.run(PleaseWaitRunnable.java:96)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)

Change History (2)

in reply to:  description comment:1 by anonymous, 17 years ago

forgot one step in the description above:
delete slippy map layer after loading the gpx track.
I can provide the gpx track as well, if needed.

comment:2 by stoecker, 17 years ago

Description: modified (diff)
Owner: changed from team to pweemeeuw@…
Status: newneedinfo

Yes, please provide track. But try updating plugins, restart and retry to produce bug before you do so. Some of them are outdated a lot.

Note: See TracTickets for help on using tickets.