Thanks for creating the JIRA issue.
Let me know if you want me to test a fixed version of the Studio.

Ludo

On Feb 29, 2008, at 10:16 AM, Pierre-Arnaud Marcelot wrote:

Thanks Ludovic! :)

I've created a JIRA for your issue >> 
https://issues.apache.org/jira/browse/DIRSTUDIO-287

Regards,
Pierre-Arnaud

On Thu, Feb 28, 2008 at 7:03 PM, Ludovic Poitou <[EMAIL PROTECTED] > wrote:
Yes, I've advertised the Studio to a few Sunnies.

By the way, I got a crash with the latest version (Version: 1.1.0.v20080218), MacOS X 10.5.2, Java 1.5.0_13 and OpenDS 1.0.0- build010

Here's the .log file. Let me know if you want further information.

Ludo
---


!SESSION 2008-02-28 18:58:45.841 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_13
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
Framework arguments: -keyring /Users/ludo/.eclipse_keyring - showlocation Command-line arguments: -os macosx -ws carbon -arch x86 -keyring / Users/ludo/.eclipse_keyring -consoleLog -showlocation

!ENTRY org.eclipse.jface 2 0 2008-02-28 18:59:06.603
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-02-28 18:59:06.603
!MESSAGE A conflict occurred for CTRL+Q:
Binding(CTRL+Q,
        ParameterizedCommand(Command(org.eclipse.ui.file.exit,Exit,
                Exit the application,
                Category(org.eclipse.ui.category.file,File,null,true),
                ActionHandler([EMAIL PROTECTED]),
                ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+Q,
ParameterizedCommand (Command(org.eclipse.ui.edit.text.gotoLastEditPosition,Last Edit Location,
                Last edit location,
                Category(org.eclipse.ui.category.navigate,Navigate,null,true),
                ,
                ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)

!ENTRY org.eclipse.jface 4 2 2008-02-28 18:59:33.893
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
at org .apache .directory .studio .ldapbrowser .common .ValueEditorsPreferences .getSyntaxValueEditorMap(ValueEditorsPreferences.java:140) at org .apache .directory .studio .valueeditors .ValueEditorManager.getCurrentValueEditor(ValueEditorManager.java:215) at org .apache .directory .studio .valueeditors .ValueEditorManager.getCurrentValueEditor(ValueEditorManager.java:246) at org .apache .directory .studio .valueeditors .ValueEditorManager.getCurrentValueEditor(ValueEditorManager.java:260) at org .apache .directory .studio .ldapbrowser .common .widgets .entryeditor .EntryEditorWidgetLabelProvider .getColumnText(EntryEditorWidgetLabelProvider.java:96) at org .eclipse .jface .viewers .TableColumnViewerLabelProvider .update(TableColumnViewerLabelProvider.java:70) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java: 135) at org .eclipse .jface .viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:911) at org.eclipse.jface.viewers.AbstractTreeViewer $UpdateItemSafeRunnable.run(AbstractTreeViewer.java:97)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at org.eclipse.core.runtime.Platform.run(Platform.java:857)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)
at org .eclipse .jface .viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:991) at org.eclipse.jface.viewers.StructuredViewer $UpdateItemSafeRunnable.run(StructuredViewer.java:466)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
        at org.eclipse.core.runtime.Platform.run(Platform.java:857)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)
at org .eclipse .jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2026) at org .eclipse .jface .viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java: 806) at org .eclipse .jface .viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java: 2628) at org .eclipse .jface .viewers .AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java: 1829) at org .eclipse .jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:704) at org .eclipse .jface .viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java: 1804) at org .eclipse .jface .viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java: 1760) at org .eclipse .jface .viewers.AbstractTreeViewer.internalRefresh(AbstractTreeViewer.java: 1746) at org.eclipse.jface.viewers.StructuredViewer $7.run(StructuredViewer.java:1433) at org .eclipse .jface .viewers.StructuredViewer.preservingSelection(StructuredViewer.java: 1368) at org .eclipse .jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:390) at org .eclipse .jface .viewers.StructuredViewer.preservingSelection(StructuredViewer.java: 1330) at org .eclipse .jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1431) at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java: 536) at org .eclipse .jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1390) at org .apache .directory .studio .ldapbrowser .common .widgets .entryeditor .EntryEditorWidgetUniversalListener .entryUpdated(EntryEditorWidgetUniversalListener.java:184) at org .apache .directory .studio .ldapbrowser .ui .editors .entry .EntryEditorUniversalListener .entryUpdated(EntryEditorUniversalListener.java:253) at org.apache.directory.studio.ldapbrowser.core.events.EventRegistry $4.run(EventRegistry.java:350)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org .eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java: 123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java: 3214)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2958)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java: 2389)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
        at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org .eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java: 289) at org .eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: 149)
        at org.apache.directory.studio.Application.run(Application.java:57)
        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 .internal .app.EclipseAppContainer.callMethod(EclipseAppContainer.java:572) at org .eclipse .equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:171) at org .eclipse .core .runtime .internal .adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java: 106) at org .eclipse .core .runtime .internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 363) at org .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 176)
        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:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)


On Feb 28, 2008, at 6:48 PM, Emmanuel Lecharny wrote:
Browsing the web, you find some interesting posts :


http://blogs.sun.com/sfehrman/entry/ldap_jndi_service_for_project

"...Another /must have/ tool, if your working with LDAP, is the Apache Directory Studio <http://directory.apache.org/studio/>."

Thanks !

--
--
cordialement, regards,
Emmanuel Lécharny

Reply via email to