When trying to access a protected resource, SHIM library is loaded but the arcotadaptershim.log file is not generated on the Policy Server machine in <ARCOT_HOME>/logs folder.
Release : 9.1.x
Component : Symantec Strong Authentication (Arcot WebFort)
Here are the few reasons which can cause the log file not to generate:
# "ParamSupported" property specifies the count of parameters to pass to the
# logging object. This will depend on the specific logging object and what
# it needs to know.
ParamSupported=3
# Param<M> specifies a parameter in name=value format.
# "LOG_FILE_NAME" specifies the name of the log file. You can provide a complete
# path or a relative path with ARCOT_HOME. In the later case, ARCOT_HOME will be
# substituted with the installation directory that is fetched from the environment
# variable. For example, for Win32 "LOG_FILE_NAME=D:\My Documents\arcotadaptershim.log"
# or for Unix "LOG_FILE_NAME=/usr/spool/logs/arcotadaptershim.log"
# LOG_FILE_NAME is for the ArcotLog2File logger. You can change the
# location and names of the log file by updating this value.
Param1=LOG_FILE_NAME=ARCOT_HOME/logs/arcotadaptershim.log
# "LOG_FILE_ROLLOVER_INTERVAL" property specifies how often you want the log file to
# rollover to the backup file. The values recognized are HOURLY, DAILY,
# WEEKLY, and MONTHLY. DAILY results in the file rolling over when the first
# log message is received after midnight. The time check is
# based on the logged time. By default, the local time zone is used for
# logging.
Param2=MAX_LOG_FILE_SIZE=10000000
# "MAX_LOG_FILE_SIZE" property indicates the maximum size of the log file.
# When the log file reaches the maximum size, then it rolled over to backup file.
# The log file size is expressed in bytes. The default value is 10000000 (10MB).
# If this is set to 0, the log file will never be rolled over
# and will continue to grow indefinitely.
Param3=BACKUP_LOG_FILE_LOCATION=ARCOT_HOME/logs/backup
Param2=MAX_LOG_FILE_SIZE=10000000
# "BACKUP_LOG_FILE_LOCATION" property indicates the directory where the log
# files are rolled over to. This directory must already exist
# and have permissions allowing the State Manager to create files in it.
Param3=BACKUP_LOG_FILE_LOCATION=ARCOT_HOME/logs/backup