27 ENS-00000 to ENS-00213

ENS-00000: listener thread create (%s)
Cause: An error occured while creating the listener thread.
Action: *Define: ONS_LISTENER_THREAD_CREATE_ERROR

Level:

Type:

Impact: Other

ENS-00001: Connection %s unknown message type: %s
Cause: The connection message type is unknown. This may be a malicious attack on the specified ONS port.
Action: *Define: ONS_HTTP_UNKNOWN_MSGTYPE

Level:

Type:

Impact: Other

ENS-00002: Connection %s '%s' not found in message%s
Cause: The message does not contain the notification type.
Action: *Define: ONS_INTERNAL_EVENTTYPE_NOTFOUND

Level:

Type:

Impact: Other

ENS-00003: Connection %s register is missing %s
Cause: The register message is missing subscriber id.
Action: *Define: ONS_INTERNAL_REGISTER_MISSING_SUBSCRIBERID

Level:

Type:

Impact: Other

ENS-00004: Connection %s register invalid subscriber ID: %s
Cause: The register message has an invalid subscriber id.
Action: *Define: ONS_INTERNAL_REGISTER_INVALID_SUBSCRIBERID

Level:

Type:

Impact: Other

ENS-00005: Connection %s register missing: %s
Cause: The register message is missing a register id.
Action: *Define: ONS_INTERNAL_REGISTER_MISSING_REGISTERID

Level:

Type:

Impact: Other

ENS-00006: Connection %s register duplicate ID: %s
Cause: A duplicate ID in the connection register.
Action: *Define: ONS_INTERNAL_REGISTER_DUPLICATEID

Level:

Type:

Impact: Other

ENS-00007: Connection %s register bad subscriber ID: %d
Cause: The register has a bad subscriber ID.
Action: *Define: ONS_INTERNAL_REGISTER_BAD_SUBSCRIBER_ID

Level:

Type:

Impact: Other

ENS-00008: Connection %s register subscriber ID %d already registered
Cause: The subscriber ID is already registered.
Action: *Define: ONS_INTERNAL_SUBSCRIBER_ALREADY_REGISTERED

Level:

Type:

Impact: Other

ENS-00009: Connection %s unregister missing: %s
Cause: The unregister message is missing the register id.
Action: *Define: ONS_INTERNAL_UNREGISTER_MISSING_REGISTERID

Level:

Type:

Impact: Other

ENS-00010: SELECT (%s)
Cause: The listener thread encountered an error in the select system call while listening for incoming connections.
Action: *Define: ONS_LISTENER_SELECT_ERROR

Level:

Type:

Impact: Other

ENS-00011: %s: ACCEPT (%s)
Cause: The listener thread encountered an error in the accept system call while accepting an incoming connection.
Action: *Define: ONS_LISTENER_ACCEPT_ERROR

Level:

Type:

Impact: Other

ENS-00012: Could not get address information for %s %s.
Cause: The listener could not obtain address information for the given host or ip and port specification.
Action: *Define: ONS_LISTENER_GETINFO_ERROR

Level:

Type:

Impact: Other

ENS-00013: Listener thread terminated
Cause: The listener thread has terminated.
Action: *Define: ONS_LISTENER_TERMINATED

Level:

Type:

Impact: Other

ENS-00014: %s: received invalid discovery announcement (%d bytes).
Cause: The listener received an invalid discovery message.
Action: *Define: ONS_LISTENER_INVALID_DISCOVER

Level:

Type:

Impact: Other

ENS-00015: %s: SOCKET (%s)
Cause: In initializing the network for the listener thread, a socket error was encountered.
Action: *Define: ONS_LISTENER_SOCKET_ERROR

Level:

Type:

Impact: Other

ENS-00016: %s: SETSOCKOPT %s (%s)
Cause: In initializing the network for the listener thread, a socket option error was encountered.
Action: *Define: ONS_LISTENER_SETSOCKOPT_ERROR

Level:

Type:

Impact: Other

ENS-00017: %s: BIND (%s)
Cause: In initializing the network for the listener thread, an error was encountered in the bind system call.
Action: *Define: ONS_LISTENER_BIND_ERROR

Level:

Type:

Impact: Other

ENS-00018: %s: LISTEN (%s)
Cause: An error was encountered in the listen system call while initializing the network for the listener thread.
Action: *Define: ONS_LISTENER_LISTEN_ERROR

Level:

Type:

Impact: Other

ENS-00019: Connection %s Subscribe missing %s
Cause: The subscription message is missing a subscribe id.
Action: *Define: ONS_SUBSCRIPTION_SUBSCRIBE_MISSING_SUBSCRIBEID

Level:

Type:

Impact: Other

ENS-00020: Connection %s Subscribe invalid %s%s
Cause: The subscription message has an invalid subscriber id.
Action: *Define: ONS_SUBSCRIPTION_SUBSCRIBE_INVALID_SUBSCRIBEID

Level:

Type:

Impact: Other

ENS-00021: Connection %s Duplicate subscriber id %d
Cause: The subscription message has a duplicate subscriber id.
Action: *Define: ONS_SUBSCRIPTION_DUPLICATE_SUBSCRIBEID

Level:

Type:

Impact: Other

ENS-00022: Connection %s Subscribe missing %s
Cause: The subscription message is missing the subscription string.
Action: *Define: ONS_SUBSCRIPTION_SUBSCRIBE_MISSING_SUBSCRIPTION

Level:

Type:

Impact: Other

ENS-00023: RMD %s missing name
Cause: The RMD element is missing the name attribute.
Action: *Define: OPMN_RMD_MISSING_NAME

Level:

Type:

Impact: Other

ENS-00024: Connection %s Subscriber %d subscription error%s
Cause: There was a subscription error.
Action: *Define: ONS_SUBSCRIPTION_ERROR

Level:

Type:

Impact: Other

ENS-00025: Connection %s Unsubscribe missing %s
Cause: A subscriber from this connection's list sent an unsubscribe message. The message is missing a subscriber ID.
Action: *Define: ONS_SUBSCRIPTION_UNSUBSCRIBE_MISSING_SUBSCRIBEID

