facebook

ArrayIndexOutOfBoundsException editing JSP

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228798 Reply

    Brett Connor
    Member

    – System Setup ——————————-
    Operating System and version: WinXP Pro SP1
    Eclipse version: 3.1M6
    Eclipse build id:
    Fresh Eclipse install (y/n): y
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 7
    MyEclipse version: 3.8.4
    Eclipse JDK version: 1.5.0_02
    Application Server JDK version: 1.5.0_02
    Are there any exceptions in the Eclipse log file? Below

    – Message Body ——————————-
    I’ve been happily editing a smallish test JSP, now it has started with two problems:
    1) it gives errors saying “unable to find setter method for attribute: normal”
    2) Error stack when I edit bits of the file (tags defined in the same TLD as the class it doesn’t understand in 1) above).

    The WAR deploys and runs fine.
    The ArrayIndexOutOfBoundsException has only just started happening and is intermittent; I can’t figure anything specific that triggers it yet. If something comes to mind I’ll add it here. Hopefully the call stck will give a clue.

    Regards
    Brett

    Error 2005-04-27 17:11:05.609 Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
    java.lang.ArrayIndexOutOfBoundsException: 14
    at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:1195)
    at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf(PropertySheetViewer.java:1198)
    at org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetViewer.java:877)
    at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertySheetPage.java:392)
    at com.ibm.sse.editor.views.properties.ConfigurablePropertySheetPage.selectionChanged(ConfigurablePropertySheetPage.java:195)
    at org.eclipse.ui.views.properties.PropertySheet.selectionChanged(PropertySheet.java:205)
    at org.eclipse.ui.internal.AbstractSelectionService$3.run(AbstractSelectionService.java:160)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
    at org.eclipse.core.runtime.Platform.run(Platform.java:757)
    at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:158)
    at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:66)
    at org.eclipse.ui.part.MultiPageSelectionProvider$1.run(MultiPageSelectionProvider.java:76)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
    at org.eclipse.core.runtime.Platform.run(Platform.java:757)
    at org.eclipse.ui.part.MultiPageSelectionProvider.fireSelectionChanged(MultiPageSelectionProvider.java:74)
    at org.eclipse.ui.part.MultiPageEditorSite.handleSelectionChanged(MultiPageEditorSite.java:308)
    at org.eclipse.ui.part.MultiPageEditorSite$1.selectionChanged(MultiPageEditorSite.java:249)
    at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021)
    at org.eclipse.core.runtime.Platform.run(Platform.java:757)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:40)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
    at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
    at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2280)
    at org.eclipse.jface.text.TextViewer.doOperation(TextViewer.java:3541)
    at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:793)
    at com.ibm.sse.editor.StructuredTextViewer.doOperation(StructuredTextViewer.java:557)
    at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:122)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:120)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
    at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:182)
    at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:108)
    at org.eclipse.core.commands.Command.execute(Command.java:331)
    at org.eclipse.core.commands.ParameterizedCommand.execute(ParameterizedCommand.java:396)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:452)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:741)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:784)
    at org.eclipse.ui.internal.keys.OutOfOrderListener.handleEvent(OutOfOrderListener.java:76)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:866)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:851)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:879)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:875)
    at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1454)
    at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3338)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3058)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:3466)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1625)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2525)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:306)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:156)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:315)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:268)
    at org.eclipse.core.launcher.Main.run(Main.java:942)
    at org.eclipse.core.launcher.Main.main(Main.java:926)

    #228840 Reply

    Riyad Kalla
    Member

    Hmm might be a beta thing, will file this so we can look into it.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: ArrayIndexOutOfBoundsException editing JSP

You must be logged in to post in the forum log in