Adam Cameron
box installmithlond
04/15/2022, 3:54 PMnullquerysim("col1,col2,col3
foo | | bar")wil-shiftinsert
04/15/2022, 4:01 PMhtml.something()htmlThere is no special setup needed to use it in a ColdBox application, it’s already baked in. Just reference the object by theSo I was wondering if I am doing something wrong.prefix and call the desired function within any layout or view.html
egomez
04/15/2022, 5:57 PMAdam Cameron
"fw1":"~4.2.0"4.2.∞4.3.04.2.xAdam Cameron
Pete Williamson
04/19/2022, 3:06 PMbox migrate upERROR (5.4.2+00453)
The OSGi Bundle with name [com.mysql.cj] is not available in version [8.0.28] locally (/home/user/.CommandBox/engine/cfml/cli/lucee-server/bundles) or from the update provider (<http://release.lucee.org>), the following versions are available locally [8.0.15, 8.0.19, 8.0.15].
  caused by: org.osgi.framework.BundleExceptionmysql-connector-java-8.0.28.jar~/.CommandBox/libBrandon Brown
04/19/2022, 3:59 PMapplication.wirebox.getInstance('testing')Formiko
04/20/2022, 6:39 AMseandaniels
04/22/2022, 12:42 PMbox installConnection failure <https://repo1.maven.org/maven2/com/github/vertical-blank/sql-formatter/2.0.3/sql-formatter-2.0.3.jarPKIX> path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetdick
04/25/2022, 12:07 PMinit()property name="test" inject="<http://path.to|path.to>.component( a='a', b='b')";satauros
04/26/2022, 8:40 AMFormiko
04/27/2022, 5:36 AMdanlance
04/28/2022, 4:58 PMbox server java install openjdk11_jre_x64_linux_hotspot_jdk-11.0.15+10 --setDefault#11 13.96  × | Installing package [java:openjdk11_jre_x64_linux_hotspot_jdk-11.0.15+10:lockVersion]
#11 13.96    | Installing [openjdk11_jre_x64_linux_hotspot_jdk-11.0.15+10]
#11 13.96    | Java version:              openjdk11
#11 13.96    | Java type:                 jre
#11 13.96    | Java arch:                 x64
#11 13.96    | Java os:                   linux
#11 13.96    | Java jvm-implementation:   hotspot
#11 13.96    | Java release:              jdk-11.0.15+10
#11 13.96    | Hitting the AdoptOpenJDK API to find your download.
#11 13.96    | <https://api.adoptopenjdk.net/v3/assets/version/%5B11%2C12%29?page_size>
#11 13.96    | =1000&release_type=ga&vendor=adoptopenjdk&project=jdk&heap_size=normal
#11 13.96    | &jvm_impl=hotspot&os=linux&architecture=x64&image_type=jre
#11 13.96    | This specific Java version doesn't seem to exist.  Valid [openjdk11] r
#11 13.96    | eleases are [jdk-11.0.14.1+1, jdk-11.0.14+9, jdk-11.0.13+8, jdk-11.0.1
#11 13.96    | 2+7, jdk-11.0.11+9, jdk-11.0.10+9, jdk-11.0.9.1+1, jdk-11.0.9+11.1, jd
#11 13.96    | k-11.0.9+11, jdk-11.0.8+10].
#11 13.97 ERROR (5.4.2+00453)
#11 13.97 
#11 13.97 This specific Java version doesn't seem to exist.  Valid [openjdk11] releases are [jdk-11.0.14.1+1, jdk-11.0.14+9, jdk-11.0.13+8, jdk-11.0.12+7, jdk-11.0.11+9, jdk-11.0.10+9, jdk-11.0.9.1+1, jdk-11.0.9+11.1, jdk-11.0.9+11, jdk-11.0.8+10].AdoptOpenJDK has moved, the blue download button will take you to the new location.(blue button links to the adoptium link above) If I understand correctly, it would appear that the functionality for
box server java installFROM ortussolutions/commandbox:3.4.5risto
04/28/2022, 8:51 PMNo satisfying version found for [5.3.9.133].
Well, we tried as hard as we can.  forgebox can't find the package and you don't have a usable version in your local artifacts cache.  Please try another version.risto
04/28/2022, 9:13 PMbdw429s
04/29/2022, 5:44 AMdavid.kreimer
04/29/2022, 7:30 PMdanmurphy
04/29/2022, 9:18 PMError cloning github repository org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files:tests/resources/app/handlers/Main.cfcfman
05/02/2022, 1:22 PMsknowlton
05/02/2022, 1:49 PMvalidateOrFail()ValidationExceptiononExceptiononExceptionerrorPatrick S
05/02/2022, 8:47 PMJeff Jones
05/02/2022, 8:56 PMbhartsfield
05/04/2022, 5:52 PMlogBox = {
	appenders : { 
		coldboxTracer : {
			class : "coldbox.system.logging.appenders.ConsoleAppender"
		},
		dbLogger : {
			class : "DBAppender",
			properties : {
				...
			}
		},
		fileLogger =  {
			class="RollingFileAppender",
			properties = {
				...
			},
		},
		coldBoxInfoLogger =  {
			class="RollingFileAppender",
			properties = {
				...
			},
		},
	},
	root       : { 
		levelMin: "FATAL",
		levelMax : "INFO",
		appenders : "coldboxTracer,dbLogger,fileLogger"
	},
	categories : {
		"coldbox.system" : {
			appenders: "coldBoxInfoLogger",
			levelMin: "INFO",
			levelMax: "INFO"
		}
	},
	info       : [ "coldbox.system" ]
};bdw429s
05/05/2022, 5:59 AMbirdy1980
05/05/2022, 8:06 AMmkdir foo && cd fooERROR (5.5.1+00562)
variable [JOB] doesn't exist
\system\services\CommandService.cfc: line 353
351:                    } else {
352:                            if( structKeyExists( local, 'result' ) && len( result ) ){
353:                                    if( job.getActive() ) {
354:                                            job.addLog( result );
355:                                    } else {
called from \system\services\CommandService.cfc: line 224
called from \system\Shell.cfc: line 819
called from \system\Shell.cfc: line 634
called from \system\Bootstrap.cfm: line 160
To enable full stack trace, run config set verboseErrors=truedanlance
05/05/2022, 6:39 PMlocal.wsObject = createobject("webservice", "https://[host]/[cfcname].cfc?wsdl");
local.response = local.wsObject.[methodname]([parameters]);"FaultCode": {
         "Prefix": "",
         "LocalPart": "Server.userException",
         "NamespaceURI": "<http://schemas.xmlsoap.org/soap/envelope/>"
      }danmurphy
05/05/2022, 8:16 PMreturnType