"Jun 4, 2025 09:34:32 AM Error [http-nio-32000-exe...
# adobe
m
"Jun 4, 2025 093432 AM Error [http-nio-32000-exec-7] - Function checkAdminCredentials does not support PASSWORD as an argument in F:\ColdFusion2023\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc The specific sequence of files included or processed is: F:\ColdFusion2023\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc''" I got this error message, if i try to install the auto lockdown on coldfusion 2023. the Installer says "Entered credentials for ColdFusion administrator are incorrect", but the credentials are correct.
b
It looks like the checkAdminCredentials method in
\cfusion\wwwroot\CFIDE\lockdown\lockdown.cfc
is throwing an error because of the remote method changes in CF2023U14 / APSB25-52, and discussed in a few recent threads. See the "Remote Method Changes" section here: https://helpx.adobe.com/coldfusion/kb/coldfusion-2023-update-14.html. Adobe will probably have to release an updated version of
lockdown.cfc
where the checkAdminCredentials method explicitly declares the USERNAME and PASSWORD arguments.
Alternately, you could probably restart ColdFusion with the
-Dcoldfusion.runtime.remotemethod.matchArguments=false
JVM argument set, run the lockdown tool, and then restart ColdFusion without that argument if you want to re-enable that protection. The link about has more info on that JVM setting