Summary: Isode components write to logging streams when events occur.
Facility ACP142
Messages relating to ACP142
Name | Severity | ID | Description | Action |
---|---|---|---|---|
Aborted | notice | 511 | ||
AckPDU | detail | 528 | ||
AddressError | error | 558 | ||
Alreadylocked | fatal | 505 | The channel cannot lock its Database. | Check permissions on the channel's DB directory. The MTA user should be able to create files within this directory. |
AnnexE_Message_R | pdu | 536 | Annex-E Message received. This is the data for the CompressedData item. | |
AnnexE_Message_W | pdu | 535 | Annex-E Message being sent using P_MUL. This is the data for the CompressedData item. | |
BadAckPDU | error | 527 | ||
ChecksumFailed | error | 501 | A received PDU failed the checksum test. | |
Compression | detail | 538 | Shows the raw compression of the message | |
ConnClose | info | 549 | ||
ConnError | error | 550 | ||
ConnOpen | info | 548 | ||
ConnStart | detail | 547 | ||
ConnTimeout | error | 551 | The connection has timed out while there is at least one message in transit. | |
COReceived | info | 556 | ||
DatabaseError | error | 507 | The underlying Database system reports an error. | Action will depend upon the actual error reported. |
DatabaseOpen | fatal | 506 | The channel open its database | Check permissions on the channel's DB directory. The MTA user should be able to create files within this directory. |
Discarded | notice | 510 | ||
DiscardOnRestart | warning | 544 | A message that had not completed transmission when the ACP142 process was stopped is being discarded. The queued message will be transmitted as another ACP142 message, with a different ACP142 message ID. | |
Disconnect | error | 543 | The connection has been closed by the peer system unexpectedly. | |
DuplicateID | error | 524 | ||
EMCONchange | notice | 530 | ||
EntryError | error | 559 | ||
Expired | notice | 512 | ||
FileOpen | error | 200 | There was a failure opening a file used for submission | Check that the files exists and has the correct permissions. May be a temporary resource problem. If error repeats, configuration error is likely. |
IdleTimeout | detail | 542 | The connection has been idle for a while and so it is being closed. | |
Inbound | detail | 523 | ||
Initialization | fatal | 522 | ||
InMsg | info | 517 | ||
LengthMismatch | error | 502 | A received PDU had a length field which was longer than the actual length of data received. | |
MissingMessage | error | 534 | Internally, the P_mul channel cannot find the data corresponding to the P_mul message ID. | |
MulticastListen | info | 520 | ||
MulticastStop | info | 521 | ||
NetworkError | error | 504 | The ACP142 transceiver had an error when transmitting or receiving. | |
NoAddress | notice | 513 | ||
NoAddressAvailable | error | 525 | ||
NoMessage | error | 557 | ||
OutMsg | info | 516 | ||
Paused | detail | 560 | ||
PDU_R | pdu | 509 | ACP142 PDU received | |
PDU_W | pdu | 508 | ACP142 PDU sent | |
PDUorder | warning | 541 | A Data PDU on a connection is not sequential. | |
PDUSent | detail | 555 | ||
PortNotWorking | error | 503 | The Pmul transceiver could not send a PDU because the logical port to which it should be sent was not working. | |
QueuePDUs | detail | 553 | ||
Received | info | 514 | ||
Recipient | detail | 537 | ||
Resuming | detail | 526 | ||
Retransmit | detail | 532 | ||
SendAck | detail | 546 | ||
SendPDU | detail | 554 | ||
Sent | info | 515 | ||
Starting | detail | 531 | ||
TimerExpiry | detail | 552 | A timer has expired for the given message. If the source ID is 0.0.0.0, then this is an outbound message. The timeout is reported as zero for the message exiry timer, which was set from an absolute time, not an interval. | |
Transmit | detail | 529 | ||
Transmitted | success | 533 | ||
UnexpectedPDUtype | warning | 540 | The system has received a PDU which has a type which is either unknown or unexpected for the network type. | |
UnknownAck | warning | 545 | An acknowledgement PDU was received from a destination relating to an unknown message ID. The channel responds with a PDU which either tells the destination that the positive ACK is being acknowledged, or to tell the destination to discard the message if the destination is still awaiting data PDUs. | |
UnknownPDU | error | 500 | A PDU with an unknown PDU type was received. | |
UnsuitableMsg | error | 539 | The message was passed to the connection-oriented transport but it is not suitable. This might be because of a change in configuration or system state. However, it should not ordinarily arise. |
FileOpen
- Message Text
- Failed to open submission file %1
- Parameters
- name of file
- Description
- There was a failure opening a file used for submission
- Action
- Check that the files exists and has the correct permissions. May be a temporary resource problem. If error repeats, configuration error is likely.
UnknownPDU
- Message Text
- Unknown PDU type value: %1
- Parameters
- Number in type field
- Description
- A PDU with an unknown PDU type was received.
- Action
ChecksumFailed
- Message Text
- PDU checksum is invalid
- Description
- A received PDU failed the checksum test.
- Action
LengthMismatch
- Message Text
- PDU length mismatch: %1 > %2
- Parameters
- Length value in PDU
- Actual length
- Description
- A received PDU had a length field which was longer than the actual length of data received.
- Action
PortNotWorking
- Message Text
- Attempt to send PDU to port which is not initialized
- Description
- The Pmul transceiver could not send a PDU because the logical port to which it should be sent was not working.
- Action
NetworkError
- Message Text
- Error when transmitting or receiving data
- Description
- The ACP142 transceiver had an error when transmitting or receiving.
- Action
Alreadylocked
- Message Text
- Cannot lock channel's DB directory: %1
- Parameters
- Channel's DB directory
- Description
- The channel cannot lock its Database.
- Action
- Check permissions on the channel's DB directory. The MTA user should be able to create files within this directory.
DatabaseOpen
- Message Text
- Cannot open channel DB in %1: %2
- Parameters
- Channel's DB directory
- Error string from DB error code
- Description
- The channel open its database
- Action
- Check permissions on the channel's DB directory. The MTA user should be able to create files within this directory.
DatabaseError
- Message Text
- DB error: %1
- Parameters
- Error string from DB error code
- Description
- The underlying Database system reports an error.
- Action
- Action will depend upon the actual error reported.
PDU_W
- Message Text
- %1
- Parameters
- File containing PDU
- Description
- ACP142 PDU sent
- Action
PDU_R
- Message Text
- %1
- Parameters
- File containing PDU
- Description
- ACP142 PDU received
- Action
Discarded
- Message Text
- Message discarded
- Description
- Action
Aborted
- Message Text
- Message discarded by user
- Description
- Action
Expired
- Message Text
- Message reached expiry time
- Description
- Action
- User action
- This could be a sign that the network is unreliable.
NoAddress
- Message Text
- Data PDUs discarded, no Address PDU seen: source=%1 MSID=%2
- Parameters
- Source ID
- Message ID
- Description
- Action
- User action
- This could be a sign that the network is unreliable.
Received
- Message Text
- Message Received: source=%1 MSID=%2 MSN=%3 pdus=%4 size=%5
- Parameters
- Source ID
- Message ID
- Message sequence number
- Number of PDUs
- Total data size
- Description
- Action
Sent
- Message Text
- Message Sent: destination=%1 MSID=%2 MSN=%3 pdus=%4 size=%5
- Parameters
- Destination ID
- Message ID
- Message sequence number
- Number of PDUs
- Total data size
- Description
- Action
OutMsg
- Message Text
- MSID=%1
- Parameters
- Message ID
- Description
- Action
InMsg
- Message Text
- source=%1 MSID=%2 MSN=%3
- Parameters
- Source ID
- Message ID
- Message sequence number
- Description
- Action
MulticastListen
- Message Text
- Starting listening on multicast address %1
- Parameters
- Source ID
- Description
- Action
MulticastStop
- Message Text
- Stopping listening on multicast address %1
- Parameters
- Source ID
- Description
- Action
Initialization
- Message Text
- Initialization failed in %1
- Parameters
- ACP142 component
- Description
- Action
- User action
- Look at other error messages to see the more detailed reasons.
Inbound
- Message Text
- Inbound %1 PDU source=%2 msid=%3 state=%4 pduno=%5 %6
- Parameters
- ACP142 PDU type
- Source ID
- Message ID
- State
- PDUno
- Local address state
- Description
- Action
DuplicateID
- Message Text
- Message ID %1 alerady in use
- Parameters
- ID for message
- Description
- Action
NoAddressAvailable
- Message Text
- No address available for destination(s)
- Description
- Action
- User action
- Check the configuration of static multicast addresses, or ensure that there are sufficient dynamic multicast addresses to use.
Resuming
- Message Text
- Message is resuming
- Description
- Action
BadAckPDU
- Message Text
- Invalid Ack PDU for MSID=%1 received from dest=%2
- Parameters
- ID for message
- ID for source
- Description
- Action
AckPDU
- Message Text
- Ack for MSID=%1 from dest=%2, missing=%3
- Parameters
- ID for message
- ID for source
- Number of missing PDUs
- Description
- Action
Transmit
- Message Text
- Transmitting %1 MSID=%2 netaddr=%3 numaddrs=%4
- Parameters
- Transmission context
- ID for message
- destination network address
- Number of addresses
- Description
- Action
EMCONchange
- Message Text
- EMCON state change, now %1
- Parameters
- 0 means not EMCON, 1 means EMCON
- Description
- Action
Starting
- Message Text
- Message is starting
- Description
- Action
Retransmit
- Message Text
- Message has been retransmitted
- Description
- Action
Transmitted
- Message Text
- Message has been transmitted
- Description
- Action
MissingMessage
- Message Text
- Cannot find queued message for %1
- Parameters
- ACP142 message ID
- Description
- Internally, the P_mul channel cannot find the data corresponding to the P_mul message ID.
- Action
AnnexE_Message_W
- Message Text
- %1
- Parameters
- File containing PDU
- Description
- Annex-E Message being sent using P_MUL. This is the data for the CompressedData item.
- Action
AnnexE_Message_R
- Message Text
- %1
- Parameters
- File containing PDU
- Description
- Annex-E Message received. This is the data for the CompressedData item.
- Action
Recipient
- Message Text
- MSID=%1 Dest=%2 Qid=%3 Rno=%4
- Parameters
- ID for message
- Destination ID
- Queue ID of message
- Recipient number
- Description
- Action
Compression
- Message Text
- Compression for unid=%1: before=%2 after=%3 percent=%4
- Parameters
- Unique message id
- Size before compression
- Size after compression
- Percentage
- Description
- Shows the raw compression of the message
- Action
UnsuitableMsg
- Message Text
- Message not suitable for connection-oriented transport
- Description
- The message was passed to the connection-oriented transport but it is not suitable. This might be because of a change in configuration or system state. However, it should not ordinarily arise.
- Action
UnexpectedPDUtype
- Message Text
- Unexpected PDU type %1 received
- Parameters
- Type of PDU
- Description
- The system has received a PDU which has a type which is either unknown or unexpected for the network type.
- Action
PDUorder
- Message Text
- Data PDU from %1 for %2 has incorrect PDU number %3 expected %4
- Parameters
- Source ID
- Message ID
- Actual PDU number
- Expected PDU number
- Description
- A Data PDU on a connection is not sequential.
- Action
IdleTimeout
- Message Text
- Timeout of idle connection with %1
- Parameters
- Peer network address
- Description
- The connection has been idle for a while and so it is being closed.
- Action
Disconnect
- Message Text
- Unexpected disconnection
- Description
- The connection has been closed by the peer system unexpectedly.
- Action
DiscardOnRestart
- Message Text
- Message discarded on restart
- Description
- A message that had not completed transmission when the ACP142 process was stopped is being discarded. The queued message will be transmitted as another ACP142 message, with a different ACP142 message ID.
- Action
UnknownAck
- Message Text
- Ack for unknown MSID %1 from %2 (%3 missing PDUs)
- Parameters
- Message ID
- Source ID
- Missing PDUs
- Description
- An acknowledgement PDU was received from a destination relating to an unknown message ID. The channel responds with a PDU which either tells the destination that the positive ACK is being acknowledged, or to tell the destination to discard the message if the destination is still awaiting data PDUs.
- Action
SendAck
- Message Text
- Send Ack PDU source=%1 msid=%2 reqpdus=%3
- Parameters
- Source ID
- Message ID
- Number of PDUs 'nacked'
- Description
- Action
ConnStart
- Message Text
- Starting CO-ACP142 connection to %1 (%2)
- Parameters
- Destination ID
- Connection address
- Description
- Action
ConnOpen
- Message Text
- CO-ACP142 connection open to %1 (%2)
- Parameters
- Destination ID
- Connection address
- Description
- Action
ConnClose
- Message Text
- CO-ACP142 connection to %1 (%2) closed
- Parameters
- Destination ID
- Connection address
- Description
- Action
ConnError
- Message Text
- CO-ACP142 connection error with %1 (%2)
- Parameters
- Destination ID
- Connection address
- Description
- Action
ConnTimeout
- Message Text
- Timeout of connection with %1 after %2s after message transfer
- Parameters
- Peer network address
- Timeout in seconds
- Description
- The connection has timed out while there is at least one message in transit.
- Action
TimerExpiry
- Message Text
- %1 timer for msgid=%2 from=%3 expired after %4s
- Parameters
- Timer type
- Source ID
- Message ID
- Timeout in seconds
- Description
- A timer has expired for the given message. If the source ID is 0.0.0.0, then this is an outbound message. The timeout is reported as zero for the message exiry timer, which was set from an absolute time, not an interval.
- Action
QueuePDUs
- Message Text
- Queue Data PDUs MSID=%1 num pdus=%2
- Parameters
- ID for message
- Number of data PDUs
- Description
- Action
SendPDU
- Message Text
- Send %1 PDU MSID=%2 num=%3 prio=%4 size=%5 time=%6s
- Parameters
- ID for message
- PDU number
- priority
- PDU size
- Time to next PDU transmissiong
- Description
- Action
PDUSent
- Message Text
- Sent %1 PDU MSID=%2 num=%3
- Parameters
- ID for message
- PDU number
- Description
- Action
COReceived
- Message Text
- Message Received over connection: source=%1 MSID=%2 pdus=%3 size=%4
- Parameters
- Source ID
- Message ID
- Number of PDUs
- Total data size
- Description
- Action
NoMessage
- Message Text
- Failed to find message %1 for control operation %2
- Parameters
- ACP 142 Message ID
- Attempted operation
- Description
- Action
AddressError
- Message Text
- Failed to get %1 address from %2, %3
- Parameters
- Type of address required
- Input value
- 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
Paused
- Message Text
- Message has been paused
- Description
- Action