posted 17 years ago
We have JForum installed on a WebSphere, and since a number of days the forum has started to behave badly:
* slow response at first
* after some time, no response at all
Looking at the output of the server console, we see the following errors appear:
Caused by: java.lang.NullPointerException
at net.jforum.entities.Category.getForum(Category.java:291)
at net.jforum.repository.ForumRepository.getForum(ForumRepository.java:419)
at net.jforum.view.forum.RSSAction.forumTopics(RSSAction.java:106)
... 38 more
Could this indicate that our database is corrupt ? Is there a way to know more about when the NPE was generated ? debug logging ?
[originally posted on jforum.net by alidan]