hi
i get the following error.
i am running jforum-2.1.4 with jetty-5.1.3. on
java version "1.4.2_03"
on ubuntu linux.
i am logged in then everything works great. i close my browser and immediately open a new browser.
i then get the following exception on the jforum page in the browser
An error has ocurred. For detailed stack trace, please see the page's source code.
java.lang.NullPointerException
the jetty logs shows the following
11:42:09,815 ERROR [ExceptionWriter ] java.lang.NullPointerException
at java.util.Hashtable.get(Hashtable.java:333)
at java.util.Properties.getProperty(Properties.java:563)
at net.jforum.repository.ModulesRepository.getModuleClass(ModulesRepository.java:95)
at net.jforum.JForum.service(JForum.java:287)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:556)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1563)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:623)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1515)
at org.mortbay.http.HttpServer.service(HttpServer.java:956)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
if i wait a short while and press the page reload button it works again.
any ideas?
bye
bobnob
[originally posted on jforum.net by bobnob]