dougcain
05/03/2023, 12:39 PMjclausen
05/03/2023, 2:19 PMjclausen
05/03/2023, 2:21 PM-XX:+UseContainerSupport
jclausen
05/03/2023, 2:41 PMjvm.config
file for their container:
java.args=-server --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/sun.util.cldr=ALL-UNNAMED --add-opens=java.base/sun.util.locale.provider=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED -Xms256m -Xmx1024m -XX:+UseParallelGC -Djdk.attach.allowAttachSelf=true -Dcoldfusion.home={application.home} -Djava.security.egd=/dev/urandom -Djava.awt.headless=true -Dcoldfusion.rootDir={application.home} -Djava.security.policy={application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib/,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{application.home}/bin/cf-osgicli.jar -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.JavaUtilLog -Djava.util.logging.config.file={application.home}/lib/logging.properties -Dtika.config=tika-config.xml -Djava.locale.providers=COMPAT,SPI -Dsun.font.layoutengine=icu -Dcom.sun.media.jai.disableMediaLib=true
The ones I see possibly being relevant are:
• -Djdk.attach.allowAttachSelf=true
• -Djava.awt.headless=true
I would try those as well.jclausen
05/03/2023, 2:42 PMUseContainerSupport
option sets the java.awt.headless
option, though.dougcain
05/03/2023, 2:51 PMbdw429s
05/03/2023, 5:54 PMUID
, what it is, where it comes from, and how they are accessing it. If it's specific to AWS, I'm sort of clueless on how most of AWS works. Like Jon said, it's just a J2E WAR deploy. Can you connect me with the Adobe engineer who was talking to you?bdw429s
05/03/2023, 5:55 PMlicense.properties
filedougcain
05/03/2023, 8:21 PMdougcain
05/04/2023, 1:33 PMjclausen
05/04/2023, 1:47 PMUID
they were looking for, we could probably assist in troubleshooting, but what they are using under-the-hood to activate the licenses is a mystery to me.jclausen
05/04/2023, 2:24 PM#CF License File
#Tue Mar 14 19:01:58 GMT 2023
vendor=0V\=LUFWP]J(Z^V)[G?G5'C@ \n
installtype=standalone
previous_sn=
appserver=0V\=LUFWP]J(Z^V)[G?G5'C@ \n
company=
sn=Developer
user=
listen=true
CommandBox container:
#CF License File
#Tue May 02 20:49:29 UTC 2023
vendor=0V\=LUFWP]J(Z^V)[G?G5'C@ \n
installtype=j2ee
previous_sn=
appserver=0V\=LUFWP]J(Z^V)[G?G5'C@ \n
sn=
lte=1685652569586
listen=true
The LTE is just the unix timestamp for when the Trial expiration kicks it over to developer mode.dougcain
05/04/2023, 2:28 PMjclausen
05/04/2023, 2:41 PMcfconfig_license
with ACF2021 and air-gapped servers all of the time and never have an issue - but those are perpetual licenses.dougcain
05/04/2023, 3:04 PM