bockensm
05/20/2022, 11:43 PMsatauros
05/23/2022, 7:00 AMCaused by: java.util.EmptyStackException
that occur. Any idea why?sknowlton
05/23/2022, 7:48 PMcgi.remote_addr
is now the local network address of NGINX. for everybodybhartsfield
05/23/2022, 9:03 PMLeon Miller-Out
05/24/2022, 7:11 PMwil-shiftinsert
05/25/2022, 3:29 PMCavan Vannice
05/26/2022, 6:20 PMproperty name="salesCFC" inject="sales";
property name="salesReport" inject="reports.sales";
This worked in v5 but moving into v6 I get this error.
The target 'handlers.sales' requested a missing dependency with a Name of 'salesReport' and DSL of 'reports@sales'
It seems to be injecting reports.sales (which "reports" is simply a subfolder of models) into salesCFC and thats not what is supposed to happen.
I haven't done anything with wirebox yet, but I assume there was something I was supposed to do there.Cavan Vannice
05/26/2022, 6:24 PMCavan Vannice
05/26/2022, 6:25 PMNeither the method getDocumentCustomer was found in component models.reports.sales nor was there any default method with this name present in any of the implementing interface.
bdeline2
05/27/2022, 9:53 PMAdam Cameron
box install
fail, and was after some expectations management...Adam Cameron
box install
not having an equiv of a composer.lock
/ package-lock.json
file but box install
changed the version constraint on testbox I had said to use ("^4.2.1+400"
) to... um... a version constraint based on the version it actually installed: "^4.5.0+5"
.
Now I get that version 4.5.0+5
matches the constraint I specified, but looks to me like box install
doesn't quite understand the differences between constraints and versions. It should not be updating my constraint.davidrschaller
05/31/2022, 2:59 PMLeon Miller-Out
05/31/2022, 4:03 PMBumped :lucee5 server version to 5.3.8+189If we can't specify a version, is there any ETA for getting Lucee 5.3.9 support?
Jamison Johnson
06/03/2022, 5:23 PMelpete
06/03/2022, 6:16 PMDaniel Mejia
06/03/2022, 6:49 PMsknowlton
06/03/2022, 7:12 PMgetObjectMetadata
returning null?
Error building: modules_app.api.modules_app.v1.handlers.game -> The function [getObjectMetadata] has an invalid return value , [Cannot cast null value to value of type [struct]]
the function is located at [/app/coldbox/system/cache/store/indexers/MetadataIndexer.cfc]. DSL: , Path: modules_app.api.modules_app.v1.handlers.game,
Error Location:
/app/coldbox/system/cache/store/indexers/MetadataIndexer.cfc:128
/app/coldbox/system/cache/store/ConcurrentStore.cfc:122
/app/coldbox/system/cache/providers/CacheBoxProvider.cfc:216
/app/coldbox/system/cache/AbstractCacheBoxProvider.cfc:376
/app/coldbox/system/FrameworkSupertype.cfc:704
/app/coldbox/system/FrameworkSupertype.cfc:729
/app/coldbox/system/EventHandler.cfc:63
ryan
06/03/2022, 10:42 PMdanmurphy
06/03/2022, 11:05 PMDaniel Mejia
06/04/2022, 12:47 AMgpickin
06/07/2022, 2:17 AMPatrick
06/07/2022, 4:34 PMMark Drew (he/him)
06/07/2022, 8:33 PMscripts:onServerStart
But doing the following to debug and see exactly when they are triggered doesnt seem to do any output:
"scripts":{
"preServerStart":"echo '---------preServerStart'",
"onServerStart":"echo '---------onServerStart'",
"onServerInstall":"echo '---------onServerInstall'",
"onServerStop":"echo '---------onServerStop'",
"preServerForget":"echo '---------preServerForget'",
"postServerForget":"echo '---------postServerForget'"
}
When I do server start --debug
birdy1980
06/08/2022, 8:36 AM