My Oracle Support Banner

Exceptions observed while changing CONFIG schema password after AAI 8091 upgrade (Doc ID 2704806.1)

Last updated on FEBRUARY 27, 2022

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.9 and later
Information in this document applies to any platform.

Symptoms

On : 8.0.9.1 version, Administration_OFSS

After AAI 8091 upgrade, below exceptions are noticed while changing the config schema password by starting FICServer in foreground mode.

ERROR
-----------------------
$ ./startofsaai.sh
FIC_SERVER_HOME=$FIC_HOME/ficapp/common/FICServer
Starting Reveleus Server
Starting Reveleus Server
starting FICServer
Result of Config File Read operation 0
#read ip port with :DAPPINST99996666
#Comparing---DAPPINST99996666---DAPPINST99996666
DEFAULTLOGGER:DEFAULTLOG DEFAULTLOGLEVEL:0
LogConstants.log4jInited = true
#Comparing---DAPPINST99996666---DAPPINST99996666
Kindly enter CONFIG schema password <#new pasword#> Configuring log from: /ficapp/common/FICServer/conf/log4j.conf.properties
com.ofs.aai.exception.OFSAAException: DB Connection failed.
  at com.ofs.aai.database.impl.GenericOFSAAConnectionFactory.getConfigConnection(GenericOFSAAConnectionFactory.java:116)
  at com.iflex.fic.util.ftpService.SFTPUtil.getConfigConnection(SFTPUtil.java:1861)
  at com.iflex.fic.util.ftpService.SFTPUtil.getWebServerDetails(SFTPUtil.java:112)
  at com.iflex.fic.util.ftpService.SFTPUtil.(SFTPUtil.java:80)
  at com.iflex.fic.util.ftpService.fileTranferer.(fileTranferer.java:49)
  at com.iflex.fic.ficserver.FICServer.initialize(FICServer.java:333)
  at com.iflex.fic.ficserver.FICServer.(FICServer.java:296)
  at com.iflex.fic.ficserver.FICServer.main(FICServer.java:226)
Caused by: java.lang.NullPointerException
  at com.ofs.aai.database.impl.GenericOFSAAConnectionFactory.getConfigConnection(GenericOFSAAConnectionFactory.java:98)
  ... 7 more
com.ofs.aai.exception.OFSAAException: DB Connection failed.
  at com.ofs.aai.database.impl.GenericOFSAAConnectionFactory.getConfigConnection(GenericOFSAAConnectionFactory.java:116)
  at com.iflex.fic.util.ftpService.SFTPUtil.getConfigConnection(SFTPUtil.java:1861)
  at com.iflex.fic.util.ftpService.SFTPUtil.getAppServerDetails(SFTPUtil.java:140)
  at com.iflex.fic.util.ftpService.SFTPUtil.(SFTPUtil.java:81)
  at com.iflex.fic.util.ftpService.fileTranferer.(fileTranferer.java:49)
  at com.iflex.fic.ficserver.FICServer.initialize(FICServer.java:333)
  at com.iflex.fic.ficserver.FICServer.(FICServer.java:296)
  at com.iflex.fic.ficserver.FICServer.main(FICServer.java:226)
Caused by: java.lang.NullPointerException
  at com.ofs.aai.database.impl.GenericOFSAAConnectionFactory.getConfigConnection(GenericOFSAAConnectionFactory.java:98)
  ... 7 more
Exception in thread "main" java.lang.ExceptionInInitializerError
  at com.iflex.fic.util.ftpService.fileTranferer.(fileTranferer.java:49)
  at com.iflex.fic.ficserver.FICServer.initialize(FICServer.java:333)
  at com.iflex.fic.ficserver.FICServer.(FICServer.java:296)
  at com.iflex.fic.ficserver.FICServer.main(FICServer.java:226)
Caused by: java.lang.NullPointerException
  at com.iflex.fic.util.ftpService.SFTPUtil.getConfiguration(SFTPUtil.java:103)
  at com.iflex.fic.util.ftpService.SFTPUtil.(SFTPUtil.java:82)
  ... 4 more



STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Try to change the config schema password by starting FICServer in foreground mode

BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, there is no business impact.

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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.