You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2009/08/11 13:48:14 UTC

[jira] Closed: (DIRSTUDIO-520) NPE when saving a 1.5.0 server configuration

     [ https://issues.apache.org/jira/browse/DIRSTUDIO-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-520.
--------------------------------------------

    Resolution: Fixed

Fixed at commit 803073.

http://svn.apache.org/viewvc?rev=803073&view=rev

> NPE when saving a 1.5.0 server configuration
> --------------------------------------------
>
>                 Key: DIRSTUDIO-520
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-520
>             Project: Directory Studio
>          Issue Type: Bug
>          Components: studio-apacheds-configuration
>    Affects Versions: 1.4.0
>            Reporter: Pierre-Arnaud Marcelot
>            Assignee: Pierre-Arnaud Marcelot
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> I got a NPE when saving a 1.5.0 server configuration.
> Here's the log:
> !SESSION 2009-08-11 11:50:58.964 -----------------------------------------------
> eclipse.buildId=unknown
> java.version=1.5.0_19
> java.vendor=Apple Inc.
> BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
> Framework arguments:  -keyring /Users/pajbam/.eclipse_keyring -showlocation
> Command-line arguments:  -os macosx -ws carbon -arch x86 -keyring /Users/pajbam/.eclipse_keyring -consoleLog -showlocation
> !ENTRY org.eclipse.ui 4 4 2009-08-11 11:51:19.939
> !MESSAGE Save Failed
> !ENTRY org.eclipse.ui 2 0 2009-08-11 11:51:19.972
> !MESSAGE Save Failed
> !STACK 0
> java.lang.NullPointerException
> 	at org.apache.directory.studio.apacheds.configuration.editor.ServerConfigurationEditor.saveEditorPages(ServerConfigurationEditor.java:451)
> 	at org.apache.directory.studio.apacheds.configuration.editor.ServerConfigurationEditor.doSave(ServerConfigurationEditor.java:352)
> 	at org.eclipse.ui.internal.SaveableHelper$1.run(SaveableHelper.java:143)
> 	at org.eclipse.ui.internal.SaveableHelper$4.run(SaveableHelper.java:266)
> 	at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
> 	at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
> 	at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> 	at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755)
> 	at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2487)
> 	at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:274)
> 	at org.eclipse.ui.internal.SaveableHelper.runProgressMonitorOperation(SaveableHelper.java:253)
> 	at org.eclipse.ui.internal.SaveableHelper.savePart(SaveableHelper.java:148)
> 	at org.eclipse.ui.internal.EditorManager.savePart(EditorManager.java:1350)
> 	at org.eclipse.ui.internal.WorkbenchPage.savePart(WorkbenchPage.java:3291)
> 	at org.eclipse.ui.internal.WorkbenchPage.saveEditor(WorkbenchPage.java:3304)
> 	at org.eclipse.ui.internal.SaveAction.run(SaveAction.java:74)
> 	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:472)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:882)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:571)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:512)
> 	at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:127)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> 	at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1130)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1560)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1570)
> 	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1622)
> 	at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1693)
> 	at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1617)
> 	at org.eclipse.swt.widgets.Control.kEventUnicodeKeyPressed(Control.java:2292)
> 	at org.eclipse.swt.widgets.Text.kEventUnicodeKeyPressed(Text.java:1482)
> 	at org.eclipse.swt.widgets.Control.kEventTextInputUnicodeForKeyEvent(Control.java:2254)
> 	at org.eclipse.swt.widgets.Widget.textInputProc(Widget.java:1995)
> 	at org.eclipse.swt.widgets.Display.textInputProc(Display.java:3970)
> 	at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
> 	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
> 	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
> 	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
> 	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
> 	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:386)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 	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.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.