Level:

Type:

Impact: Other

ENS-00026: Connection %s Unsubscribe invalid %s%s
Cause: This connection received an invalid subscriber ID in the unsubscribe message.
Action: *Define: ONS_SUBSCRIPTION_UNSUBSCRIBE_INVALID_SUBSCRIBEID

Level:

Type:

Impact: Other

ENS-00027: RMD %s invalid interval
Cause: The RMD interval attribute value is <= 0.
Action: *Define: OPMN_RMD_INVALID_INTERVAL

Level:

Type:

Impact: Other

ENS-00028: Connection %s Subscriber %d not found
Cause: The subscriber with the subscriber ID in the unsubscribe message was not found.
Action: *Define: ONS_SUBSCRIPTION_SUBSCRIBER_NOTFOUND

Level:

Type:

Impact: Other

ENS-00029: Connection %s Subscriber %d\t%s
Cause: An error was encountered in parsing the subscription.
Action: *Define: ONS_SUBSCRIPTION_SUBSCRIBER_ERR

Level:

Type:

Impact: Other

ENS-00030: %s dlopen failed:%s
Cause: Failed to open the specified shared library.
Action: *Define: ONS_SYSTEM_DLOPEN_FAILED

Level:

Type:

Impact: Other

ENS-00031: %s: symbol not found
Cause: Attempted to get the address of the symbol with the given name. However, could not find the symbol.
Action: *Define: ONS_SYSTEM_DLSYM_FAILED

Level:

Type:

Impact: Other

ENS-00032: %s LoadLibrary failed: %d
Cause: Could not load the shared library with the given file name.
Action: *Define: ONS_SYSTEM_LOADLIB_FAILED

Level:

Type:

Impact: Other

ENS-00033: worker thread create (%s)
Cause: An error occured while creating the worker thread.
Action: *Define: ONS_WORKER_THREAD_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00034: Read failed from %s (%s) [%d/%d]
Cause: The server failed to read from the form factor file.
Action: *Define: ONS_SERVER_FORMFACTORFILE_READ_ERR

Level:

Type:

Impact: Other

ENS-00035: Worker Thread %d SND error [%d:%d] (%s): connection %s
Cause: The worker thread got an error while sending a block of data to the connection.
Action: *Define: ONS_WORKER_SND_ERROR

Level:

Type:

Impact: Other

ENS-00036: %s: received invalid announcement addr (%u bytes).
Cause: The listener received a discovery message with an invalid addr string length.
Action: *Define: ONS_LISTENER_INVALID_ANNOUNCE

Level:

Type:

Impact: Other

ENS-00037: %s: ons_subscriber_create() failed: %s
Cause: Creation of a dedicated subscriber failed during initialization of the pm ons broadcast interface.
Action: *Define: ONS_PM_DEDICATED_SUBSCRIBER_CREATE_FAILED

Level:

Type:

Impact: Other

ENS-00038: %s: ons_publisher_create() failed
Cause: Creation of a dedicated publisher failed during initialization of the pm ons broadcast interface.
Action: *Define: ONS_PM_DEDICATED_PUBLISHER_CREATE_FAILED

Level:

Type:

Impact: Other

ENS-00039: ons_init_pm: responseThread create failed (errno=%d)
Cause: Creation of response processing thread failed during initialization of the pm ons broadcast interface.
Action: *Define: ONS_PM_RESP_PROCESSING_THR_CREATE_FAILED

Level:

Type:

Impact: Other

ENS-00040: %s: request %u broadcast failed
Cause: In order to get information from remote PMs, a broadcast was attempted, which failed.
Action: *Define: ONS_PM_REQ_BROADCAST_FAILED

Level:

Type:

Impact: Other

ENS-00041: %s: ons_notification_create() failed (register)
Cause: The Register command notification creation failed.
Action: *Define: ONS_PM_NOTIFICATION_CREATE_FAILED

Level:

Type:

Impact: Other

ENS-00042: %s: register: unexpected response: %s
Cause: Got an unexpected response to a register notification.
Action: *Define: ONS_PM_REGISTER_UNEXPECTED_RESP

Level:

Type:

Impact: Other

ENS-00043: %s: register: bad status: %s (%s)
Cause: Got a bad status in response to a register notification.
Action: *Define: ONS_PM_REGISTER_BAD_STATUS

Level:

Type:

Impact: Other

ENS-00044: %s: ons_notification_create() failed (broadcast)
Cause: Creation of a broadcast notification failed.
Action: *Define: ONS_PM_BROADCAST_NOTIF_CR_FAILED

Level:

Type:

Impact: Other

ENS-00045: %s: ons_subscriber_receive() failed
Cause: The response thread could not receive an incoming notification.
Action: *Define: ONS_PM_SUBSCRIBER_RECV_FAILED

Level:

Type:

Impact: Other

ENS-00046: ons_init_pm: processBroadcastThread create failed (errno=%d)
Cause: The response thread failed to create a process broadcast thread.
Action: *Define: ONS_PM_BROADCAST_THR_CR_FAILED

Level:

Type:

Impact: Other

ENS-00047: %s: unknown response type: %s
Cause: The response thread received an unknown notification type.
Action: *Define: ONS_PM_UNKNOWN_EVENT_TYPE

Level:

Type:

Impact: Other

ENS-00048: %s: no response type
Cause: The response thread received a null notification type.
Action: *Define: ONS_PM_NULLEVENT_TYPE

Level:

Type:

Impact: Other

ENS-00049: %s: response thread terminated
Cause: The response thread has terminated.
Action: *Define: ONS_PM_RESP_THR_TERMINATED

Level:

Type:

Impact: Other

ENS-00050: %s: no data!
Cause: The incoming data notification contained no data body.
Action: *Define: ONS_PM_NO_DATA_IN_DATA_EVENT

Level:

Type:

Impact: Other

ENS-00051: %s: dest = 0x%x, stamp = 0x%x, route = 0x%x
Cause: The dest, stamp or route field in an incoming data query notification is missing.
Action: *Define: ONS_PM_DATAQUERY_DATA_MISSING

