posted 11 years ago
Hi,
I'm upgrading to JForum 2.3.4 from 2.3.1 which is running in a clustered database index environment on Resin 3.1.8. The forum will start up fine, you can navigate, post, reply, and search for awhile and then it will throw TemplateNotFoundException from the Command class on ANY action you try to invoke resulting in the following output:
"An error has occurred.
For detailed error information, please see the HTML source code, and contact the forum Administrator.
Template for action list is not defined"
Here is the stack trace from the log file:
2012-12-27 13:03:52,396 ERROR [ExceptionWriter] - net.jforum.exceptions.TemplateNotFoundException: Template for action list is not defined
at net.jforum.Command.process(Command.java:137)
at net.jforum.JForum.processCommand(JForum.java:247)
at net.jforum.JForum.service(JForum.java:229)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:87)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:273)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:730)
at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:649)
at java.lang.Thread.run(Thread.java:662)
Any thoughts would be greatly appreciated.
Thanks in advance.