Friday, July 14, 2006

JRoller error

Don't you love error messages from Java web apps? Usually they consist of exceptions nested 10 levels deep.
javax.servlet.jsp.JspException: ServletException in '/main.jsp': An error
occurred while evaluating custom action attribute "value" with value "${post.category.path}":
An error occurred while getting property "path" from an instance of class
org.roller.pojos.WeblogCategoryData (java.lang.OutOfMemoryError: Java heap
space)

Their web site might not be working properly, but at least they're POJO-compliant.

1 comment:

Berlin Brown Discussions said...

And after all of the information. Guess what. Tomcat or whatever opensource j2ee container they are using just hosed for no reason. Happens on tomcat all the time with more than 3 users hehe.