Channels
cfcamp2023
adobe
auwcl
devops-general
linen-dev
masacms
migrations
bot-dev
cfkrauts
javascript
css
aws
ide
cfeclipse
mura
docker
cfml-tuning
cfwheels
perf-monitor
version-control
object-oriented
books
prog-general
orm
music
cflint
ci
cfsummit2023
vuejs
advent-of-code
nosql
java-and-jvm
events
friday-puzzle
jobs-non-us
jobs
meta
lucee
docker-commandbox
community_courses
slack-help
cfml-general
taffy
documentation
testing
sql
box-products
fw1
cfml-beginners
water-cooler
fusion-reactor
Powered by
#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
Post