hi
sorry, my last thread was stupid,
I have already experienced the same error message, it generally happens when too many session are open with much data in the sessions context of the users (login objects, data objects ...)
As CatWeasel said you can increase the amount of memory available for the servlet container.
You can also try to reduce the 'invalidation time' for the sessions (time after wich a session expires, and also all objects contained inside). by default I have 30 minutes
manu0