Factor Language Blog

JRoller error

Friday, July 14, 2006

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.