Table Of Contents
System Messages
Messages 100001 to 199006
100001
106021
106023
106028
111008
111009
199006
Messages 211001 to 254002
211001
212007
212008
251001
251002
251003
251004
251005
251006
251007
251008
251009
251010
251011
251012
251013
253001
253002
253003
253004
253005
253006
253007
253008
253009
253010
254001
254002
Messages 302022 to 327001
302022
302023
302024
302025
302026
302027
302028
302029
302030
302031
303003
303004
304001
305009
305010
313004
313006
313007
314001
322001
322002
322003
322005
327001
Messages 400000 to 444007
Messages 400000 to 456095
400000
405001
405201
406001
406002
410001
411001
411002
411003
411004
412001
415004
415006
415007
415008
415009
415010
415011
415021
415022
415023
415024
415025
415026
415027
440002
440003
441001
441002
442001
442002
442003
442004
442005
442006
443001
443002
444001
444002
444003
444004
444005
444006
444007
456001
456002
456008
456009
456010
456012
456013
456014
456015
456016
456017
456018
456019
456021
456023
456024
456025
456026
456027
456028
456029
456030
456031
456032
456033
456034
456035
456038
456040
456042
456043
456044
456046
456047
456048
456049
456050
456051
456052
456053
456054
456055
456056
456058
456060
456061
456062
456067
456068
456069
456070
456071
456073
456076
456077
456078
456079
456080
456081
456083
456085
456086
456087
456088
456090
456091
456092
456093
456094
456095
Messages 504001 to 504002
504001
504002
Messages 607001 to 615004
607001
607003
608001
608002
608003
608004
608005
615003
615004
Messages 727001 to 750002
727001
727002
727003
727004
727005
727006
727007
727008
727009
727010
727011
727012
727013
727014
727015
727016
727017
727018
727019
727020
727021
727022
727023
728001
728002
728003
728004
728005
728006
728007
728008
728009
728011
728012
728013
728014
728015
728016
728017
728018
728019
728020
728021
728022
728023
728024
728025
728026
728027
728028
728029
728030
728031
728032
728035
728036
729001
729002
729003
750001
750002
System Messages
This chapter lists the Cisco Application Control Engine (ACE) module system log messages. The messages are listed numerically by message code.
To view a list of the majority of variables used in ACE system log messages, seeTable 1-2 in Chapter 1, Configuring System Message Logging. To view ACE system log messages listed by severity level, see Chapter 2, Messages Listed by Severity Level.
This chapter includes the following sections:
•
Messages 100001 to 199006
•
Messages 211001 to 254002
•
Messages 302022 to 327001
•
Messages 400000 to 444007
•
Messages 400000 to 456095
•
Messages 504001 to 504002
•
Messages 607001 to 615004
•
Messages 727001 to 750002
This section contains messages from 100001 to 199006.
100001
Error Message %ACE-2-100001: EOL function chars from library chars exited due to
Signal dec
Explanation An error occured in the CLI end of line (EOL) function.
Recommended Action No action is required.
106021
Error Message %ACE-1-106021: Deny protocol reverse path check from source_address to
dest_address on interface interface_name
Explanation Someone is attempting to spoof an IP address on an inbound connection. Unicast reverse
path forwarding (RPF), also known as reverse route lookup, detected a packet that does not have a
source address represented by a route and assumes that it is part of an attack on the ACE.
This message appears when you have enabled Unicast RPF with the ip verify reverse-path command (see the Cisco Application Control Engine Module Security Configuration Guide. Reverse path forwarding works on packets that are sent to an interface. If you configure this command on the outside, then the ACE checks packets arriving from the outside.
The ACE looks up a route based on the source address. If an entry is not found and a route is not defined, then this system log message appears and the connection is discarded.
If a route is defined, the ACE checks which interface to which it corresponds. If the packet arrived on another interface, it is either a spoof or there is an asymmetric routing environment that has more than one path to a destination. The ACE does not support asymmetric routing.
If the ACE is configured on an internal interface, it checks static route command statements or RIP, and if the source address is not found, then an internal user is spoofing their address.
Recommended Action Even though someone is attempting to spoof an IP address on an inbound
connection, if this feature is enabled no user action is required. The ACE repels the attack.
106023
Error Message %ACE-4-106023: Deny protocol number | name src
incoming-interface:src-ip dst outgoing-interface:dst-ip by access-group
"acl-name"
Explanation An IP packet was denied by the ACL. This message displays even if you do not have the
log option enabled for an ACL. If a packet hits an input ACL, the outgoing interface will not be
known. In this case, the ACE prints the outgoing interface as undetermined. The source IP and
destination IP addresses are the unmapped and mapped addresses for the input and output ACLs,
respectively, when used with NAT.
Recommended Action If messages persist from the same source address, messages may indicate a
foot-printing or port-scanning attempt. Contact the remote host administrators.
106028
Error Message %ACE-1-106028: WARNING: Access rule memory exhausted while processing
Access-group. Incomplete rules are currently applied on interface interface-name.
Manual roll back to a previous access rule configuration on this interface is
needed.
Explanation The access control list (ACL) compilation process has run out of memory, which does
not allow new ACL entries to be applied to the specified interface. The ACL configuration
downloaded in hardware for that interface may not be in a known state because of this failure.
Recommended Action Remove some ACL entries to free up memory for the desired configuration. The
affected interface needs to be removed and recreated to recover to a known state.
111008
Error Message %ACE-5-111008: User root executed the string command
Explanation This message is informational. The user entered a command that modified the
configuration.
Recommended Action None required.
111009
Error Message %ACE-7-111009: User user executed cmd:string
Explanation This message is informational. The user entered a command that does not modify the
configuration.
Recommended Action None required.
199006
Error Message %ACE-2-199006 : Orderly reload started at when by whom. Reload reason:
reason
Explanation This message logs a reload record of the ACE and the reason for the reload.
The reason variable describes why the reload occurred. Possible reasons are as follows:
•
reload command
•
CF format
•
hardware failure
The when variable specifies the time at which the orderly reload operation begins.
The whom variable specifies the name of the user who entered the reload command. If the reload is caused by other reasons, System is specified.
Recommended Action None required.
This section contains messages from 211001 to 254002.
211001
Error Message %ACE-3-211001: Memory allocation Error
Explanation Failed to allocate RAM system memory.
Recommended Action If this message occurs periodically, it can be ignored. If it repeats frequently,
contact Cisco TAC.
212007
Error Message %ACE-2-212007: SNMPD initialization failed while Variable1
Explanation This is an SNMP message that is logged when the SNMP daemon fails to initialize. The
SNMP daemon is created during device initialization.
The possible values of the Variable1 variable are as follows:
•
loading mib module
•
performing mts_bind
•
performing mts_options_set
•
initializing kernel memory map
•
registering read/write file descriptor
•
creating socket endpoint
•
creating daemon process
Recommended Action Reboot the ACE (see the Cisco Application Control Engine Module
Administration Guide for details). If the SNMP daemon still fails to initialize, contact Cisco TAC
and provide them with the output of show processes and show np commands.
212008
Error Message %ACE-3-212008: Failed while allocating memory in snmpd
Explanation This is an SNMP message that is logged after a memory allocation failure in the SNMPD
process. When this error occurs, SNMPD processes (for example, SNMP Get/GetNext responses,
trap generation, or SNMP CLI) may be affected.
Recommended Action Check for the system memory using the show system command. If the ACE is
low on memory, reboot it (see the Cisco Application Control Engine Module Administration Guide
for details). If the memory is not low, contact the Cisco TAC and provide them with the output of the
show system resources and show processes cpu memory commands.
251001
Error Message %ACE-3-251001: Probe configuration error, memory allocation failure.
Explanation The ACE does not have enough memory to support the specified probe configuration.
When the Config Manager sends a probe configuration to the Health Monitor module, the Health
Monitor module needs to reserve memory to set up the probe. If memory is not available when the
Health Monitor is setting up the probe, the syslog message is sent.
Recommended Action Reduce the size of the probe configuration.
251002
Error Message %ACE-4-251002: The configured health probe script script-name for
server A.B.C.D on port P is empty
Explanation An empty script is configured for the scripted health probe for server A.B.C.D on port P.
Recommended Action Update the script file with appropriate probe information, unload, and then
reload the script (see the Cisco Application Control Engine Module Server Load-Balancing
Configuration Guide for details). You can also reconfigure the health probe to use a nonempty script.
251003
Error Message %ACE-3-251003: Could not load script script-name - File not found
Explanation The ACE is unable to find the script file that it needs to load.
Recommended Action Create a new script file, unload the old file, and then load the new file (see the
Cisco Application Control Engine Module Server Load-Balancing Configuration Guide for details).
251004
Error Message %ACE-3-251004: Could not load script script-name - memory allocation
failure
Explanation The ACE does not have sufficient memory to load the specified script file.
Recommended Action Reduce the size of the configuration or unload any unused script files.
251005
Error Message %ACE-4-251005: Could not unload script script-name
Explanation The ACE is unable to load the specified script file due to an internal error.
Recommended Action Contact Cisco TAC if this error frequently occurs.
251006
Error Message %ACE-3-251006: Health probe failed for server A.B.C.D on port P,
internal error: error message
Explanation The configured service on port P of server A.B.C.D failed its health checks because the
ACE encountered an internal error while performing the probe. Because the error is internal to the
system, the real health of the server is unknown.
The possible values of the error message variable are as follows:
•
failed to setup a socket
•
forced disconnect
•
failed to allocate memory
•
failed to create SSL context
•
failed to create SSL session
•
failed to assign socket to SSL session
•
failed to build a server query
•
failed to initialize LDAP
•
failed to bind to LDAP
•
invalid probe request
•
failed to set LDAP option
•
failed to get LDAP option
Recommended Action Contact Cisco TAC if this error frequently occurs.
251007
Error Message %ACE-3-251007: ICMP health probe failed for server A.B.C.D, internal
error: error message
Explanation The configured service on port P of server A.B.C.D failed its health checks because the
ACE encountered an internal error while performing the ICMP probe. Because the error is internal
to the system, the real health of the server is unknown.
The possible values of the error message variable are as follows:
•
general encap-decap failure
•
write failure
•
received bad file descriptor
•
data entry being modified
•
transmit queue is full
Recommended Action Contact Cisco TAC if this error frequently occurs.
251008
Error Message %ACE-3-251008: Health probe failed for server A.B.C.D on port P,
connectivity error: server open timeout (no SYN ACK)
Explanation The configured service on port P of server A.B.C.D failed its health checks because a
probe was unable to reach the server due to network problem.
Recommended Action Verify network connectivity to the server, and then reprobe the server.
251009
Error Message %ACE-3-251009: ICMP health probe failed for server A.B.C.D,
connectivity error: error message
Explanation The configured real server A.B.C.D failed its health checks because an ICMP health
probe was unable to reach the server due to a network connectivity problem.
The possible values of the error message variable are as follows:
•
host unreachable, no route found to destination
•
ARP not resolved for destination ip address
•
network down
•
interface has no ip address
•
ICMP host unreachable
•
ICMP destination unreachable
Recommended Action Verify network connectivity to the server, and then reprobe the server.
251010
Error Message %ACE-3-251010: Health probe failed for server A.B.C.D on port P, error
message
Explanation The configured service on port P of server A.B.C.D failed its health checks because the
server response is not as expected.
The possible values of the error message variable are as follows:
•
connection reset by server
•
connection refused by server
•
authentication failed
•
unrecognized or invalid response
•
server reply timeout
•
graceful disconnect timeout (no FIN ACK)
•
user defined Reg-Exp was not found in host response
•
expect status code mismatch
•
received invalid status code
•
MD5 checksum mismatch
•
invalid server greeting
•
received Out-Of-Band data
Recommended Action Check the service running on the affected server.
251011
Error Message %ACE-3-251011: ICMP health probe failed for server A.B.C.D, error
message.
Explanation The configured real server A.B.C.D failed its health checks because the ICMP server
response is not as expected.
The possible values of the error message variable are as follows:
•
ICMP time exceeded
•
ICMP redirect
•
received ICMP Echo request
•
received ICMP Stale packet
•
received unexpected ICMP packet type
•
received packet is too short
•
received packet is too long
•
server reply timeout
Recommended Action Check the service running on the affected server.
251012
Error Message %ACE-3-251012: Could not load script script-name - Error reading
script-file
Explanation The ACE is unable to read the script file that it is attempting to load. The file may be
corrupted.
Recommended Action Verify if the file contents are correct. If correct, unload, and then reload the
script file (see the Cisco Application Control Engine Module Server Load-Balancing Configuration
Guide for details). If necessary, create a new script file. Unload the old file, and then load the new file.
251013
Error Message %ACE-3-251013: Could not load script script-name - Error getting file
size
Explanation This message is logged when the ACE is unable to determine the script file size. Before
a script file can be loaded, the ACE needs determine its size so the appropriate amount of memory
can be allocated.
Recommended Action Verify if the file contents are correct. If correct, unload, and then reload the
script file (see the Cisco Application Control Engine Module Server Load-Balancing Configuration
Guide for details). If necessary, create a new script file. Unload the old file, and then load the new file.
253001
Error Message %ACE-6-253001: Certificate certificate_information expired
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines that the certificate has expired.
Recommended Action None required.
253002
Error Message %ACE-6-253002: Certificate certificate_information not yet valid
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines that the certificate is not currently valid.
Recommended Action None required.
253003
Error Message %ACE-6-253003: Unknown CA certificate_information
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines that the certificate has an unknown certificate authority (CA).
Recommended Action None required.
253004
Error Message %ACE-6-253004: Certificate certificate_information revoked
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines that the certificate has been revoked by the CA.
Recommended Action None required.
253005
Error Message %ACE-6-253005: Signature for certificate_information is invalid
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines that the signature for the certificate is invalid.
Recommended Action None required.
253006
Error Message %ACE-6-253006: Error peer sent invalid or nonexistent certificate
Explanation This message is logged during the SSL handshake when client authentication is enabled.
The ACE determines a certificate is invalid or nonexistent.
Recommended Action None required.
253007
Error Message %ACE-6-253007: Certificate in file file_name is expired
Explanation This message is logged when the ACE attempts to use a certificate that has expired.
X509 certificates have a fixed lifetime. If the ACE uses an expired certificate in an SSL handshake,
the client may reject the connection. The file_name argument is the name of the file where the
certificate resides.
Recommended Action Obtain a new certificate and replace the expired one.
253008
Error Message %ACE-6-253008: CRL crl_name could not be retrieved
Explanation This message is logged when the ACE failed to retrieve a CRL. If you define CRL
checking for SSL client authentication, the ACE periodically retrieves a CRL. Due to a variety of
reasons, these attempts can occasionally fail. The crl_name variable is the name of the CRL as
defined by the crypto crl command.
Recommended Action Check to see if there is a network connectivity problem or if the server location
of the CRL has changed.
253009
Error Message %ACE-6-253009:
Explanation
Recommended Action
253010
Error Message %ACE-3-253010: Configuration failure: Certificate in file
certificate_name and key in file key_name do not match
Explanation This message is logged when the certificate and key do not match. As a result, the SSL
handshake fails and the ACE does not download the unmatched certificate and key in the
configuration. Note that a X509 certificate has a matching private key. The certificate_name variable
is the name of the certificate file. The key_file variable is the name of the key file.
Recommended Action Verify that the correct certificate and key are in use in the SSL-proxy service.
If necessary, modify the SSL-proxy service to contain the correct files.
254001
Error Message %ACE-4-254001: ACL resource usage beyond maximum limit for context
context_id. Free up some resources.
Explanation This message indicates that ACL resources in use for the specified context (context_id)
are above the maximum limit allowed by the resource class.
Recommended Action Decrease the minimum ACL usage in the specified context to below the
maximum limit.
254002
Error Message %ACE-4-254002: Minimum ACL resources could not be guaranteed for
context context_id.
Explanation This message indicates that the requested minimum ACL resources could not be
guaranteed in the specified context (context_id).
Recommended Action Contact the global administrator to request that other context administrators
release ACL resources.
This section contains messages from 302022 to 327001.
302022
Error Message %ACE-6-302022: Built TCP connection id for
interface:real-address/real-port (mapped-address/mapped-port) to
interface:real-address/real-port (mapped-address/mapped-port)
Explanation This informational message is logged when a TCP connection slot between two hosts is
created.
Recommended Action None required.
302023
Error Message %ACE-6-302023: Teardown TCP connection id for
interface:real-address/real-port to interface:real-address/real-port duration
hh:mm:ss bytes bytes [reason]
Explanation This informational message is logged when a TCP connection slot between two hosts is
terminated.
The reason variable presents the action that causes the connection to terminate. Table 1-1 lists the TCP termination causes.
Table 1-1 TCP Termination Reasons
Reason
|
Description
|
TCP FINs
|
Normal close down sequence.
|
TCP Reset
|
A TCP reset is received.
|
Idle Timeout
|
TCP connection is timed out.
|
FIN Timeout
|
TCP FIN timeout.
|
SYN Timeout
|
TCP SYN timeout.
|
Exception
|
Connection setup error.
|
Policy Close
|
A policy closes the TCP connection.
|
Voluntary Close
|
TCP connection is closed voluntarily by a user.
|
Rebalance
|
HTTP rebalance.
|
Reuse Conn.
|
Connection is reused.
|
Reap Conn.
|
Connection is closed due to control plane reap messages.
|
Xlate clear
|
Connection is closed due to execution of a clear xlate command.
|
Conn clear
|
Connection is closed due to execution of a clear conn command.
|
Recommended Action None required.
302024
Error Message %ACE-6-302024: Built UDP connection id for
interface:real-address/real-port (mapped-address/mapped-port) to
interface:real-address/real-port (mapped-address/mapped-port)
Explanation A UDP connection slot between two hosts was added.
Recommended Action None required.
302025
Error Message %ACE-6-302025: Teardown UDP connection id for
interface:real-address/real-port to interface:real-address/real-port duration
hh:mm:ss bytes bytes
Explanation A UDP connection slot between two hosts was deleted.
Recommended Action None required.
302026
Error Message %ACE-6-302026: Built ICMP connection for faddr/NATed_ID
gaddr/icmp_type laddr/icmpID
Explanation An ICMP session was established.
Recommended Action None required.
302027
Error Message %ACE-6-302027: Teardown ICMP connection for faddr/NATed ID
gaddr/icmp_type laddr/icmpID
Explanation An ICMP session was removed.
Recommended Action None required.
302028
Error Message %ACE-6-302028: Built TCP connection id for interface:
real-address/real-port (mapped-address/mapped-port) to interface:
real-address/real-port (mapped-address/mapped-port)
Explanation A TCP connection slot between two hosts was created.
Recommended Action None required.
302029
Error Message %ACE-6-302029: Teardown TCP connection id for interface:
real-address/real-port to interface: real-address/real-port duration hh:mm:ss
bytes bytes [reason]
Explanation A TCP connection between two hosts was terminated.
The reason variable presents the action that causes the connection to terminate. Table 1-1 lists the TCP termination causes.
Recommended Action None required.
302030
Error Message %ACE-6-302030: Built UDP connection id for interface:
real-address/real-port (mapped-address/mapped-port) to interface:
real-address/real-port (mapped-address/mapped-port)
Explanation A UDP connection slot between two hosts was added.
Recommended Action None required.
302031
Error Message %ACE-6-302031: Teardown UDP connection id for interface:
real-address/real-port to interface: real-address/real-port duration hh:mm:ss
bytes bytes
Explanation A UDP connection slot between two hosts was deleted.
Recommended Action None required.
303003
Error Message %ACE-6-303003: FTP cmd_name command denied - failed strict inspection,
terminating connection from source_interface:source_address/source_port to
dest_interface:dest_address/dest_port
Explanation The ACE module is using strict inspection on FTP traffic. This message displays if an
FTP request command is denied by the strict FTP inspection policy from the ftp-map command.
Recommended Action None required.
303004
Error Message %ACE-5-303004: FTP cmd_string command unsupported - failed strict
inspection, terminating connection from
source_interface:source_address/source_port to
dest_interface:dest_address/dest_interface
Explanation The ACE module is using strict FTP inspection on FTP traffic. This message displays
if an FTP request message contains a command that is not recognized by the device.
Recommended Action None required.
304001
Error Message %ACE-5-304001: user source_address Accessed {URL} dest_address: url.
Explanation This is a URL message that is logged when the specified host attempts to access the
specified URL.
Recommended Action None required.
305009
Error Message %ACE-6-305009: Built {dynamic|static} translation from interface_name
[(acl-name)]:real_address to interface_name:mapped_address
Explanation An address translation slot was created. The slot translates the source address from the
local side to the global side. In reverse, the slot translates the destination address from the global
side to the local side.
Recommended Action None required.
305010
Error Message %ACE-6-305010: Teardown {dynamic|static} translation from
interface_name:real_address to interface_name:mapped_address duration time
Explanation An address translation slot was deleted.
Recommended Action None required.
313004
Error Message %ACE-4-313004: Denied ICMP type=icmp_type, from source_address on
interface interface_name to dest_address:no matching session
Explanation ICMP packets were discarded by the ACE because of security checks added by the
stateful ICMP feature. These ICMP packets are discarded for any of the following reasons:
•
ICMP echo replies are received without a valid echo request already passed across the ACE.
•
ICMP error messages are received that are not related to any TCP, UDP, or ICMP session already established in the ACE.
Recommended Action None required.
313006
Error Message %ACE-2-313006: ICMP Manager Initialization Failed. Reason : Variable1
Explanation The ICMP Manager running on the Control Plane of the ACE fails to start.
The possible values of the Variable1 variable are as follows:
•
Timer creation failed.
•
MTS initialization failed.
•
Error while opening system call.
•
Error while mapping buffer manager memory.
•
Encap/Decap registration failed.
Recommended Action The ACE should automatically reboot the card. If not, try rebooting manually.
If the problem still exists, contact Cisco TAC and provide them with the output of show tech-support
command.
313007
Error Message %ACE-3-313007: ICMP Manager Memory Problem. Reason: Variable1
Explanation The ACE reports ICMP-related memory failures.
The possible values of the Variable1 variable are as follows:
•
No memory available to create ping free list.
•
No memory from buffer manager. Cannot send packet.
•
No memory available for ping block.
•
Possible memory corruption.
Recommended Action Reboot the ACE (see the Cisco Application Control Engine Module
Administration Guide for details). If the problem persists, contact Cisco TAC and provide them with
the following command output:
•
If the "No memory from buffer manager. Cannot send packet." message appears, provide the output generated from the show buffer usage and show buffer stats commands.
•
If any other message is returned, provide the output generated from the show process cpu memory command.
314001
Error Message %ACE-6-314001: Pre-allocate RTSP UDP backconnection for
foreign_address outside_address/outside_port to local_address
inside_address/inside_port
Explanation The Cisco ASA opened an RTSP connection for the specified IP addresses and ports.
Recommended Action None required.
322001
Error Message %ACE-3-322001: Deny MAC address MAC_address, possible spoof attempt on
interface interface
Explanation The ACE received a packet from the offending MAC address on the specified interface,
but the source MAC address in the packet is statically bound to another interface in your
configuration. This situation can be caused by either a MAC-spoofing attack or a misconfiguration.
Recommended Action Check the configuration and take appropriate action by either finding the
offending host or modifying the configuration.
322002
Error Message %ACE-3-322002: ARP inspection check failed for arp {request|response}
received from host MAC_address on interface interface. This host is advertising
MAC Address MAC_address_1 for IP Address IP_address, which is
{statically|dynamically} bound to MAC Address MAC_address_2.
Explanation If ARP inspection is enabled, the ACE checks whether a new ARP entry advertised in
the packet conforms to the statically configured or dynamically learned IP-MAC address binding
before forwarding ARP packets. If this check fails, the ACE drops the ARP packet and generates this
message. This situation can be caused by either ARP spoofing attacks in the network or an invalid
configuration (IP-MAC binding).
Recommended Action If the cause is an ARP spoofing attack, deny the host by using an ACL. If the
cause is an invalid configuration, correct the binding (see the Cisco Application Control Engine
Module Routing and Bridging Configuration Guide for details).
322003
Error Message %ACE-3-322003: ARP inspection check failed for arp {request|response}
received from host MAC_address on interface interface. This host is advertising
MAC Address MAC_address_1 for IP Address IP_address, which is not bound to any MAC
Address.
Explanation If ARP inspection is enabled, the ACE checks whether a new ARP entry advertised in
the packet conforms to the statically configured IP-MAC address binding before forwarding ARP
packets. If this check fails, the ACE drops the ARP packet and generates this message. This situation
may be caused by either ARP spoofing attacks in the network or an invalid configuration (IP-MAC
binding).
Recommended Action If the cause is an attack, deny the host by using an ACL. If the cause is an invalid
configuration, correct the binding (see the Cisco Application Control Engine Module Routing and
Bridging Configuration Guide for details).
322005
Error Message %ACE-3-322005: Source MAC address validation check failed for ARP
<REQUEST/RESPONSE> received from <SIP> <SMAC> with Ethernet header source MAC
address <ETH-SMAC> to <DIP> <DMAC> on interface <IF>
Explanation The ACE fails to generate a syslog when the source MAC validation check fails. The
variable for this error message are as follows:
–
SIP—Source IP address in the ARP packet
–
SMAC—Source MAC address in the ARP packet.
–
ETH-SMAC—Source MAC address in the Ethernet header.
–
DIP—Destination IP address in the ARP packet.
–
DMAC—Destinaion MAC address in the ARP packet.
–
IF—Interface on which the ARP is received.
Recommended Action Check the configuration and take the appropriate action by either identifying
the offending host or by correcting the configuration on the ACE.
327001
Error Message %ACE-3-327001: Detected Encap table Full when allocating encap entry
for IP interface interface_name
Explanation The Encap table size is limited to 32,000 entries. This message is logged when trying to
allocate an encap entry after the limit is reached.
Recommended Action Use the clear arp command to remove any unused or invalid table entries.
This section contains messages from 400000 to 444007 456095.
400000
Error Message %ACE-4-400000: IDS:1000 IP Option Bad Option List from IP_address to
IP_address on interface interface_name
Explanation Cisco Intrusion Detection System signature message. The ACE does not support IP
options. This IDS message is generated whenever the ACE detects IP options in a packet.
Recommended Action See the Cisco Intrusion Detection System User Guide.
405001
Error Message %ACE-4-405001: Received ARP {request | response} collision from
IP_address/mac_address on interface interface_name
Explanation The ACE received an ARP packet, and the MAC address in the packet differs from the
ARP cache entry. This traffic may be legitimate, or it may indicate that an ARP poisoning attack is
in progress.
Recommended Action Check the source MAC address to determine where the packets are coming from
and determine if the host is valid.
405201
Error Message %ACE-4-405201: ILS ctxid from vlan x:src_ip/src_prt to vlan
y:dst_ip/dst_prt has wrong embedded address embedded addr in ILS payload
Explanation The embedded IP address in the ILS packet payload is not same as the source IP address
of the IP packet header.
Recommended Action Check the host with the specified source IP address to determine why it sent an
ILS packet with an incorrect embedded IP address.
406001
Error Message %ACE-4-406001: FTP port command low port: IP_address/port to
IP_address on interface interface_name
Explanation A client issued an FTP port command with a port number less than 1024; in the
well-known port range, this number is typically devoted to server ports. This error message indicates
an attempt to avert the site security policy. The Cisco ASA drops the packet, terminates the
connection, and logs the event.
Recommended Action None required.
406002
Error Message %ACE-4-406002: FTP port command different address:
IP_address(IP_address) to IP_address on interface interface_name
Explanation A client issued an FTP port command with an address other than the address used in
the connection. This error message indicates that an attempt was made to avert the site security
policy. The address in parentheses is the address from the port command. For example, an attacker
may attempt to hijack an FTP session by changing the transmitted packet and putting different
source information instead of the correct source information. The security appliance drops the
packet, terminates the connection, and logs the event.
Recommended Action None required.
410001
Error Message %ACE-4-410001: Dropped UDP DNS packet_type from
source_interface:source_address/source_port to
dest_interface:dest_address/dest_port; error_length_type length length bytes
exceeds max_length_type limit of maximum_length bytes.
Explanation The domain-name length exceeds 255 bytes in a UDP DNS packet. (See RFC 1035
section 3.1.)
Recommended Action None required.
411001
Error Message %ACE-4-411001: Line protocol on interface interface_name changed state
to up
Explanation The status of the line protocol has changed from down to up.
The interface_name variable can be any one of the following options:
–
gigabitEthernet1/n—Physical Ethernet interface port on the ACE, where n represents the port number (1 to 4).
–
port-channeln—EtherChannel that bundles individual Layer 2 Ethernet ports into a single logical link, where n represents the port-channel interface number (1 to 255).
Recommended Action None required.
411002
Error Message %ACE-4-411002: Line protocol on interface interface_name changed state
to down
Explanation The status of the line protocol has changed from up to down.
The interface_name variable can be any one of the following options:
–
gigabitEthernet1/n—Physical Ethernet interface port on the ACE, where n represents the port number (1 to 4).
–
port-channeln—EtherChannel that bundles individual Layer 2 Ethernet ports into a single logical link, where n represents the port-channel interface number (1 to 255).
Recommended Action If this event on the interface is unexpected, check the line.
411003
Error Message %ACE-4-411003: Interface interface_name changed state to
administratively up
Explanation The configuration status of the interface has changed from down to up.
The interface_name variable can be any one of the following options:
–
gigabitEthernet1/n—Physical Ethernet interface port on the ACE, where n represents the port number (1 to 4).
–
port-channeln—EtherChannel that bundles individual Layer 2 Ethernet ports into a single logical link, where n represents the port-channel interface number (1 to 255).
Recommended Action If this event on the interface is unexpected, check the line.
411004
Error Message %ACE-4-411004: Interface interface_name changed state to
administratively down
Explanation The configuration status of the interface has changed from up to down.
The interface_name variable can be any one of the following options:
–
gigabitEthernet1/n—Physical Ethernet interface port on the ACE, where n represents the port number (1 to 4).
–
port-channeln—EtherChannel that bundles individual Layer 2 Ethernet ports into a single logical link, where n represents the port-channel interface number (1 to 255).
Recommended Action None required.
412001
Error Message %ACE-4-412001: MAC MAC_address moved from interface_1 to interface_2
Explanation The ACE detects that a host was moved from one appliance interface to another. In a
transparent ACE, mapping between the host (MAC) and the ACE port is maintained in a Layer 2
forwarding table. The table dynamically binds packet source MAC addresses to an ACE port. When
movement of a host from one interface to another interface is detected during this binding process,
this error message is generated.
The host move may be valid or the host move may be an attempt to spoof host MACs on other interfaces.
Recommended Action You can take one of these actions:
•
If it is a genuine host move, no action is required.
•
If it is a MAC spoof attempt, you can either locate vulnerable hosts on your network and remove them or configure static MAC entries. Configuring static MAC entries will not allow MAC address and port binding to change.
415004
Error Message %ACE-5-415004:HTTP - matched mime_type in policy-map policy_map_name,
content-type verification failed from source_address to dest_address/port_num
Connection connection_ID
Explanation The match content-type-verification command is configured and a MIME type in the
content-type HTTP header field is found in the list of policies of allowed types. However, the
expected number in the body of the message is not the correct number to identify a file of that type.
This behavior is unusual and could indicate an attempt to smuggle contraband data over the
connection.
Recommended Action None required.
415006
Error Message %ACE-5-415006: HTTP - matched class_map_name in policy_map_name, URI
matched connection_action from source_address/port_num to dest_address/port_num
Connection connection_ID
Explanation The URI matches the regular expression that the user configured.
Recommended Action None required.
415007
Error Message %ACE-5-415007: HTTP - matched class_map_name in policy-map
policy_map_name, Body matched connection_action from IP_address/port_num to
IP_address/port_num Connection connection_ID
Explanation The body matches the regular expression that the user configured.
Recommended Action None required.
415008
Error Message %ACE-5-415008: HTTP - matched class_map_name in policy-map
policy_map_name, Header matched connection_action from IP_address/port_num to
IP_address/port_num Connection connection_ID
Explanation The header matches the regular expression that the user configured.
Recommended Action None required.
415009
Error Message %ACE-5-415009: HTTP - matched class_map_name in policy-map
policy_map_name, method matched - connection_action from IP_address/port_num to
IP_address/port_num Connection connection_ID
Explanation The request method matches the regular expression that the user configured.
Recommended Action None required.
415010
Error Message %ACE-5-415010: HTTP - matched class_map_name in policy-map
policy_map_name, transfer encoding matched connection_action from
IP_address/port_num to IP_address/port_num Connection connection_ID
Explanation The transfer or content encoding matches the regular expression that the user
configured.
Recommended Action None required.
415011
Error Message %ACE-5-415011: HTTP - policy-map policy_map_name:Protocol violation
connection_action from IP_address/port_num to IP_address/port_num Connection
connection_ID
Explanation The HTTP parser cannot detect a valid HTTP message in the first few bytes of an HTTP
message. A user may be running a protocol over the port for HTTP transactions. This action violates
the user-configured policy.
Recommended Action None required.
415021
Error Message %ACE-5-415021: HTTP - matched class_map_name in policy-map
policy_map_name, URI length range matched connection_action from
source_address/port_num to dest_address/port_num Connection connection_ID
Explanation The URI length is within the range that the user configured.
Recommended Action None required.
415022
Error Message %ACE-5-415022: HTTP - matched class_map_name in policy_map_name,
Header length range matched connection_action from source_address/port_num to
dest_address/port_num Connection connection_ID
Explanation The header length is within the range that the user configured.
Recommended Action None required.
415023
Error Message %ACE-5-415023: HTTP - matched class_map_name in policy-map
policy_map_name, body length range matched connection_action from
source_interface:source_address/port_num to dest_interface:dest_address/port_num
Connection connection_ID
Explanation The body length is within the range that the user configured.
Recommended Action None required.
415024
Error Message %ACE-5-415024:HTTP - matched class_map_name in policy-map
policy_map_name, Header content type matched connection_action from
IP_address/port_num to IP_address/port_num Connection connection_ID
Explanation The header content type matches the regular expression that the user configured.
Recommended Action None required.
415025
Error Message %ACE-5-415025: HTTP policy_map_name - Tunnel detected -
connection_action from IP_address/port_num to IP_address/port_num connection
connection_ID
Explanation A tunneling protocol is detected in the HTTP content. A user may be running a
tunneling protocol using HTTP as the transport. This action violates the user-configured policy.
Recommended Action None required.
415026
Error Message %ACE-5-415026: HTTP policy_map_name: Instant Messenger detected
connection_action from IP_address/port_num to IP_address/port_num connection
connection_ID
Explanation An instant messenger protocol is detected in the HTTP content. A user may be running
an instant messenger protocol using HTTP as the transport. This action violates the user-configured
policy.
Explanation None required.
415027
Error Message %ACE-5-415027: HTTP policy_map_name: Peer-to-Peer detected
connection_action from IP_address/port_num to IP_address/port_num connection
connection_ID
Explanation A peer-to-peer protocol is detected in the HTTP content. A user may be running a
peer-to-peer protocol using HTTP as the transport. This action violates the user-configured policy.
Recommended Action None required.
440002
Error Message %ACE-3-440002: Addition failed for variable 1
Explanation An error occurred for the SNMP Shadow Table Addition. SNMP Get/Get-Next requests
may fail on the table name specified by variable 1.
Recommended Action Check the memory-related information in the system. Enter the show processes
cpu memory command and locate the MemAlloc column in the output.
440003
Error Message %ACE-3-440003: Deletion failed for variable 2
Explanation An error occurred for the SNMP Shadow Table Deletion. A deletion failure may result
in a memory leak or wrong or nonexistent values being returned for subsequent Get/Get-Next
requests on the table name specified by variable 2.
Recommended Action Check the memory-related information in the system. Enter the show processes
cpu memory command and locate the MemAlloc column in the output.
441001
Error Message %ACE-5-441001: Serverfarm name failed over to backup. Number of
failovers = count1, number of times back in service = count2
Explanation A serverfarm failover event has occurred. The name variable is the name of the
serverfarm. The count1 variable is the number of times that the primary serverfarm failed over to
the backup serverfarm. The count2 variable is the number of times the primary serverfarm returned
to service.
Recommended Action None required.
441002
Error Message %ACE-5-441002: Serverfarm name is back in service. Number of failovers
= count1, number of times back in service = count2
Explanation A serverfarm in service event has occurred. The name variable is the name of the
serverfarm. The count1 variable is the number of times that the primary serverfarm failed over to
the backup serverfarm. The count2 variable is the number of times the primary serverfarm returned
to service.
Recommended Action None required.
442001
Error Message %ACE-4-442001: Health probe probe name detected real_server_name
(interface interface_name) in serverfarm sfarm_name changed state to UP
Explanation The state of a real server changed from down to up.
Recommended Action None required.
442002
Error Message %ACE-4-442002: Health probe probe name detected real_server_name
(interface interface_name) in serverfarm sfarm_name changed state to DOWN
Explanation The state of a real server changed from up to down.
Recommended Action None required.
442003
Error Message %ACE-5-442003: Real Server real_server_name in serverfarm sfarm_name
changed state to new state
Explanation This message reports a real server state change.
The new state variable can be one of the following:
•
outOfService since max connection reached
•
outOfService since retcode threshold reached
•
outOfService in normal scenarios
Recommended Action None required.
442004
Error Message %ACE-4-442004: Health probe probe name detected real_server_name
(interface interface_name) changed state to UP
Explanation The state of a real server changed from down to up.
Recommended Action None required.
442005
Error Message %ACE-4-442005: Health probe probe name detected real_server_name
(interface interface_name) changed state to DOWN
Explanation The state of a real server changed from up to down.
Recommended Action None required.
442006
Error Message %ACE-4-442006: Real Server Real Server name changed state to
inService/outOfService>
Explanation Whenever a real server is manually placed in service or taken out of service, this syslog
is generated. Also, this syslog is generated if there is an indication from the data plane about the
state change of the real server.
Recommended Action No action is required. This syslog is for informational purposes only.
443001
Error Message %ACE-2-443001: System experienced fatal failure. Char, reloading
system
Explanation If the ACE encounters a fatal error and reloads, it displays the module or service name
and reboots. The Char variable can be one of the following:
•
tar system call failed
•
Sysmgr core not present
•
Service name:Sysmgr(1234) has terminated on receiving signal 11
Recommended Action Check the core file. The show version command output displays the reason for
the failure in the last boot reason field.
443002
Error Message %ACE-6-443002: dataplane_message
Explanation This message reports data plane console information in a syslog.
Recommended Action None required.
444001
Error Message %ACE-2-444001: License checkout failure for feature feature_name
reason
Explanation A license checkout error has occurred for a specified feature due to the reported reason.
Recommended Action Contact Cisco TAC.
444002
Error Message %ACE-5-444002: Installed license file license_file_name
Explanation The license installation completed for the specified license filename.
Recommended Action Use the show license usage command to verify that this license installed.
444003
Error Message %ACE-5-444003: Uninstalled license file license_file_name
Explanation The license uninstall completed for the specified license filename.
Recommended Action Use the show license usage command to verify that the license uninstalled.
444004
Error Message %ACE-2-444004: Evaluation license expired for feature feature_name
Explanation The license for the specified feature has exceeded the evaluation time period. All the
licensed feature specific configurations are removed.
Recommended Action Install a new license for this feature to use it.
444005
Error Message %ACE-4-444005: Evaluation license for feature feature_name will expire
in num_days days num_hours hours
Explanation The specified license will exceed its evaluation time period after specified duration as
designated in the days and hours remaining. All the licensed feature specific configurations will be
removed after the license expires.
Recommended Action Install new license to continue to use the feature without any interruption.
444006
Error Message %ACE-1-444006: License manager exiting: reason
Explanation The license manager exits due to the reported reason.
Recommended Action Contact Cisco TAC.
444007
Error Message %ACE-4-444007: Installed feature_name license on Revision 6 or older
hardware, will not take effect until next reboot.
Explanation The installed 16G throughput license on Revision 6 or older hardware does not take
effect until the next ACE reboot.
Recommended Action Reboot the ACE after saving the current running configuration.
456001
Error Message %ACE-3-456001: Unable to allocate memory or buffer space. reason
Explanation The memory allocation has failed for the specified context.
The reason string variable specifies the context and describes the root API call and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy.
456002
Error Message %ACE-7-456002: debug_message
Explanation This error message is used for sending generic debug messages.
The debug_message string variable describes the debug message from the condenser module.
Recommended Action None required.
456008
Error Message %ACE-6-456008: New connection can not be accommodated within the
existing connection pool.
Explanation Too many connections are in the connection pool. The ACE accommodates the new
connection by dropping the last recently used socket connection.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy.
456009
Error Message %ACE-3-456009: Network IO error. reason
Explanation A network I/O error has occurred. This error message is used for the majority of network
I/O errors such as failed connections, network read/writes, and socket calls.
The reason string variable specifies the context and describes the offending API and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy.
456010
Error Message %ACE-3-456010: reason
Explanation A socket operation has failed.
The reason string variable specifies the context and describes the offending API and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy.
456012
Error Message %ACE-3-456012: Unknown/Unsupported protocol
Explanation The URL contains an unknown or unsupported protocol.
Recommended Action None required.
456013
Error Message %ACE-3-456013: Unable to access file filename.
Explanation The ACC module in the ACE is unable to apply a stat (), read, write, or other file
manipulating call to the specified file.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456014
Error Message %ACE-2-456014: Invalid stream. reason
Explanation An error has occurred while the accessing, reading, or positioning in a stream. The
streams are typically used to create an HTTP message.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456015
Error Message %ACE-3-456015: Process creation failed pid.
Explanation The process creation using a fork call has failed for the specified process ID.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456016
Error Message %ACE-3-456016: message
Explanation This message is used for sending generic condenser error messages.
The message string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Review the error event message and take the appropriate action based on the
identified reason of the event. To work around the issue, turn off HTTP optimization in the active
traffic policy for the URL (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration and Optimization Configuration Guide).
456017
Error Message %ACE-3-456017: Unable to create cache key for url. Reason is reason.
Explanation The ACC module in the ACE is unable to create the key that is necessary for caching the
specified URL.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456018
Error Message %ACE-4-456018: Application class policy is empty for url url.
Explanation No policy was found for a listed application class for the specified URL.
Recommended Action None required.
456019
Error Message %ACE-3-456019: Invalid regular expression pattern for url. Pattern is
pattern. Application class is appl_classname.
Explanation An invalid regular expression exists in the configuration of the specified application
class.
The pattern string variable describes the regular expression pattern.
Recommended Action Check the regular expression in the application acceleration configuration and
correct if necessary (see the Cisco 4700 Series Application Control Engine Appliance Application
Acceleration and Optimization Configuration Guide).
456021
Error Message %ACE-3-456021: CacheDynamic is not on while CacheDelta is on in
application class appl_classname.
Explanation Both the CacheDynamic and the CacheDelta for the specified application class is turned
on or turned off.
Recommended Action Check the application acceleration configuration and correct if necessary (see
the Cisco 4700 Series Application Control Engine Appliance Application Acceleration and
Optimization Configuration Guide).
456023
Error Message %ACE-5-456023: Parser detected invalid HTML content content.
Explanation The ACE has detected invalid HTML content. The optimization policy is not suitable for
this content. The content string variable describes the malformed HTML content.
Recommended Action Check the application acceleration configuration and correct if necessary (see
the Cisco 4700 Series Application Control Engine Appliance Application Acceleration and
Optimization Configuration Guide).
456024
Error Message %ACE-5-456024: Content not accelerated due to presence of UTF
characters
Explanation Optimization by the ACC module in the ACE is bypassed due to the detection of UTF
(Unicode Transformation Format) characters.
Recommended Action None required.
456025
Error Message %ACE-3-456025: Unrecognized special marker marker_code found in delta
stream.
Explanation An error has occurred while the ACE was processing the data stream because of the
specified marker code. Delta optimization, as performed by the ACE, uses data streams to create
HTTP messages.
Recommended Action Check the delta optimization settings in the application acceleration and
optimization configuration and correct if necessary (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide). Avoid using
delta optimization for this particular content if necessary.
456026
Error Message %ACE-7-456026: debug_message
Explanation This error message is used for sending debug messages from the condenser.
Recommended Action None required.
456027
Error Message %ACE-3-456027: Unable to access cache directory path
Explanation The specified path in the cache directory is not accessible.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456028
Error Message %ACE-4-456028: No content type found for filename
Explanation A malformed HTTP multipart/form-data request has caused the application acceleration
and optimization function to be unable to detect the file type.
Recommended Action None required.
456029
Error Message %ACE-1-456029: Error creating ACC core process. reason
Explanation A problem has occurred while the ACE attempted to start or set up the application
acceleration core daemon process.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456030
Error Message %ACE-3-456030: Unable to parse url url reason.
Explanation Parsing of the specified URL has failed.
The reason string variable describes the reason and the significance of the error event.
Recommended Action If the error causes the page rendition problem, correct the configuration to avoid
using optimization for this particular content (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration and Optimization Configuration Guide).
456031
Error Message %ACE-3-456031: Error reading post data. reason
Explanation An error has occurred while the ACE was reading data from the post method.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action If the error causes the page rendition problem, correct the configuration to avoid
using optimization for this particular content (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration and Optimization Configuration Guide).
456032
Error Message %ACE-7-456032: debug_messages
Explanation This message indicates that debug messages were sent from the meterlog class.
Recommended Action None required.
456033
Error Message %ACE-7-456033: debug_message
Explanation his message indicates that debug messages were sent from the PerProcCtx class.
Recommended Action None required.
456034
Error Message %ACE-6-456034: Unable to lock to access shared memory log. reason
Explanation The ACC module in the ACE is unable to lock all processes in order to access the shared
memory log. The shared memory log is used to keep track of the various optimization statistics. Each
access must be synchronized by a lock across all processes.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456035
Error Message %ACE-7-456035: debug_message
Explanation A condenser trace has been enabled in the configuration.
Recommended Action None required.
456038
Error Message %ACE-3-456038: Unable to apply caching policy. reason
Explanation The ACE was unable to apply a cache policy to the URL.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Copy the system message log file from disk0: and contact Cisco TAC for
assistance in resolving this issue. For file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
using optimization for this particular URL (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration Configuration Guide).
456040
Error Message %ACE-4-456040: Container object cache is already stale, TTL is
time_to_live.
Explanation The time_to_live variable represents the time-to-live property of the cached object. After
this time period, the cache is stale. The container object is already stale when it gets cached.
Recommended Action Check the clock and time zone setting of the ACE and of the real server; check
that the time is synchronized between the devices. If it is not synchronized, configure the Network
Time Protocol (NTP) on the ACE to synchronize the system clock of the module to a time server (see
the Cisco Application Control Engine Module Administration Guide).
456042
Error Message %ACE-3-456042: Disk cache subsystem error. reason
Explanation An error from the disk caching subsystem has occurred. This is an I/O error.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Copy the system message log file from disk0: and contact Cisco TAC for
assistance in resolving this issue. For file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
usingHTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456043
Error Message %ACE-4-456043: Cannot read disk cache file filename, sending a normal
GET to origin server instead.
Explanation The disk cache content for the specified file cannot be accessed. The application
acceleration server will attempt to fetch the object from the real server again.
Recommended Action None required.
456044
Error Message %ACE-3-456044: Invalid cache file filename deleted, reason is reason,
url is url
Explanation A specified disk cache file was detected to be invalid and has been deleted.
The reason string variable specifies the context and describes the reason and the significance of the error event.
The url variable specifies the URL that matches the cached object.
Recommended Action The application acceleration server continues to function normally but certain
optimization functions such as FlashForward may not work. To work around the issue, modify the
traffic policy to avoid using FlashForward (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration Configuration Guide).
456046
Error Message %ACE-4-456046: Unable to merge 304 headers, reason: reason, url,
filename
Explanation The 304 header merger for the specified file has failed.
The reason string variable specifies the context and describes the reason and the significance of the error event.
The url variable specifies the URL that matches the header.
Recommended Action None required.
456047
Error Message %ACE-3-456047: Unable to calculate moving average because reason, url
is url
Explanation Performance assurance with load-based object expiration will not be done since the
moving average cannot be calculated for the specified URL.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Review the error event message and take the appropriate action based on the
identified reason of the event. To work around the issue, modify the traffic policy to avoid using
HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance Application
Acceleration Configuration Guide).
456048
Error Message %ACE-7-456048: debug_message
Explanation This message indicates that a debug message was sent from the condenser caching
submodule.
Recommended Action None required.
456049
Error Message %ACE-3-456049: Unexpected http null response for url url.
Explanation An invalid HTTP response was received from the specified URL.
Recommended Action If this message persists, verify that the real server is configured properly. For
example, when the real server is configured incorrectly, it could send an empty response body. If this
error persists, turn off optimization for this particular URL in the traffic policy (see the Cisco 4700
Series Application Control Engine Appliance Application Acceleration Configuration Guide).
456050
Error Message %ACE-3-456050: Unable to get the whole http response for url url.
Explanation The ACC module in the ACE is unable to read the whole HTTP response from the
specified URL.
Recommended Action If this message persists, verify that the real server is configured properly. For
example, when the real server is configured incorrectly, it could send an empty response body. If this
error persists, turn off optimization for this particular URL in the traffic policy (see the Cisco 4700
Series Application Control Engine Appliance Application Acceleration Configuration Guide).
456051
Error Message %ACE-3-456051: Null host header for url url.
Explanation An HTTP host header was not found for the specified URL.
Recommended Action If this message persists, verify that the client is configured properly. For
example, when a client is a nonstandard browser or some test utility is not configured properly, the
client could miss the host header for HTTP 1.1 protocol. If this error persists, turn off optimization
for this particular URL in the traffic policy (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration Configuration Guide).
456052
Error Message %ACE-3-456052: No request header found for url url.
Explanation An invalid HTTP request was found for the specified URL or the ACC module in the
ACE was unable to find the request header.
Recommended Action Verify that the client is configured properly. For example, when a client is a
non-standard browser or some test utility is not configured properly, the client could miss miss
request headers. If this error persists, turn off optimization for this particular URL in the traffic policy
(see the Cisco 4700 Series Application Control Engine Appliance Application Acceleration
Configuration Guide).
456053
Error Message %ACE-3-456053: Invalid POST content length for url url.
Explanation The specified URL is using an invalid content length for the type of POST method used.
Recommended Action If this message persists, verify that the client is configured properly. For
example, when the client is configured incorrectly, it could send an empty response body. If this error
persists, turn off optimization for this particular URL in the traffic policy (see the Cisco 4700 Series
Application Control Engine Appliance Application Acceleration Configuration Guide).
456054
Error Message %ACE-3-456054: Sending of request failed for url url
Explanation The ACC module in the ACE has failed to send an HTTP proxy request for the specified
URL.
Recommended Action This error can typically occur when the ACE is unable to connect to the real
server as specified in the host portion of the URL. This issue could be due to a configuration error.
If the real server is reachable and this error still persists, capture and copy packets using the capture
command in Exec mode (see the Cisco Application Control Engine Module Administration Guide)
and contact Cisco TAC for assistance in resolving this issue. To work around the issue, modify the
traffic policy to avoid using HTTP optimization (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration Configuration Guide).
456055
Error Message %ACE-3-456055: Response header read from cache is null for url url,
file name filename.
Explanation An invalid cached response header exists for the specified URL and file.
Recommended Action Copy the system message log file from disk0: and contact Cisco TAC for
assistance in resolving this issue. For file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456056
Error Message %ACE-3-456056: Unable to create path path, error reason.
Explanation The ACC module in the ACE is unable to create the specified cache path from the URL
digest.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456058
Error Message %ACE-6-456058: Invalid meta data. Version mismatch for file filename,
url url. Deleting cached file.
Explanation The delta engine has detected invalid cached metadata for the specified URL and file.
Recommended Action None required.
456060
Error Message %ACE-4-456060: Reset of base file meta data failed.
Explanation The delta engine was not able to reset the base file for the specified URL.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456061
Error Message %ACE-4-456061: Refresh of cached base file meta data failed
Explanation The metadata refresh has failed.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456062
Error Message %ACE-4-456062: warning_message
Explanation The ACC module in the ACE uses this error message for sending generic warning
messages.
Recommended Action These warning messages are informational in nature.
456067
Error Message %ACE-3-456067: Compilation of regular expression failed for regex.
Explanation A syntax violation exists in the regular expression.
Recommended Action Check the regular expression in the application acceleration configuration and
correct if necessary (see the Cisco 4700 Series Application Control Engine Appliance Application
Acceleration and Optimization Configuration Guide).
456068
Error Message %ACE-3-456068: Unable to send base page because cookie not found for
request url
Explanation The base file was not sent because an expected cookie was not found; the base file
application acceleration server cookie has been dropped. The application acceleration server inserts
JavaScript code into the page returned to a user on the first visit to a site. When executed by the client
browser, this code creates the application acceleration server cookie with a randomly generated
128-bit user ID. Client browsers that do not support JavaScript will simply ignore the script, and no
application acceleration server cookie will be created. Upon a second request from the client, the
application acceleration server looks for the application acceleration server cookie to verify client
JavaScript and cookie support. If the application acceleration server sees the application acceleration
server cookie, it assumes that the client supports JavaScript. If it does not see the application
acceleration server cookie, it assumes that the client does not support JavaScript, or cookies (or that
this may be the first request from this client), and it will not provide condensation for this user's
requests.
Recommended Action Base file requests should always be accompanied by the basefile application
acceleration server cookie. Ensure that any intervening nodes do not remove this cookie from the
base file request.
456069
Error Message %ACE-3-456069: Base file Creation time has changed. Using Alternate
File
Explanation The base file time stamp, which the delta engine uses to determine if the base file has
changed, has been changed so the alternate file is being used. This action typically happens during
rebasing and is a normal occurrence.
Recommended Action None required.
456070
Error Message %ACE-3-456070: Empty container cache hit for request url.
Explanation The content, which is supposed to be in the container cache, was not found.
Recommended Action Copy the system message log file from disk0: and contact Cisco TAC for
assistance in resolving this issue. For file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456071
Error Message %ACE-3-456071: Delta engine can not handle unknown response mode
send_mode for container cache hit url.
Explanation The delta engine does not know how to send the response to the specified URL.
The send_mode variable can be set to changes only (delta) or to full page.
Recommended Action Capture and copy packets from this request using the capture command in Exec
mode (see the Cisco Application Control Engine Module Administration Guide) and contact Cisco
TAC for assistance in resolving this issue. To work around the issue, modify the traffic policy to avoid
using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456073
Error Message %ACE-3-456073: Can not save delta in cache, container_cache pointer is
NULL for url url.
Explanation The delta engine was unable to save the delta difference in the cache for the specified
URL. This issue could be due to a memory or file system error.
Recommended Action To clear memory and resolve this issue, reboot the ACE directly from its CLI
and reload the configuration by using the reload command in Exec mode. If the error persists, to
work around the issue modify the traffic policy to avoid using HTTP optimization (see the Cisco 4700
Series Application Control Engine Appliance Application Acceleration Configuration Guide).
456076
Error Message %ACE-6-456076: Unknown user agent/browser name accessing url url.
Explanation The ACC module in the ACE does not recognize the user agent (or browser type) that is
attempting to access the specified URL.
Recommended Action None required.
456077
Error Message %ACE-4-456077: Locking/unlocking error. reason
Explanation An error that was caused by a lock/unlock failure has occurred.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456078
Error Message %ACE-1-456078: Critical shared memory setup failure. reason
Explanation A critical shared memory failure has occurred. Typically, these failure types cause the
ACC module in the ACE to stop operating.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456079
Error Message %ACE-3-456079: Shared memory error. reason
Explanation This message indicates that an error from the classes operating on shared memory has
occurred.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456080
Error Message %ACE-1-456080: Critical Semaphore related errors. reason
Explanation A critical semaphore error condition exists.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456081
Error Message %ACE-6-456081: message
Explanation This message is a generic informational message.
Recommended Action None required.
456083
Error Message %ACE-3-456083: Unable to get performance monitoring page pg_num_type
for url url reason.
Explanation The ACC module in the ACE has failed to get the monitoring data from the specified
URL.
The pg_num_type variable represents the page number or page type associated with the error.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action To work around the issue, modify the traffic policy to avoid using the AppScope
performance monitoring feature for this URL (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration Configuration Guide).
456085
Error Message %ACE-1-456085: Message.
Explanation This message is a generic alert-level message. The ACC module in the ACE is unable
was unable to allocate shared memory for its operation.
Recommended Action To clear memory and resolve this issue, reboot the ACE directly from its CLI
and reload the configuration by using the reload command in Exec mode. If this problem persists,
contact Cisco TAC.
456086
Error Message %ACE-1-456086: Error initializing the ACE. reason
Explanation The ACE initialization has failed.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Check the current system resource usage for each context by entering the show
resource usage command (see the Cisco Application Control Engine Module Virtualization
Configuration Guide). If the resource usage percentage is high, the ACE is overloaded and can
currently not handle the incoming HTTP requests for optimization. To work around the issue, turn
off HTTP optimization in the active traffic policy (see the Cisco 4700 Series Application Control
Engine Appliance Application Acceleration and Optimization Configuration Guide).
456087
Error Message %ACE-3-456087: Connect method declined. Visible https proxy is not
supported.
Explanation The requested HTTP connect method has been declined. Typically, the HTTP connect
method is used to connect to HTTPS servers, but it can also be exploited to relay traffic to other
servers.
Recommended Action Check and correct the configuration in the associated traffic policy (see the
Cisco 4700 Series Application Control Engine Appliance Application Acceleration Configuration
Guide). If this message persists, copy the system message log file from disk0: and contact Cisco TAC
for assistance in resolving this issue. For file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration and Optimization Configuration Guide).
456088
Error Message %ACE-3-456088: Error parsing HTTP header header_string for reason
reason.
Explanation The ACC module in the ACE has failed to parse the fast redirect HTTP header. The fast
direct HTTP header is an internal header that is used by the ACC module.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action If this error persists, to work around the issue modify the traffic policy to avoid
using fast-redirect HTTP optimization (see the Cisco 4700 Series Application Control Engine
Appliance Application Acceleration Configuration Guide).
456090
Error Message %ACE-2-456090: Critical error parsing ACC module configuration
config_directive reason.
Explanation An error occurred while parsing the ACC module configuration in the ACE.
The config_directive variable represents a set of configuration parameters passed down to the main application acceleration process.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action Copy the running-configuration file and contact Cisco TAC for assistance in
resolving this issue. For configuration file copying information, see the Cisco Application Control
Engine Module Administration Guide. To work around the issue, modify the traffic policy to avoid
using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456091
Error Message %ACE-4-456091: httpheader_warning
Explanation This message is a warning that is related to the HTTP header. The real server has returned
a response to the ACC module in the ACE containing HTTP headers that cannot be parsed by the
ACE. HTTP optimizations will be automatically turned off for this URL.
Recommended Action If this message persists, to work around the issue modify the traffic policy to
avoid using HTTP optimization (see the Cisco 4700 Series Application Control Engine Appliance
Application Acceleration Configuration Guide).
456092
Error Message %ACE-3-456092: Buffer write error. reason
Explanation The write I/O operation has failed. Typically, this message indicates an error in writing
to memory or disk.
The reason string variable specifies the context and describes the reason and the significance of the error event.
Recommended Action To clear the I/O operation and resolve this issue, reboot the ACE directly from
its CLI and reload the configuration by using the reload command in Exec mode. If the error persists,
to work around the issue modify the traffic policy to avoid using HTTP optimization (see the Cisco
4700 Series Application Control Engine Appliance Application Acceleration Configuration Guide).
456093
Error Message %ACE-6-456093: appscope_message
Explanation This message is associated with the AppScope log record (for the optional AVS 3180A
Management Station) for performance statistics.
Recommended Action None required.
456094
Error Message %ACE-3-456094: coreserver_message
Explanation This message is associated with an Apache core server error.
Recommended Action None required.
456095
Error Message %ACE-7-456095: debug_message
Explanation This message indicates that a debug message was sent from the Apache core server.
Recommended Action None required.
This section contains messages from 504001 to 504002.
504001
Error Message %ACE-5-504001: Security context context-name was added to the system
Explanation A security context was successfully added to the system.
Recommended Action None required.
504002
Error Message %ACE-5-504002: Security context context-name was removed from the
system
Explanation A security context was successfully removed from the system.
Recommended Action None required.
This section contains messages from 607001 to 615004.
607001
Error Message %ACE-6-607001: Pre-allocate SIP media secondary channel for
source_interface:source_address/source_port to
destination_interface:destination_address/destination_port from message_id
message
Explanation This message is generated when a connection is prealloacted to allow media streams
negotiated on a Session Initiation Protocol (SIP) session.
Recommended Action None required.
607003
Error Message %ACE-6-607003: SIP Classification: Action_type and log SIP message_id
from source_interface:source_address/source_port to
destination_interface:destination_address/destination_port
Explanation This message is generated when the ACE permits or drops a SIP packet or resets the SIP
control connection (if it is over TCP), and a log action is configured.
Recommended Action None required.
608001
Error Message %ACE-6-608001: Pre-allocate Skinny connection_type secondary channel
for source_interface:source_address/source_port to
destination_interface:destination_address/destination_port from message_id
message
Explanation This message is generated when a connection is preallocated to allow media streams
negotiated on a Skinny Client Control Protocol (SCCP) session.
Recommended Action None required.
608002
Error Message %ACE-4-608002: Dropping Skinny message for
source_interface:source_address/source_port to
destination_interface:destination_address/destination_port, SCCPPrefix length
prefex_length too small
Explanation This message appears when using SCCP inspection on SCCP traffic. It is displayed if a
SCCP message is too small to carry the SCCP payload.
Recommended Action None required.
608003
Error Message %ACE-4-608003: Dropping Skinny message for
source_interface:source_address/source_port to
destination_interface:destination_address/destination_port, SCCPPrefix length
prefex_length too large
Explanation This message appears when using SCCP inspection on SCCP traffic. It is displayed if a
SCCP message is larger than the maximum configured size.
Recommended Action None required.
608004
Error Message %ACE-4-608004: Dropping Skinny message for
source_interface:source_address/source_port to
destination_interface:destination_address/destination_port, message id
message_id not allowed
Explanation This message is generated when using inspection on SCCP traffic. It is displayed if a
Skinny command is denied by the SCCP inspection policy.
Recommended Action None required.
608005
Error Message %ACE-4-608005: Dropping Skinny message for
source_interface:source_address/source_port to
destination_interface:destination_address/destination_port, message id
message_id registration not complete
Explanation This message is generated when using inspection on SCCP traffic. It is displayed if a
Skinny command that is not allowed before registration is seen before the IP phone has successfully
registered with the Cisco Call Manager (CCM).
Recommended Action None required.
615003
Error Message %ACE-6-615003: VLAN VLAN-number not available for configuring an
interface
Explanation The specified VLAN number is no longer assigned to the ACE. If an interface is
configured with that VLAN number on the module, it will be kept in a shutdown state. If an interface
is already configured with that VLAN and is up, it will change the state to shutdown.
Recommended Action If the VLAN specified in the log message is not required for the ACE, delete all
interfaces that use this VLAN from the module configuration.
615004
Error Message %ACE-6-615004: VLAN VLAN-number available for configuring an interface
Explanation The specified VLAN number is now assigned to the ACE. The module can use the VLAN
to configure an interface and to receive traffic.
Recommended Action To use the new VLAN, configure interfaces on the ACE using the new VLAN.
This section contains messages from 727001 to 729003.
727001
Error Message %ACE-1-727001: hostname: HA: Peer IP address is not reachable. Error:
error str.
Explanation An active or standby device cannot reach its redundant peer. This message is displayed
on both devices and causes a switchover on the standby device. After the switchover occurs, both
devices are no longer redundant. The error str value can be one of the following:
•
Heartbeat stopped. Ping on alternate interface failed.
•
Heartbeat stopped. No alternate interface configured.
Recommended Action Verify connectivity between the peers. If a peer device is physically up but
connectivity is the problem, you may end up with two active devices. If connectivity is lost due to
the peer going down, reboot the peer to restore redundancy between the two devices.
727002
Error Message %ACE-1-727002: hostname: HA: FT interface interface name to reach peer
IP address is down. Error: error str
Explanation A peer device is not reachable on an FT interface. In this situation the standby device
does not switchover to active, which prevents two actives in the network. The error str value can be
one of the following:
•
Heartbeats stopped. Peer is reachable via alternate interface.
•
Heartbeats are up but cannot use the Telnet connection to the peer device.
Recommended Action Verify connectivity between the two devices over the FT interface. Ping or use
Telnet to the peer IP address to confirm connectivity.
727003
Error Message %ACE-1-727003: hostname: HA: Mismatch in context names detected for FT
group FTgroupID. Cannot be redundant.
Explanation Redundancy is enabled for a particular context, but both devices are unable to become
active or standby because of a mismatch in context names.
Recommended Action Check the FT group configuration on both devices. Make sure that both devices
are associated with the same context.
727004
Error Message %ACE-1-727004: hostname: HA: Two actives have been detected for FT
group FTgroupID.
Explanation Both devices were detected to be active for the same FT group. At this point, one of the
two devices automatically relinquishes control and switches over to standby.
Recommended Action None required.
727005
Error Message %ACE-1-727005: hostname: HA: Config replication failed for context ctx
name. Error : error str
Explanation A configuration could not be synchronized to the peer device due to the error condition
returned by the error str value. The error str value can be one of the following:
•
Error on Standby device when applying Configuration file replicated from Active.
•
Failed to transfer Configuration file to standby. TFTP Failed.
•
Failed to generate Running Configuration for peer device. "show running peer" failed.
•
Failed to convert Configuration to peer version. Flip of peer addresses failed.
•
Failed to retrieve Context Information.
•
Failed to rollback Running Configuration on Standby device.
•
Failed to sync Running Configuration to Standby device.
•
Failed to sync Startup Configuration to Standby device.
•
Failed to send MTS message to peer to communicate config status.
Recommended Action Check the running and startup configurations on both devices. To recover,
disable configuration synchronization, and then manually apply the configuration on each device.
727006
Error Message %ACE-1-727006: hostname: HA: Peer is incompatible due to error str.
Cannot be Redundant.
Explanation A peer device failed to become compatible. This can be a result of Software Relationship
Graph (SRG) version inconsistency or a mismatch in licenses between the devices. The error string
indicates the reason for the failure.
The error str value can be one of the following:
•
License Compatibility Mismatch.
•
SRG Compatibility Mismatch.
Recommended Action Verify version and license compatibility on both the devices.
727007
Error Message %ACE-1-727007: hostname: HA: Module Initialization failure - Error
Error str.
Explanation An initialization error occurred for one of the redundant modules. The Error str variable
indicates the reason for the failure.
The Error str vraiable can be one of the following:
•
MTS Init Failure
•
TNRPC Failure
•
Select Call Failure
•
Timer Creation Failure
Recommended Action Contact Cisco TAC.
727008
Error Message %ACE-1-727008: hostname: HA: Failed to send heartbeats to peer.
Internal error: Error str
Explanation The device is unable to send heartbeats to its peer due to an internal error. The error string
indicates the reason for the failure.
The Error str variable can be one of the following:
•
Failed to setup UDP Connection to Peer for Heartbeats.
•
Failed to create Encap for Peer.
•
Failed to communicate to IXP.
Recommended Action Contact Cisco TAC.
727009
Error Message %ACE-2-727009: hostname: HA: Communication failure for Peer Peer id
Event: error str
Explanation The device is unable to establish a TCP connection to the peer. The error str variable is
"Failed to establish TCP connection to Peer device."
Recommended Action Contact Cisco TAC.
727010
Error Message %ACE-2-727010: hostname: HA: Data replication failed for context ctx
name. Error code error str
Explanation Data replication fails and data could not be successfully synchronized to the peer device.
The next periodic synchronization will correct the failure and update the lost records. The Error str
variable indicates the reason for the failure.
The error str variable can be one of the following:
•
Failed to bulk sync Connection Records.
•
Failed to bulk sync Load Balancer Records.
Recommended Action None required.
727011
Error Message %ACE-2-727011: HA: Configuration replication for context ctx name will
not happen. Error: Error str
Explanation The configuration synchronization does not occur for a context. The error string
indicates the reason for the failure.
The Error str value can be:
•
Failed to open Startup Configuration File. It does not exist.
•
HA election timed out.
•
Configuration sync to peer not initiated because Peer doesn't exist.
•
HA has not been configured for context.
Recommended Action None required.
727012
Error Message %ACE-2-727012: hostname: HA: FT Group group ID changed state to
NewState. Reason: reason str.
Explanation This message displays the state transitions made by an HA state (redundancy) device for
a context.
Table 1-2 lists the values for the NewState variable.
Table 1-2 NewState Values and Descriptions
NewState Value
|
Description
|
FSM_FT_STATE_INIT
|
The initial state. Visible only when the configuration for the FT group exists but it is not in service.
|
FSM_FT_STATE_ELECT
|
After you enter the inservice command when you are configuring an FT group, the ACE enters the ELECT state. The redundancy state machine negotiates with its peer context in the FT group to determine the redundancy role (active or standby)
|
FSM_FT_STATE_ACTIVE
|
The active member of the FT group.
|
FSM_FT_STATE_STANDBY_COLD
|
This state can be entered if:
• FT VLAN is down but the peer device is still alive.
• Configuration or application state synchronization failure have occurred.
|
FSM_FT_STATE_STANDBY_CONFIG
|
The standby context is waiting to receive configuration information. Upon entering this state, the active context will be notified to send a copy of the running configuration.
|
FSM_FT_STATE_STANDBY_BULK
|
The standby context is waiting to receive state information. Upon entering this state, the active context will be notified to send a copy of the current states information for all applications.
|
FSM_FT_STATE_STANDBY_HOT
|
The standby context is ready to become active in a failover situation.
|
.
Values returned for the reason str variable can be one of the following:
•
FSM_FT_EV_PEER_DOWN
•
FSM_FT_EV_PEER_FT_VLAN_DOWN
•
FSM_FT_EV_PEER_SOFT_RESET
•
FSM_FT_EV_STATE
•
FSM_FT_EV_TIMEOUT
•
FSM_FT_EV_CFG_SYNC_STATUS
•
FSM_FT_EV_BULK_SYNC_STATUS
•
FSM_FT_EV_COUP
•
FSM_FT_EV_RELINQUISH
•
FSM_FT_EV_TRACK_STATUS
•
FSM_FT_EV_UPDATE
•
FSM_FT_EV_ENABLE_INSERVICE
•
FSM_FT_EV_DISABLE_INSERVICE
•
FSM_FT_EV_SWITCHOVER
•
FSM_FT_EV_PEER_COMPATIBLE
•
FSM_FT_EV_MAINT_MODE_OFF
•
FSM_FT_EV_MAINT_MODE_PARTIAL
•
FSM_FT_EV_MAINT_MODE_FULL
Recommended Action None required.
727013
Error Message %ACE-2-727013: hostname: HA: Peer Peer # is UP and reachable.
Explanation The peer is now reachable. Heartbeats are flowing successfully between the two peers.
Recommended Action None required.
727014
Error Message %ACE-2-727014: hostname: HA: Heartbeats from Peer Peer id have become
unidirectional.
Explanation Redundancy heartbeats from a peer have become unidirectional. That is, the peer cannot
receive (only send) heartbeats. This problem occurs if one of the network processors has a problem.
Recommended Action Collect network processor drop counters, and then contact Cisco TAC.
727015
Error Message %ACE-2-727015: hostname: HA: Detected mismatch in heartbeat interval
from Peer peer id. Modified interval to interval.
Explanation The redundancy heartbeat received from one peer differs from the value of the second
peer. This condition can occur when you choose to dynamically change the heartbeat interval. The
modified heartbeat interval that is displayed shows the adjusted interval. This value is the greater of
the two values.
Recommended Action None required.
727016
Error Message %ACE-2-727016: hostname: HA: Replication for context ctx name has
started. Status - status.
The replication is being carried out to a peer. The status variable indicates the synchronization status.
Values for the status variable can be one of the following:
•
Running Configuration sync has started to peer.
•
Startup Configuration sync has started to peer.
•
Startup Configuration sync has completed to peer.
•
Running Configuration sync has completed to peer.
•
Data Replication has completed to peer.
•
Startup configuration has been applied successfully for context.
Recommended Action None required.
727017
Error Message %ACE-2-727017: hostname: HA: FT Track track type track name is UP.
Explanation The FT track is up.
The track type variable can be one of the following:
•
Interface
•
HSRP
•
Host
Recommended Action None required.
727018
Error Message %ACE-2-727018: hostname: HA: FT Track track type track name is DOWN.
Explanation The FT track is down.
The track type variable can be one of the following:
•
Interface
•
HSRP
•
Host
Recommended Action None required.
727019
Error Message %ACE-5-727019: hostname: HA: Started alternate ping to IP address ip
addr
Explanation ICMP pings have started on the alternate interface to check the health of the peer. This
process starts when heartbeats from the peer are no longer received. The standby device issues an
alternate ping to the peer to determine whether the peer is still alive. If it is alive, it does not
switchover, which prevents two active states on the network.
Recommended Action None required.
727020
Error Message %ACE-5-727020: hostname: HA: Stopped alternate ping to IP address ip
addr.
Explanation ICMP pings have stopped on the alternate interface. This occurs when heartbeats from
the peer are received and the peer is up and reachable.
Recommended Action None required.
727021
Error Message %ACE-5-727021: hostname: HA: Peer is compatible.
Explanation The two devices are in a compatible state and can be configured for redundancy.
Recommended Action None required.
727022
Error Message %ACE-5-727022: hostname: HA: Started sending heartbeats to peer Peer
id interval value and count cnt
Explanation The redundancy connections to the peer have been successfully established and
heartbeats have been started to the peer with the configured interval and count.
The interval variable specifies interval in milliseconds. The count variable specifies the number of missed heartbeat intervals before the peer is declared down.
Recommended Action None required.
727023
Error Message %ACE-5-727023: hostname: HA: Stopped sending heartbeats to peer Peer
id.
Explanation Redundancy heartbeats to the peer have been stopped. This can occur if you reconfigure
redundancy or make changes to basic connection parameters such as the peer IP address.
Recommended Action None required.
728001
Error Message %ACE-1-728001: Initialization failure (general) type variable1
Explanation Initialization of the ACE load-balancing process is aborted due to a failure of a general
nature (for example, lack of memory, failure to spawn threads, failure to establish a communication
channel, and so on).
variable1 specifies the exact failure location in the code base.
Recommended Action Document the syslog message, and then reboot the ACE (see the Cisco
Application Control Engine Module Administration Guide for details). Contact Cisco TAC with the
documented message text.
728002
Error Message %ACE-1-728002: Initialization failure (sticky) type variable1
Explanation Initialization of the ACE load-balancing process is aborted because of a failure in the
sticky subsystem (for example, memory alignment failure, failure to spawn threads, failure to a
establish communication channel.)
variable1 specifies the exact failure location in the code base.
Recommended Action Document the syslog message, and then reboot the ACE (see the Cisco
Application Control Engine Module Administration Guide for details). Contact Cisco TAC with the
documented message text.
728003
Error Message %ACE-1-728003: Initialization failure (sticky hash) variable1 entries,
variable2 min, variable3 max type variable4
Explanation Initialization of the ACE load-balancing process is aborted because of a failure when
allocating entries for the sticky database (for example, the database is not allocated.)
The variables displayed in this message represent the following:
•
variable1—Specifies the requested number of sticky entries.
•
variable2—Specifies the minimum number of sticky entries required for successful operation of the hash algorithm.
•
variable3—Specifies the maximum number of entries that can be allocated.
•
variable4—Specifies the exact failure location in the code base.
Recommended Action Document the syslog message, and then reboot the ACE (see the Cisco
Application Control Engine Module Administration Guide for details). Contact Cisco TAC with the
documented message text.
728004
Error Message %ACE-5-728004: Internal communications notice (general) type variable1
Explanation The ACE load-balancing process detects a spurious or unintelligible internal message
that cannot be dispatched. Under high load, message loss may occur.
variable1 specifies the exact failure location in the code base.
Recommended Action If this message occurs frequently, or in conjunction with problems in load
balancing under normal system load, contact Cisco TAC.
728005
Error Message %ACE-3-728005: Failed to transmit variable1 decision for connection
from client variable2 type variable3
Explanation A load-balancing decision was lost internally. No server connection can be initiated, and
the identified client connection is reset. At this point, the client can attempt reconnection.
variable1 specifies the connection type. Possible values are as follows:
•
destination (determined by load balancer)
•
drop (connection discarded)
•
forwarded (not load balanced)
variable2 specifies the address of client from whom the connection originated.
variable3 specifies the unique identifier for the line of code where the error was logged.
Recommended Action If this message occurs frequently, document the syslog message, and then
contact Cisco TAC.
728006
Error Message %ACE-5-728006: Internal communications error (messaging) msg subType
variable1 -- type variable2
During load balancing, the ACE received an internal message that cannot be identified. This message is discarded without processing.
The variables displayed in this message represent the following:
•
variable1—Specifies the message type (decimal) that could not be processed.
•
variable2—Specifies the unique identifier for the line of code where the error was logged.
Recommended Action If this message occurs frequently, document the syslog message, and then
contact Cisco TAC.
728007
Error Message %ACE-3-728007: Internal configuration communications error (sticky)
type variable1
Explanation During load balancing, the ACE received a configuration request for sticky database
resources that cannot be honored. The resources may exceed the permitted amounts or the resources
cannot be located.
variable1 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Verify that the requested resources are available within the chosen context. If
the requested resources are available and are allowed by the configuration, an internal error exists.
Contact Cisco TAC.
728008
Error Message %ACE-3-728008: Internal communications error (sticky) /source
processor variable1 destination processor variable2 -- type variable3
Explanation During load balancing, the ACE detected an error in communication between the two
network processors. As a result, sticky load balancing may not occur for some client connections.
The variables displayed in this message represent the following:
•
variable1—Specifies the received decimal identifier of source processor.
•
variable2—Specifies the received decimal identifier of destination processor.
•
variable3—Specifies the unique identifier for the line of code where the error was logged.
Recommended Action Contact Cisco TAC.
728009
Error Message %ACE-3-728009: Context ID variable1 requested variable2 of variable3
sticky entries. No action taken. -- type variable4
Explanation This message is reported from the Admin context. A configuration request from the
context identified by variable1 cannot be responded to because it exceeds the permitted resources
for the sticky entries.
The variables displayed in this message represent the following:
•
variable1—Specifies the context requesting the sticky entry action.
•
variable2—Specifies the requested action.
•
variable3—Specifies the number of sticky entries requested.
•
variable4—Specifies the unique identifier for the line of code where the error was logged.
Recommended Action Contact Cisco TAC.
728011
Error Message %ACE-4-728011: Context ID variable1 being variable2 should not have
variable3 associated sticky groups -- type variable4
Explanation This message is reported from the Admin context and appears when adding or removing
a context that has associated sticky groups. When this condition exists and the error message is
logged, the addition or removal of the context still occurs.
•
variable1—specifies the context identifier to be added or removed.
•
variable2—specifies the requested action. Possible values are added or removed.
•
variable3—specifies the number of associated sticky groups detected.
•
variable4—specifies the unique identifier for the line of code where the error was logged.
Recommended Action Before adding or removing a context, make sure there are no sticky groups
associated with that context.
728012
Error Message %ACE-5-728012: Context ID variable1 failed to receive return data --
type variable2
Explanation Data collected in response to a show command at the CLI was not successfully returned
from the network processor to the CLI.
The variables displayed in this message represent the following:
•
variable1—Specifies the context identifier for the context that made the request.
•
variable2—Specifies the unique identifier for the line of code where the error was logged.
Recommended Action Reenter the show command. If the problem persists, contact Cisco TAC.
728013
Error Message %ACE-4-728013: A cache alignment error variable1 was detected during
initialization -- type variable2
Explanation A cache alignment error was detected during the load-balancing initialization. This may
impact performance, but load balancing will still be correctly performed.
The variables displayed in this message represent the following:
•
variable1 specifies the cache alignment return code.
•
variable2 specifies the unique identifier for the line of code where the error was logged.
Recommended Action If you see this error message frequently, contact Cisco TAC.
728014
Error Message %ACE-3-728014: Internal cross-processor communications error (sticky)
type variable1
Explanation During load-balancing, the ACE could not parse a message from the second network
processor on the ACE. This can result in the loss of sticky information between the two processors,
resulting in a sticky server-connection loss for some clients.
variable1 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Contact Cisco TAC.
728015
Error Message %ACE-3-728015: Internal channel communications error (sticky) type
variable1
Explanation During load-balancing operations, the ACE was unable to open or use an internal
communications channel to process a load-balancing configuration or a display directive. The
specific directive on which the failure occurred is not be completed (although it may be retried).
variable1 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Contact Cisco TAC.
728016
Error Message %ACE-4-728016: HA data receive failure (type variable1)
Explanation This message is logged when an redundancy message received from the redundant peer
cannot be understood and is subsequently discarded.
variable1 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Use the show ft stats group_id command to display load-balancing statistics for
the FT group:
•
If the type variable returned a value of 90 (decimal), then monitor the "Number of Sticky Entries Dropped" value. Contact Cisco TAC if the values continue to increase over time.
•
If the type variable returned a value of 99 (decimal), then monitor the "Number of Receive Failures" value. Contact Cisco TAC if the values continue to increase over time.
728017
Error Message %ACE-3-728017: Internal communications error (ha) -- type variable1
Explanation This message is reported from the current context. An attempt to send a redundancy
message to the redundant peer was unsuccessful because the message could not be sent.
variable1 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Use the show ft stats group_id command to display load-balancing statistics for
the FT group. Monitor the "Number of Send Failures" value. Contact Cisco TAC if the problem
persists.
728018
Error Message %ACE-5-728018: Proxy connection variable1 rebalanced to server
variable2
Explanation The ACE has determined that the server side of a connection should be rebalanced to
another server. This is an informational message issued in the context in which the rebalance occurs.
The variables displayed in this message represent the following:
•
variable1 specifies the identifier of the proxy connection.
•
variable2 specifies the index of the realServer to which the connection was rebalanced.
Recommended Action None required.
728019
Error Message %ACE-4-728019: Sticky resources were not variable1 for this context --
type variable2
Explanation A sticky request (lookup, configure, or delete a sticky entry) was not honored because
the sticky group could not locate any configured sticky entries. This is not the result of exceeding the
configuration limits, but indicates an unexpected sticky group lookup result.
variable1 specifies the requested sticky action. Possible values are as follows:
•
detected
•
inserted
•
removed
variable2 specifies the unique identifier for the line of code where the error was logged.
Recommended Action Contact Cisco TAC.
728020
Error Message %ACE-6-728020: LB is configured to consume variable1 bytes of memory.
Explanation The message indicates the amount of physical memory that is mapped by the ACE during
load-balancing initialization and indicates that the mapping was successful.
variable1 specifies the bytes of mapped physical memory.
Recommended Action None required.
728021
Error Message %ACE-6-728021: Found inconsistent sticky entry. Terminating
variable1.
Explanation Various commands processed by the ACE during load balancing require searching the
sticky database to find all relevant sticky entries. An unexpected finding of no further sticky entries
generates this message. The indicated action is terminated, but further requests of the same type (or
of other types) are completed.
variable1 specifies the terminated action. Possible values are as follows:
•
show screen (user request)
•
resetting timestamps (aging sticky entries)
•
HA share (updating database with entries learned via HA)
Recommended Action None required. This message is useful in troubleshooting sticky issues.
728022
Error Message %ACE-6-728022: Invalid hash table index (variable1) used for variable2
Explanation The specified action was aborted because of an invalid hash index.
variable1 specifies the value of the invalid hash table index.
variable2 specifies the index table use. Possible values are as follows:
•
LookupRealServerId
•
InsertNewEntry
Recommended Action None required.
728023
Error Message %ACE-6-728023: variable1 variable2 sticky entries from ContextId
variable3.
Explanation Sticky entries have been added or removed from a context as a result of a resource limit
change.
variable1 specifies the action. Possible values are as follows:
•
Added
•
Removed
variable2 specifies the number of sticky entries moved.
variable3 specifies the context ID from which the entries were added or removed.
Recommended Action None required.
728024
Error Message %ACE-4-728024: Received an unknown variable1 type message (variable2)
for Sticky from remote IXP variable3!
Explanation A request or reply from the second network processor indicates an unknown operation
type. The request or reply is not responded to and is discarded.
variable1 specifies the message class. Possible values are as follows:
•
request
•
reply
variable2 specifies the numerical value of the operation type that could not be identified.
variable3 specifies the identifier of the IXP (network processor) that sent the message.
Recommended Action None required. This message is useful when troubleshooting sticky database
synchronization problems with the network processors.
728025
Error Message %ACE-6-728025: Dropped variable1 'variable2' messages (variable3
total) from IXP variable4 to IXP variable5!
Explanation Sticky messages between network processors (sticky insert, sticky lookup, or sticky
connection close) were lost.
variable1 specifies the number of lost messages.
variable2 specifies the message type. Possible values are as follows:
•
request
•
response
variable3 specifies the total number of messages discarded (includes both lost messages and messages which were discarded because they could not be sent).
variable4 specifies the source network processor identifier.
variable5 specifies the destination network processor identifier.
Recommended Action None required. This information may be useful when troubleshooting problems
with sticky functionality.
728026
Error Message %ACE-6-728026: Attempting to use invalid lookup key for variable1
processing.
Explanation The message indicates that a connection close notification was not sent to the remote
network processor because of an invalid key. Variable1 specifies the type of processing (connection
close).
Recommended Action None required. This information may be useful in troubleshooting problems
with sticky functionality.
728027
Error Message %ACE-4-728027: Received unhandled message of type variable1 from CP
SrcSAP variable2.
Explanation An unrecognized message was received from the control processor (CP) during
load-balancing operations. The message is discarded.
The variables displayed in this message represent the following:
•
variable1—Specifies the raw (decimal) unrecognized message type that is received.
•
variable2—Specifies the (decimal) source SAP on the CP from which this message was sent.
Recommended Action None required. This message is useful when troubleshooting commands or
configuration directives from the control processor that are ignored by the ACE.
728028
Error Message %ACE-5-728028: Sticky mapping failed: variable1 variable2
Explanation Information received from an redundant peer cannot be mapped locally. The associated
sticky entry information is discarded.
variable1 specifies the reason for the mapping failure. Possible values are as follows:
•
Invalid sticky group id
•
Invalid real server id
•
Sticky group not active
variable2 specifies the (decimal) identifier of the invalid entity. If the entry is an "invalid real server id," the value of the real server ID is displayed. Otherwise, the invalid or inactive sticky group ID is displayed.
Recommended Action Use the show ft stats group_id command to display load-balancing statistics for
the FT group. Monitor the "Number of Sticky Entries Dropped" value. Contact Cisco TAC if the
values continue to increase over time.
728029
Error Message %ACE-6-728029: HA state for FtGroup variable1 changed from variable2
to variable3 State variable4.
Explanation This message tracks state changes received from the redundant peer. Events that are not
relevant to load balancing are ignored.
variable1 specifies the (decimal) fault tolerant group ID.
variable2 and variable3 specify the previous and current state change event. Possible values are as follows:
•
Active
•
StartCfgSync
•
StartBulkSync
•
StartPeriodicSync
•
StopSync
•
StdbyCfg
•
StdbyBulk
•
StdbyHot
•
StdbyCold
•
StdbyWarm
•
BulkSyncDone
•
NonRedundant
•
None
•
"???" (specifies an unidentified event)
variable4 specifies the state change action. Possible values are as follows:
•
handled
•
ignored
Recommended Action None required. This message is useful when tracking redundancy state changes
to troubleshoot redundant peer synchronization problems.
728030
Error Message %ACE-6-728030: Silently discarding HA data: variable1
Explanation Redundancy data must be discarded during load-balancing operations because the ACE
could not process the data. The discarding of the data could affect seamless failover.
variable1 specifies the reason for discarding data from the redundant peer. Possible values are as follows:
•
Received unknown message type
•
Received data packet in wrong HA state
Recommended Action None required. This message is useful when troubleshooting redundant peer
problems.
728031
Error Message %ACE-3-728031: Memory mapping for debug logging failed.
Explanation Memory mapping fails during initialization for debug logging. Load balancing
continues, but no debug logging will occur, even if invoked from the command line.
Recommended Action Reboot the ACE to reinitialize the debug logging component (see the Cisco
Application Control Engine Module Administration Guide for details). Rebooting may correct a
transient mapping issue. If this error persists, contact Cisco TAC.
728032
Error Message %ACE-LB_General-4-728032: Real Server variable1 in Serverfarm
variable2 has reached configured threshold for HTTP retcode variable3
Explanation HTTP return codes were configured on a server farm and a specific real server has
reached the configured return code threshold.
728035
Error Message %ACE-LB_General-2-728035: Disabled Web Application Acceleration:
Maximum configured concurrent connections limit (<count>) reached, sending
connections to real servers
Explanation This message is informational. It is logged when the number of application acceleration
concurrent connections exceed the configured or default (1000) concurrent connections limit (as
specified through the optimize mode concurrent-connections limit command) and new connections
are sent to the real servers without optimization.
Recommended Action None required.
728036
Error Message %ACE-LB_General-2-728036: Enabled Web Application Acceleration: New
connections will be sent for Optimization.(concurrent connections count <count>)
Explanation This message is informational. It is logged when application acceleration connections
have gone below the configured or default (1000) concurrent connections limit (as specified through
the optimize mode concurrent-connections limit command) and optimization has been resumed for
all new connections.
Recommended Action None required.
The variables displayed in this message represent the following:
•
variable1—Specifies the name of the real server within the server farm.
•
variable2—Specifies the name of the server farm.
•
variable3—Specifies the HTTP return code value returned by the server which caused this message to be logged.
Recommended Action Review the types of client HTTP requests that cause these server return code
responses. Look for return codes that indicate possible problems, for example, missing content or
incorrect search paths.
729001
Error Message %ACE-3-729001: Regular expression config download failed due to out of
memory. No regexp rules are currently applied on class-map map_name in
service-policy policy_name. Manual roll back to a previous regexp configuration
on this service-policy is needed.
Explanation The regular expression table compilation process has run out of memory or encountered
an error, causing inability to apply new rules to the specified service policy. The regular expression
configuration downloaded in hardware for the service policy may not be in a known state due to this
failure.
Recommended Action Remove some regular expressions or allocate more regular expression
resources.
729002
Error Message %ACE-4-729002: Regex resource usage beyond maximum limit for context
context_id. Free up some resources.
Explanation This syslog message indicates that regex resources in use for the specified context
(context_id) are above the maximum limit allowed by the resource class.
Recommended Action Decrease the minimum regex usage in the specified context to below the
maximum limit.
729003
Error Message %ACE-4-729003: Minimum regex resources could not be guaranteed for
context context_id.
Explanation This syslog message indicates that the requested minimum regex resources could not be
guaranteed in the specified context (context_id).
Recommended Action Contact the global administrator to request that other context administrators
release regex resources.
750001
Error Message %ACE-4-750001: Sticky resource usage beyond maximum limit for context
ctx id
Explanation The sticky resources in use for the context have exceeded the configured limit for that
context.
Recommended Action Free up resources in the context to keep them within the configured limit. For
details about managing resources, see the Cisco Application Control Engine Module Virtualization
Configuration Guide.
750002
Error Message %ACE-4-750002: Minimum sticky resources could not be guaranteed for
context ctx id
Explanation .When configuring a sticky resource limit for a particular context, the ACE was not able
to guarantee the resource limit.
Recommended Action Free up resources in all other contexts that have exceeded their configured
limits. For details about managing resources, see the Cisco Application Control Engine Module
Virtualization Configuration Guide.