Copy link to clipboard
Copied
Hi,
I changed the user account in my ColdFusion Application Server 9 Service.
After restarting the service I get following error on every page of my applications:
java.lang.NullPointerException
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:285)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
I use CF9 Standard Edition and Windows Server 2008.
regards
Claudia
Hi Claudia,
Does the account that CF app service runs as have file system permissions to the CFM files on the disk?
HTH, Carl.
Copy link to clipboard
Copied
Hi Claudia,
Does the account that CF app service runs as have file system permissions to the CFM files on the disk?
HTH, Carl.
Copy link to clipboard
Copied
I give permissions on CFM partition and it works.
Thank you very much!
best regards
Claudia