Copy link to clipboard
Copied
Using coldfusion 2018 . The application service start,stop,restart options became in disabled mode now.
Checked coldfusion out log and sever log files, but couldn't figure out why suddenly stopped. Had configured System password in its property from service. The system password is changed now.
Copy link to clipboard
Copied
in the future, to find the best place to post your message, use the list here, https://community.adobe.com/
p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post if it helps you get responses.
<"moved from using the community">
Copy link to clipboard
Copied
What do you mean "became in disabled mode" exactly? The buttons were grayed out and weren't clickable? The SYSTEM security context isn't exactly the same as a user account. It doesn't have a settable password most of the time, as far as I know. The operating system manages this itself. Newer versions of ColdFusion don't need to use SYSTEM or "Local System" or any of the other security contexts anyway, they just need appropriate access to their stuff: read/write/delete to C:\ColdFusion2018 or whatever, read to C:\Inetpub\wwwroot or whatever, read/write/delete access to wherever the web server connector goes. You can create a regular user account for that if you like.
Dave Watts, Eidolon LLC
Copy link to clipboard
Copied
Buttons were greyed out.
Copy link to clipboard
Copied
Are you running CF as SYSTEM / "Local System", or as "Local Service", or as a named user account?
Dave Watts, Eidolon LLC
Copy link to clipboard
Copied
Rz HAS in fact raised this in the cf forums, and there HAS been ample response there.
I'm frankly surprised to see them opening the discussion here now, as it doesn't seem they've considered all that has been offered there. Anyway, folks seeing this here may want to read that thread before responding here, lest they perhaps offer the same suggestions. Or they may consider them if finding this in the future as they suffer a similar problem.