By default, the SPS displays an error page when a user request fails due to inappropriate configuration settings of the SPS server. Each error page is mapped to an error code. When a user request fails, the SPS checks for the error code and displays the corresponding error page.
The following table lists the default errors that the SPS displays due to inappropriate configuration settings of the SPS server:
|
Error Code |
Error Message |
|---|---|
|
VirtualHostNotFound |
Virtual host might not have been configured properly. Verify the virtual host settings in the server.conf file |
|
SessionSchemeNotFound |
The defined session scheme is not found. Verify the session scheme settings in the server.conf file |
|
SessionCreateError |
The session store might have been corrupted during creation. Restart the SPS |
|
SessionUpdateError |
The session store might have been corrupted during update. Restart the SPS |
|
WebAgentException |
The SPS might not be communicating with the Web agent. For more information about the error, see SPS logs |
|
Noodle_GenericException |
There might be an error during processing a request at noodle stage. For more information about the error, see SPS logs |
|
Noodle_FilterException |
There might be an error during pre/post processing of filters at noodle. |
|
Noodle_UnknownHostException |
The IP address of the targeted host could not be determined |
|
Noodle_ConnectException |
An error occurred while attempting to connect a socket to a remote address and port |
|
Noodle_NoRouteHostException |
An error occurred while attempting to connect a socket to a remote address and port because of an intervening firewall or unavailability of an intermediate router |
|
Noodle_InteruptedIOException |
An input or output transfer is terminated because the thread that is performing the transfer was interrupted |
|
Noodle_SocketException |
An error occurred in the underlying protocol |
|
Noodle_NoSuchMethodException |
The SPS does not support the method |
|
Noodle_ProxytoProxyNotSupported |
The SPS does not support proxy Web Server |
|
Noodle_CouldNotConnectToBackEndServer |
Could not connect to backend web server due to lack of processing threads at the SPS |
|
Noodle_NoAvailableConnections |
There are no connections available to serve the request |
|
Redirect_NoTargetURLParameter |
No URL is specified during Redirect |
|
FedRequest_Redirect_ImproperURL |
The redirect URL is not specified or is malformed. Verify the federation settings or the RelayState in the client request |
|
FedRequest_Redirect_RewriteLocationHeaderFailure |
Unable to create a redirect session because the memory holding the session keys might have crashed while processing the federation request |
|
FedRequest_CookieProcessingError |
Unable to create a cookie while processing the federation request |
|
FedRequest_ResponseProcess_AddSessionError |
An error occurred while adding the session during the federation request processing, the memory holding the session keys might have crashed |
|
FedRequest_ResponseProcess_LocHeaderModifyError |
An error occurred while updating the location header during federation request processing, the memory holding the session keys might have crashed |
|
SPSException |
An error occurred while processing the request. For more information about the error, see SPS logs |
| Copyright © 2012 CA. All rights reserved. |
|