Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#7452 closed defect (duplicate)

IndexOutOfBoundsException

Reported by: Cobra Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

This just occured after downloading a small area via remotecontrol in addition to other areas. I could continue working without problems.

I pasted the two relevant lines from the log into the autogenerated bug report.

I didn't try to reproduce this yet.

Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2012-02-25 02:32:16
Last Changed Author: simon04
Revision: 5023
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2012-02-24 15:17:08 +0100 (Fri, 24 Feb 2012)
Last Changed Rev: 5023

Identification: JOSM/1.5 (5023 en)
Memory Usage: 126 MB / 910 MB (65 MB allocated, but free)
Java version: 1.6.0_30, Sun Microsystems Inc., Java HotSpot(TM) 64-Bit Server VM
Operating system: Linux
Dataset consistency test: No problems found

Plugin: FastDraw (27865)
Plugin: FixAddresses (27907)
Plugin: ImportImagePlugin (27906)
Plugin: InfoMode (27852)
Plugin: PicLayer (27883)
Plugin: alignways (27852)
Plugin: licensechange (27888)
Plugin: openstreetbugs (27852)
Plugin: openvisible (27852)
Plugin: pdfimport (27867)
Plugin: proj4j (27902)
Plugin: restart (27852)
Plugin: reverter (27865)
Plugin: terracer (27852)
Plugin: undelete (27852)
Plugin: utilsplugin2 (27865)

RemoteControl received: GET /load_and_zoom?left=8.46875&bottom=48.10486&right=8.47075&top=48.10686&select=node293080040 HTTP/1.1
GET http://api.openstreetmap.org/api/0.6/map?bbox=8.46875,48.104859999999995,8.470749999999999,48.10686
java.lang.IndexOutOfBoundsException: Index: 24, Size: 15
	at java.util.ArrayList.RangeCheck(ArrayList.java:547)
	at java.util.ArrayList.get(ArrayList.java:322)
	at org.openstreetmap.josm.gui.dialogs.RelationListDialog$RelationListModel.getElementAt(RelationListDialog.java:709)
	at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1343)
	at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1294)
	at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:561)
	at javax.swing.JComponent.getPreferredSize(JComponent.java:1634)
	at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
	at java.awt.Container.layout(Container.java:1419)
	at java.awt.Container.doLayout(Container.java:1408)
	at java.awt.Container.validateTree(Container.java:1505)
	at java.awt.Container.validate(Container.java:1478)
	at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:670)
	at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1635)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
	at java.awt.EventQueue.access$000(EventQueue.java:84)
	at java.awt.EventQueue$1.run(EventQueue.java:607)
	at java.awt.EventQueue$1.run(EventQueue.java:605)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
	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

Attachments (0)

Change History (2)

comment:1 by Don-vip, 12 years ago

Resolution: duplicate
Status: newclosed

comment:2 by Don-vip, 12 years ago

Closed as duplicate of #7342.

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.