Java.lang.NullPointerException on 'getMemberNameForDimension' When Opening Application Preferences
(Doc ID 2164012.1)
Last updated on MAY 06, 2023
Applies to:
Oracle Financial Services Asset Liability Management - Version 8.0.0 and laterOracle Financial Services Profitability Management - Version 8.0.0 and later
Oracle Financial Services Funds Transfer Pricing - Version 8.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Symptoms
After installing Oracle Financial Services Asset Liability Management (ALM), Funds Transfer Pricing (FTP), and Profitability Management (PFT) 8.0, you get the following error when opening the Application Preferences screen:
Please contact your System Administrator for more information.
Technical Details
java.lang.NullPointerException at com.ofs.reveleus.amhm.core.AMHMServiceClient.getMembersForDimension(AMHMServiceClient.java:543) at
com.ofs.fsapps.commonapps.core.preference.action.ApplicationPreferenceAction.getMemForDim(ApplicationPreferenceAction.java:411) at
com.ofs.fsapps.commonapps.core.preference.action.ApplicationPreferenceAction.membersForDimension(ApplicationPreferenceAction.java:435) at
com.ofs.fsapps.commonapps.core.preference.action.ApplicationPreferenceAction.init(ApplicationPreferenceAction.java:283) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at
A similar error exists in the fsapps.log from the web server's OFSAA log directory:
[21-07-16 04:20:45 AM] ~ INFO ~ FSAPPS ~ [COMMONAPP] Enter ApplicationPreferenceModel::fetchAutobalancing
[21-07-16 04:20:45 AM] ~ ERROR ~ FSAPPS ~ [COMMONAPP] ClsCommonAppsUtil :: getMemberNameForDimension : error null
java.lang.NullPointerException
at com.ofs.fsapps.commonapps.core.utill.ClsCommonAppsUtil.getMemberNameForDimension(ClsCommonAppsUtil.java:1075)
at com.ofs.fsapps.commonapps.core.utill.CollectionUtil.getRunFilterList(CollectionUtil.java:787)
at com.ofs.fsapps.commonapps.core.preference.model.ApplicationPreferenceModel.fetchRunFilterDetails(ApplicationPreferenceModel.java:256)
at com.ofs.fsapps.commonapps.core.preference.model.ApplicationPreferenceModel.getApplicationPreference(ApplicationPreferenceModel.java:209)
at com.ofs.fsapps.commonapps.core.preference.action.ApplicationPreferenceAction.init(ApplicationPreferenceAction.java:263)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
As a result of the errors, you cannot update the Application Preferences screen.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |