Explanation | The contextpath value that has been requested is not defined to the Ajax proxy. |
Action | Edit the proxy-config.xml and check that the contextpath value has been added. |
Explanation | The URL is not defined to the proxy policy. |
Action | Edit the proxy-config.xml file and add the URL to the proxy mapping. |
Explanation | The mime-type value in the URL request is not allowed. |
Action | Edit the proxy-config.xml file and check the allowed mime-type values for the requested URL. |
Explanation | The requested HTTP method, such as GET, POST, HEAD, PUT, or DELETE, does not exist in the proxy policy. |
Action | Edit the proxy-config.xml file and add the HTTP method to the proxy policy. |
Explanation | The Ajax proxy maintains a default value for the number of maximum connections to a host if the values are not specified. |
Action | Edit the web.xml file of the Ajax proxy and add an entry for the maximum connections per host. For more information, see the Ajax proxy documentation. |
Explanation | An incorrect value was placed for the maxconnectionsperhost parameter in the web.xml file, which resulted in a NumberFormatException when the value was read. |
Action | Edit the web.xml for the Ajax proxy and check the value for maxconnectionsperhost. This change might result if a non-numeric value is used. |
Explanation | The Ajax proxy maintains a default value for the number of maximum simultaneous connections if values are not specified. |
Action | Edit the web.xml file of the Ajax proxy and add an entry for the maximum number of active connections. For more information, see the Ajax proxy documentation. |
Explanation | An incorrect value was placed for the maxtotalconnections parameter in the web.xml file, which resulted in a NumberFormatException exception when the value was read. |
Action | Edit the web.xml for the Ajax proxy and check the value for the maxtotalconnections parameter. This change might result if a non-numeric value is used. |
Explanation | Duplicate entries for the maxconnectionsperhost, maxtotalconnections, or both parameters have been found in the web.xml and the proxy-config.xml files. These files are used by the Ajax proxy. The entries in proxy-config.xml file override the duplicate entries that were found in the web.xml file. |
Action | Edit the web.xml and proxy-config.xml files for the Ajax proxy and remove the duplicate entries. The entries for the maxconnectionsperhost and maxtotalconnectionsshould parameters should be placed in the proxy-config.xml file. |
Explanation | This information shows the current values for the maximum number of connections per host and the maximum connections that are used by the Ajax proxy. The maximum number of connections per host is a global value that indicates the maximum number of connections that are kept alive for any host and port combination. The maximum total connections is the maximum number of connections that are supported by the proxy. The value is limited by what the Web container is configured to support. |
Action | No action is required. You can modify the values in the proxy-config.xml file. |
Explanation | To support unsigned SSL certificates, the Ajax proxy overrides the HTTPS handling protocol to accept any SSL certificate. Do not accept unsigned certificates in a production environment. |
Action | If accepting unsigned SSL certificates is not acceptable, then remove the unsigned_ssl_certificate_support parameter from the proxy-config.xml file or set the parameter value to false. |
Explanation | The Ajax proxy attempted to connect to the requested URL and received an error condition for a response. This error condition can result when the requested URL is not available. The trace log files might contain additional information. |
Action | Check the trace log files for additional information. |
Explanation | The Ajax proxy servlet has received a 407 HTTP challenge from another proxy server. This HTTP challenge lists the security realm with which the Ajax proxy servlet is attempting to authenticate. If a passthru_realm parameter is not included in the proxy-config.xml file, the Ajax proxy servlet authenticates with any security realm in response to a 407 HTTP challenge. |
Action | Edit the proxy-config.xml file, which is used to configure the Ajax proxy servlet. Include the passthru_realm security realm value to which the Ajax proxy servlet is expected to authenticate. |
Explanation | This informational message indicates that the Ajax proxy servlet is configured to connect to another proxy server. When the Ajax proxy servlet receives a HTTP request, the request is passed to the pass-through proxy server. This pass-through proxy server might be a border firewall proxy server that the Ajax proxy servlet needs to connect through before accessing the outside network. |
Action | No user action is required. |
Explanation | An incorrect value was placed in the passthru_port in the proxy-config.xml which resulted in NumberFormatException when the value was read. |
Action | Edit the proxy-config.xml file for the Ajax proxy servlet and check the value for the passthru_port parameter. This error might result if a non-numeric value is used for the passthru_port parameter value. |
Explanation | Parameters are missing from the Ajax proxy servlet configuration to use a pass-through proxy server when connecting to the network. At a minimum, the Ajax proxy servlet requires the proxy passthru_host, passthru_username, and passthru_password parameter values. The information is used to create a response to a 407 HTTP challenge that the pass-through proxy server might present to the Ajax proxy servlet. |
Action | Edit the proxy-config.xml file and include the passthru_host, passthru_username, passthru_password parameter values. |
Explanation | The Ajax proxy maintains a default value for the connection timeout in milliseconds if values are not specified. |
Action | Edit the proxy-config.xml file of the Ajax proxy and add an entry for the connection timeout in milliseconds. For more information, see the Ajax proxy documentation. |
Explanation | An incorrect value was placed for the connectionTimeout parameter in the proxy-config.xml file, which resulted in a NumberFormatException exception when the value was read. |
Action | Edit the proxy-config.xml for the Ajax proxy and check the value for the connectionTimeout parameter. This change might result if a non-numeric value is used. |
Explanation | The Ajax proxy maintains a default value for the socket timeout in milliseconds if values are not specified. |
Action | Edit the proxy-config.xml file of the Ajax proxy and add an entry for the socket timeout in milliseconds. For more information, see the Ajax proxy documentation. |
Explanation | An incorrect value was placed for the socketTimeout parameter in the proxy-config.xml file, which resulted in a NumberFormatException exception when the value was read. |
Action | Edit the proxy-config.xml for the Ajax proxy and check the value for the socketTimeout parameter. This change might result if a non-numeric value is used. |
Explanation | This information shows the current values for the connection and socket timeouts for the Ajax proxy. Both timeout values are measured in milliseconds. |
Action | No action is required. You can modify the values in the proxy-config.xml file. |
Explanation | This information shows whether the Ajax Proxy is configured to allow circular redirects. If this is set to true, than circular redirects will be permitted up to the number specified in the maximum circular redirects value. |
Action | No action is required. You can modify the values in the proxy-config.xml file. |
Explanation | This information shows the current values for the maximum number of redirects that are used by the Ajax proxy. The maximum number of redirects indicates how many times the proxy will accept a redirect to the same URL before rejecting the URL. |
Action | No action is required. You can modify the values in the proxy-config.xml file. |
Explanation | An incorrect value was placed in the maximum circular redirects parameter in the proxy-config.xml which resulted in NumberFormatException when the value was read. |
Action | Edit the proxy-config.xml file for the Ajax proxy servlet and check the value for the max_circular_redirects. This error might result if a non-numeric value is used for the maximum circular redirects parameter value. |