Has anyone run into errors when attempting to spin...
# box-products
r
Has anyone run into errors when attempting to spin up a CF11 instance in cmdbox? I'm receiving the following error. I have had this instance unchanged for years and using openjdk8 with the settings in server.json. I'm not sure why all of a sudden the error has started. I even forgot the server and had it install afresh and I'm still receiving the same error. I could attempt to create the missing directory but that would just be a band-aid fix, I believe.
Copy code
[INFO ] Runwar: Creating deployment [default]
[INFO ] Runwar:     Web Root: F:\code\web\sites\asdf
[ERROR] C:\Users\Ryan\WEB-INF\cfusion\lib\updates: directory does not exist, hotfixes cannot be applied
b
That's interesting
What version of CommandBo
I assume there is a path in web.xml that needs expanded or something
r
v6.0.0-alpha+00758
b
Ahh, I may know what causes that
I commented out some code in runwar that didn't seem to be needed any longer in CF
I think you may have found the reason that code used to be there, lol
r
hahaha - awesome! 🙂
b
There's all sorts of crazy logic in runwat that is Adobe specific I was trying to figure out if it was still needed
CF11 must have depended on one of those system properties I commented out
I don't mind putting it back in, most of it just seemed unecessary and I was actually afraid it would cause issues in newer versions, lol
r
Thanks, Brad. I appreciate it 🙂
Hi @bdw429s, would you happen to know roughly when this update might go up?
b
I can commit it on the bleeding edge now. I've been a little out of pocket traveling...
One question I have is how much of that stuff to uncomment 🤔
I just put the whole block of crap back in for now.
Building...
r
thanks, brad. Yeah, I'm just not able to work on this client at all on my local machine until this error is resolved. I appreciate your help.
b
Does it work now
r
yes, it works. thank you :-)
👍 1