CF2021, new install but wsconfig not working
Hello,
Been digging through the docs the last few days and i'm about out of hair to pull out.
I've been leveraging the zip file based distribution of CF2021, have it up and running without any aparent errors in the server on a Windows 2019 Server. However, when I go to utilize the wsconfig utility I get the following error and honestly, i'm just sitting here spinning my wheels trying to figure this out.
>C:\ColdFusion2021\cfusion\runtime\bin\wsconfig
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\ColdFusion2021\config\wsconfig\cfwin32.dll: Can't find dependent libraries
at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)
at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2617)
at java.base/java.lang.Runtime.load0(Runtime.java:765)
at java.base/java.lang.System.load(System.java:1835)
at com.adobe.coldfusion.connector.connectorinstaller.Win32Handler.<init>(Win32Handler.java:51)
at com.adobe.coldfusion.connector.connectorinstaller.gui.ConfigFrame.<init>(ConfigFrame.java:67)
at com.adobe.coldfusion.connector.connectorinstaller.gui.ConfigFrame.run(ConfigFrame.java:536)
at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:991)
Note, this is a brand new server and has never had another instance of coldfusion installed on it. The dll referenced IS there, so i assume its something in the DLL that's not on the system when it's expecting it.
I would appreciate any help and guidance the community may have.
