Amplify Dashboard

Amplify (IAC) Log Messages

Code Error Description
1 LOG_STARTUP_SERVERSTART Message indicating that the server has started normally.
2 LOG_SHUTDOWN_SERVERSHUTDOWN Message indicating that the server has stopped normally.
5 LOG_UNHEALTHY Message indicating the server is attempting to force a reload of itself due to a code update being automatically downloaded.
8 LOG_SHUTDOWN_THREADS_STILL_RUNNING r The server is trying to shutdown, but worker threads are still running.
9 LOG_SHUTDOWN_THREADKILL The server is trying to shutdown, but worker threads are still running. The server is forcefully terminating them.
20 LOG_CACHELOADER_ORIGIN_CHANGING The file cache retrieval system cannot contact the current origin server. Failing over to the next origin server in the list.
21 LOG_CACHELOADER_CURRENTREADER_WAITEXHAUSTED The cache retrieval system timed out waiting for current readers to release a file so it can be reloaded.
22 LOG_CACHELOADER_LOADING_WAITEXHAUSTED The cache retrieval system timed out waiting for a file to be reloaded prior to writing it to the client.
100 LOG_STARTUP_WORKERTHREAD_CREATE_ERR The server failed to create a background loader thread for the loader thread pool.
101 LOG_STARTUP_IOCOMPPORT_CREATE_ERR The server failed to create an IO Completion Port for the background loader pool.
102 LOG_STARTUP_THREADPOOL_ALLOC_ERR The server failed to allocate memory for the background loader pool.
103 LOG_STARTUP_PURGE_THREADCREATE_ERR The server failed to create the cache expired file purger thread.
200 LOG_READREQUEST_TOOBIG_ERR The incoming HTTP request is too large to be processed by the server.
210 LOG_READREQUEST_READREQ_ERR The server could not read the entire HTTP request from the client.
220 LOG_READREQUEST_BADVERB_ERR An unsupported HTTP verb was sent to the server. The server only supports HTTP verbs GET and POST.
250 LOG_ASYNC_IO_ERR An error occurred writing an asynchronous response to a client.
300 LOG_CACHELOADER_CONNECT_ERR /td> The cache retrieval background loader system was unable to connect to the current origin server to retrieve a file.
310 LOG_CACHELOADER_NO_ORIGIN_ERR The cache retrieval background loader system was unable to find a usable origin server to retrieve a file.
320 LOG_CACHELOADER_OPENREQUEST_ERR The cache retrieval background loader system was unable to open a GET request to the current origin server to retrieve a file.
330 LOG_CACHELOADER_SETRCVTIMEOUT_ERR An WinSock error occurred attempting to set the origin file retrieval timeout value.
340 LOG_CACHELOADER_SENDREQUEST_ERR The cache retrieval background loader system was unable to send a GET request to the current origin server to retrieve a file.
350 LOG_CACHELOADER_RCVRESPONSE_ERR The cache retrieval background loader system was unable to retrieve the HTTP response from the current origin server to retrieve a file.
360 LOG_CACHELOADER_ZERO_CONTENTLEN_ERR The origin server returned a zero length response to the request to retrieve a file.
370 LOG_CACHELOADER_HTTPNOT200_ERR The origin server returned a response code other than 200 (OK) to the request to retrieve a file.
380 LOG_CACHELOADER_ORIGINLIST_EXHAUSTED_ERR The cache retrieval background loader system has failed over all configured origin servers and none are viable/working.
390 LOG_CACHELOADER_SET_CREDS_ERR The cache retrieval background loader system was unable to completely read the response from the origin server.
400 LOG_PHONEHOME_POSTDATA_ALLOC_ERR The server was unable to allocate memory to build the statistics update package in.
401 LOG_PHONEHOME_HTTPSEND_ERR The server was unable to successfully send the statistics update package to the VHS server.
402 LOG_PREFETCH_MEDIA_HTTPNOT200_ERR The VHS server returned a response code other than 200 (OK) to the request to preload event media resources.
403 LOG_PHONEHOME_INVALID_RESPONSE The response from the VHS server contained an unrecognized opcode.
404 LOG_PHONEHOME_REGISTRY_OPEN_ERROR An error occurred trying to open a registry key for updates. This is typically due to insufficient rights for the account being used for the IIS app pool, such as NETWORK SERVICE.
405 LOG_PHONEHOME_REGISTRY_VALUESET_ERROR An error occurred trying to update a registry value. This is typically due to insufficient rights for the account being used for the IIS app pool, such as NETWORK SERVICE.
500 LOG_UPDATEDLL_MSG The server has received a request to automatically update it's codebase.
510 LOG_UPDATEDLL_GETMODULEHANDLEEX_ERR The automatic update system was unable to get a module handle to the current process.
520 LOG_UPDATEDLL_DELETEOLDDLL_ERR The automatic update system is removing the old code module.
530 LOG_UPDATEDLL_MOVEOLDDLL_ERR The automatic update system encountered an error renaming the current code module.
540 LOG_UPDATEDLL_GETNEWDLL_ERR The automatic update system encountered an error retrieving the updated code module.
550 LOG_UPDATEDLL_MOVENEWDLL_ERR The automatic update system encountered an error renaming the new code module to the current code module.
560 LOG_UPDATEDLL_CREATEPROCESS_ERR The automatic update system encountered an error attempting to create a process to trigger the IIS reload unhealthly to install the new code module.
570 LOG_UPDATEDLL_GETNEWPINGCLIENT_ERR The automatic update system encountered an error attempting to create a process to ping the server.
580 LOG_UPDATEDLL_DELETEOLDPINGCLIENT_ERR The automatic update system encountered an error attempting to create a process to delete the old ping service.
600 LOG_CACHELIST_WINHTTPOPEN_ERR The cache retrieval background loader system encountered an error establishing a WinHTTP session.
610 LOG_CACHELIST_WINHTTPSETOPTION_ERR The cache retrieval background loader system encountered an error establishing a WinHTTP session default connect timeout.
650 LOG_PROPAGATE_PUSH_ERR An error occurred sending a propagation of a pushed file to a server in the list of upstream targets.
700 LOG_CACHELOADER_GETSTANDARDHEADER_ERR The cache retrieval background loader system encountered an error attempting to read the HTTP status code standard header value.
710 LOG_CACHELOADER_QUERYDATAAVAILABLE_ERR The cache retrieval background loader system encountered an error attempting to query the server for response data.
720 LOG_CACHELOADER_UNCFILEOPEN_ERR The cache retrieval background loader system encountered an error attempting to query the server for response data.
730 LOG_CACHELOADER_UNCFILEREAD_ERR An error occurred while reading a file from a UNC origin file path.
740 LOG_CACHELOADER_MEMALLOC_ERR An error occurred while trying to allocate memory for a file resource.
780 LOG_LOGFILE_PURGE_ERR An error occurred while trying to purge an old log file. This is typically due to insufficient rights for the account being used for the IIS app pool, such as NETWORK SERVICE. Ensure that the account has delete rights for the directory that contains the log files.
800 LOG_CACHEMGR_WINHTTPQUERYHEADERS_ERR The cache retrieval background loader system encountered an error attempting to read a standard HTTP header value.

Additional Information on Error Codes 12000-12152

Click here.