Reference keywords to check engine startup or track a transaction.

Reference keywords to check engine startup or track a transaction.

book

Article ID: KB0099817

calendar_today

Updated On:

Products Versions
TIBCO API Exchange -
Not Applicable -

Description

Resolution:
- Enabling debug logging in asg.properties(or the -p option provided) should suffice for investigating many cases: tibco.clientVar.ASG/Logging/MinLogLevel=0

- To make sure a HTTP channel was initialized, look for an entry like the following: [HTTP-Channel-Startup] - [driver.http] Channel server for HTTP Channel[Port:<port>] successfully started

- To make sure if Target operations were loaded properly, especially when the transport is HTTPS, look for an entry like the followoing and check there that are no errors:
 DEBUG: ServiceStatus added: status_service_<target_op_name>

- To check how a request/transaction was handled by the engine, look for the follwoing entries in order:


- Request created
- Sending headers
- ServiceCall
- Received southbound response
- Sending northbound response

- To check if a Mapping/.xsl was loaded properly or not, look for the following entry: XSLT Mapping added: mp_<mapping_name> type:<full or payload>

Issue/Introduction

Reference keywords to check engine startup or track a transaction.