Level:

Type:

Impact: Other

ENS-00052: %s: ons_notification_create() failed (reply to broadcast)
Cause: Creation of a reply to a data query notification failed.
Action: *Define: ONS_PM_REPLY_TO_BROADCAST_FAILED

Level:

Type:

Impact: Other

ENS-00053: %s: missing %s
Cause: The notification is missing the server down identifier.
Action: *Define: ONS_PM_MISSING_SERVER_DOWN_IDENTIFIER

Level:

Type:

Impact: Other

ENS-00054: %s: %s not set in broadcast reply
Cause: ID not found in broadcast reply.
Action: *Define: ONS_PM_ID_NOTFOUND

Level:

Type:

Impact: Other

ENS-00055: %s: getServerAddr: address error: %s
Cause: cannot scan adress from the given data stream
Action: *Define: ONS_PM_ADDRESS_ERROR

Level:

Type:

Impact: Other

ENS-00056: Connection thread create %s (%s)
Cause: The dedicated connection thread could not be created.
Action: *Define: ONS_CONN_THREAD_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00057: Closing active connection %s
Cause: The active connection is being stopped.
Action: *Define: ONS_CONN_ACTIVE_CLOSE

Level:

Type:

Impact: Other

ENS-00058: Passive connection %s missing connect
Cause: In a passive connection, the first message must be a connect. This may be a malicious attack on the specified ONS port.
Action: *Define: ONS_CONN_MISSING_CONNECT

Level:

Type:

Impact: Other

ENS-00059: Local connection %s missing form factor%s
Cause: The local passive connection must contain the current form factor. This message is logged when it does not, which is caused either by an OPMN managed process started as a different user than OPMN, or an attempt is being made to issue an OPMN request as a user other than the one that started OPMN.
Action: Check if an OPMN managed process was manually started as a different user than OPMN (and stop it). Check if requests to OPMN are being issued by the wrong user. *Define: ONS_CONN_MISSING_FORMFACTOR

Level:

Type:

Impact: Other

ENS-00060: Local connection %s invalid form factor%s
Cause: The local connection contains an invalid form factor. This is caused either by an old application left running from an alternate ORACLE_HOME with the same notification-server local port as the current OPMN, or the local port was changed in opmn.xml without first shutting down OPMN.
Action: Check if an OPMN managed process was started from a different ORACLE_HOME than the current running OPMN (and stop it). Check if the notification-server local port in opmn.xml was changed without shutting OPMN down first (stop this OPMN). *Define: ONS_CONN_INVALID_FORMFACTOR

Level:

Type:

Impact: Other

ENS-00061: Request connection %s invalid connect message
Cause: The request port received an invalid connect message. This may be a malicious attack on the OPMN request port.
Action: *Define: ONS_CONN_REQPORT_INVALIDFORMAT

Level:

Type:

Impact: Other

ENS-00062: Passive connection %s send reply failed
Cause: The server tried to send a reply to a connect and failed.
Action: *Define: ONS_CONN_PASSIVECONNECT_REPLY_FAILED

Level:

Type:

Impact: Other

ENS-00063: Server connection %s not on remote port
Cause: The server connection is not on remote port. This may be a malicious attack on the specified ONS port.
Action: *Define: ONS_CONN_NOTON_REMOTEPORT

Level:

Type:

Impact: Other

ENS-00064: Failed to create connection manager thread
Cause: The server failed to create the connection manager thread.
Action: *Define: ONS_CONN_MANAGER_THR_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00065: Passive connection %d %s overrides Active %d %s
Cause: The passive connection overrides the active connection and will be used for communication with the remote server.
Action: *Define: ONS_CONN_USE_PASSIVE_CONN

Level:

Type:

Impact: Other

ENS-00066: Passive connection %s yields to Active %s
Cause: The active connection to the remote server will be used. The passive connection will be terminated.
Action: *Define: ONS_CONN_USE_ACTIVE_CONN

Level:

Type:

Impact: Other

ENS-00067: Connection %s connect reply failed
Cause: The server attempted to send a success reply for a connection to the remote server and failed.
Action: *Define: ONS_CONN_REPLYFAILED

Level:

Type:

Impact: Other

ENS-00068: Shared connection %s send reply (success) failed
Cause: The server attempted to send a reply to the connect message and failed.
Action: *Define: ONS_CONN_SHAREDCONN_REPLYFAILED1

Level:

Type:

Impact: Other

ENS-00069: Connection %s status reply for connect failed
Cause: The server attempted to send a reply in response to the connect message and failed.
Action: *Define: ONS_CONN_STATUS_REPLY_FAILED

Level:

Type:

Impact: Other

ENS-00070: Connection %s header RCV failed (%s) coFlags=%x
Cause: The server tried to read a message from a socket and got a RCV error.
Action: *Define: ONS_CONN_HEADER_RCV_FAILED

Level:

Type:

Impact: Other

ENS-00071: RMD %s duplicate entry
Cause: The same name has been specified for more than one RMD in a block.
Action: *Define: OPMN_RMD_DUPLICATE_NAME

Level:

Type:

Impact: Other

ENS-00072: %s: SNDTO failed (%s)
Cause: The listener encountered an error when sending a discovery message.
Action: *Define: ONS_LISTENER_SNDTO_ERROR

Level:

Type:

Impact: Other

ENS-00073: %s: RCVFROM failed (%s)
Cause: The listener encountered an error when receiving a discovery message.
Action: *Define: ONS_LISTENER_RCVFROM_ERROR

Level:

Type:

Impact: Other

ENS-00074: Connection %s SOCKET (%s)
Cause: The socket system call returned an error during creation of an active connection.
Action: *Define: ONS_CONN_SOCKET_ERR

Level:

Type:

Impact: Other

ENS-00075: Connection %s connect (%s)
Cause: The connect system call returned an error during creation of an active connection.
Action: *Define: ONS_CONN_SOCK_CONNECT_ERR

Level:

Type:

Impact: Other

