Summary: Isode components write to logging streams when events occur.
Facility OTAM
Messages relating to OTAM service
Name | Severity | ID | Description | Action |
---|---|---|---|---|
Authorization | info | 201 | The user has been granted the given authorization. | |
BufferTooBig | error | 115 | The monitor command handler broke the connection as the line provided exceeded the given limit. | |
CantConnect | error | 51 | A connection for this circuit was not able to be established. | Check that the configuration details are correct and that any relevant server is running. |
CircuitError | error | 52 | An error occurred on the circuit for the indicated connection. There will be a specific error condition associated with this message. | Investigate any issues with the remote service. |
ConfigurationError | error | 114 | ||
EntryError | error | 113 | ||
ErrorRateExceeded | warning | 300 | The error rate has exceeded the configured threshold. | Investigate possible causes. If the error rate is very high, this may indicate equipment failure or mis-configuration. |
Initialization | fatal | 105 | ||
MonitorAcpFailed | warning | 203 | Failed to establish a monitor connection to the acp127 channel. | |
MonitorConnection | info | 116 | A new monitoring connection from the given address has been received. | |
MonitorError | error | 204 | A network error was encountered on a monitor connection. | |
NoPeerConfig | notice | 103 | ||
NoTLSInfo | info | 200 | No TLS information was found, so not using TLS. | |
SASLinit | fatal | 202 | Failed to initialize the SASL system or connection. | |
SearchError | error | 112 | ||
TCPListen | notice | 100 | Listening on the given address. | |
TCPListenerError | error | 101 | An error occurred listening on the given address. The actual error is appended. | |
TooManyMonitors | fatal | 117 | ||
Unexpected | warning | 50 | A component received an unexpected message. It has been ignored. | This message indicates somet |
Unexpected
- Message Text
- Unexpected status for %1 in %2
- Parameters
- Short name of circuit
- Component which found message
- Description
- A component received an unexpected message. It has been ignored.
- Action
- This message indicates somet
CantConnect
- Message Text
- Unable to connect for circuit %1/%2
- Parameters
- Short name for circuit
- Associated connection
- Description
- A connection for this circuit was not able to be established.
- Action
- Check that the configuration details are correct and that any relevant server is running.
CircuitError
- Message Text
- Error for circuit %1/%2
- Parameters
- Short name for circuit
- Associated connection
- Description
- An error occurred on the circuit for the indicated connection. There will be a specific error condition associated with this message.
- Action
- Investigate any issues with the remote service.
TCPListen
- Message Text
- Listening on TCP address %1
- Parameters
- Listen address
- Description
- Listening on the given address.
- Action
TCPListenerError
- Message Text
- Error on listen address %1
- Parameters
- Listen address
- Description
- An error occurred listening on the given address. The actual error is appended.
- Action
NoPeerConfig
- Message Text
- Insufficient information for %1
- Parameters
- Name or Address or peer
- Description
- Action
- User action
- Check the configuration information for the peer.
Initialization
- Message Text
- Initialization failed in %1
- Parameters
- OTAM component
- Description
- Action
- User action
- Look at other error messages to see the more detailed reasons.
SearchError
- Message Text
- Failed to read %1 searching for %3 under entry %2, %4
- Parameters
- Type of entry
- DN of entry
- Filter used
- Additional error information
- Description
- Action
EntryError
- Message Text
- Failed to read %1 entry %2, %3
- Parameters
- Type of entry
- DN of entry
- Additional error information
- Description
- Action
ConfigurationError
- Message Text
- Failed to configure attribute %1=%2, %3
- Parameters
- Attribute type
- Attribute Value
- Additional error information
- Description
- Action
BufferTooBig
- Message Text
- On connection from %1 buffer reached %2 bytes
- Parameters
- Caller's address
- Size of buffer
- Description
- The monitor command handler broke the connection as the line provided exceeded the given limit.
- Action
MonitorConnection
- Message Text
- New monitor connection from %1 accepted
- Parameters
- Caller's address
- Description
- A new monitoring connection from the given address has been received.
- Action
TooManyMonitors
- Message Text
- Too many (%1) Monitoring connections
- Parameters
- The current number of connections
- Description
- Action
- User action
- You can configure a large number (acp127_monitor_limit). If the port is open to the Internet this could be a sign of an attack on your system.
NoTLSInfo
- Message Text
- no TLS information was found
- Description
- No TLS information was found, so not using TLS.
- Action
Authorization
- Message Text
- Monitor authorization granted to %1: %2
- Parameters
- Username
- Levels
- Description
- The user has been granted the given authorization.
- Action
SASLinit
- Message Text
- SASL initialization failed: %1
- Parameters
- Detailed reason
- Description
- Failed to initialize the SASL system or connection.
- Action
MonitorAcpFailed
- Message Text
- ACP127 Monitor connection failed: %1
- Parameters
- Detailed reason
- Description
- Failed to establish a monitor connection to the acp127 channel.
- Action
MonitorError
- Message Text
- Error on monitor connection
- Description
- A network error was encountered on a monitor connection.
- Action
ErrorRateExceeded
- Message Text
- OTAM error rate on %1 is %2 exceeding %3
- Parameters
- Circuit name
- Error rate
- Max Error rate
- Description
- The error rate has exceeded the configured threshold.
- Action
- Investigate possible causes. If the error rate is very high, this may indicate equipment failure or mis-configuration.