Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2932 closed defect (duplicate)

java.lang.IndexOutOfBoundsException with "Download from OSM along this track"

Reported by: Chris Bainbridge <chris.bainbridge@…> Owned by: team
Priority: major Milestone:
Component: Core Version: latest
Keywords: DownloadAlongTrack Cc:

Description

Selct GPX -> "Download from OSM along this track", while downloading I get this error several times:

GET http://www.openstreetmap.org/api/0.6/map?bbox=-3.384784386801485,55.922562860999996,-3.364504525894448,55.925320545999995
Exception occurred during event dispatching:
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4

at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at java.awt.Container.createHierarchyEvents(Container.java:1357)
at java.awt.Container.createHierarchyEvents(Container.java:1357)
at java.awt.Container.createHierarchyEvents(Container.java:1357)
at java.awt.Container.createHierarchyEvents(Container.java:1357)
at java.awt.Dialog.conditionalShow(Dialog.java:939)
at java.awt.Dialog.show(Dialog.java:1040)
at java.awt.Component.show(Component.java:1516)
at java.awt.Component.setVisible(Component.java:1468)
at java.awt.Window.setVisible(Window.java:841)
at java.awt.Dialog.setVisible(Dialog.java:991)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.prepareDialog(PleaseWaitRunnable.java:89)
at org.openstreetmap.josm.gui.PleaseWaitRunnable.access$300(PleaseWaitRunnable.java:29)
at org.openstreetmap.josm.gui.PleaseWaitRunnable$5.run(PleaseWaitRunnable.java:141)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
at java.awt.Dialog$1.run(Dialog.java:1051)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

GET http://www.openstreetmap.org/api/0.6/map?bbox=-3.364504525894448,55.917287626,-3.3442246649874114,55.92550545099999

Attachments (0)

Change History (4)

comment:1 by Chris Bainbridge <chris.bainbridge@…>, 15 years ago

This is with josm r1779

comment:2 by jttt, 15 years ago

Resolution: duplicate
Status: newclosed

comment:3 by jttt, 15 years ago

Closed as duplicate of #2782.

comment:4 by plaicy, 15 years ago

Keywords: DownloadAlongTrack added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.