Peter Hoopes
05/25/2023, 9:14 PMbox
and have it running, but when I try to start a server, I get:
server list
ERROR (5.9.0+00721)
The function [keyArray] does not exist in the String.
/Users/peterhoopes/.CommandBox/cfml/system/services/ServerService.cfc: line 2792
2790: var results = deserializeJSON( fileSystemUtil.lockingfileRead( variables.serverConfig ) );
2791: var updateRequired = false;
2792: var serverKeys = results.keyArray();
2793:
2794: // Loop over each server for some housekeeping
bdw429s
05/25/2023, 9:18 PMservers.json
file in the CommandBox home dir?Peter Hoopes
05/29/2023, 5:38 PMservers.json
file was empty. I nuked the entire .Commandbox
folder and let box rebuild it. After that it seemed good. Odd, but not fatal.bdw429s
05/31/2023, 1:28 AMPeter Hoopes
05/31/2023, 1:29 AM