Quick question (as I have exhausted my Google-fu) ...
# adobe
s
Quick question (as I have exhausted my Google-fu) - Has anyone seen/run into issues with running CF2021 on a MS Server 2019 VM that has "Hypervisor Enforced Code Integrity" turned on? On a freshly built VM - got CF2021 up and running - installed my app - got it configured and running. Ran for most of the day. Then I went to restart the CF Application service - and now the service won't start. I get a Microsoft "error code 2". The app seems to run fine on the other Server 2019 VM (without the HVCI) - that I had it on. So - if this is a known issue with HVCI - my Google-fu is busted, because I can't seem to find info on it.
p
@Sid Wing Can you please start the CF from command line and sahre the console output here.
s
ERROR: JDWP unable to get necessary JVMTI capabilities.
p
Do you have fusion reactor installed?
s
Given that Fusion Reactor runs on CF - not yet no
From what we have found in our testing this seems to be limited to the Server 2019 environment - it appears to run fine in Server 2022 in this configuration
p
just for test, take the backup of jvm.config which you can locate in \ColdFusion2021\{instance_name}\bin and open the file and remove this entry "-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" and then try to restart
s
testing
That appears to have allowed it to start
So - what exactly is that entry doing?
p
Some issue with Java 11, let me get back to you with more details
s
OK
Any news?
So - how does removing that command impact CF? What does that listener do? We are looking to move to production (after having spent MANY thousands of dollars in Enterprise licensing) and we need to know/understand what that does - and what impact it may have on CF.
p
Sid, these are basically for debuggin and doesn't have any affect on the server. Could you please send me the jvm.config in DM
s
As slack does not/cannot be run on that box - I really can't
p
Can you check if there are duplicate entry for the same line which I shared with you.
s
Hold please - looking
There is not
p
Thanks, let me check
Are you using external JDK or bundled that we shipped with CF?
s
Bundled