I've created a hawkSink in my configuration for tracing but I cannot see any trace message in the Hawk display. What do I need to do to get hawkSink to work?

I've created a hawkSink in my configuration for tracing but I cannot see any trace message in the Hawk display. What do I need to do to get hawkSink to work?

book

Article ID: KB0092058

calendar_today

Updated On:

Products Versions
TIBCO Adapter SDK -
Not Applicable -

Description

Resolution:
SDK &lthawkSink> sends the trace messages to the _onUnsolicatedMsg method of the specified microagent in the hawkSink. This standard Hawk microagent is specified as follows:

&lthawkSink name="hawkTraceSink"
  microAgentName="COM.TIBCO.ADAPTER" >
&ltrole name="errorRole" />
</hawkSink>

So in this case the trace message will be sent to the method COM.TIBCO.ADAPTER:_onUnsolicitatedMsg(). You will need to subscribe to this method or write a rule on it to see the trace message.

Issue/Introduction

I've created a hawkSink in my configuration for tracing but I cannot see any trace message in the Hawk display. What do I need to do to get hawkSink to work?

Environment

Product: TIBCO Adapter SDK Version: 5.1.3, 5.3.0, 5.2.1, 5.3.2, 4.1.3, 5.0.x OS: All --------------------