[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-422) NullPointerException while creating server

Bob McWhirter (JIRA) jira-events at lists.jboss.org
Thu May 31 17:25:24 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-422?page=all ]

Bob McWhirter updated JBIDE-422:
--------------------------------

    Assignee: Rob Stryker  (was: Robert Stryker)

> NullPointerException while creating server
> ------------------------------------------
>
>                 Key: JBIDE-422
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-422
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JBossAS Adapter
>            Reporter: Max Andersen
>         Assigned To: Rob Stryker
>             Fix For: 2.0.0.Beta3
>
>
> Received this exception multiple times in the error log while typing in the server directory.
> java.lang.IllegalArgumentException: Index out of bounds
> 	at org.eclipse.swt.SWT.error(SWT.java:3358)
> 	at org.eclipse.swt.SWT.error(SWT.java:3297)
> 	at org.eclipse.swt.SWT.error(SWT.java:3268)
> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:435)
> 	at org.eclipse.swt.widgets.Table.getItem(Table.java:1927)
> 	at org.jboss.ide.eclipse.as.ui.wizards.AbstractJBossRuntimeWizardFragment.updatePage(AbstractJBossRuntimeWizardFragment.java:372)
> 	at org.jboss.ide.eclipse.as.ui.wizards.AbstractJBossRuntimeWizardFragment.access$0(AbstractJBossRuntimeWizardFragment.java:357)
> 	at org.jboss.ide.eclipse.as.ui.wizards.AbstractJBossRuntimeWizardFragment$2.modifyText(AbstractJBossRuntimeWizardFragment.java:254)
> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933)
> 	at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2143)
> 	at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3375)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3249)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
> 	at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
> 	at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1844)
> 	at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:131)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3334)
> 	at org.eclipse.swt.widgets.Text.windowProc(Text.java:1841)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
> 	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> 	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
> 	at org.eclipse.jface.window.Window.open(Window.java:796)
> 	at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:181)
> 	at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:125)
> 	at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:151)
> 	at org.eclipse.core.commands.Command.executeWithChecks(Command.java:461)
> 	at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:424)
> 	at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:160)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:466)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:799)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:846)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:564)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:506)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:122)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
> 	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:982)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:927)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937)
> 	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:965)
> 	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:961)
> 	at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1275)
> 	at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3346)
> 	at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:4789)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3246)
> 	at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4785)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025)
> 	at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> 	at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> 	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
> 	at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
> 	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
> 	at org.eclipse.core.launcher.Main.run(Main.java:977)
> 	at org.eclipse.core.launcher.Main.main(Main.java:952)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list