Skip to main content
Participant
March 20, 2023
Answered

ColdFusion 2021 Auto-Lockdown Stuck

  • March 20, 2023
  • 3 replies
  • 504 views

Lockdown tool is stuck on "Change Permissions of IIS Website: ... Input Logs".  It also messed up the permissions on server webroot.  Files are now missing an owner.  Any insight would be appreciated.

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer dejal11110600

    Thank you.  Even though I was part of the Administrators group on the VM, I didn't run the lockdown tool as administrator and I also wasn't the owner of the folders.  Once I made those changes, it appeared to fix the issue. 

    3 replies

    BKBK
    Community Expert
    Community Expert
    April 25, 2023

    Something to try, to at least get things moving again:

    1. Stop the ColdFusion instance.
    2. Back up the files /lib/neo-security.bak and /lib/neo-security.xml on a location outside the ColdFusion server.
    3.  Delete the file /lib/neo-security.xml, and rename the file /lib/neo-security.bak to /lib/neo-security.xml.
    4.  Restart the ColdFusion instance.

    Does that help?

    dejal11110600AuthorCorrect answer
    Participant
    May 4, 2023

    Thank you.  Even though I was part of the Administrators group on the VM, I didn't run the lockdown tool as administrator and I also wasn't the owner of the folders.  Once I made those changes, it appeared to fix the issue. 

    BKBK
    Community Expert
    Community Expert
    May 5, 2023

    Thanks for sharing that.