ColdFusion 2016 - Security service not available

痞子三分冷 提交于 2019-12-11 10:41:08

问题


CF 2016 on windows10 with IIS

I've checked other threads on similar issues and they don't appear to apply. My laptop has needed to be crash-started on a number of occasions recently due to the laptop not waking up from sleep mode. A couple of times ColdFusion 2016 didn't start automatically and needed to be manually started. Now, ColdFusion appears to be starting automatically, but now I'm getting an error:

HTTP Error 500.0 - The Security service is not available.

I'm afraid I have no idea where to start on this or even what additional information to provide. So, I would really appreciate any hints.

The remainder of the error has the following information:

Detailed Error Information:

Module: IsapiModule Notification: ExecuteRequestHandler

Handler: ISAPI-dll

Error Code: 0x00000000

Requested URL: http://zbay_sys:80/jakarta/isapi_redirect.dll
Physical Path : C:\ColdFusion2016\config\wsconfig\1\isapi_redirect.dll

Logon Method: Anonymous

Logon User : Anonymous

I really hope I don't have to re-install CF


回答1:


Glad, that you are sorted.

The error message says, "The Security service is not available." Thus IIS is showing http based error 500. If the service is not starting, there could likely be a problem at ColdFusion end.

Please try the following, if you face the similar issue in future:–

  1. Stop ColdFusion service (if not already)
  2. Launch Command prompt as Administrator
  3. Browse to cf_root\cfusion\bin and run the following command coldfusion.exe -start console
  4. Try to access the CF Admin, once the services are started.

In case it gives an error message, please share the same.



来源:https://stackoverflow.com/questions/36393202/coldfusion-2016-security-service-not-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!