// Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. // // NAME // WlmgMsg.msg // // DESCRIPTION // GOM Log Message file // // NOTES // The messages in this file use numbers in the range 1000-1999 // // None of these messages are to be documented. Eventually we will move to // a manually maintained ListResourceBundle and this will not be an issue, // but for now all messages are flagged as Document: No. They will, and // must be, documented however. // // FIXME This file needs to be converted to a manually maintained // LRB. I'm concerned that doing this before the WPTG drop comes // may cause us other issues. I suspect the translated files // will look different. They shouldn't. dsemler // // * MODIFIED (MM/DD/YY) // * srghosha 06/20/16 - Add messages for wrong values of // * FREEABLE_CACHE_MEMORY_PCT parameter // * jeosorio 01/21/13 - Change message for POLICYSET_ALLOWS_QOS_MGMT // * and POLICYSET_DOES_NOT_ALLOW_QOS_MGMT // * ereier 10/23/12 - add two messages regarding whether QoS is // * managing policy // * opelayo 10/18/12 - Bug 9787021 - Fix the violation messages to // * remove the last period of the actions and // * causes so that the logger displays them // * correctly // * dsemler 05/24/11 - change makeitso requested message slightly so // * as to permit the understanding that the action // * has been taken // * dsemler 03/22/11 - update violation cleared message // * dsemler 05/04/10 - add violation cleared message // * dsemler 04/08/10 - add messages for alertable events // * dsemler 06/05/09 - final edits for Wlmg // * dsemler 06/04/09 - explain why we are not documenting these // * messages // * dsemler 06/03/09 - Mark all GOM messages as Document: No // * dsemler 05/12/09 - add authorship to fixme // * dsemler 05/05/09 - add fixme re converting this to an LRB // * dsemler 04/15/09 - pick up corrections from error_us // * dsemler 04/08/09 - pick message review comments // * dsemler 04/04/09 - switch to String message keys // * dsemler 03/23/09 - update messages // * dsemler 03/21/09 - tweak a message for clarity // * dsemler 02/28/09 - add initial set of messages // * dsemler 02/27/09 - creation // **/ // // PACKAGE=package oracle.cluster.wlm.dbwlm.resources; // MSGIDTYPE=interface 1000, FACTORY_STARTED, "QoS factory started" // *Document: No // *Cause: The Quality of Service (QoS) service factory was started. // *Action: None. / 1001, INSTANCE_STARTED, "Successfully instantiated a QoS service for system {0}" // *Document: No // *Cause: The Quality of Service (QoS) service was successfully started for the given system. // *Action: None. / 1002, FACTORY_STOPPED, "QoS factory stopped" // *Document: No // *Cause: The Quality of Service (QoS) service factory was stopped. // *Action: None. / 1003, INSTANCE_STOPPED, "Successfully stopped the QoS service for system {0}" // *Document: No // *Cause: The Quality of Service (QoS) service for the given system was stopped. // *Action: None. / 1004, INSTANCE_DESTROYED, "Successfully destroyed the QoS service for system {0}" // *Document: No // *Cause: The Quality of Service (QoS) service for the given system was destroyed. // *Action: None. / 1005, INSTANCE_ENABLED, "Successfully enabled the QoS service for system {0}" // *Document: No // *Cause: The Quality of Service (QoS) service for the given system was enabled. // *Action: None. / 1006, INSTANCE_DISABLED, "Successfully disabled the QoS service for system {0}" // *Document: No // *Cause: The Quality of Service (QoS) service for the given system was disabled. // *Action: None. / 1007, MAKE_IT_SO_REQUESTED, "Implement operation for Action ID [{0}], Action: {1}" // *Document: No // *Cause: An implement operation was performed for the given Action ID. // *Action: None. / 1008, POLICYSET_ENABLED, "A new Policy Set has been enabled with policy {0} activated." // *Document: No // *Cause: A new Policy Set was submitted and specified policy activated. // *Action: None. / 1009, POLICY_ACTIVATED, "Policy {0} was activated." // *Document: No // *Cause: The specified policy has been activated. // *Action: None. / 1010, MPA_DATASOURCE_UNAVAILABLE, "MPA data source is not available. No MPA advice is available." // *Document: No // *Cause: CHM is not available. // *Action: Restart CHM. / 1011, MPA_DATASOURCE_AVAILABLE, "MPA data source is now online." // *Document: No // *Cause: The data source for memory data has been restored. // *Action: None. / 1012, DISABLE_EXCEPTION, "Service for system {0} has been disabled due to an exception." // *Document: No // *Cause: The service has been disabled because it encountered an exception. // *Action: See trace log for details, address the failure and re-enable. / 1013, VIOLATION, "Server Pool {0} has a violation: Problem: {1} Resolution: {2}" // *Document: No // *Cause: The specified violation was detected in the server pool. // *Action: Correct the specific violation reported in the message by following the specified resolution given after it in the message. / 1014, MPA_SP_RISK, "Server Pool {0} has violation risk level {1}." // *Document: No // *Cause: Servers in the specified pool are under elevated memory pressure. // *Action: Check server memory pressure and address memory use of that server(s). / 1015, MPA_SERVER_RISK, "Server {0} has violation risk level {1}. New connection requests will no longer be accepted." // *Document: No // *Cause: The specified server is under elevated memory pressure. // *Action: Reduce memory use on the server. / 1016, MPA_SP_RISK_CLEARED, "Memory pressure in Server Pool {0} has returned to normal." // *Document: No // *Cause: Memory use in the servers in the specified pool is normal. // *Action: None. / 1017, MPA_SERVER_RISK_CLEARED, "Memory pressure in server {0} has returned to normal. New connection requests are now accepted." // *Document: No // *Cause: Memory use on the specified server is normal. // *Action: None. / 1018, VIOLATION_CLEARED, "The following violation in Server Pool {0} has been cleared: \n {1}" // *Document: No // *Cause: The specified violation was corrected in the server pool. // *Action: None. / 1019, POLICYSET_ALLOWS_QOS_MGMT, "The submitted QoS policy set is managing clusterware server pools." // *Document: No // *Cause: The QoS policy set that has been submitted can manage clusterware server pools. // *Action: None. / 1020, POLICYSET_DOES_NOT_ALLOW_QOS_MGMT, "The submitted QoS policy set is not managing clusterware server pools." // *Document: No // *Cause: The QoS policy set that has been submitted cannot manage clusterware server pools because it contains only the Default Policy. // *Action: None. / 1021, FREEABLE_CACHE_MEMORY_PCT_NAN, "Value specified for freeable page cache memory percentage is {0} and it is not a number." // *Document: No // *Cause: Value specified for freeable page cache memory percentage is not a number. // *Action: Specify a percentage for freeable page cache memory in the range 0 and 100 inclusive. / 1022, FREEABLE_CACHE_MEMORY_PCT_INVALID_RANGE, "Value specified for freeable page cache memory percentage is {0} and it is out of range." // *Document: No // *Cause: Value specified for freeable page cache memory percentage is not a number in the range 0 and 100 (inclusive). // *Action: Specify a percentage for freeable page cache memory in the range 0 and 100 inclusive. /