On AIX the file /var/ct/IBM.RecoveryRM.stderr
is flooded with messages of the form
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.logger.ffdc. in the current log manager. The previous configuration will remain in effect.
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.logger.ffdc.adapter. in the current log manager. The previous configuration will remain in effect.
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.ffdc.idfilter. in the current log manager. The previous configuration will remain in effect.
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.logger.msg.adapter. in the current log manager. The previous configuration will remain in effect.
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.logger.trace.adapterCmd. in the current log manager. The previous configuration will remain in effect.
CJL0047W Configuration properties have already been set for the logging object com.ibm.eez.logger.eformatter. in the current log manager. The previous configuration will remain in effect.
What's the reason?
Answer by csdmhoff (2174) | Oct 24, 2016 at 01:53 AM
Check eventadapter.log. Here we found an error:
10-12 15:43:44.195|main samadapter
SAMPolicyLoader.loadSAMPolicy(String, ArrayList) /etc/tsamp/policypool/mypolicy.xml (The file access
permissions do not allow the specified action.)
It was found that TSAMP installation was changed to non-root and this policy file had still the incorrect permissions set.
After correcting file permissions the IBM.RecoveryRM.stderr file is no longer filled with CJL0047W messages