Anyone seen this error before? Every version of Co...
# box-products
t
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
it looks like the variables.serverConfig file contains corrupt json
Copy code
variables.serverConfig = arguments.homeDir & "/servers.json"
t
Sure enough!
b
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
In this case, a VM was improperly shut down.
b
Ahh, must have caught it mid-writing the file
What luck, lol