Opened 17 years ago
Closed 17 years ago
#500 closed defect (fixed)
NullPointerException when loading map
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I tried downloading data from server using this bookmark:
Praha N1,50.00,14.10,50.25,14.30
First time JVM crashed. Second time I got this exception. Third time it went okay. I am having some internet connection issues, so it is possible that the server response got cut or malformed somehow .... but I am not sure.
Path: josm
URL: http://www.openstreetmap.de/svn/josm
Repository Root: http://www.openstreetmap.de/svn/josm
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 466
Node Kind: directory
Last Changed Rev: 466
Last Changed Date: 2007-11-11 14:17:51 +0100 (Sun, 11 Nov 2007)
java.lang.NullPointerException
at org.openstreetmap.josm.gui.NavigatableComponent.getEastNorth(NavigatableComponent.java:87)
at org.openstreetmap.josm.actions.mapmode.ZoomAction.selectionEnded(ZoomAction.java:58)
at org.openstreetmap.josm.gui.SelectionManager.mouseReleased(SelectionManager.java:212)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)
Fixed in r506.