• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Categories set returned null from the cache

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is weird....

| jvm 2 | 2006/12/05 16:41:10 | 16:41:10,834 INFO [JForumBaseServlet ] Starting JForum. Debug mode is true
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,835 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.util.search.quartz.QuartzSearchIndexerJob
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository
INFO | jvm 2 | 2006/12/05 16:41:10 | 16:41:10,836 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository
INFO | jvm 2 | 2006/12/05 16:41:11 | 16:41:11,247 WARN [ForumRepository ] Categories set returned null from the cache. Trying to reload
INFO | jvm 2 | 2006/12/05 16:41:11 | 16:41:11,367 ERROR [runtime ]
INFO | jvm 2 | 2006/12/05 16:41:11 | Expression lastUser is undefined on line 145, column 147 in default/forum_list.htm.
INFO | jvm 2 | 2006/12/05 16:41:11 | The problematic instruction:
INFO | jvm 2 | 2006/12/05 16:41:11 | ----------
INFO | jvm 2 | 2006/12/05 16:41:11 | ==> ${lastUser.id} [on line 145, column 145 in default/forum_list.htm]
INFO | jvm 2 | 2006/12/05 16:41:11 | ----------
INFO | jvm 2 | 2006/12/05 16:41:11 |
INFO | jvm 2 | 2006/12/05 16:41:11 | Java backtrace for programmers:
INFO | jvm 2 | 2006/12/05 16:41:11 | ----------
INFO | jvm 2 | 2006/12/05 16:41:11 | freemarker.core.InvalidReferenceException: Expression lastUser is undefined on line 145, column 147 in default/forum_list.htm.
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.TemplateObject.invalidTypeException(TemplateObject.java:134)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Dot._getAsTemplateModel(Dot.java:78)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Expression.getStringValue(Expression.java:93)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.visit(Environment.java:196)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.MixedContent.accept(MixedContent.java:92)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.visit(Environment.java:196)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.renderElementToString(Environment.java:1461)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.StringLiteral.getStringValue(StringLiteral.java:95)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.StringLiteral._getAsTemplateModel(StringLiteral.java:80)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.ListLiteral.getModelList(ListLiteral.java:119)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:89)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Expression.getStringValue(Expression.java:93)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.DollarVariable.accept(DollarVariable.java:76)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.visit(Environment.java:196)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.MixedContent.accept(MixedContent.java:92)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.visit(Environment.java:196)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.core.Environment.process(Environment.java:176)
INFO | jvm 2 | 2006/12/05 16:41:11 | at freemarker.template.Template.process(Template.java:231)
INFO | jvm 2 | 2006/12/05 16:41:11 | at net.jforum.JForum.service(JForum.java:198)
INFO | jvm 2 | 2006/12/05 16:41:11 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
INFO | jvm 2 | 2006/12/05 16:41:11 | at net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
INFO | jvm 2 | 2006/12/05 16:41:11 | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
INFO | jvm 2 | 2006/12/05 16:41:11 | at java.lang.Thread.run(Thread.java:595)
INFO | jvm 2 | 2006/12/05 16:41:11 | 16:41:11,373 ERROR [runtime ]
INFO | jvm 2 | 2006/12/05 16:41:11 | Expression lastUser is undefined on line 145, column 147 in default/forum_list.htm.
INFO | jvm 2 | 2006/12/05 16:41:11 | The problematic instruction:
INFO | jvm 2 | 2006/12/05 16:41:11 | ----------
INFO | jvm 2 | 2006/12/05 16:41:11 | ==> ${lastUser.id} [on line 145, column 145 in default/forum_list.htm]
INFO | jvm 2 | 2006/12/05 16:41:11 | ----------
INFO | jvm 2 | 2006/12/05 16:41:11 |

[originally posted on jforum.net by brunogm]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which JForum version? First install?

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jforum 2.16

brunogm
[originally posted on jforum.net by brunogm]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic