Modify

Opened 17 years ago

Closed 17 years ago

#49 closed defect (fixed)

exception when starting with 'josm file.gpx'

Reported by: jburgess@… Owned by: imi
Priority: minor Milestone:
Component: unspecified Version: latest
Keywords: Cc:

Description

$ java -Xmx1024m -jar svn.openstreetmap.org/editors/josm/dist/josm-custom.jar processed/20061125_163008.gpx
java.lang.NullPointerException

at org.openstreetmap.josm.gui.layer.RawGpsLayer$1.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

It works fine provided there is an OSM data layer first, e.g. something like:

josm map.osm file1.gpx file2.gpx

Attachments (0)

Change History (1)

comment:1 by imi, 17 years ago

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain imi.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.