CWXJX

CWXJX0501E: An Ajax proxy request with this contextpath value is not allowed in the proxy-config.xml file.
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.
CWXJX0510E: The {0} URL is not accessible through the proxy.
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.
CWXJX0520E: The mime-type value for the requested resource is not allowed for this URL.
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.
CWXJX0530E: The request method is not allowed for this 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.
CWXJX0540I: The Ajax proxy is defaulting to {0} connections per host.
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.
CWXJX0550W: The Ajax proxy encountered a NumberFormatException for the maximum number of connections per host. The following value is the default number of connections: {0}
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.
CWXJX0560I: The Ajax proxy is defaulting to {0} for the maximum number of connections.
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.
CWXJX0570W: The Ajax proxy encountered a NumberFormatException exception for the maxiumum number of connections per host. The following value is the default number of connections: {0}.
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.
CWXJX0580W: Conflicting settings exist for the maxconnectionsperhost or maxtotalconnections parameters in the web.xml and proxy-config.xml files.
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.
CWXJX0590I: The Ajax proxy is set to the {0} value for the maximum number of connections per host and the {1} value for the maximum total connections.
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.
CWXJX0600W: The Ajax proxy has been enabled to support unsigned Secure Sockets Layer (SSL) certificates.
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.
CWXJX0700E: A Bad Gateway error has occurred with a 502 response code.
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.
CWXJX0800W: The Ajax proxy is configured to connect to any security authentication realm.
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.
CWXJX0810I: The Ajax proxy servlet is configured to connect to the {0} pass-thru proxy host using the {1} port.
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.
CWXJX0820E: The passthru_proxyport parameter in the proxy-config.xml file expects a numeric value.
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.
CWXJX0830E: The Ajax proxy servlet is not configured correctly to use a pass-through proxy server to access the network.
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.
CWXJX1010E: The target hosts Secure Socket Layer (SSL) certificate is not trusted.
Explanation The user tried to connect to a secured target host (HTTPS) whose Secure Socket Layer (SSL) certificate is not trusted by the server where the Ajax proxy servlet is running on. This is usually the case for unsigned or self signed certificates which wheren't issued by a trusted Certification Authority (CA).
Action Either import the certificate of the target server into your local servers trust store or edit your proxy-config.xml file to enable unsigned SSL certificates by adding a meta-data entry unsigned_ssl_certificate_support with a value of true.
CWXJX1020E: Error while initializing the proxy-config.xml file
Explanation This is an error message. The proxy servlet can't initialize correctly.
Action Supply the proxy-config.xml file in a correct format.
CWXJX1030E: The request method is not supported.
Explanation This is an error message. The request can not be processed.
Action Try the request with another method.
CWXJX1040W: The authentication scheme '{0}' provided by the remote server is not supported by the Ajax proxy.
Explanation It seems that the remote server sent an error 401 using an unknown scheme in the authentication challenge.
Action If the authentication does not work, contact the administrator of the remote server and ask for alternative authentication methods.
CWXJX1050E: Error while parsing the proxy-config stream.
Explanation This is an error message. The Ajax proxy can not initialize correctly.
Action Supply a stream to a proxy-config file in a correct format.
Reference topic    

Terms and conditions for product documentation | Feedback

Last updated: Apr 17, 2017 8:10:18 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.ajaxproxy.UIMessages.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)