I am still ferreting through the log to see if anything happened when the system rebooted, but the following errors repeat over and over for each time someone attempts to hit the website:
02/07 13:38:34 user failed to load: coldfusion.CfmServlet
02/07 13:38:34 error
[1]java.lang.NullPointerException
at coldfusion.CfmServlet.init(CfmServlet.java:80)
at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHe lper.java:94)
at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService. java:1216)
at jrun.servlet.JRunRequestDispatcher.init(JRunRequestDispatcher.java:86 4)
at jrun.servlet.JRunRequestDispatcher.<init>(JRunRequestDispatcher.java: 102)
at jrun.servlet.WebApplicationService.getDispatcher(WebApplicationServic e.java:872)
at jrun.servlet.ServletEngineService$1.fetch(ServletEngineService.java:5 13)
at jrunx.util.Cache.get(Cache.java:116)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java: 539)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.ja va:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo l.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j ava:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool. java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]javax.servlet.ServletException
at coldfusion.bootstrap.ClassloaderHelper.initServletClass(ClassloaderHe lper.java:102)
at coldfusion.bootstrap.BootstrapServlet.init(BootstrapServlet.java:59)
at jrun.servlet.WebApplicationService.loadServlet(WebApplicationService. java:1216)
at jrun.servlet.JRunRequestDispatcher.init(JRunRequestDispatcher.java:86 4)
at jrun.servlet.JRunRequestDispatcher.<init>(JRunRequestDispatcher.java: 102)
at jrun.servlet.WebApplicationService.getDispatcher(WebApplicationServic e.java:872)
at jrun.servlet.ServletEngineService$1.fetch(ServletEngineService.java:5 13)
at jrunx.util.Cache.get(Cache.java:116)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java: 539)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.ja va:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo l.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j ava:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool. java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Not sure that will help, but it seems an awful lot like a Jrun issue to me, and I am thinking that it might be permissions. I have no idea why anyone would change the persmissions, though.
I will post any errors from the reboot if I see them.
JB