How to collect SSL debug logs in TIBCO ActiveMatrix BusinessWorks™

How to collect SSL debug logs in TIBCO ActiveMatrix BusinessWorks™

book

Article ID: KB0076873

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 5.13.x, 5.14

Description

Steps for collecting SSL debug logs in TIBCO ActiveMatrix BusinessWorks™ (BW)

Issue/Introduction

Steps for collecting SSL debug logs in TIBCO ActiveMatrix BusinessWorks™ (BW)

Resolution

Security provider j2se (java.property.TIBCO_SECURITY_VENDOR=j2se)

1. Designer

Add the following property to the file designer.tra

java.property.javax.net.debug=ssl,handshake,plaintext,record

SSL debug logs will be available in Designer console (Window > Show Console)

2. Deployed application

a. Add the following property to the deployed application .tra file

java.property.javax.net.debug=ssl,handshake,plaintext,record

b. Start the application from command line redirecting the output to a file

*nix

cd TIBCO_HOME/tra/domain/<domain_name>/application/<application_name>

./<application_name>.sh > bwapplication.out 2>&1

Windows

cd TIBCO_HOME\tra\domain\<domain_name>\application\<application_name>

<application_name>.cmd > bwapplication.out 2>&1

SSL debug logs will be available in the file bwapplication.out

Security provider entrust (default)

1. Designer

a. Create a file named properties.cfg under TIBCO_HOME\designer\5.x

b. Add the following properties to the file properties.cfg

For server-side logging, add the following property

bw.plugin.http.server.debug=true

For client-side logging, add the following property

Trace.Task.*=true

SSL debug logs will be available in Designer console (Window > Show Console)

2. Deployed application

For server-side logging, add the following property to the deployed application .tra file

bw.plugin.http.server.debug=true

For client-side logging, add the following property to the deployed application .tra file

Trace.Task.*=true

SSL debug logs will be available in application log file