WebSphere TCP Channel messages

TCPC0001I: TCP Channel {0} is listening on host {1} port {2}.
Explanation: The specified TCP Channel has been started and is now listening for requests.
User Response: Informational message only, no action required.

TCPC0002I: TCP Channel {0} has stopped listening on host {1} port {2}.
Explanation: The specified TCP Channel has been stopped and is no longer listening for requests.
User Response: Information message only, no action required.

TCPC0003E: TCP Channel {0} initialization failed. The socket bind failed for host {1} and port {2}. The port may already be in use.
Explanation: The Java socket bind operation failed. Common cause is that the port number is already in use.
User Response: Check that the TCP Channel has been configured to use the correct port number.

TCPC0004W: TCP Channel {0} has exceeded the maximum number of open connections {1}.
Explanation: The specified TCP Channel has exceeded the maximum number of open connections and is refusing some connections.
User Response: If more connections are required, use either the admin application or the command line scripting tool to update the maximum number of connections allowed.

TCPC0005W: TCP Channel {0} could not obtain thread from thread pool {1}.
Explanation: The specified TCP Channel could not obtain thread from the thread pool and may processing of additional requests may be delayed.
User Response: If CPU is not fully utilized, increase the maximum number of threads in the thread pool. Otherwise, reduce the number of incoming requests.

TCPC0006E: TCP Channel {0} initialization failed. The host {1} and port {2} could not be resolved.
Explanation: The host name specified could not be resolved. The host name was specified incorrectly or has not been defined on this system.
User Response: Check that the TCP Channel has been configured to use the correct host name.

TCPC0801E: The maximum number of open connections {0} is not valid. Valid values must be no less than {1} and no greater than {2}.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0802E: The inactivity time out of {0} is not valid. Valid values must be no less than {1} and no greater than {2}.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0803E: An entry in the address exclude list for the TCP Channel {0} was not valid. Valid values consist of a valid String.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0804E: An entry in the address include list for the TCP Channel {0} was not valid. Valid values consist of a valid String.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0805E: An entry in the host name exclude list for the TCP Channel {0} was not valid. Valid values consist of a valid String.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0806E: An entry in the host name include list for the TCP Channel {0} was not valid. Valid values consist of a valid String.
Explanation: No additional information.
User Response: Correct the configuration error.

TCPC0807E: TCPChannel {0} custom property {1} has an value of {2}. This value is not valid.
Explanation: A custom property was specified with a value that is outside the range of valid values.
User Response: Correct the configuration error.

TCPC0808E: TCP Channel {0} has been configured with an incorrect number value for a property, Property Name: {1} Value: {2}
Explanation: A TCP Channel configuration property value is not a valid number
User Response: Correct the configuration error.

TCPC0809E: TCP Channel {0} has been constructed with incorrect configuration property value, Name: {1} Value: {2}
Explanation: A TCP Channel property value is not within the valid range for this property
User Response: Correct the configuration error.

TCPC0810E: TCP Channel {0} has been constructed with a null configuration property value, Name: {1}
Explanation: A TCP Channel property value is not within the valid range for this property
User Response: Correct the configuration error.

TCPC0811E: TCP Channel {0} has been constructed with incorrect configuration property value, Name: {1} Value: {2} Valid Range: 0 - False, 1 - True
Explanation: A TCP Channel property value is not within the valid range for this property
User Response: Correct the configuration error.

TCPC0812E: TCP Channel {0} has been constructed with incorrect configuration property value, Name: {1} Value: {2} Valid Range: Minimum {3}, Maximum {4}
Explanation: A TCP Channel property value is not within the valid range for this property
User Response: Correct the configuration error.

TCPC0813W: TCP Channel {0} has been constructed with incorrect configuration property, Property Name: {1} Value: {2}
Explanation: A TCP Channel configuration property which is not recognized has been used.
User Response: Correct the configuration error.

TCPC0814W: The TCP Channel {0} has a custom property configured which is not a recognized property, Property Name: {1}
Explanation: A custom property was specified incorrectly.
User Response: Correct the configuration error.

TCPC0815E: An attempt to update TCP Channel {0} failed because a property which can not be updated at runtime has been given a new value that is different from the current value. Propery Name: {1} Current Value: {2} Failed Updated Value: {3}
Explanation: A TCP Channel property value was given a new value during an attempt to update the configuration, but this property can not be updated with a new value at runtime.
User Response: Correct the configuration error.

TCPC0816E: An attempt to update TCP Channel {0} failed.
Explanation: A TCP Channel could not be updated because the new configuration was not a valid configuration.
User Response: Correct the configuration error.

TCPC0817E: No Endpoint Name was assigned to TPC Channel {0}.
Explanation: No additional information.
User Response: Correct the configuration error.