This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Sep 1, 2014, 10:14 PM
15 Posts
topic has been resolvedResolved

Constantly getting java.lang.NullPointerException error popup

  • Category: Notes Client
  • Platform: Windows
  • Release: 9.0.1
  • Role: End User
  • Tags:
  • Replies: 4

Hi

 

I'm constantly getting the below

When I open databases, go to different views in databases, open documents.  I downloaded and installed FP2, doesn't help.  Does anyone have any suggestions? 

 

Thanks for the help.

Sep 2, 2014, 2:23 PM
29 Posts
Provide full stack
Go to Help -> Support -> View Trace and look for the nullpointerexception. Provide the full stack...it should tell us where the exception is originating.
Sep 2, 2014, 10:19 PM
15 Posts
Here's the full stack

Thanks Oscar, below is the trace

Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
java.lang.NullPointerException
	at com.ibm.workplace.noteswc.statusbar.NotesStatusBarManager$3.perspectiveActivated(Unknown Source)
	at org.eclipse.ui.internal.PerspectiveListenerList$1.run(Unknown Source)
	at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
	at org.eclipse.core.runtime.Platform.run(Unknown Source)
	at org.eclipse.ui.internal.PerspectiveListenerList.fireEvent(Unknown Source)
	at org.eclipse.ui.internal.PerspectiveListenerList.firePerspectiveActivated(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchWindow.firePerspectiveActivated(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchPage.access$16(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchPage$18.run(Unknown Source)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
	at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source)
	at com.ibm.rcp.platform.personality.internal.actions.PerspectiveAction.run(Unknown Source)
	at com.ibm.rcp.platform.personality.internal.widgets.TabFolderContributionItem.handleWidgetSelection(Unknown Source)
	at com.ibm.rcp.platform.personality.internal.widgets.TabFolderContributionItem.access$3(Unknown Source)
	at com.ibm.rcp.platform.personality.internal.widgets.TabFolderContributionItem$3.widgetSelected(Unknown Source)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
	at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source)
	at com.ibm.rcp.swt.swidgets.STabFolder.setSelection(Unknown Source)
	at com.ibm.rcp.swt.swidgets.STabFolder.onMouse(Unknown Source)
	at com.ibm.rcp.swt.swidgets.STabFolder$1.handleEvent(Unknown Source)
	at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
	at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
	at org.eclipse.ui.internal.Workbench.access$4(Unknown Source)
	at org.eclipse.ui.internal.Workbench$5.run(Unknown Source)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source)

	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
	at com.ibm.rcp.personality.framework.internal.RCPApplication.run(Unknown Source)
	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.internal.app.EclipseAppContainer.callMethodWithException(Unknown Source)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
	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(Unknown Source)
	at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source)
	at org.eclipse.equinox.launcher.Main.run(Unknown Source)
	at com.ibm.rcp.core.internal.launcher.Main.startLaunch(Unknown Source)
	at com.ibm.rcp.core.internal.launcher.Main.main(Unknown Source)
	at com.ibm.rcp.core.internal.launcher.Main.run(Unknown Source)
Sep 12, 2014, 11:22 PM
15 Posts
Problem solved - sort of

Thanks again Oscar.  Think I found the cause.  I followed a suggestion from the XPages Wiki site to improve designer performance and changed the below

 

To Classic Presentation. Have changed it back to Styled Presentation Factory, and the error no longer occurs.

 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal