I have encountered the below error while trying to start a server
instance in studio.
java.lang.NullPointerException
at
org.apache.directory.studio.apacheds.ApacheDsPluginUtils.copyLibrary(ApacheDsPluginUtils.java:200)
Also note that there seems to be some keybinding conflicts. Have
attached the complete .log file.
The help icon seems to be missing at all places -
http://ehaez.notlong.com/ (a screenshot )
Studio downloaded binary name -
ApacheDirectoryStudio-linux-x86-1.3.0.v20081014.tar.gz
OS - Ubuntu 8.04
Kiran Ayyagari
!SESSION 2008-10-16 16:44:43.757 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.jface 2 0 2008-10-16 16:45:46.668
!MESSAGE Keybinding conflicts occurred. They may interfere with normal
accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-10-16 16:45:46.668
!MESSAGE A conflict occurred for F3:
Binding(F3,
ParameterizedCommand(Command(org.apache.directory.studio.apacheds.commands.openConfiguration,Open
Configuration,
Open Configuration,
Category(org.apache.directory.studio.apacheds.commands,Apache
DS,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.apache.directory.studio.apacheds.contexts.serversView,,,system)
Binding(F3,
ParameterizedCommand(Command(org.apache.directory.studio.ldapbrowser.action.locateInDit,Locate
in DIT,
Locate a DN or search result in DIT,
Category(org.apache.directory.studio.ldapbrowser.commands,LDAP
Browser,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.apache.directory.studio.ldapbrowser.contexts.window,,,system)
!ENTRY org.eclipse.ui 4 0 2008-10-16 16:46:21.408
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at
org.apache.directory.studio.apacheds.ApacheDsPluginUtils.copyLibrary(ApacheDsPluginUtils.java:200)
at
org.apache.directory.studio.apacheds.ApacheDsPluginUtils.verifyLibrariesFolder(ApacheDsPluginUtils.java:98)
at
org.apache.directory.studio.apacheds.actions.RunAction.run(RunAction.java:172)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
at
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
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(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)