Skip to main content
Inspiring
November 16, 2011
Answered

Error 500 after changing the CF9 Application Server account

  • November 16, 2011
  • 1 reply
  • 1114 views

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

    This topic has been closed for replies.
    Correct answer carl type3

    Hi Claudia,

    Does the account that  CF app service runs as have file system permissions to the CFM files on the disk?

    HTH, Carl.

    1 reply

    carl type3Correct answer
    Legend
    November 16, 2011

    Hi Claudia,

    Does the account that  CF app service runs as have file system permissions to the CFM files on the disk?

    HTH, Carl.

    biene22Author
    Inspiring
    November 17, 2011

    I give permissions on CFM partition and it works.

    Thank you very much!

    best regards

    Claudia