id summary reporter owner description type status priority milestone component version resolution keywords cc 4971 NullPointerException at OsmReader.java:586, caused by NullPointerException at Storage.java:317 Adam Dunn team When attempting to open attached osm file, a NullPointerException is thrown. The file was not generated by me, but I will be able to get more information on how it was generated. Using Eclipse to debug, a breakpoint can be set for Storage:317 with a hit count of 370 (to zoom ahead to the error-causing node in the osm file). It appears that the error occurs on or near line 16217 of the osm file where node id -8043 is read. I'm not a JOSM programmer so this may not be the precise location of the problem, but it's close. This was tested with a fresh subversion checkout of revision 3213 of JOSM. The variable being passed appears to be null, going back to at least OsmReader:273, where key and value are both null. defect closed normal Core fixed