ENS-00076: Connection %s SND connect (%s)
Cause:
Action: *Define: ONS_CONN_SOCK_WRITE_ERR

Level:

Type:

Impact: Other

ENS-00077: Active connection %s missing status
Cause: The status reply on an active connection is missing.
Action: *Define: ONS_CONN_GETMSGERR

Level:

Type:

Impact: Other

ENS-00078: Connection %s connect status: bad format:%s
Cause: The status message from an active connection has a badly formatted header.
Action: *Define: ONS_CONN_BADFORMAT_HEADER

Level:

Type:

Impact: Other

ENS-00079: Connection %s connect status: failed: %s
Cause: The active connection failed.
Action: *Define: ONS_CONN_FAILED

Level:

Type:

Impact: Other

ENS-00080: Connection %s body RCV failed (%s) coFlags=%x
Cause: The server tried to read a message from a socket and got a RCV error.
Action: *Define: ONS_CONN_BODY_RCV_FAILED

Level:

Type:

Impact: Other

ENS-00081: Connection %s invalid notification header length: %u.
Cause: A notification been received with a header longer than the maximum allowable size.
Action: *Define: ONS_CONN_HEADER_MAX

Level:

Type:

Impact: Other

ENS-00082: Connection %s socket data stream is out of sync
Cause: The data stream between the local connection and the remote connection is out of sync.
Action: *Define: ONS_CONN_OUT_OF_SYNC

Level:

Type:

Impact: Other

ENS-00083: Connection %s: could not resolve IP for configured host name (%s)
Cause: IP could not be resolved.
Action: *Define: ONS_CONN_COULD_NOT_RESOLVE_IP

Level:

Type:

Impact: Other

ENS-00084: Connection %s invalid notification header:%s
Cause: The connection received an invalid notification header. This may be a malicious attack on the specified ONS port.
Action: *Define: ONS_CONN_INVALID_HEADER

Level:

Type:

Impact: Other

ENS-00085: Failed to create ons monitor thread
Cause: The server failed to create the ons monitor thread.
Action: *Define: ONS_SERVER_PERF_THR_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00086: Failed to initialize network layer
Cause: The server failed to initialize the network layer.
Action: *Define: ONS_SERVER_NETWORK_INIT_FAILED

Level:

Type:

Impact: Other

ENS-00087: Connection %s notification missing origin:%s
Cause: The connection received a notification that is missing the origin field in the header.
Action: *Define: ONS_CONN_MISSING_ORIGIN

Level:

Type:

Impact: Other

ENS-00088: Connection %s notification invalid origin:%s
Cause: The connection received a notification with an invalid origin field in the header.
Action: *Define: ONS_CONN_INVALID_ORIGIN

Level:

Type:

Impact: Other

ENS-00089: Failed to get host name (%s)
Cause: The server failed to get a host name.
Action: *Define: ONS_SERVER_GETHOSTNAME_FAILED

Level:

Type:

Impact: Other

ENS-00090: ONS server initiated
Cause: The multi-threaded ONS server has been initiated!
Action: *Define: ONS_SERVER_INITIATED

Level:

Type:

Impact: Other

ENS-00091: worker thread creation error (%d)
Cause: During the process of worker threads' creation, the server encountered a failure. This is a fatal error.
Action: *Define: ONS_SERVER_WORKERTHREAD_CREATE_ERROR

Level:

Type:

Impact: Other

ENS-00092: Could not open %s (%s)
Cause: The server could not open or create the form factor file.
Action: *Define: ONS_SERVER_FORMFACTORFILE_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00093: Write failed to %s (%s) [%d/%d]
Cause: The server failed to write to the form factor file.
Action: *Define: ONS_SERVER_FORMFACTORFILE_WRITE_ERR

Level:

Type:

Impact: Other

ENS-00094: topology syntax error: invalid discover syntax:\"%s\"
Cause: unable to parse the discover entry
Action: *Define: ONS_SERVER_INVALID_DISCOVER_FORMAT

Level:

Type:

Impact: Other

ENS-00095: Connection %s notification missing stamp:%s
Cause: The connection received a notification that is missing the stamp field in the header.
Action: *Define: ONS_CONN_MISSING_STAMP

Level:

Type:

Impact: Other

ENS-00096: Connection %s notification invalid stamp:%s
Cause: The connection received a notification with an invalid stamp field in the header.
Action: *Define: ONS_CONN_INVALID_STAMP

Level:

Type:

Impact: Other

ENS-00097: Connection %s notification missing content-length:%s
Cause: The connection received a notification that is missing the content-length field in the header.
Action: *Define: ONS_CONN_MISSING_CONTENT_LENGTH

Level:

Type:

Impact: Other

ENS-00098: topology syntax error: invalid hostname:port syntax\"%s\"
Cause: unable to parse the hostname:port
Action: *Define: ONS_SERVER_INVALID_HOSTNAME_PORT_FORMAT

Level:

Type:

Impact: Other

ENS-00099: XML parse: %s:\tunknown process-set %s.
Cause: An invalid process-set was specified for the dependency in opmn.xml.
Action: *Define: OPMN_NLS_MSG_00162

Level:

Type:

Impact: Other

ENS-00100: XML parse: %s:\tunknown process-type %s.
Cause: An invalid process-type was specified for the dependency in opmn.xml.
Action: *Define: OPMN_NLS_MSG_00163

Level:

Type:

Impact: Other

ENS-00101: XML parse: %s:\tunknown component %s.
Cause: An invalid component was specified for the dependency in opmn.xml.
Action: *Define: OPMN_NLS_MSG_00164

Level:

Type:

Impact: Other

ENS-00102: XML parse: %s\tunknown ias instance %s\tAssuming remote dependency.
Cause: An unknown ias instance was specified for the dependency in opmn.xml -- this dependency will be assumed to be for a managed process-set on a remote OPMN server.
Action: *Define: OPMN_NLS_MSG_00165

Level:

Type:

Impact: Other

ENS-00103: XML parse: circular managed process dependency:%s
Cause: A managed process dependency has been configured in opmn.xml that eventually leads to a dependency upon itself.
Action: *Define: OPMN_NLS_MSG_00166

