Hi,
I download the struts2 field pack from community and deployed it into Agent r9.7.1.0.
Then I found so many transaction trace that showing abnormal in trace view.

There are my step for deploy struts2 field pack.
1. copy struts2.pbd and biz-trx-struts2.pbd into <Agent_HOME>/core/config
2. copy struts2Monitoring.jar into <Agent_HOME>/core/ext
3. setup the setting in IntroscopeAgent.profile as below
introscope.autoprobe.directivesFile=webligic-typical.pbl,struts2.pbd,biz-trx-struts2.pbd
introscope.agent.decorator.enabled=true
4. enable the setting in biz-trx-http.pbd as below
SetTracerClassMapping: BizTrxHttpTracer com.wily.introscope.agent.biztrxhttp.trace.BizTrxHttpTracer com.wily.introscope.probebuilder.validate.ResourceNameValidator
SetTracerOrdering: BizTrxHttpTracer -2005
SetTracerParameter: BizTrxHttpTracer nameformatter com.wily.introscope.agent.trace.biz.trx.BizTrxNameFormatter
SetTracerParameter: BizTrxHttpTracer errorTracing true
Then Struts can working normally but only GUID's value is zero
So, any ideal about this?
Thanks,
Sam