Error, "Exception:Error sending mail message. Cause: javax.mail.AuthenticationFailedException: 220 Ready to start TLS" when invoking Amazon Simple Email Service(AES) from TIBCO Businessworks.

Error, "Exception:Error sending mail message. Cause: javax.mail.AuthenticationFailedException: 220 Ready to start TLS" when invoking Amazon Simple Email Service(AES) from TIBCO Businessworks.

book

Article ID: KB0093670

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
N/A

Issue/Introduction

Error, "Exception:Error sending mail message. Cause: javax.mail.AuthenticationFailedException: 220 Ready to start TLS" when invoking Amazon Simple Email Service(AES) from TIBCO Businessworks.

Resolution

1).Check if the username/password is correct.


2). If there are no configuration issues and you are able to invoke the AES service from other applications, add the following property in your designer.tra/deployed application.tra file:


>>>>>>>>>>>>>>>>
java.property.TIBCO_SECURITY_VENDOR=j2se
java.property.jsse.enableSNIExtension=false
>>>>>>>>>>>>>>>>>>>


3). Restart the Designer/BW application.