Hi. Is there any problem with run Coldfusion10/11 ...
# box-products
r
Hi. Is there any problem with run Coldfusion10/11 under commandbox 5.9.0? I get error
Copy code
[DEBUG] Runwar: [ERROR] runwar.context: java.lang.NullPointerException: Cannot invoke "coldfusion.server.LicenseService.isStandard()" because the return value of "coldfusion.server.ServiceFactory.getLicenseService()" is null
s
AFAIK Commandbox can do it but you have to have a supported JRE
I think you don't have to go back to an earlier version of Commandbox unless you're using CF9
haven't tried tho
e
Are you loading a supported JRE in server.json?
Copy code
"JVM":{
    "javaVersion":"openjdk8",
    "args":"-XX:MaxMetaspaceSize=192m -XX:+UseParallelGC -Duser.timezone=GMT -Dhttps.protocols=TLSv1.2",
    "heapSize":"512",
    "minHeapSize":"512"
},
👍 2
r
thank you, guys! It helped to me