OFSAAI 7.3 Install Error OFSAAI-1011 & 'Specify Valid Log File Path in Log4j.xml'
(Doc ID 1581926.1)
Last updated on FEBRUARY 22, 2019
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 7.3 to 7.3 [Release 7]Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Symptoms
When trying to install Oracle Financial Services Analytical Applications (OFSAA) Infrastructure 7.3. after launching the GUI installer, you get the following error during the "License" step:
Log4j.xml configuration error
Error: OFSAAI-1011
Example:
When you check the InfrastructurePreValidations.Log, the following error is listed:
[Wed 04/9/2013 12:26:49] [OFSAAI] [ERROR]:-Specify valid log file path in log4j.xml
However, you did put a path in the log4j.xml file and the path is valid. Example:
<appender name="ConfigReveleusFileAppender" class="org.apache.log4j.RollingFileAppender">
<param name="file" value="/refresh/stage/ofsaa73/logs"/>
<param name="Append" value="true"/>
<param name="MaxFileSize" value="10000kb" />
<param name="MaxBackupIndex" value="5" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="[%d{E dd/M/yyyy hh:mm:ss}] [OFSAAI] [%5p] - %m%n"/>
</layout>
</appender>
You granted full access privileges on the path (chmod -R 777) and you verified there is a large amount of disk space available.
The error prevents you from proceeding with the OFSAA 7.3 installation.
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 |