Level:

Type:

Impact: Other

ENS-00104: %s: Proc %u:%u could not schedule %s (%s)
Cause: The specified job could not be scheduled for the process referenced by the given dependency for autostop or autorestart.
Action: *Define: OPMN_NLS_MSG_00167

Level:

Type:

Impact: Other

ENS-00105: XML parser init: character set initialization failed.
Cause: The XML parser failed its character set initialization.
Action: *Define: OPMN_NLS_MSG_00175

Level:

Type:

Impact: Other

ENS-00106: Connection %s notification excessive content-length %u
Cause: The connection received a notification with an content-length that exceeds the maximum allowed value.
Action: *Define: ONS_CONN_INVALID_CONTENT_LENGTH

Level:

Type:

Impact: Other

ENS-00107: XML parser init: error %d.
Cause: The XML parser encountered the given error during init.
Action: *Define: OPMN_NLS_MSG_00177

Level:

Type:

Impact: Other

ENS-00108: XML parse failed: error %d.
Cause: The XML parser encountered the given error while parsing opmn.xml.
Action: *Define: OPMN_NLS_MSG_00179

Level:

Type:

Impact: Other

ENS-00109: XML: no root element.
Cause: opmn.xml does not have a root element.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00180

Level:

Type:

Impact: Other

ENS-00110: XML schema validation failed: error %d.
Cause: The schema validation for opmn.xml failed.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00181

Level:

Type:

Impact: Other

ENS-00111: XML parser terminate failed: error %d.
Cause: The XML parser encountered the given error while terminating.
Action: *Define: OPMN_NLS_MSG_00182

Level:

Type:

Impact: Other

ENS-00112: XML parse: notification-server is missing.
Cause: The notification-server section is missing from opmn.xml.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00183

Level:

Type:

Impact: Other

ENS-00113: XML parse: notification-server ports are missing.
Cause: The notification-server ports element is missing from opmn.xml.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00184

Level:

Type:

Impact: Other

ENS-00114: XML parse: notification-server local port is missing.
Cause: The notification-server local port is not configured.
Action: At a minimum the local port for the notification server must be configured. *Define: OPMN_NLS_MSG_00185

Level:

Type:

Impact: Other

ENS-00115: XML parse: process-manager is missing.
Cause: The process-manager section is missing from opmn.xml.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00186

Level:

Type:

Impact: Other

ENS-00116: XML parse: no ias instance is configured.
Cause: At least one ias instance must be configured in opmn.xml.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00187

Level:

Type:

Impact: Other

ENS-00117: XML parse: process module is missing path.
Cause: A process module configured in opmn.xml does not have a specified path.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00188

Level:

Type:

Impact: Other

ENS-00118: XML parse: module %s unknown status: %s.
Cause: The given module is configured with an invalid status.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00189

Level:

Type:

Impact: Other

ENS-00119: XML parse: module %s module-id is missing id.
Cause: The given module is configured without an id attribute.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00190

Level:

Type:

Impact: Other

ENS-00120: XML parse: ias instance is missing config home.
Cause: If multiple ias instances are configured, a config-home value must be specified.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00191

Level:

Type:

Impact: Other

ENS-00121: XML parse: duplicate ias instance config home (%s).
Cause: Multiple ias instances are configured with the same config-home.
Action: Verify that $ORACLE_HOME/conf/opmn.xml is correct. *Define: OPMN_NLS_MSG_00192

Level:

Type:

Impact: Other

ENS-00122: XML parse: %s: ias component is missing id.
Cause: The given ias component is missing the id attribute.
Action: *Define: OPMN_NLS_MSG_00193

Level:

Type:

Impact: Other

ENS-00123: XML parse: %s: component %s unknown status: %s.
Cause: The given component is configured with an invalid status.
Action: *Define: OPMN_NLS_MSG_00194

Level:

Type:

Impact: Other

ENS-00124: XML parse: %s: duplicate component (%s).
Cause: More than one component with the same id has been configured for the same ias instance.
Action: *Define: OPMN_NLS_MSG_00195

Level:

Type:

Impact: Other

ENS-00125: XML parse: %s: process-type is missing id.
Cause: The given process-type is missing the id attribute.
Action: *Define: OPMN_NLS_MSG_00196

Level:

Type:

Impact: Other

ENS-00126: XML parse: %s: process-type %s unknown status: %s.
Cause: The given process-type is configured with an invalid status.
Action: *Define: OPMN_NLS_MSG_00197

Level:

Type:

Impact: Other

ENS-00127: XML parse: %s: duplicate process-type (%s).
Cause: More than one process-type with the same id has been configured for the same component.
Action: *Define: OPMN_NLS_MSG_00198

Level:

Type:

Impact: Other

ENS-00128: XML parse: %s: process-type %s is missing module-id.
Cause: The given process-type is missing the module-id attribute.
Action: *Define: OPMN_NLS_MSG_00199

Level:

Type:

Impact: Other

ENS-00129: XML parse: %s: No module for process-type (%s).
Cause: The module-id specified for the given process-type has no associated module.
Action: *Define: OPMN_NLS_MSG_00200

Level:

Type:

Impact: Other

ENS-00130: XML parse: %s: process-set is missing id.
Cause: The given process-set is missing the id attribute.
Action: *Define: OPMN_NLS_MSG_00201

Level:

Type:

Impact: Other

ENS-00131: XML parse: %s: process-set %s unknown status: %s.
Cause: The given process-set is configured with an invalid status.
Action: *Define: OPMN_NLS_MSG_00202

Level:

Type:

Impact: Other

ENS-00132: XML parse: %s: duplicate process-set (%s).
Cause: More than one process-set with the same id has been configured for the same process-type.
Action: *Define: OPMN_NLS_MSG_00203

Level:

Type:

Impact: Other

ENS-00133: XML parse: %s: Invalid numprocs (%s) for %s.
Cause: A non-numeric invalid value has been specified for numprocs.
Action: *Define: OPMN_NLS_MSG_00204

Level:

Type:

Impact: Other

