Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Trace Messages : Error Codes

Error Codes
BW-RESTJSON-000025:  Start to operate [ %1 ]. Process Id: [ %2 ]. Engine Name: [ %3 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the started operation information.
Resolution:  No action required.

 
BW-RESTJSON-000026:  The end of the [ %1 ] activity.
Role:  debugRole
Category:  BW_Plug-in
Description:  The operation of the activity has finished.
Resolution:  No action required.

 
BW-RESTJSON-100013:  An error occurs while validating output: %1.
Role:  errorRole
Category:  BW_Plug-in
Description:  The output data is invalid.
Resolution:  Check whether the XML data matches the schema file.

 
BW-RESTJSON-100014:  An error occurs in render activity: %1.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when running the Render activity.
Resolution:  Depends on the content of the exception.

 
BW-RESTJSON-100016:  An error occurs while converting json to xml: %1.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when converting JSON to XML.
Resolution:  Depends on the content of the exception.

 
BW-RESTJSON-100021:  JSON Schema Tool- Start to generate XML schema from JSON file, the JSON file is [%1].
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the XML schema has been started to generate.
Resolution:  No action required.

 
BW-RESTJSON-100022:  JSON Schema Tool- Schema file generated successfully under [%1] folder.
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the schema file has been generated successfully.
Resolution:  No action required.

 
BW-RESTJSON-100023:  JSON Schema Tool- Failed to generate schema file due to [%1].
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the reason why the schema file has not been generated.
Resolution:  No action required.

 
BW-RESTJSON-100025:  Parse operation with type [ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the information about the parse schema type.
Resolution:  No action required.

 
BW-RESTJSON-100026:  Start to convert JSON to XML.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the conversion from JSON to XML has been started.
Resolution:  No action required.

 
BW-RESTJSON-100027:  The JSON message to be parsed is: %1.
Role:  debugRole
Category:  BW_Plug-in
Description:  Provides additional runtime information where %1 is the specified JSON message.
Resolution:  No action required.

 
BW-RESTJSON-100028:  Validate output is enabled:[ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates whether the Validate Output option is enabled or not.
Resolution:  No action required.

 
BW-RESTJSON-100029:  The generated XML is: %1.
Role:  debugRole
Category:  BW_Plug-in
Description:  Provides additional runtime information where %1 is the specified XML message.
Resolution:  No action required.

 
BW-RESTJSON-100030:  Parse operation executed successfully.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the parse operation executed successfully.
Resolution:  No action required.

 
BW-RESTJSON-100031:  Remove root option is enabled:[ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates whether the Remove Root option is enabled or not.
Resolution:  No action required.

 
BW-RESTJSON-100032:  Render operation with type [ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the information about the render schema type.
Resolution:  No action required.

 
BW-RESTJSON-100033:  Badgerfish conversion is in use:[ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates whether the Badgerfish conversion is enabled or not.
Resolution:  No action required.

 
BW-RESTJSON-100034:  Start to convert XML to JSON.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the conversion from XML to JSON has started.
Resolution:  No action required.

 
BW-RESTJSON-100035:  The XML to be rendered is: %1
Role:  debugRole
Category:  BW_Plug-in
Description:  Provides additional runtime information where %1 is the specified XML message.
Resolution:  No action required.

 
BW-RESTJSON-100036:  The generate JSON data is: %1.
Role:  debugRole
Category:  BW_Plug-in
Description:  Provides additional runtime information where %1 is the generated JSON data.
Resolution:  No action required.

 
BW-RESTJSON-100037:  Render operation executed successfully.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the render operation executed successfully.
Resolution:  No action required.

 
BW-RESTJSON-100038:  The DataTypeFactory for java type [javax.xml.datatype.Duration] is not provided, the converter will not claim the responsibility for Duration objects.
Role:  warnRole
Category:  BW_Plug-in
Description:  The DataTypeFactory for Java type was not provided.
Resolution:  No action required.

 
BW-RESTJSON-100039:  Validate input is enabled: [ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the Validate Input option has been enabled.
Resolution:  No action required.

 
BW-RESTJSON-200001:  Operation with WADL enabled, the path of WADL file is [ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates an operation with WADL has been enabled.
Resolution:  No action required.

 
BW-RESTJSON-200002:  Operation with WADL disabled.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates an operation with WADL has been disabled.
Resolution:  No action required.

 
BW-RESTJSON-200003:  Basic configuration, the request method is: %1, authentication style is: [ %2 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the basic configuration information about the Invoke REST API activity.
Resolution:  No action required.

 
BW-RESTJSON-200004:  The response type of GET request is [ %1 ].
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the response type of the get method.
Resolution:  No action required.

 
BW-RESTJSON-200005:  The encoded request URL is %1.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the encoded request URL.
Resolution:  No action required.

 
BW-RESTJSON-200006:  %1 request with body content in it.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the request was sent with body content. The %1 is one of the four REST methods: GET, POST, PUT, and DELETE.
Resolution:  No action required.

 
BW-RESTJSON-200007:  %1 request without body content in it.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the request was sent without body content.
Resolution:  No action required.

 
BW-RESTJSON-200008:  REST request executed successfully.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the REST request has been executed successfully.
Resolution:  No action required.

 
BW-RESTJSON-2000011:  Invoke REST API with proxy enabled, ip: [ %1 ], port: [ %2 ]
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the proxy is enabled when invoking a REST API.
Resolution:  No action required.

 
BW-RESTJSON-2000012:  Rich output enabled.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the Rich Output option is selected.
Resolution:  No action required.

 
BW-RESTJSON-2000013:  Trust HTTPS host enabled, the program will not validate the host.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the Trust HTTPS Host option is selected and the host will not be validated.
Resolution:  No action required.

 
BW-RESTJSON-2000014:  Use customer defined timeout: [ %1 ]ms.
Role:  debugRole
Category:  BW_Plug-in
Description:  Indicates the specified timeout value for the HTTP response.
Resolution:  No action required.

 
BW-RESTJSON-2000019:  Error happened when invoking REST server, [ %1 ].
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when invoking the REST server.
Resolution:  The REST server error.

 
BW-RESTJSON-2000020:  Both the Resource URI and Method are required, make sure they are not empty.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when running the Invoke REST API activity.
Resolution:  Ensure that the specified Resource URI, and Method fields in the Configuration tab are not empty.

 
BW-RESTJSON-2000021:  Fail to encode the URI, the operating system doesn't support UTF-8.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when running the Invoke REST API activity with the UTF-8 encoding character in the URI field.
Resolution:  Change the encoding character in the URI field.

 
BW-RESTJSON-2000022:  Authentication params error: [ %1 ].
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when running the Invoke REST API activity.
Resolution:  Ensure that all the values are provided to the required Authentication parameters.

 
BW-RESTJSON-2000023:  Try to add OAuth2 parameters to a position other than 'Query' and 'Header'.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when setting the OAuth2 parameters to the incorrect input items.
Resolution:  Ensure the OAuth2 parameters are set to the Query and Header items in the Input tab.

 
BW-RESTJSON-2000024:  Meet an illegal body part.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when using the unsupported items in the body of the HTTP request message.
Resolution:  Ensure that only the Form, Text, and Binary items are defined in the body of the HTTP request message.

 
BW-RESTJSON-2000025:  Internal error occurs: %1.
Role:  errorRole
Category:  BW_Plug-in
Description:  This is an internal error.
Resolution:  Depends on the content of the exception.

 
BW-RESTJSON-3000001:  Internal Server error occurs: %1.
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs in the server side.
Resolution:  Check your configurations.

 
BW-RESTJSON-3000002:  =Error!=============> %1
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when binding the TIBCO ActiveMatrix BusinessWorks process.
Resolution:  Check your configurations.

 
BW-RESTJSON-400000:  =Export Swagger. Start to export Swagger, the Swagger file is [%1].
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the Swagger API description file is started to export.
Resolution:  No action required.

 
BW-RESTJSON-400001:  =Export Swagger. Swagger file is exported successfully.
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the Swagger API description file is exported successfully.
Resolution:  No action required.

 
BW-RESTJSON-400002:  =Export Swagger. Failed to export Swagger file due to [%1].
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when exporting Swagger API description file.
Resolution:  Check your configurations.

 
BW-RESTJSON-400003:  =Export Swagger. There are [%1] resources in the application, and resource number [%2] is just exported to Swagger.
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the amount of the resource in the application is exported to Swagger.
Resolution:  No action required.

 
BW-RESTJSON-500000:  =Export WADL. Start to export WADL, the WADL file is [%1].
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the WADL file is started to export.
Resolution:  No action required.

 
BW-RESTJSON-500001:  =Export WADL. The WADL file is exported successfully.
Role:  infoRole
Category:  BW_Plug-in
Description:  Indicates the WADL file is exported successfully.
Resolution:  No action required.

 
BW-RESTJSON-500002:  =Export WADL. Failed to export WADL due to [%1].
Role:  errorRole
Category:  BW_Plug-in
Description:  An error occurs when exporting the WADL file.
Resolution:  Check your configurations.

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved