Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Troubleshooting: "Unable to synchronize on requestor" timeout after 120 seconds

Updated on May 7, 2019

Symptom

A requestor thread represents an individual user or external system that connects to Process Commander. Requestors are unique Java objects in the JVM.

When a user performs an action (clicks a button or link), HTTP requests are generated and sent to the Process Commander server. Then the Web container retrieves one thread from its thread pool to handle each HTTP request.

Since one user can generate multiple HTTP requests, multiple threads may be required to work on the same Requestor object.

If a requestor object waits for more than 120 seconds, the following error appears:

Unable to synchronize on Requestor ZZZZZZZ within 120 seconds

This error may occur during report generation if the report is extremely large, or if the requestor is calling an external program.

Solution

In most cases you can ignore this error, as the situation is temporary and transient. If the error continues to occur and hinders production, you need to explore why this is occurring.

A simple solution to the requestor timeout issue is to clear your browser cache, thus issuing a new request to free up resources to attempt to complete the task.

If the error occurs due to excessive database processing, this is due to a performance issue. Run the Performance Analyzer (PAL) to determine where the bottlenecks occur, and tune your application appropriately.

The following articles can help you to tune your application:

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us