It is a best practice to attach the aveksaServerInfo.log to every case that you open with RSA Identity Governance & Lifecycle Support.
On a WildFly standalone system, the aveksaServerInfo.log is located in the $AVEKSA_HOME/wildfly/standalone/log directory. Please refer to RSA Knowledge Base Article 000030327 -- Artifacts to gather in RSA Identity Governance & Lifecycle to find the location of the aveksaServerInfo.log for your specific deployment if you are on a WildFly cluster or a non-WildFly platform. The aveksaServerInfo.log may also be downloaded from the RSA Identity Governance & Lifecycle user interface (Admin > System > Server Nodes tab > under Logs.)IMPORTANT:
It is important to note that the most current configuration information is appended to the bottom of the aveksaServerInfo.log after every application startup. Therefore, to determine the current version and patch level of the system, go to the bottom of the aveksaServerInfo.log file and then scroll up until you encounter the first occurrence of Startup Date. The current version and patch level will be below this heading. For more information on locating the current version and patch level information, please see RSA Knowledge Base Article 000039397 -- Enhancement to the aveksaServerInfo.log file starting in version 7.2.0 of RSA Identity Governance & Lifecycle.
$ cd $AVEKSA_HOME/wildfly/standalone/log
$ cat aveksaServerInfo.log
RSA IDENTITY GOVERNANCE AND LIFECYCLE
Version 7.2.0.176311
****************************************************************************************************
(...)
Hot Fix : (none)
(...)
$ cd $AVEKSA_HOME/wildfly/standalone/log
$ cat aveksaServerInfo.log
RSA IDENTITY GOVERNANCE AND LIFECYCLE
Version 7.2.0.177042 P01
****************************************************************************************************
(...)
Hot Fix : P01
(...)
$ find $AVEKSA_HOME -iname "*version.properties"
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/temp/tempe49cea2f99c3f858/content-
4e831bf4e475b92f/contents/aveksa.war/WEB-INF/classes/aveksa-version.properties
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/temp/tempe49cea2f99c3f858/content-
4e831bf4e475b92f/contents/aveksa.war/WEB-INF/database/aveksa-version.properties
/home/oracle/database/aveksa-version.properties
$ cat $AVEKSA_HOME/database/aveksa-version.properties
# RSA Identity Governance and Lifecycle
version=7.2.0
build=176311
(...)
$ find $AVEKSA_HOME -iname "*version.properties"
/home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/classes/patch-version.properties
/home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/classes/aveksa-version.properties
/home/oracle/Aveksa_7.2.0_P01/aveksa.ear/aveksa.war/WEB-INF/database/aveksa-version.properties
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/
aveksa.war-dcf15d313217615e/WEB-INF/classes/patch-version.properties
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/
aveksa.war-dcf15d313217615e/WEB-INF/classes/aveksa-version.properties
/home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/
aveksa.war-dcf15d313217615e/WEB-INF/database/aveksa-version.properties
/home/oracle/database/aveksa-version.properties
$ cat /home/oracle/database/aveksa-version.properties
# RSA Identity Governance and Lifecycle
version=7.2.0
build=176311
(...)
$ cat /home/oracle/wildfly-10.1.0.Final/standalone/tmp/vfs/deployment/deploymentff2592f1efd69204/
aveksa.war-dcf15d313217615e/WEB-INF/classes/patch-version.properties
AveksaVersion=7.2.0
PatchVersion=P01
build=177042
(...)
select * from t_system_settings where parameter in
('productVersion', 'Build', 'SchemaCreatedVersion', 'SchemaCreatedBuild',
'HotFixes', 'HotFix_Build')