Just starting out with Commandbox really and I am ...
# box-products
a
Just starting out with Commandbox really and I am having an issue getting it to build a default Lucee server whereas it builds an Adobe2016 one fine. I am using the cfconfig module and have a .cfconfig.json file in my project. As I say, all works fine for adobe2016 but when I just try "server start" I get an error about missing Lucee files in the cfconfig module: Loading CFConfig into server | | > file or directory [C:/Users/ZZZZZ/.CommandBox/cfml/modules/commandbox-cfconfig/modules/cfconfig-services/resources/lucee5/lucee-server-base.xml] does not exist and, sure enough, my .CommandBox\cfml\modules\commandbox-cfconfig\modules\cfconfig-services\resources folder only has folders for adobeXXXX. Is there a step I have missed ? I have maybe installed cfconfig incorrectly ? Any ideas anyone
d
server list
to see what servers commandbox has installed and the status of each one
wait, if you dont mind - you can just exit out of commandbox, then delete your ~/.Commandbox and start commandbox again as a fresh install.
👍 1
and on a fresh install, run
server start
which is going to install a lucee server by default. you should have no problems.
OR, just
uninstall commandbox-cfconfig
and reinstall.
👍 1
also, if you have McAfee firewall and on access scan - that could potentially make things difficult for you. I have it and I had to add some exceptions.
@Adam Brunt
b
@Adam Brunt Can't say I've ever seen that exact issue before. That file is totally present in the source repo for that module https://github.com/Ortus-Solutions/cfconfig/blob/master/resources/lucee5/lucee-server-base.xml so if it doesn't exist on your disk, I'd say the installation of CFConfig failed.
I'd recommend uninstalling and re-installing CFConfig as recommended above.
Pay attention for any errors on installation
a
@bdw429s not sure how I managed it either. However, starting over sorted the issue 🙂
👍 1