Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 39827 invoked from network); 28 Feb 2009 19:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2009 19:18:37 -0000 Received: (qmail 83880 invoked by uid 500); 28 Feb 2009 19:18:36 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 83839 invoked by uid 500); 28 Feb 2009 19:18:36 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 83830 invoked by uid 99); 28 Feb 2009 19:18:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 11:18:36 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 19:18:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B3A1234C4AC for ; Sat, 28 Feb 2009 11:18:13 -0800 (PST) Message-ID: <1993862149.1235848693110.JavaMail.jira@brutus> Date: Sat, 28 Feb 2009 11:18:13 -0800 (PST) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSTUDIO-420) Unable to locate in DIT (f3) In-Reply-To: <1702312013.1225103924317.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann resolved DIRSTUDIO-420. --------------------------------------- Resolution: Fixed Fix Version/s: 1.4.0 Assignee: Stefan Seelmann Fixed in trunk: http://svn.apache.org/viewvc?rev=748907&view=rev > Unable to locate in DIT (f3) > ---------------------------- > > Key: DIRSTUDIO-420 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-420 > Project: Directory Studio > Issue Type: Bug > Affects Versions: 1.3.0 > Reporter: Aleks M > Assignee: Stefan Seelmann > Fix For: 1.4.0 > > > Today when I tried to use locate in dit by pressing f3 I got this error: > !ENTRY org.eclipse.ui 4 4 2008-10-27 11:34:42.500 > !MESSAGE "Locate in DIT" did not complete normally. Please see the log for more information. > !ENTRY org.eclipse.ui 4 0 2008-10-27 11:34:42.500 > !MESSAGE 1 > !STACK 0 > java.lang.ArrayIndexOutOfBoundsException: 1 > at org.apache.directory.studio.ldapbrowser.common.widgets.browser.BrowserEntryPage.getChildren(BrowserEntryPage.java:110) > at org.apache.directory.studio.ldapbrowser.common.widgets.browser.BrowserEntryPage.getParentOf(BrowserEntryPage.java:177) > at org.apache.directory.studio.ldapbrowser.common.widgets.browser.BrowserContentProvider.getParent(BrowserContentProvider.java:225) > at org.eclipse.jface.viewers.AbstractTreeViewer.getParentElement(AbstractTreeViewer.java:1646) > at org.eclipse.jface.viewers.TreeViewer.getParentElement(TreeViewer.java:601) > at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand(AbstractTreeViewer.java:1573) > at org.eclipse.jface.viewers.AbstractTreeViewer.reveal(AbstractTreeViewer.java:2229) > at org.apache.directory.studio.ldapbrowser.ui.views.browser.BrowserView.select(BrowserView.java:247) > at org.apache.directory.studio.ldapbrowser.ui.actions.LocateInDitAction.run(LocateInDitAction.java:83) > at org.apache.directory.studio.ldapbrowser.common.actions.proxy.BrowserActionProxy.run(BrowserActionProxy.java:241) > at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) > at org.eclipse.jface.commands.ActionHandler.execute(ActionHandler.java:119) > at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) > at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) > at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:471) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:822) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:511) > at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:126) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1184) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) > at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) > at org.eclipse.swt.widgets.Widget.wmKeyDown(Widget.java:1653) > at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:4122) > at org.eclipse.swt.widgets.Tree.WM_KEYDOWN(Tree.java:5923) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:3818) > at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5791) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2370) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) > at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) > at org.apache.directory.studio.Application.start(Application.java:61) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) > 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.equinox.launcher.Main.invokeFramework(Main.java:549) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) > at org.eclipse.equinox.launcher.Main.run(Main.java:1236) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.