IBM BPM, V8.0.1, All platforms > Troubleshooting and support > Troubleshooting administration tasks and tools > Troubleshooting BPEL processes and human tasks
Enabling tracing for Business Process Choreographer
You can configure trace settings for Business Process Choreographer to help diagnose problems with the processing of BPEL processes and human tasks.
Trace settings
Business Process Choreographer tracing uses the standard application server tracing mechanism. This must be enabled in the normal way.You can specify the following trace settings for Business Process Choreographer.
To get a complete set of trace information for Business Process Choreographer, specify the following trace settings:
Trace settings for Business Process Choreographer Trace string What is logged com.ibm.bpe.* All available trace information for BPEL processes com.ibm.bpe.basic.navigation.* Major navigation steps and state changes for BPEL processes com.ibm.bpe.basic.api* Time and sequence of methods called by the Business Flow Manager API com.ibm.task.* All available trace information for human tasks com.ibm.task.basic.api* Time and sequence of methods called by the Human Task Manager API com.ibm.task.basic.core* Major steps in the processing of human tasks, state changes, and calls to SPIs com.ibm.ws.staffsupport.* All available trace information for the people directory providers com.ibm.bpe.*=all:com.ibm.task.*=all:com.ibm.ws.staffsupport.*=all
What to send to support
After enabling tracing, re-create your problem, then provide the following files:
- The WebSphere Application Server FFDC log, located in the ffdc folder
The following log files:
- SystemOut.log
- SystemErr.log
- trace.log
On Linux and UNIX systems, these files are located in the profile_root/logs/ server_name directory.
On Windows platforms they are located in the profile_root\logs\ server_name directory.
If your problem scenario causes a lot of logging, backup files for the logs might be created with names, such as SystemOut_07.10.01_11.00.51.log.
You can use the administrative console to change the number of backup files that are created and the size of the log files. It might be good to increase both of these values to ensure that you capture all of the data.
The output that is written to the SDSF job data sets for the started task.
Troubleshooting BPEL processes and human tasks
Related information:
Work with trace in WebSphere Application Server
Tracing and logging configuration in WebSphere Application Server
Diagnostic trace service settings