EM 12c: Repeating Errors in Enterprise Manager 12c Cloud Control OMS Logs: Error In Parsing MaxInactiveTime Value Null (Doc ID 1684851.1)
Applies to: Enterprise Manager Base Platform - Version 12.1.0.1.0 and later
Information in this document applies to any platform.
Symptoms
the .../gc_inst/em/EMGC_OMS1/sysman/log/emoms.log has repeating entries of the following message:
Error in parsing maxInactiveTime value null
Cause
The property oracle.sysman.eml.maxInactiveTime is set to null.
Bug 18507109 : MAXINACTIVETIME OMS PROPERTY NOT SET
Bug 18512538 : DSSCC: MAXINACTIVETIME VALUE SET TO NULL AFTER PS3 UPGRADE
Solution
Setting a new value, in minutes, using the following command will stop the messaging:
\<OMS_HOME>/bin/emctl set property -name oracle.sysman.eml.maxInactiveTime -value <minutes>
Example:
<OMS_HOME>/bin/emctl set property -name oracle.sysman.eml.maxInactiveTime -value 60
OMS restart is required to reflect the new property value.
|