#6125 closed defect (needinfo)
trying to load a 22 MB tif file
| Reported by: | baditaflorin | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Download http://earth.unibuc.ro/file_download/25056
- Extract the files
- Try import image
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if
possible.
Debian-Release: 0.0.svn3514-2 Build-Date: 2010-10-07 18:10:01 Revision: 3514 Is-Local-Build: true Identification: JOSM/1.5 (3514 en) Memory Usage: 157 MB / 494 MB (12 MB allocated, but free) Java version: 1.6.0_20, Sun Microsystems Inc., OpenJDK Client VM Operating system: Linux Dataset consistency test: No problems found Plugin: AddrInterpolation (25199) Plugin: FixAddresses Plugin: ImportImagePlugin (23305) Plugin: PicLayer (25219) Plugin: RoadSigns (25192) Plugin: alignways (25199) Plugin: buildings_tools (25469) Plugin: editgpx (23039) Plugin: measurement (23039) Plugin: openstreetbugs (25199) Plugin: public_transport (25192) Plugin: restart (25199) Plugin: routes (25199) Plugin: routing (23039) Plugin: turnrestrictions (25465) Plugin: utilsplugin2 Plugin: walkingpapers (25191) Plugin: waypoint_search (25191) Plugin: wayselector (25191) Plugin: wmsplugin (23039) java.lang.NullPointerException at org.openstreetmap.josm.data.osm.QuadBuckets.search(QuadBuckets.java:755) at org.openstreetmap.josm.data.osm.DataSet.searchNodes(DataSet.java:154) at org.openstreetmap.josm.gui.NavigatableComponent.getNearestNode(NavigatableComponent.java:456) at org.openstreetmap.josm.actions.mapmode.SelectAction.getNearestCollectionVirtual(SelectAction.java:275) at org.openstreetmap.josm.actions.mapmode.SelectAction.mousePressed(SelectAction.java:362) at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:279) at java.awt.Component.processMouseEvent(Component.java:6200) at javax.swing.JComponent.processMouseEvent(JComponent.java:3267) at java.awt.Component.processEvent(Component.java:5968) at java.awt.Container.processEvent(Container.java:2105) at java.awt.Component.dispatchEventImpl(Component.java:4564) at java.awt.Container.dispatchEventImpl(Container.java:2163) at java.awt.Component.dispatchEvent(Component.java:4390) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4461) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4122) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4055) at java.awt.Container.dispatchEventImpl(Container.java:2149) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4390) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:649) at java.awt.EventQueue.access$000(EventQueue.java:96) at java.awt.EventQueue$1.run(EventQueue.java:608) at java.awt.EventQueue$1.run(EventQueue.java:606) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:116) at java.awt.EventQueue$2.run(EventQueue.java:622) at java.awt.EventQueue$2.run(EventQueue.java:620) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105) at java.awt.EventQueue.dispatchEvent(EventQueue.java:619) 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)
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
| Version: | tested |
|---|
comment:2 by , 14 years ago
| Resolution: | → needinfo |
|---|---|
| Status: | new → closed |
comment:3 by , 14 years ago
First install latest josm
Then install Plugin: ImportImagePlugin (25192)
Then download and extract http://earth.unibuc.ro/file_download/25056
File > Import Image and select the extracted Tiff. YOu will get an error
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2011-04-26 01:31:34
Last Changed Author: bastiK
Revision: 4064
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2011-04-25 20:32:26 +0200 (Mon, 25 Apr 2011)
Last Changed Rev: 4064
Identification: JOSM/1.5 (4064 en)
Memory Usage: 333 MB / 494 MB (161 MB allocated, but free)
Java version: 1.6.0_24, Sun Microsystems Inc., Java HotSpot(TM) Client VM
Operating system: Windows 7
Dataset consistency test: No problems found
Plugin: ImportImagePlugin (25192)
Plugin: openstreetbugs (25664)
Plugin: turnrestrictions (25845)
java.lang.NullPointerException
at org.openstreetmap.josm.data.osm.QuadBuckets.search(QuadBuckets.java:733)
at org.openstreetmap.josm.data.osm.DataSet.searchNodes(DataSet.java:214)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestNodesImpl(NavigatableComponent.java:519)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestNode(NavigatableComponent.java:625)
at org.openstreetmap.josm.gui.NavigatableComponent.getNearestNodeOrWay(NavigatableComponent.java:997)
at org.openstreetmap.josm.actions.mapmode.SelectAction.mousePressed(SelectAction.java:425)
at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at java.awt.AWTEventMulticaster.mousePressed(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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(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)



Please report bugs in packages provided by a Linux distribution in their bug reporting system (http://bugs.debian.org).
Also, you are using a quite old version of JOSM. Please try to reproduce this with a recent one.