Error: Invalid input data. The encoding is not supported caused by: java.io.UnsupportedEncodingException: "utf-8"

Error: Invalid input data. The encoding is not supported caused by: java.io.UnsupportedEncodingException: "utf-8"

book

Article ID: KB0088561

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:

Description:
============
Specifying the charset with double quotes causes the error, ”The encoding is not supported”


Environment:
===========
All

Cause:
=====
Incorrect charset setting.

Resolution:
==========
The syntax recognized by BW is without quotes, so the Content-Type input should be: 'text/html; charset=UTF-8'

Issue/Introduction

Error: Invalid input data. The encoding is not supported caused by: java.io.UnsupportedEncodingException: "utf-8"