http://coldfusion.com logo
#box-products
Title
# box-products
t

Travis

03/23/2022, 2:42 PM
Anyone seen this error before? Every version of CommandBox is affected on the local machine with this symptom so it's got to be something else.
Updated openjdk, still suffering
t

thisOldDave

03/23/2022, 2:49 PM
it looks like the variables.serverConfig file contains corrupt json
Copy code
variables.serverConfig = arguments.homeDir & "/servers.json"
t

Travis

03/23/2022, 2:53 PM
Sure enough!
b

bdw429s

03/23/2022, 7:15 PM
Yep, that means your servers.json file got corrupted
All access to that file is done by locking it on the actual file system, so it shouldn't get corrupted unless you've been editing it manually.
t

Travis

03/23/2022, 7:16 PM
In this case, a VM was improperly shut down.
b

bdw429s

03/23/2022, 7:39 PM
Ahh, must have caught it mid-writing the file
What luck, lol