Verifying the Profiles Worker is running correctly
View tracing information in the log files to help verify the Profiles Worker is running as expected.
The Profiles Worker is the process that sends the user life-cycle commands to the other Connections applications. The Profiles Worker propagates user data, such as user metadata and state, from the Profiles database to the other applications. This process is run every 30 seconds.
To verify the Profiles Worker is running as expected.
- Enable trace logging for the com.ibm.lconn.profiles.worker process in the WAS.
- Check the log files for information relating to the Profiles Worker. Log entries relating to this process are flagged with the text, com.ibm.lconn.profiles.worker.*.
The log files should produce something similar to the following every 30 seconds. The log file includes information about how many commands were sent to the other Connections applications.
[4/28/10 18:27:49:828 IST] 00000043 WorkerTaskBea > com.ibm.lconn.profiles.worker.ejb.WorkerTaskBean process ENTRY com.ibm.ws.scheduler.TaskStatusImpl@1 [4/28/10 18:27:49:828 IST] 00000043 WorkerProcess > com.ibm.lconn.profiles.worker.impl.WorkerProcessImpl processIndexUpdates ENTRY [4/28/10 18:27:49:830 IST] 00000043 WorkerProcess < com.ibm.lconn.profiles.worker.impl.WorkerProcessImpl processIndexUpdates RETURN [4/28/10 18:27:49:830 IST] 00000043 WorkerProcess > com.ibm.lconn.profiles.worker.impl.WorkerProcessImpl processNewEvents ENTRY [4/28/10 18:27:49:831 IST] 00000043 WorkerProcess 2 CLFRN1199I: Profiles Worker processed 0 commands during this turn. [4/28/10 18:27:49:831 IST] 00000043 WorkerProcess < com.ibm.lconn.profiles.worker.impl.WorkerProcessImpl processNewEvents RETURN [4/28/10 18:27:49:831 IST] 00000043 WorkerTaskBea < com.ibm.lconn.profiles.worker.ejb.WorkerTaskBean process RETURN
Parent topic:
Troubleshooting user data propagation
Related: