When starting up the adapter why do I get the following error message? Fatal exception has occured (com.tibco.sdk.MException: "ERR_UTILITY_UNSPECIFIED_VALUE"). The application will exit now.

When starting up the adapter why do I get the following error message? Fatal exception has occured (com.tibco.sdk.MException: "ERR_UTILITY_UNSPECIFIED_VALUE"). The application will exit now.

book

Article ID: KB0090651

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
This error occurs when any of the adapter properties in Command Properties File is left blank

The Adapter Properties include tibco.clientvar.&ltVar Name>. For all other properties please
refer to Adapter SDK Programmer's Guide.

Please double check the .tra or properties file, command line argument and make sure the
values are set properly and non-null.


Action:

To overcome this problem either delete these global variables from your adapter project
completely or give them the default value ";".

Issue/Introduction

When starting up the adapter why do I get the following error message? Fatal exception has occured (com.tibco.sdk.MException: "ERR_UTILITY_UNSPECIFIED_VALUE"). The application will exit now.