From: SourceForge.net <no...@so...> - 2003-04-19 23:44:32
|
Bugs item #724419, was opened at 2003-04-19 16:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=724419&group_id=44253 Category: None Group: Annoying Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Runtime ArrayIndexOutOfBoundsException... Initial Comment: Here's the exception I got, dialog box and everything. java.lang.ArrayIndexOutOfBoundsException: No such child: 17 at java.awt.Container.getComponent(Container.java:237) at javax.swing.JPopupMenu.getSubElements(JPopupMenu.java: 1277) at javax.swing.JMenuBar. processBindingForKeyStrokeRecursive(JMenuBar.java:664) at javax.swing.JMenuBar. processBindingForKeyStrokeRecursive(JMenuBar.java:666) at javax.swing.JMenuBar.processKeyBinding(JMenuBar.java: 642) at javax.swing.KeyboardManager. fireBinding(KeyboardManager.java:253) at javax.swing.KeyboardManager. fireKeyboardAction(KeyboardManager.java:240) at javax.swing.JComponent. processKeyBindingsForAllComponents(JComponent.java:2512) at javax.swing.JComponent.processKeyBindings(JComponent. java:2504) at javax.swing.JComponent.processKeyEvent(JComponent.java: 2398) at edu.rice.cs.drjava.ui.DefinitionsPane. processKeyEvent(DefinitionsPane.java:426) at java.awt.Component.processEvent(Component.java:4943) at java.awt.Container.processEvent(Container.java:1566) at java.awt.Component.dispatchEventImpl(Component.java:3639) at java.awt.Container.dispatchEventImpl(Container.java:1623) at java.awt.Component.dispatchEvent(Component.java:3480) at java.awt.KeyboardFocusManager. redispatchEvent(KeyboardFocusManager.java:1688) at java.awt.DefaultKeyboardFocusManager. dispatchKeyEvent(DefaultKeyboardFocusManager.java:593) at java.awt.DefaultKeyboardFocusManager. preDispatchKeyEvent(DefaultKeyboardFocusManager.java:765) at java.awt.DefaultKeyboardFocusManager. typeAheadAssertions(DefaultKeyboardFocusManager.java:698) at java.awt.DefaultKeyboardFocusManager. dispatchEvent(DefaultKeyboardFocusManager.java:559) at java.awt.Component.dispatchEventImpl(Component.java:3509) at java.awt.Container.dispatchEventImpl(Container.java:1623) at java.awt.Window.dispatchEventImpl(Window.java:1590) at java.awt.Component.dispatchEvent(Component.java:3480) at java.awt.EventQueue.dispatchEvent(EventQueue.java:450) at java.awt.EventDispatchThread. pumpOneEventForHierarchy(EventDispatchThread.java:197) at java.awt.EventDispatchThread. pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread. pumpEvents(EventDispatchThread.java:144) at java.awt.EventDispatchThread. pumpEvents(EventDispatchThread.java:136) at java.awt.EventDispatchThread.run(EventDispatchThread.java: 99) here's my info from the DrJava window com.apple.macos.useScreenMenuBar true file.encoding ANSI_X3.4-1968 file.encoding.pkg sun.io file.separator / java.awt.graphicsenv sun.awt.X11GraphicsEnvironment java.awt.printerjob sun.print.PSPrinterJob java.class.path /space/drjava/drjava-20030115-2237.jar java.class.version 48.0 java.endorsed.dirs /usr/lib/j2re1.4.1_02/lib/endorsed java.ext.dirs /usr/lib/j2re1.4.1_02/lib/ext java.home /usr/lib/j2re1.4.1_02 java.io.tmpdir /tmp java.library.path /usr/lib/j2re1.4.1_02/lib/i386/client:/usr/lib/j2re1. 4.1_02/lib/i386:/usr/lib/j2re1.4.1_02/../lib/i386 java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version 1.4.1_02-b06 java.specification.name Java Platform API Specification java.specification.vendor Sun Microsystems Inc. java.specification.version 1.4 java.util.prefs.PreferencesFactory java.util.prefs. FileSystemPreferencesFactory java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/ java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.4.1_02 java.vm.info mixed mode java.vm.name Java HotSpot(TM) Client VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Sun Microsystems Inc. java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.4.1_02-b06 line.separator os.arch i386 os.name Linux os.version 2.4.20 path.separator : sun.arch.data.model 32 sun.awt.exception.handler edu.rice.cs.drjava.ui. AWTExceptionHandler sun.boot.class.path /usr/lib/j2re1.4.1_02/lib/rt.jar:/usr/lib/j2re1.4. 1_02/lib/i18n.jar:/usr/lib/j2re1.4.1_02/lib/sunrsasign.jar:/usr/lib/j2re1.4. 1_02/lib/jsse.jar:/usr/lib/j2re1.4.1_02/lib/jce.jar:/usr/lib/j2re1.4. 1_02/lib/charsets.jar:/usr/lib/j2re1.4.1_02/classes sun.boot.library.path /usr/lib/j2re1.4.1_02/lib/i386 sun.cpu.endian little sun.cpu.isalist sun.io.unicode.encoding UnicodeLittle sun.java2d.fontpath sun.os.patch.level unknown user.country US user.dir /root user.home /root user.language en user.name root user.timezone America/Indianapolis I specifically run Slackware 9.0 Beta with XFree86-4.3.0 and Blackbox... some odd version -- new. Nothing serious happened, just a little dialog box with a 'For chrissakes submit a bug report' and 'It'd be wise to save your work' prompts. As far as coding, I was working on a cheap Solitaire implementation for a class, using awt, swing and vector. There's probably 15 > x > 10 'x' classes open, none of them that large. It had been open for a couple of days, though. I hit F5 and enter to save all the files and the dialog came up. That's it, good luck && happy hunting. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=724419&group_id=44253 |