Troubleshooting 'stale request' error

Cantor, Scott cantor.2 at osu.edu
Mon Feb 13 19:06:34 UTC 2023


All I can really say as general advice is that the error is most commonly going to be associated with improper handling of JSESSIONID. Usually it's not being set, or it's changing inappropriately, severing the connection to the conversation tracked by the server.

When it's a specific client involved, usually it's a cookie problem, the client might be unable to store them due to space limitations or corruption. Or a network/load balancer issue causing the client to switch servers.

-- Scott




More information about the users mailing list