I fixed the error by dropping roller table and recreating it.
Now I get
ERROR 2005-12-21 10:22:53,265 MainPageCacheFilter:doFilter - Unexpected
exception rendering page main/page/en
org.apache.jasper.JasperException: /theme/tiles-frontpage.jsp(44,12)
According to TLD or attribute directive in tag file, attribute test does
not accept any expressions
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:49)
It looks like tiles-frontpage.jsp line <c:when test="${planetEnable}">
is complainging about test attribute.
Thanks,
Amy
Amy Roh wrote:
Hi,
I have deployed roller on sun application server and am getting the
following error.
Anyone seen this?
ERROR 2005-12-20 16:06:22,031 JDBCExceptionReporter:logExceptions -
Unknown column 'websitedat2_.handle' in 'field list'
FATAL 2005-12-20 16:06:22,046 RollerContext:contextInitialized -
RollerContext initialization failed
org.roller.RollerException
at
org.roller.business.hibernate.HibernatePingTargetManagerImpl.getCommonPingTargets(HibernatePingTargetManagerImpl.java:50)
.......
--- ROOT CAUSE ---
org.hibernate.exception.SQLGrammarException: could not execute query
at
org.hibernate.exception.ErrorCodeConverter.convert(ErrorCodeConverter.java:70)
.............
at com.sun.enterprise.server.PELaunch.main(PELaunch.java:210)
Caused by: java.sql.SQLException: Unknown column 'websitedat2_.handle'
in 'field list'
Thanks,
Amy