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 resolution is not applicable. |
TIBCO-BW-PALETTE-HTTP-200001 | {0} | This is a debug message and resolution is not applicable. |
TIBCO-BW-PALETTE-HTTP-300001 | {0} | This is an informational message and it highlights the runtime progress of the activity. 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 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 Http Connector resource or Http ProcessStarter. |
TIBCO-BW-PALETTE-HTTP-500005 | A POST Method cannot send parameters if the message body is specified | Correct the input data of Send Http Request activity.Make sure message body is not specified when parameters are used. |
TIBCO-BW-PALETTE-HTTP-500006 | A GET Method doesn't have a message body | Correct the input data of 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 Send Http Request activity. |
TIBCO-BW-PALETTE-HTTP-500008 | Invalid input data. The encoding is not supported | Correct the input data. Make sure the encoding is supported. See the documentation. |
TIBCO-BW-PALETTE-HTTP-500009 | The http method [{0}] is not valid | Correct the input data of 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 HTTP method [{0}]. Only HTTP 'POST' can send attachments | Check input of Send Http Request activity. Only '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 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 Http connector or Http Receiver. |
TIBCO-BW-PALETTE-HTTP-500021 | Failed to reply to HTTP ProcessStarter activity. This error can occur if the HTTP Response activity is executed after recovering from a check-pointed BusinessWorks process instance. | Check point activity should not be placed between Http ProcessStarter and Send Http Response activity. |
TIBCO-BW-PALETTE-HTTP-500022 | Failed to authenticate request. Username and Password is not set. | Check if the identity resource referenced in Http Client resource contains username and password. |
TIBCO-BW-PALETTE-HTTP-500022 | Failed to authenticate request. | Check if the LDAP resource is configuired on 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 Reply For field in Send HTTP Response activity. |
TIBCO-BW-PALETTE-HTTP-500025 | The circuit-breaker is open now and will short-circuit all the requests. | Check circuit-breaker configuration and try again. |
Copyright © Cloud Software Group, Inc. All rights reserved.