ENS-00134: XML parse: %s: Invalid minprocs (%s) for %s.
Cause: A non-numeric invalid value has been specified for minprocs.
Action: *Define: OPMN_NLS_MSG_00205

Level:

Type:

Impact: Other

ENS-00135: XML parse: %s: Invalid maxprocs (%s) for %s.
Cause: A non-numeric invalid value has been specified for maxprocs.
Action: *Define: OPMN_NLS_MSG_00206

Level:

Type:

Impact: Other

ENS-00136: XML parse: %s: numprocs used with min/maxprocs for %s.
Cause: numprocs may not be specified with minprocs and maxprocs.
Action: *Define: OPMN_NLS_MSG_00207

Level:

Type:

Impact: Other

ENS-00137: XML parse: %s: numprocs or both min/maxprocs must be set for %s.
Cause: numprocs or both minprocs and maxprocs must be configured.
Action: *Define: OPMN_NLS_MSG_00208

Level:

Type:

Impact: Other

ENS-00138: XML parse: %s: maxprocs <= minprocs for %s.
Cause: maxprocs must be greater than minprocs.
Action: *Define: OPMN_NLS_MSG_00209

Level:

Type:

Impact: Other

ENS-00139: XML parse: %s: port is missing id.
Cause: The port element is missing the id attribute.
Action: *Define: OPMN_NLS_MSG_00210

Level:

Type:

Impact: Other

ENS-00140: XML parse: %s: duplicate port id (%s).
Cause: A duplicate port id was specified for the same process-type.
Action: *Define: OPMN_NLS_MSG_00211

Level:

Type:

Impact: Other

ENS-00141: XML parse: %s: port %s is missing range.
Cause: The port element is missing the range attribute.
Action: *Define: OPMN_NLS_MSG_00212

Level:

Type:

Impact: Other

ENS-00142: XML parse: %s: invalid port range for %s.
Cause: The port element has an invalid port range.
Action: *Define: OPMN_NLS_MSG_00213

Level:

Type:

Impact: Other

ENS-00143: XML parse: %s: invalid port value for %s.
Cause: THe port element has an invalid port value.
Action: *Define: OPMN_NLS_MSG_00214

Level:

Type:

Impact: Other

ENS-00144: XML parse: %s: high port value < low for %s.
Cause: The high port value in a port range must be greater than or equal to the low port value.
Action: *Define: OPMN_NLS_MSG_00215

Level:

Type:

Impact: Other

ENS-00145: XML parse: %s: invalid retry value for %s.
Cause: An invalid retry value was specified.
Action: *Define: OPMN_NLS_MSG_00216

Level:

Type:

Impact: Other

ENS-00146: XML parse: %s: invalid interval value for %s.
Cause: An invalid interval value was specified.
Action: *Define: OPMN_NLS_MSG_00217

Level:

Type:

Impact: Other

ENS-00147: XML parse: %s: invalid timeout value for %s.
Cause: An invalid timeout value was specified.
Action: *Define: OPMN_NLS_MSG_00218

Level:

Type:

Impact: Other

ENS-00148: Connection %s: notification missing generating node%s
Cause: The connection received a notification missing the generating node field in the header.
Action: *Define: ONS_CONN_MISSING_GNODE

Level:

Type:

Impact: Other

ENS-00149: XML parse: %s: DB dependency is missing db-connect-info.
Cause: A database dependency configuration is missing the db-connect-info attribute.
Action: *Define: OPMN_NLS_MSG_00220

Level:

Type:

Impact: Other

ENS-00150: XML parse: %s: OID dependency is missing address.
Cause: An OID dependency configuration is missing the address attribute.
Action: *Define: OPMN_NLS_MSG_00221

Level:

Type:

Impact: Other

ENS-00151: XML parse: %s: OSSO dependency is missing host.
Cause: An OSSO dependency configuration is missing the host attribute.
Action: *Define: OPMN_NLS_MSG_00222

Level:

Type:

Impact: Other

ENS-00152: XML parse: %s: OSSO dependency is missing port.
Cause: An OSSO dependency configuration is missing the port attribute.
Action: *Define: OPMN_NLS_MSG_00223

Level:

Type:

Impact: Other

ENS-00153: XML parse: %s: OSSO dependency is missing URI.
Cause: An OSSO dependency configuration is missing the URI attribute.
Action: *Define: OPMN_NLS_MSG_00224

Level:

Type:

Impact: Other

ENS-00154: XML parse: %s: Managed process dependency is missing component.
Cause: A managed process dependency configuration is missing the component attribute.
Action: *Define: OPMN_NLS_MSG_00225

Level:

Type:

Impact: Other

ENS-00155: XML parse: %s: Managed process dependency is missing process-type.
Cause: A managed process dependency configuration is missing the process-type attribute.
Action: *Define: OPMN_NLS_MSG_00226

Level:

Type:

Impact: Other

ENS-00156: XML parse: %s: Managed process dependency is missing process-set.
Cause: A managed process dependency configuration is missing the process-set attribute.
Action: *Define: OPMN_NLS_MSG_00227

Level:

Type:

Impact: Other

ENS-00157: XML parse: %s: data category is missing id.
Cause: The data-category id attribute is missing.
Action: *Define: OPMN_NLS_MSG_00228

Level:

Type:

Impact: Other

ENS-00158: XML parse: %s: environment is missing id.
Cause: The environment id attribute is missing.
Action: *Define: OPMN_NLS_MSG_00229

Level:

Type:

Impact: Other

ENS-00159: XML parse: %s: environment %s is missing value.
Cause: The given environment configuration is missing the value attribute.
Action: *Define: OPMN_NLS_MSG_00230

Level:

Type:

Impact: Other

ENS-00160: XML parse: %s: missing log-file.
Cause: The log-file element is missing.
Action: *Define: OPMN_NLS_MSG_00231

Level:

Type:

Impact: Other

ENS-00161: XML parse: %s: duplicate launch-target id.
Cause: A duplicate launch id was configured in opmn.xml.
Action: *Define: OPMN_XML_PARSE_DUP_LAUNCH_TARGET

