"Error processing your request. Please try your action again.".
Symptoms
In the catalina log file, you will see the following error:
2016-06-06 16:05:28,558 INFO [com.esko.webcenter.jsp.WebAppTimer] {59} -> cancelImpl: Timer com.esko.webcenter.jsp.WebAppTimer;instance:/WebCenter_Inst stopped
2016-06-06 16:05:28,574 ERROR [org.apache.catalina.loader.WebappClassLoader] The web application [/WebCenter_Inst] appears to have started a thread named [class com.esko.webcenter.log.Log4JWrapper-asyncExec] but has failed to stop it. This is very likely to create a memory leak.
Solution
Tomcat will be running with a different user who is not in the local administrator group and therefore does not have enough rights to stop threads.
There are two options to solve this issue:
Add the user who is running Tomcat to the local administrator group on the server by going to Local users and groups and then restart Tomcat.
Run Tomcat with the default Local System user. To configure this:
Go to Services, stop the WebCenter Tomcat Web Server service.
Right click on this service to open the contextual menu and click Properties.
In the Log On tab, select the Local System account radio button and starting the service again.