The HTTP Module provides HTTP/HTTPS client and server facilities. This section contains details for the messages delivered from the HTTP Module.
This topic provides the MIB Name and MIB OID information, in addition to high-level details about each notification in the HTTP Module.
MIB Name : CASTIRON-COMP-HTTP-MIB
MIB OID : .1.3.6.1.4.1.13336.2.2.3.1
The following table provides an alphabetical list of all notifications that can be issued by the HTTP Module.
Notification | Level | System | Description |
---|---|---|---|
AcceptEncodingType | Info | Orchestration | The type of Accept-Encoding in the request-header field. |
ClientConMgrTimeout | Info | Orchestration | Setting the client connection manager timeout value. This is configurable on the JConsole. |
ClientIdleTimeout | Info | Orchestration | The amount of idle time for the connection after which the connection can be reclaimed. This is configurable from the JConsole. |
ClientMaxTotalConn | Info | Orchestration | Setting the client connection manager maximum number of connections from the JConsole. |
ClientReclaimPeriod | Info | Orchestration | The number of seconds to wait before the reclaim thread is run to reclaim an idle connection. This is set from the JConsole. |
CommonHandlerError | Severe | Orchestration | An error occurred handling the request received by the activity. Possible reasons are I/O or operation exceptions. |
CompressFormat | Info | Orchestration | Indicates the type of Content-Encoding in the response from the server. |
ConnectionRetry | Warning | Orchestration | The send request operation failed while trying to connect to the server. This will cause a retry. |
ContentEncodingType | Info | Orchestration | The type of Content-Encoding used in the header in the outgoing request. |
DecompressedEncoding | Info | Orchestration | Content-Encoding of the incoming request to the receive activity. |
EndpointInformation | Info | Orchestration | Request for endpoint information. |
GeneralRequestFailed | Severe | Orchestration | The send request failed while executing the activity. |
HttpListenerStop | Info | Orchestration | Information regarding the stopping of a listener on a specific port. |
HttpLoopBackValues | Info | Orchestration | Loopback port values set by the user, on the JConsole, and persisted in the sysconf. |
IdleConTimeoutStart | Info | Orchestration | The idle connection timeout thread is enabled. |
IdleConTimeoutStop | Info | Orchestration | The idle connection thread is disabled. |
IncomingContentEnc | Info | Orchestration | The Content-Encoding type in the request header received by the receive activity |
LoopBackInitialize | Info | Orchestration | Loopback values for initializing the MBean. It is set on the JConsole. |
ReadConnectionParam | Info | Orchestration | The input connection parameter is not mapped by the user. |
ReadInputHeaders | Info | Orchestration | The input parameter header is not mapped by the user. |
ReceiveActivate | Severe | Orchestration | The receive activity failed to activate. |
ReceiveDeActivate | Severe | Orchestration | The receive activity failed to stop. |
ReceiveIOError | Severe | Orchestration | An I/O error occurred while the receive activity processed the request. Possible cause might be a broken connection. |
ReceiveInternalError | Severe | Orchestration | An error occurred while the receive activity processed the request. |
ReceiveOperationError | Severe | Orchestration | An error occurred while processing the request received by the receive activity due to an unsupported Accept-Charset encoding. |
ReceiveResponseBody | Info | Orchestration | The response sent by the receive activity to a request. |
ReceiveSendReplyError | Severe | Orchestration | A connection problem caused an error while sending the response from the receive activity. |
ReceiveURIPortInfo | Info | Orchestration | Information regarding the URI and Port where the server is listening. |
RegisterKeyStore | Severe | Orchestration | An error occurred while registering the key store. |
ReplyCompressFormat | Info | Orchestration | The Content-Encoding used by the send reply activity. |
ReplyConnectionError | Severe | Orchestration | An error occurred while sending the response. Probable cause is a connection error. |
ReplyGeneralError | Severe | Orchestration | An internal error occurred while sending the reply from the receive activity. |
ReplyHandlerNull | Severe | Orchestration | Connection handler stored in the receive activity and retrieved by the reply activity is null. This is an internal error and likely caused by an out of memory error or an appliance reboot while executing an activity. |
ReplyUnMarshalHeader | Severe | Orchestration | An error occurred while reading input headers in the reply activity. |
ReplyUnknownError | Severe | Orchestration | An unknown exception occurred while sending the response to the client. |
RequestActivate | Severe | Orchestration | The request activity failed to activate. |
RequestIgnoredHeader | Info | Orchestration | The header was ignored because it is not a supported type. Supported types are gzip, deflate or compress. |
RequestParamsDetails | Info | Orchestration | Parameter details, including URL and method, used for the post activity |
ResponseBodyBinary | Info | Orchestration | The response body is binary. |
ResponseBodyNotBinary | Info | Orchestration | The response body is not binary. |
ResponseDefinition | Info | Orchestration | Response definition received from the server for the performed post. |
SendRequestConnection | Severe | Orchestration | The send request operation failed because a connection to the server could not be established. |
SendRequestOperation | Severe | Orchestration | The Send Request operation failed either while starting the activity or while executing it. Caused by an I/O or operation exception. |
ServerResponseCode | Info | Orchestration | Post response code received from the server. |
SockCollectorFinish | Info | Orchestration | Information about the completion status of the Socket Janitor. The Socket Janitor is configured on the JConsole. |
SockCollectorRunInfo | Info | Orchestration | Information about this run of the Socket Janitor. The Socket Janitor is configured on the JConsole. |
SockCollectorSched | Info | Orchestration | Sets the frequency for garbage collection by the Socket Janitor. It is set on the JConsole. |
StaleConnectionCheck | Info | Orchestration | Specifies if the stale connection check should be run on the connection manager. This is set (True or False) from the JConsole. |
UnSupportedMedia | Warning | Orchestration | Request is an unsupported media type. |
UnsolicitedEncoding | Severe | Orchestration | The server reply contains Content-Encoding which is not acceptable by the client. |
UnsupportedEncoding | Severe | Orchestration | The Content-Encoding in the request header is not supported by the receive activity. |