This section contains the following sections:
- Traffic Server Error Messages: describes the warning messages Traffic Server sends to the system log file.
- Traffic Server Alarm Messages: describes the alarm messages that may appear on Traffic Manager Monitor pages.
- HTML Messages Sent to Clients: describes the HTML error messages Traffic Server sends to browser clients.
- Standard HTTP Response Messages: describes the standard HTTP response codes origin servers send to browser clients.
Traffic Server Error Messages
The following table lists messages that can appear in system log files. This list is not exhaustive; it simply describes common warning messages that can occur and which might require your attention.
Traffic Server Process Fatal
Accept port is not between 1 and 65535. Please check configuration- The port specified in the
records.configfile that accepts incoming HTTP requests is not valid. Self loop is detected in parent proxy configuration- The name and port of the parent proxy match that of Traffic Server. This creates a loop when Traffic Server attempts to send the request to the parent proxy.
Traffic Server Warnings
Logfileerror:error_number- Generic logging error.
Bad cluster major version rangeversion1-version2for nodeIP addressconnect failed- Incompatible software versions causing a problem.
Connect by disallowed clientIP address, closing- The specified client is not allowed to connect to Traffic Server; the client
IP address is not listed in the
ip_allow.configfile. Could not rename logfilenametorolled filename- System error when renaming log file during roll.
Didthis_amountof backup; still to doremaining_amount- Congestion is approaching.
Different clustering minor versionsversion1, version2for nodeIP addresscontinuing- Incompatible software versions are causing a problem.
Log format symbolsymbol_namenot found- Custom log format references a field symbol that does not exist. Refer to Event Logging Formats.
Missing field for field marker- Error reading a log buffer.
Unable to open log filefilename, errno=error_number- Cannot open the log file.
Error accessing diskdisk_name- Traffic Server might have a cache read problem. You might need to replace the disk.
Too many errors accessing diskdisk_name: declaring disk bad- Traffic Server is not using the cache disk because it encountered too many errors. The disk might be corrupt and might have to be replaced.
No cache disks specified in storage.config file: cache disabled- The Traffic Server
storage.configfile does not list any cache disks; Traffic Server is running in proxy-only mode. You must add the disks you want to use for the cache to the storage.config file.
Traffic Server Alarm Messages
[Rollback::Rollback] Config file is read-only:filename- Go to the Traffic Server
configdirectory and check the indicated file permissions; change if necessary. [Rollback::Rollback] Unable to read or write config filefilename- Go to the Traffic Server
configdirectory and make sure the indicated file exists. Check permissions and modify if necessary. [Traffic Manager] Configuration File Update Failed:error_number- Go to the Traffic Server
configdirectory and check the indicated file permissions; change if necessary. [Traffic Manager] Mgmt <==>Proxy conn. closed- An informational message to inform you that the
traffic_serverprocess is down. Access logging suspended - configured space allocation exhausted.- The space allocated to the event log files is full; you must either increase the space or delete some log files so that access logging to continue. To prevent this error, consider rolling log files more frequently and enabling the autodelete feature.
Access logging suspended - no more space on the logging partition.- The entire partition containing the event logs is full; you must delete or move some log files to enable access logging to continue. To prevent this error, consider rolling log files more frequently and enabling the autodelete feature.
Created zero length place holder for config filefilename- Go to the Traffic Server
configdirectory and check the indicated file. If it is indeed zero in length, then use a backup copy of the configuration file. Traffic Server could not open logfilefilename- Check permissions for the indicated file and the logging directory.
Traffic Server failed to parse lineline_numberof the logging config filefilename- Check your custom log configuration file; there could be syntax errors. Refer to Custom Logging Fields for correct custom log format fields.
vip_config binary is not setuid root, manager will be unable to enable virtual ip addresses- The
traffic_managerprocess is not able to set virtual IP addresses. You mustsetuid rootfor thevip_configfile in the Traffic Serverbindirectory.
HTML Messages Sent to Clients
Traffic Server returns detailed error messages to browser clients when there are problems with the HTTP transactions requested by the browser. These Traffic Server response messages correspond to standard HTTP response codes, but provide more information. A list of the more frequently-encountered HTTP response codes is provided in Standard HTTP Response Messages. You can customize the Traffic Server response messages, if desired.
The following table lists the hard-coded Traffic Server HTTP messages, with corresponding HTTP response codes and customizable files.
Access Denied403- You are not allowed to access the document at location
URL. access#deniedCache Read Error500- Error reading from cache; please retry request.
cache#read_errorConnection Timed Out504- Too much time has elapsed since the server has sent data.
timeout#inactivityContent Length Required400- Could not process this request because
Content-Lengthwas not specified. request#no_content_lengthCycle Detected400- Your request is prohibited because it would cause an HTTP proxy cycle.
request#cycle_detectedForbidden403port_numberis not an allowed port for SSL connections (you have made a request for a secure SSL connection to a forbidden port number).access#ssl_forbiddenHost Header Required400- An attempt was made to transparently proxy your request, but this attempt
failed because your browser did not send an HTTP
Hostheader. Manually configure your browser to usehttp://proxy_name:proxy_portas the HTTP proxy. Alternatively, end users can upgrade to a browser that supports the HTTPHostheader field. interception#no_hostHost Header Required400- Because your browser did not send a
HostHTTP header field, the virtual host being requested could not be determined. To access the website correctly, you must upgrade to a browser that supports the HTTPHostheader field. request#no_hostHTTP Version Not Supported505- The origin server
server_nameis using an unsupported version of the HTTP protocol. response#bad_versionInvalid HTTP Request400- Could not process this
client_requestHTTP method request forURL. request#syntax_errorInvalid HTTP Response502- The host
server_namedid not return the documentURLcorrectly. response#bad_responseMalformed Server Response502- The host
server_namedid not return the documentURLcorrectly. response#bad_responseMalformed Server Response Status502- The host
server_namedid not return the documentURLcorrectly. response#bad_responseMaximum Transaction Time exceeded504- Too much time has elapased while transmitting document
URL. timeout#activityNo Response Header From Server502- The host
server_namedid not return the documentURLcorrectly. response#bad_responseNot Cached504- This document was not available in the cache, and you (the client) only accept cached copies.
cache#not_in_cacheNot Found on Accelerator404- The request for
URLon hostserver_namewas not found. Check the location and try again. urlrouting#no_mappingNULL502- The host
hostnamedid not return the documentURLcorrectly. response#bad_responseProxy Authentication Required407- Please log in with username and password.
access#proxy_auth_requiredServer Hangup502- The server
hostnameclosed the connection before the transaction was completed. connect#hangupTemporarily Moved302- The document you requested,
URL, has moved to a new location. The new location isnew_URL. redirect#moved_temporarilyTranscoding Not Available406- Unable to provide the document
URLin the format requested by your browser. transcoding#unsupportedTunnel Connection Failed502- Could not connect to the server
hostname. connect#failed_connectUnknown Error502- The host
hostnamedid not return the documentURLcorrectly. response#bad_responseUnknown Host500- Unable to locate the server named
hostname; the server does not have a DNS entry. Perhaps there is a misspelling in the server name or the server no longer exists; double-check the name and try again. connect#dns_failedUnsupported URL Scheme400- Cannot perform your request for the document
URLbecause the protocol scheme is unknown. request#scheme_unsupported
Standard HTTP Response Messages
The following standard HTTP response messages are provided for your information.
200- OK
202- Accepted
204- No Content
206- Partial Content
300- Multiple Choices
301- Moved Permanently
302- Found
303- See Other
304- Not Modified
400- Bad Request
401- Unauthorized; retry
403- Forbidden
404- Not Found
405- Method Not Allowed
406- Not acceptable
408- Request Timeout
500- Internal server error
501- Not Implemented
502- Bad Gateway
504- Gateway Timeout

