// Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. // // NAME // CrJaMsg.msg // // DESCRIPTION // Message file for CRS Java Agents // // NOTES // // MODIFIED (MM/DD/YY) // agorla 08/03/15 - add stop cvu timeout error // agorla 05/04/15 - add message for resource actions // agorla 04/01/15 - Add new messages for CRS Java Agents // agorla 04/01/15 - Creation // */ // // PACKAGE=package oracle.jagent.resources; 0001, RES_JTEST_ERROR, "java test agent error" // *Document: No // *Cause: This message is a test message for unit testing // *Action: No action is required. / 0002, RES_JTEST_PROGRESS, "java test agent progress" // *Document: No // *Cause: Status message // *Action: Not an error. / 0010, RES_TIMEOUT_ERROR, "Resource \"{0}\" timeout while performing \"{1}\" action" // *Cause: The specified resource was timed out while performing specified action. This may not indicate a problem if it occurred while starting or stopping the CRS stack. // *Action: Check if the resource is online after a while. Otherwise, contact Oracle Support Services. / 0015, CVU_STOP_TIMEOUT_ERROR, "The cluvfy process is still running. Waiting for clean action on \"ora.cvu\" resource." // *Cause: This is a progress message while stopping the Cluster Verification Utility (CVU) resource. The CVU agent found that the cluvfy process was still running. // *Action: None. /