Oracle® Enterprise Manager Connectors Integration Guide 11g Release 1 (11.1.0.0) Part Number E17065-02 |
|
|
PDF · Mobi · ePub |
This chapter provides all Management Connector specific error messages and debugging information. The errors are returned in the response model.
This section provides error codes, descriptions, causes, and suggested actions for all Connector Framework error messages.
setModel
, the requested aggregate target list is of size 0. This operation is not supported. In setModel
, the requested aggregate target list is of size 0. This operation is not supported.rac_database.
cluster
and one of type rac_database
). If aggregate targets are included, make sure the numbers of targets in the two aggregate targets are the same with the same set of hosts. Make sure the name and host elements of each target in the cluster aggregate target are the same.cluster
aggregate target.cluster
aggregate target does not match the host attribute for the corresponding member target of the rac_database
aggregate target.cluster
and rac_database
aggregate targets.The Connector Framework uses the log4j logging utility to log the types of messages shown in Table 5–1:
Table 5-1 Message Types and Corresponding Code Names
Message Type | Code Option |
---|---|
Warning |
WARN |
Error |
ERROR |
Debugging |
DEBUG |
Information |
INFO |
The following example shows the insertion of DEBUG in the following file:
$ORACLE_HOME/sysman/config/emomslogging.properties
Use the following emctl command to set the debug level as shown below:
emctl set property -name log4j.rootCategory -value "DEBUG, emlogAppender, emtrcAppender" -module emoms
Enter the SYSMAN password when prompted.