Level:

Type:

Impact: Other

ENS-00162: XML parse: %s: missing or invalid comp attribute -- %s
Cause: The log or debug element is missing the comp attribute, or the specified string is invalid.
Action: *Define: OPMN_NLS_MSG_00233

Level:

Type:

Impact: Other

ENS-00163: XML parse: %s: minimum log rotation-size is %d.
Cause: rotation-size is configured below the minimum value -- the minimum value will be used.
Action: *Define: OPMN_NLS_MSG_00234

Level:

Type:

Impact: Other

ENS-00164: Connection %s notification missing cluster id%s
Cause: The connection received a notification missing the cluster id field in the header.
Action: *Define: ONS_CONN_MISSING_CLUSTER_ID

Level:

Type:

Impact: Other

ENS-00165: Connection %s notification missing cluster name%s
Cause: The connection received a notification missing the cluster name field in the header.
Action: *Define: ONS_CONN_MISSING_CLUSTER_NAME

Level:

Type:

Impact: Other

ENS-00166: Connection %s notification missing instance id%s
Cause: The connection received a notification missing the instance id field in the header.
Action: *Define: ONS_CONN_MISSING_INSTANCE_ID

Level:

Type:

Impact: Other

ENS-00167: XML parse: %s: circular environment variable definition for %s.
Cause: The environment variable references another environment variable that eventually leads to a reference to this environment variable.
Action: *Define: OPMN_NLS_MSG_00238

Level:

Type:

Impact: Other

ENS-00168: XML parse: ONS topology %s missing list attribute
Cause: The given topology element is missing the list attribute.
Action: *Define: OPMN_ONS_TOPO_MISSING_LIST

Level:

Type:

Impact: Other

ENS-00169: XML parse: unknown ONS topology element: %s
Cause: The given ONS topology element is unknown.
Action: *Define: OPMN_ONS_TOPO_UNKNOWN

Level:

Type:

Impact: Other

ENS-00170: XML parse: missing instance id attribute
Cause: The the ias-instance id was not configured.
Action: *Define: OPMN_INST_NO_ID

Level:

Type:

Impact: Other

ENS-00171: XML parse: missing instance name attribute -- using instance id
Cause: The the ias-instance name attributwe was not configured -- using the id attribute value.
Action: *Define: OPMN_INST_NO_NAME

Level:

Type:

Impact: Other

ENS-00172: Failed to retrieve the path of the windows directory: %d
Cause: Windows system error: GetWindowsDirectory() call failed.
Action: *Define: OPMN_NLS_MSG_00243

Level:

Type:

Impact: Other

ENS-00173: Failed to retrieve the path of the system directory: %d
Cause: Windows system error: GetSystemDirectory() call failed.
Action: *Define: OPMN_NLS_MSG_00244

Level:

Type:

Impact: Other

ENS-00174: XML parse: %s: %s dependency is missing wallet-file while ssl is enabled
Cause: The wallet-file attribute is missing from ssl configuration for dependency check
Action: *Define: OPMN_NLS_MSG_00257

Level:

Type:

Impact: Other

ENS-00175: topology syntax error: invalid gateway syntax:\"%s\"
Cause: unable to parse the gateway entry
Action: *Define: ONS_SERVER_INVALID_GATEWAY_FORMAT

Level:

Type:

Impact: Other

ENS-00176: XML parse: %s: number of procs can not be specified for %s.
Cause: The module for the given process-set dynamically sets the value for numprocs, and so numprocs, minprocs and maxprocs must not be configured.
Action: *Define: OPMN_NLS_PARSE_AUTONUMPROCS

Level:

Type:

Impact: Other

ENS-00177: Connection %s notification missing instance name%s
Cause: The connection received a notification missing the instance name field in the header.
Action: *Define: ONS_CONN_MISSING_INSTANCE_NAME

Level:

Type:

Impact: Other

ENS-00178: %s: missing request field
Cause: The request field in an incoming data query notification is missing.
Action: *Define: ONS_PM_DATAQUERY_REQ_MISSING

Level:

Type:

Impact: Other

ENS-00179: Can not resolve %s for interface %s
Cause: The given host or ip could not be resolved within the specified ip interface.
Action: *Define: ONS_UNRESOLVED_INTERFACE

Level:

Type:

Impact: Other

ENS-00180: getaddrinfo(%s, %s, %d) failed (%s): %s
Cause: The given hostInternal, port and type could not be resolved.
Action: *Define: ONS_UNRESOLVED_ADDRINFO

Level:

Type:

Impact: Other

ENS-00181: XML parse: %s: unsupported ip interface
Cause: The specified IP interface is not supported on this system.
Action: *Define: OPMN_XML_PARSE_UNSUPPORTED_INTERFACE

Level:

Type:

Impact: Other

ENS-00182: XML parse: %s: unknown ip interface
Cause: The specified IP interface is unknown.
Action: *Define: OPMN_XML_PARSE_UNKNOWN_INTERFACE

Level:

Type:

Impact: Other

ENS-00183: Unresolved discovery multicast address and port: %s, %s
Cause: The given hostInternal, and port for multicast discovery cannot be resolved.
Action: *Define: ONS_UNRESOLVED_DISCOVER_INFO

Level:

Type:

Impact: Other

ENS-00184: Unable to resolve address for host: %s. %s
Cause: The call to gethostbyname for the hostname failed
Action: *Define: ONS_SERVER_GETHOSTBYNAME_FAILED

Level:

Type:

Impact: Other

ENS-00185: Invalid protocol to host: %s.
Cause: Invalid protocol returned for the host
Action: *Define: ONS_CONN_INVALID_PROTOCOL_TYPE

Level:

Type:

Impact: Other

ENS-00186: XML parse: %s libraries are configured with %s SSL layer.
Cause: The SSL layer configured does not match the loadbale library configuration.
Action: *Define: OPMN_NLS_XML_SSL_LIBRARY_MISMATCH

Level:

Type:

Impact: Other

