HTTP Palette Error Codes

This section describes the error messages that can be reported by the activities or entities associated with the HTTP palette.

Error Codes Error Message Error Resolution
TIBCO-BW-PALETTE-HTTP-000001 {0} This is an internal product error. Contact TIBCO Support.
TIBCO-BW-PALETTE-HTTP-100001 {0} This is a trace message and the resolution is not applicable.
TIBCO-BW-PALETTE-HTTP-200001 {0} This is a debug message and the resolution is not applicable.
TIBCO-BW-PALETTE-HTTP-300001 {0} This is an informational message and it highlights the runtime progress of the activity. The resolution is not applicable.
TIBCO-BW-PALETTE-HTTP-400001 {0} This is a warning message and it highlights situations that may affect the activity execution.
TIBCO-BW-PALETTE-HTTP-500001 The HTTP Server replied with a [{0}] status code. Check the status code to know the reason for the error.
TIBCO-BW-PALETTE-HTTP-500002 The HTTP Server replied with a [{0}] status code Check the status code to know the reason for the error.
TIBCO-BW-PALETTE-HTTP-500003 An exception was thrown while trying to initialize the HTTP client Correct the configuration of the Send HTTP Request activity.
TIBCO-BW-PALETTE-HTTP-500004 An exception occurred while trying to initialize the HTTP server: [{0}] Check the exception and correct the configuration of the HTTP Connector resource or the HTTP ProcessStarter.
TIBCO-BW-PALETTE-HTTP-500005 A POST Method cannot send parameters if the message body is specified Correct the input data of the Send HTTP Request activity. Make sure that the message body is not specified when parameters are used.
TIBCO-BW-PALETTE-HTTP-500006 A GET Method does not have a message body Correct the input data of the Send HTTP Request activity. Make sure that the message body is not specified for a GET request.
TIBCO-BW-PALETTE-HTTP-500007 Invalid endpoint URL Correct either the HTTP client configuration or the input data of the Send HTTP Request activity.
TIBCO-BW-PALETTE-HTTP-500008 Invalid input data. The encoding is not supported Correct the input data. Make sure that the encoding is supported. See the documentation.
TIBCO-BW-PALETTE-HTTP-500009 The HTTP method [{0}] is not valid Correct the input data of the Send HTTP Request activity. Make sure that the HTTP method is valid.
TIBCO-BW-PALETTE-HTTP-500010 An exception was thrown while trying to url-encode the data Correct the input data. See the documentation.
TIBCO-BW-PALETTE-HTTP-500011 Attachment not supported for the HTTP method [{0}]. Only HTTP 'POST' can send attachments Check the input of the Send HTTP Request activity. Only the POST method can send attachments.
TIBCO-BW-PALETTE-HTTP-500012 Error serializing attachment data, Cause: [{0}] Check the exception and correct the attachment data.
TIBCO-BW-PALETTE-HTTP-500013 An IOException was thrown while trying to execute the HTTP method System exception.
TIBCO-BW-PALETTE-HTTP-500014 An exception was thrown while trying to execute the HTTP method. The Reason-code is [{0}] System exception.
TIBCO-BW-PALETTE-HTTP-500015 An IOException was thrown while trying to read the response System exception.
TIBCO-BW-PALETTE-HTTP-500016 An IOException was thrown while trying to send the response System exception.
TIBCO-BW-PALETTE-HTTP-500017 An Exception was thrown while trying to send the response System exception.
TIBCO-BW-PALETTE-HTTP-500019 The header [{0}] is defined as a non-repeating Header in Input Headers. This header cannot have multiple occurrences in DynamicHeaders. Correct the input data.
TIBCO-BW-PALETTE-HTTP-500020 The HTTP ProcessStarter [{0}] failed to generate a new event due to exception [{1}] Check the exception and correct the configuration of the HTTP connector or HTTP receiver.
TIBCO-BW-PALETTE-HTTP-500021 Failed to reply to the HTTP ProcessStarter activity. This error can occur if the HTTP Response activity is executed after recovering from a check-pointed BusinessWorks process instance. Check that point activity should not be placed between the HTTP ProcessStarter and Send HTTP Response activity.
TIBCO-BW-PALETTE-HTTP-500022 Failed to authenticate request. Username and Password are not set. Check if the identity resource referenced in the HTTP Client resource contains a username and password.
TIBCO-BW-PALETTE-HTTP-500022 Failed to authenticate request. Check if the LDAP resource is configured on the HTTP Connector resource.
TIBCO-BW-PALETTE-HTTP-500023 Value not specified for the DynamicHeader [{0}]. Correct the input data.
TIBCO-BW-PALETTE-HTTP-500024 Reply For field cannot be blank. Select a value for the Reply For field in the Send HTTP Response activity.
TIBCO-BW-PALETTE-HTTP-500025 The circuit-breaker is open now and can short-circuit all the requests. Check the circuit-breaker configuration and try again.