• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ServletException posting reply

 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Trying to reply in https://coderanch.com/t/574328/java/java/ArrayList-Out-MemoryError, Preview did nothing, and Submit gave the following:

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
com.javaranch.jforum.url.JSessionIDFilter.doFilter(JSessionIDFilter.java:32)
com.javaranch.jforum.url.UrlFilter.doChain(UrlFilter.java:66)
com.javaranch.jforum.url.UrlFilter.doFilter(UrlFilter.java:52)
net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
net.jforum.JpaFilter.executeFilter(JpaFilter.java:51)
net.jforum.JpaFilter.doFilter(JpaFilter.java:40)

root cause

java.lang.NoClassDefFoundError: net/jforum/exceptions/ExceptionWriter
net.jforum.JForum.handleException(JForum.java:374)
net.jforum.JForum.service(JForum.java:277)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.javaranch.jforum.url.JSessionIDFilter.doFilter(JSessionIDFilter.java:32)
com.javaranch.jforum.url.UrlFilter.doChain(UrlFilter.java:66)
com.javaranch.jforum.url.UrlFilter.doFilter(UrlFilter.java:52)
net.jforum.util.legacy.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:59)
net.jforum.JpaFilter.executeFilter(JpaFilter.java:51)
net.jforum.JpaFilter.doFilter(JpaFilter.java:40)

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
 
Jeff Verdegan
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same result whether quoting a reply or just hitting Post Reply. If this post makes it, then apparently it's just that thread or that forum.
 
author & internet detective
Posts: 42154
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try it again. I restarted and it works now.
 
Jeff Verdegan
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yup. Good to go. Thanks Jeanne!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic