This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JForum and the fly likes Template for action list is not defined Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "Template for action list is not defined" Watch "Template for action list is not defined" New topic
Author

Template for action list is not defined

Ryan Grace
Greenhorn

Joined: Dec 27, 2012
Posts: 1
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Template for action list is not defined
 
Similar Threads
Create Mobile UI for Existing Jforum Website
How to solve DynamicClassLoader exception
probleme with datasource configuration
Hi.Guys!I need some help:)
Everything works except "Preview" any problem on previewMessage() function?