Jordan Clark
09/15/2022, 5:20 PMbox task run whatever.cfc
will it honour ENV BOX_SERVER_APP_CFENGINE=lucee-light@5.3.9.133
and use that engine or is there a way to set the internal engine?bdw429s
09/15/2022, 5:25 PMbox info
bdw429s
09/15/2022, 5:25 PMbdw429s
09/15/2022, 5:25 PMbdw429s
09/15/2022, 5:26 PMJordan Clark
09/15/2022, 7:13 PMbox task run build.cfc compile
step, my build.cfc is using lucee admin's createArchiveFromMapping() and then those compiled files are put in place for the docker image to server.
I posted details of a problem in #lucee, it seems like this migh be causing a problem with extension compatibility because box task
is using a different lucee version (box info says lucee 5.3.9.160) than the actual docker lucee server which is lucee-light 5.3.9.133...
so I'm guessing its not possible to change or specify box's internal lucee version, it's baked in? So when box is updated (or the docker image ortussolutions/commandbox which has it) and the version mismatches is where we run into this issuebdw429s
09/15/2022, 7:22 PMbdw429s
09/15/2022, 7:23 PMbdw429s
09/15/2022, 7:23 PMbdw429s
09/15/2022, 7:23 PMJordan Clark
09/15/2022, 7:26 PM${BOX_SERVER_APP_SERVERHOMEDIRECTORY}/WEB-INF/lucee-server/deploy/
folder, in this case s3 v0.9.4.154 and everything was working fine, it was only when we did a deploy last night that it must have picked up a new version of the base ortus docker image with a new box version, and new lucee version 5.3.9.160 that does the compile that wanted s3 v0.9.4.155-SNAPSHOT that we ran into this issueJordan Clark
09/15/2022, 7:28 PMbox task
could be a compatibility issueJordan Clark
09/15/2022, 7:33 PMzackster
09/16/2022, 7:20 AMadmin action="compileMapping"
type="server"
password=request.SERVERADMINPASSWORD
virtual="/"
stoponerror="false";