bdw429s
11/07/2022, 9:47 PMAdam Cameron
chapmandu
11/08/2022, 9:24 PM"fusionreactor": {
"enable": "${FUSIONREACTOR_ENABLE:true}",
"EDSGroups": "${APP_NAME:myapp}-${APP_STAGE:development}"
}
All of these environment variables are present, but the EDSGroups value is being reported in FR as "myapp-production"bdw429s
11/09/2022, 4:27 PMmithlond
11/10/2022, 5:09 PMGetHttpRequestData
CF function, or does ColdBox provide any better way to access request headers?mithlond
11/10/2022, 5:30 PMgpickin
11/10/2022, 6:12 PMdanlance
11/11/2022, 3:49 PMortussolutions/commandbox:3.6.0
and recent ortussolutions/commandbox:3.6.2
images - or any release notes?
…we’re just trying to determine if it’s appropriate / necessary to update our commandbox build while we are applying other updates to our base image build….jclausen
11/11/2022, 4:35 PMPatrick S
11/11/2022, 7:12 PMrichard.herbert
11/14/2022, 11:42 AMGeneric Connector Communication Error:
Please check and adjust your setup:
Ensure that Tomcat is running on given host and port.
If this is a timeout error consider adjusting IIS timeout by changing executionTimeout attribute in web.config (see manual).
The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security, State. at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate)
at System.Diagnostics.EventLog.SourceExists(String source)
at BonCodeIIS.BonCodeCallHandler.RecordSysEvent(String message, EventLogEntryType eType)
at BonCodeIIS.BonCodeCallHandler.ProcessRequest(HttpContext context)
Does CommandBox use BonCode behind the scenes?Daniel Mejia
11/14/2022, 9:12 PMAdam Brunt
11/15/2022, 3:40 PMimage: ortussolutions/commandbox:lucee5-alpine
pipelines:
default:
- step:
name: Test
script:
- box install production=true && box server start
- box testbox run outputFile=./test-reports/junit.xml reporter=junit
and the log shows that lucee is up and running but the textbox run line comes back with:
Executing tests <http://localhost:8080/test/index.cfm?report_format=testbox.system.reports.TextReporter&recurse=true&reporter=junit&verbose=false> please wait...
ERROR (5.6.1+00618)
Error executing tests:404 Not Found
Lucee 5.3.9.160 Error (missinginclude)
Message Page /test/index.cfm [/app/test/index.cfm] not found
Mapping /
Java Stacktrace lucee.runtime.exp.MissingIncludeException: Page /test/index.cfm [/app/test/index.cfm] not found
The line runs fine when I run it inside my local docker container which is running the same code, so I can only assume there is something in box.json and/or server.json that is confusing the pipeline; for example, there is no 'app' folder in the code base (but it is the working directory in the docker container)pegarm
11/15/2022, 7:24 PMservices:
intranet_cfml:
image: ortussolutions/commandbox:latest
container_name: intranet_cfml
hostname: intranet_cfml
environment:
- BOX_INSTALL=true
- BOX_SERVER_APP_CFENGINE=adobe@2021
- cfconfig_adminPassword=password
- TZ="US/Pacific"
ports:
- 80:8080
volumes:
- ./app:/app
networks:
- intranet_network
But the log in the Docker dashboard does nothing. Running on an Apple M2 MacBook Air.slcronin
11/15/2022, 7:36 PMDaniel Mejia
11/15/2022, 8:47 PMbockensm
11/16/2022, 2:36 PMseandaniels
11/16/2022, 10:17 PMthisOldDave
11/17/2022, 10:47 AMfoo=[1,2,3,4] -> /foo/[some array notation]
zackster
11/17/2022, 11:46 AMcfengine=lucee
https://www.forgebox.io/view/lucee/version/5.3.8-SNAPSHOT+233 ?slcronin
11/17/2022, 6:15 PMjohnbarrett
11/18/2022, 9:03 PMJesus Merino
11/21/2022, 11:33 AMJesus Merino
11/21/2022, 11:34 AMJesus Merino
11/21/2022, 11:35 AMgetMetadada( my_function )..
Jesus Merino
11/21/2022, 11:35 AM