The below log error is filling up the Agent log:
[ERROR] [IntroscopeAgent.Agent] ThreadCreationTracer: enginemessagewrapper is null
This issue only happens when using WPS.pbd.
This is a configuration problem. In case of BPM/WAS 8x, use a different Thread Correlation Tracer. This is mentioned in the PBD as well as the code.
Under your WPS.pbd, make the following changes:
Comment the below entry for BPM 8.x:
#SetTracerClassMapping: ThreadCreationTracer com.wily.powerpack.websphereprocserver.tracer.ThreadCreationTracer com.wily.introscope.probebuilder.validate.ResourceNameValidator#Uncomment the below entry for BPM 8.xSetTracerClassMapping: ThreadCreationTracer80 com.wily.powerpack.websphereprocserver.tracer.ThreadCreationTracer80 com.wily.introscope.probebuilder.validate.ResourceNameValidatorTraceOneMethodWithParametersOfClass: com.ibm.bpe.framework.navigation.NavigationWorkObject4WorkMgrThread run ThreadExecutionTracer "NavigationWork"
Comment the below entry for BPM 8.x:#TraceOneMethodWithParametersOfClass: com.ibm.bpe.framework.navigation.NavigationWorker doWork ThreadCreationTracer "Navigation-Work"
Uncomment the below entry for BPM 8.x:TraceOneMethodWithParametersOfClass: com.ibm.bpe.framework.navigation.NavigationWorker doWork ThreadCreationTracer80 "Navigation-Work"
Was this information helpful?