Recently my orion process (running on Linux) is dying a couple times a day.
This is just a development server, and as far as I know, nobody is hitting
it.
The only pointer I have at the moment is the following error:


2/5/01 1:14 AM forums: Error in servlet 'classpath' destroy()
java.lang.NullPointerException
        at
javax.servlet.GenericServlet.getServletContext(GenericServlet.java)
        at javax.servlet.GenericServlet.log(GenericServlet.java)
        at javax.servlet.GenericServlet.destroy(GenericServlet.java)
        at com.evermind.server.http.ServletInstanceInfo.b9(JAX)
        at com.evermind.server.http.HttpApplication.wq(JAX)
        at com.evermind.server.http.HttpApplication.b9(JAX)
        at com.evermind.server.http.em.b9(JAX)
        at com.evermind.server.http.en.b9(JAX)
        at com.evermind.server.ApplicationServer.b9(JAX)
        at com.evermind.server.hg.run(JAX)
        at java.lang.Thread.run(Thread.java:484)
2/5/01 1:14 AM forums: 1.4.4 Stopped


I assume that is coming from when Orion is trying to nicely shut down, but
does
anyone know why I'm getting the null pointer, and why it would be shutting
itself down?

Thanks.


Reply via email to