Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error 500 after changing the CF9 Application Server account

Participant ,
Nov 16, 2011 Nov 16, 2011

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

1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Nov 16, 2011 Nov 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.

Translate
Guide ,
Nov 16, 2011 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 16, 2011 Nov 16, 2011
LATEST

I give permissions on CFM partition and it works.

Thank you very much!

best regards

Claudia

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources