The error occurs on this line in a jsp page!
<table:table name="sessionScope.users" sort="external" pagesize="50" id="user" class="list"
requestURI="/admin-users.html" partialList="true" size="sessionScope.fullListSize">
I've tried increasing the perm gen max to 512m, using the methods found in other posts, both for the invocation of eclipse and the instance of Tomcat.
Ok, so a bit more context is required: THis is my dev system, running in eclipse, and pointing to a standalone instance of tomcat that is a server within Eclipse.
According to Recurring "PermGen" in Tomcat 6, I have the following in my eclipse.ini:
--launcher.XXMaxPermSize
512m
// ...
-XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC
-XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled
-Xms256m
-Xmx512m