Application server is busy error
We're intermittently getting the following error (CF9 9,0,0,251028 standalone, Linux SUSE):
Server Error
The server encountered an internal error and was unable to complete your request.
Application server is busy. Either there are too many concurrent requests or the server still is starting up.
The error occurs in all of our applications running on the server, including the CF admin interface. A page refresh resolves it temporarily.
We had this issue on another server and found that disabling J2EE session variables did the trick. That's not an option on this server as we have external authentication services that use the J2EE session token format.
We can create it pretty consistently with requests that include StructDelete and StructClear on the session object. Wondering if the combination of those functions and J2EE session variables is a cause?
