Developers

A forum for collaboration, Q&A, and knowledge sharing on SAS and open source integration
BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Joseph_T
Calcite | Level 5

For a while now the Financial Management Studio in our development environment doesn't show any data.

Any try to create data will throw out an error message:

Joseph_T_0-1741090138701.png

Our SAS system administrator couldn't find anything wrong with FM.

We don't have access to PostGre FM database neither to the logs.

If I get into Models I get the error message:

Could not create the view: An unexpected exception was thrown.

And when I press Details I get this:

java.lang.NullPointerException
at com.sas.solutions.finance.rcp.commons.dimensions.core.DimensionsCore.getCurrentSASComparator(DimensionsCore.java:266)
at com.sas.solutions.finance.rcp.models.ui.views.ModelsColumnProvider.getCurrentDataLocaleNameColumn(ModelsColumnProvider.java:172)
at com.sas.solutions.finance.rcp.models.ui.views.ModelsColumnProvider.getDefaultViewColumns(ModelsColumnProvider.java:189)
at com.sas.solutions.finance.rcp.models.ui.views.ModelsView.createController(ModelsView.java:207)
at com.sas.solutions.finance.rcp.commons.ui.AbstractColumnViewerView.initializeController(AbstractColumnViewerView.java:256)
at com.sas.solutions.finance.rcp.commons.ui.AbstractColumnViewerView.createPartControl(AbstractColumnViewerView.java:75)
at com.sas.solutions.finance.rcp.commons.ui.AbstractPagedColumnViewerView.createPartControl(AbstractPagedColumnViewerView.java:17)
at com.sas.solutions.finance.rcp.models.ui.views.ModelsView.createPartControl(ModelsView.java:100)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1254)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:666)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:574)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:981)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3614)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1041)
at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1025)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3715)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3713)
at org.eclipse.ui.internal.Workbench.showPerspective(Workbench.java:2723)
at com.sas.solutions.finance.rcp.commons.internal.ui.workspace.WorkspaceSelectorAction.run(WorkspaceSelectorAction.java:49)
at com.sas.solutions.finance.rcp.commons.internal.ui.workspace.WorkspaceSelectorItem.select(WorkspaceSelectorItem.java:273)
at com.sas.solutions.finance.rcp.commons.internal.ui.workspace.WorkspaceSelectorItem.select(WorkspaceSelectorItem.java:264)
at com.sas.solutions.finance.rcp.commons.internal.ui.workspace.WorkspaceSelectorItem$3.mouseUp(WorkspaceSelectorItem.java:158)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:213)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at com.sas.solutions.finance.rcp.commons.ui.application.FMSApplication.start(FMSApplication.java:180)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
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:369)
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:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

 

Please help.

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

Your SAS system administrator should be able to contact them. Otherwise, email s u p p o r t   a t   s a s   d o t   c o m.

View solution in original post

5 REPLIES 5
Joseph_T
Calcite | Level 5

Thank you Chris for your answer.

Do you know how do I contact Tech support?

In our company we only have SAS system administrator and he's an outside consultant from Maya Technologies.

ChrisNZ
Tourmaline | Level 20

Your SAS system administrator should be able to contact them. Otherwise, email s u p p o r t   a t   s a s   d o t   c o m.

Joseph_T
Calcite | Level 5
Thanks Chris.
I will contact directly SAS support.
Joseph_T
Calcite | Level 5
After contacting SAS support the issue is now fixed.
Apparently it was missing the data local usually define as English.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1532 views
  • 1 like
  • 2 in conversation