ENS-00187: Connection %s: invalid ONS version (%d).
Cause: An OPMN server or client program using a depricated version of the ONS protocol attempted to connect with this OPMN server
Action: *Define: ONS_CONN_INVALID_ONS_VERSION

Level:

Type:

Impact: Other

ENS-00188: Connection %s: invalid ONS v3 connect header\t%s: %s.
Cause: An OPMN server attempted to connect with this OPMN server using an invalid header
Action: *Define: ONS_CONN_INVALID_HEADER_V3

Level:

Type:

Impact: Other

ENS-00189: XML parse: %s: service fail-over process type may only have one process-set (%s).
Cause: A process set configured with service-failover=true can have only one process-set, but this process-type is configured with two.
Action: *Define: OPMN_PARSE_SERVICE_SINGLE_PSET

Level:

Type:

Impact: Other

ENS-00190: XML parse: %s: service-weight must be >= 1.
Cause: The service-weight attribute was configured with a value < 1.
Action: *Define: OPMN_PARSE_SERVICE_INVALID_WEIGHT

Level:

Type:

Impact: Other

ENS-00191: XML parse: %s: service-weight may only be specified when service-failover=true.
Cause: The service-weight attribute may only be specified when service-failover=true.
Action: *Define: OPMN_PARSE_SERVICE_IMPROPER_WEIGHT

Level:

Type:

Impact: Other

ENS-00192: XML parse: %s: %s may not be specified when service-failover=true.
Cause: The numprocs attribute may not be specified for service failover types.
Action: *Define: OPMN_PARSE_SERVICE_EXCLUSION

Level:

Type:

Impact: Other

ENS-00193: Failed to create connection status thread.
Cause: The server failed to create the connection status thread.
Action: *Define: ONS_CONN_STATUS_THR_CREATE_ERR

Level:

Type:

Impact: Other

ENS-00194: Failed to initialize remote pm interface.
Cause: Internal error while initializing module interface.
Action: *Define: OPMN_ONS_PM_INIT_FAILED

Level:

Type:

Impact: Other

ENS-00195: Connection %s missing join.
Cause: Server connections must exchange join messages when they connect, but the remote server did not send one when expected.
Action: *Define: ONS_CONN_MISSING_JOIN

Level:

Type:

Impact: Other

ENS-00196: Connection %s: join message missing field %s.
Cause: The join message from the remote server was missing the expected field.
Action: *Define: ONS_CONN_JOIN_INCOMPLETE

Level:

Type:

Impact: Other

ENS-00197: Connection %s: io timeout (%u).
Cause: IO for the connection timed out.
Action: *Define: ONS_CONN_TIMEOUT

Level:

Type:

Impact: Other

ENS-00198: RMD %s conditional missing value attribute
Cause: The conditional is missing the value attribute.
Action: *Define: OPMN_RMD_COND_NOVALUE

Level:

Type:

Impact: Other

ENS-00199: RMD %s action missing value attribute
Cause: The action is missing the value attribute.
Action: *Define: OPMN_RMD_ACTION_NOVALUE

Level:

Type:

Impact: Other

ENS-00200: RMD %s exception missing value attribute
Cause: The exception is missing the value attribute.
Action: *Define: OPMN_RMD_EXCEPTION_NOVALUE

Level:

Type:

Impact: Other

ENS-00201: RMD %s unknown element
Cause: The RMD has an unknown element type declared.
Action: *Define: OPMN_RMD_UNKNOWN_ELT

Level:

Type:

Impact: Other

ENS-00202: RMD %s duplicate conditional
Cause: The RMD has more than one conditional defined.
Action: *Define: OPMN_RMD_COND_DUP

Level:

Type:

Impact: Other

ENS-00203: RMD %s missing conditional
Cause: The RMD is missing the conditional element.
Action: *Define: OPMN_RMD_NO_COND

Level:

Type:

Impact: Other

ENS-00204: RMD %s missing action
Cause: The RMD is missing an action element.
Action: *Define: OPMN_RMD_NO_ACTION

Level:

Type:

Impact: Other

ENS-00205: RMD %s action or exception referenced element outside of conditional scope
Cause: An action or exception for the RMD referenced an element outside the scope of the conditional.
Action: *Define: OPMN_RMD_BAD_LEVEL

Level:

Type:

Impact: Other

ENS-00206: RMD %s conditional parse error: %s
Cause: The conditional syntax is invalid.
Action: *Define: OPMN_RMD_COND_PARSE

Level:

Type:

Impact: Other

ENS-00207: RMD %s invalid conditional %s operand
Cause: A conditional operand is invald.
Action: *Define: OPMN_RMD_COND_INVALID_OPERAND

Level:

Type:

Impact: Other

ENS-00208: RMD %s invalid action or exception timeout: %s
Cause: An action or exception has a timeout value <= 0.
Action: *Define: OPMN_RMD_ACTION_INVALID_TIMEOUT

Level:

Type:

Impact: Other

ENS-00209: RMD %s invalid action or exception syntax: %s
Cause: An action or exception has an invalid value string.
Action: *Define: OPMN_RMD_ACTION_INVALID_SYNTAX

Level:

Type:

Impact: Other

ENS-00210: RMD %s unknown action or exception type: %s
Cause: An action or exception has an invalid value string.
Action: *Define: OPMN_RMD_ACTION_UNKNOWN

Level:

Type:

Impact: Other

ENS-00211: RMD %s invalid action or exception argument count: %s
Cause: An action or exception has an invalid number of arguments.
Action: *Define: OPMN_RMD_ACTION_INVALID_ARGCOUNT

Level:

Type:

Impact: Other

ENS-00212: XML parse: %s: process-type %s status: %s, ias-component status is phantom.
Cause: The process-type status must be "phantom" if the ias-component status is "phantom".
Action: *Define: OPMN_NLS_PTYPE_NOT_PHANTOM

Level:

Type:

Impact: Other

ENS-00213: XML parse: %s: process-set %s status: %s, process-type status is phantom.
Cause: The process-set status must be "phantom" if the process-type status is "phantom".
Action: *Define: OPMN_NLS_PSET_NOT_PHANTOM

Level:

Type:

Impact: Other