After a recent windows system update mandated by our corporate systems team, my local Coldfusion 2018 server quit working. Since 2018 recently went out of support, I updated to CF 2023. That wouldn't start either.

If, in a command window, I navigate to the bin location C:\ColdFusion2023\cfusion\bin and type "cfstart" the error I get is "ERROR: JDWP unable to get necessary JVMTI capabilities".

I had not thought to do this before updating but, when I navigate to the same 2018 bin folder, the same message is given.

I have tried updating my Java to 17.0.18 but the result is the same.

UPDATE: This was fixed by removing this section from the jvm.config file in my bin folder (for me, C:\Coldfusion2018\cfusion\bin):

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

I think corporate security update locked down port 5005. I'll work on getting that opened up.

Full thread is here:

https://community.adobe.com/t5/coldfusion-discussions/help-with-cf-server-instances-failing-to-run/m-p/11394467

1

There are 1 answers

0
Keith Hooker On

UPDATE: This was fixed by removing this section from the jvm.config file in my bin folder (for me, C:\Coldfusion2018\cfusion\bin):

-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005

Full thread is here:

https://community.adobe.com/t5/coldfusion-discussions/help-with-cf-server-instances-failing-to-run/m-p/11394467