cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
0
Helpful
1
Replies

IPCC express : tracing logs in java steps / assigning context values

ahmerghazi
Level 1
Level 1

We have developed a Java Step responsible for communicating with an

application server. There are two major problems we are facing:

1) Cannot find trace logs

According to IPCX SDK guide we have completed following steps

a) WFWorkflowRTContainer rtc = getWorkflowRTContainer();

tLog = rtc.addTracingService(STEP_NAME); with facility name equals to name of jar file of the Step

b)private transient WFTracingLog tLog = null;

tLog.trace("Exception occurred in processing ", e); for every error.

c) created a system.properties file in

wfvaavid folder and have added

TRACELEVEL.MIVR.STEP_NAME.DEBUGGING=true

Please let us know where can we find the trace log files

2) Cannot assign values to global Script contexts from java code

regards,

Ahmer Ghazi

1 Reply 1

Did you enable the trace for the Java steps in the Engine Log config? You need that enabled to see any logs on java