Error Codes
The following table lists error codes, a detailed explanation of each error, where applicable, and ways to solve different errors.
Error Code and Error Message | Role | Category | Description | Solution |
---|---|---|---|---|
BW-KAFKA-100001
PARAMETER_NOT_SPECIFIED. |
errorRole | BW-Plug-in | Occurs when a parameter is not specified while running activity. Message will also contain parameter name. | Provide required parameters. |
BW-KAFKA-100002
SPECIAL_CHARACTER_NOT_ALLOWED. |
errorRole | BW-Plug-in | Occurs when a special character is used for the group ID. | Remove special characters from group ID. |
ERROR_OCCURED_RETRIEVE_RESULT.errorCode=500002
IOException occurred while retrieving XML Output for activity [{0}]. |
errorRole | BW-Plug-in | Occurs when an activity retrieves an XML output. | None. |
ERROR_OCCURED_INVOKE_EXECUTE_METHOD.errorCode=500003
Exception occurred while invoking execute method for activity [{0}]. |
errorRole | BW-Plug-in | Occurs when an activity invokes an execute a method. | None. |
SEND_PRODUCER_CREATED_EXCEPTION.errorCode=500004
Exception occurred while create producer.{0} |
errorRole | BW-Plug-in | Occurs when producer creation fails. | Check if Kafka configuration is correct and it is running. |
SEND_MESSAGE_EXCEPTION.errorCode=500005
Exception occurred while send message to broker. {0}. |
errorRole | BW-Plug-in | Occurs when sending message to broker fails. | Check if broker is running. |
RECEIVED_CONSUMER_CREATED_EXCEPTION.errorCode=500007
Exception occurred while create consumer.{0} |
errorRole | BW-Plug-in | Occurs when Consumer creation fails. | Check if Kafka configuration is correct and it is running. |
ERROR_OCCURED_RECEIVE_MESSAGE.errorCode=500008
Exception occurred while receive message from broker. {0}. |
errorRole | BW-Plug-in | Occurs when receiving message from broker fails. | Check if broker is running. |
ERROR_KAFKA_CONNECTION_ESTABLISH.errorCode=500009
Exception occurred while establishing the Kafka connection.Please verify the Kafka connection configuration [{0}]. |
errorRole | BW-Plug-in | Occurs when kafka topic metadata is incorrect. | Check Kafka connection configuration for metadata. |
SEND_MESSAGE_BUFFER_MEMORY_EXCEPTION.errorCode=500010
Exception occurred while sending message to broker because message is larger than the total memory buffer you have configured with the buffer.memory configuration. |
errorRole | BW-Plug-in | Occurs when memory buffer configuration is incorrect. | Change buffer memory settings. |
SEND_TOPICNAME_EXCEPTION.errorCode=500011
Exception occurred because topic name is illegal, contains a character other than ASCII alphanumerics, '.', '_' and '-'. |
errorRole | BW-Plug-in | Occurs when topic name contains special character other than ., -, _. | Update topic name in BW. |
ERROR_SEND_CUSTOMPARTITION.errorCode=500012
Exception occurred because provided customer partition does not exist on Kafka broker. {0}. |
errorRole | BW-Plug-in | Occurs when specified partition does not exist. | Check partition for the broker. |
ERROR_OCCURED_RECEIVE_MESSAGE_CUSTOMPARTITION.errorCode=500013
Exception occurred because given partition does not exist on Kafka broker. {0}. |
errorRole | BW-Plug-in | Occurs when specified partition does not exist. | Check partition for the broker. |
ERROR_SEND_MAX_REQUEST_SIZE.errorCode=500014
Exception occurred because message is too large. {0}. |
errorRole | BW-Plug-in | Occurs when message is larger than the allowed size. | Archive message or increase allowed size in server settings. |
ERROR_AVRO_SCHEMA.errorCode=500015
Exception occurred when configuring Kafka producer or consumer with Avro Schema. {0} |
errorRole | BW-Plug-in | Occurs when the Avro schema is not given or is incorrect. | Check if correct Avro schema has been provided. If use Registry is checked check if schema registry is correctly provided. |
KAFKA_ACTIVITY_TRANSACTION_ERROR.errorCode=500016
Exception occurred during Kafka transaction {0} |
errorRole | BW-Plug-in | Occurs when the activity is configured incorrectly for kafka transaction. | Check if the activity is inside the transaction group and a valid transaction id is provided. Ensure that Enable Idempotence is selected. |
KAFKA_ACTIVITY_NEW_PRODUCER_TRANSACTION_ERROR.errorCode=500017
The new producer system property configuration and transactions are not allowed together. |
errorRole | BW-Plug-in | Occurs when
Dcom.tibco.plugin.kafka.new.producer=true system property is configured along with kafka transactions
|
Both Kafka transaction and new producer system property together is not allowed. Please remove system property to use Kafka transactions. |
ERROR_OCCURED_DURING_GET_MESSAGE.errorCode=500018
Exception occurred in get message activity. {0} |
errorRole | BW-Plug-in | Occurs when receiving message from broker fails. | Check if broker is running. |
GET_MESSAGES_CONSUMER_CREATED_EXCEPTION.errorCode=500019
Exception occurred while creating consumer in get messages |
errorRole | BW-Plug-in | Occurs when Consumer creation fails | Check if Kafka configuration is correct and broker is running. |