Dean
02/02/2022, 4:17 AM| |-----------------------------------------------------
| √ | Loading CFConfig into server
| |-------------------------------------------
| | Found CFConfig JSON in "CFConfigFile" server.json key.
| | Importing luceeserver config from [E:\lucee-tools\commandbox\config\lucee-cfconfig.json]
| | Config transferred!
| |-------------------------------------------
| × | Loading FusionReactor
| |------------------------------------
| | × | Installing package [forgebox:fusionreactor@^8.0.0]
| | | > net.lingala.zip4j.exception.ZipException: Zip headers not found. Probably not a zip file or a corrupted zip file
| | |-----------------------------------------------------------------
| | | Verifying package 'fusionreactor' in forgebox, please wait...
| | | Installing version [8.7.6].
| | | Verified entry in forgebox: 'fusionreactor'
| | | Package found in local artifacts!
| | | Decompressing...
| | |-----------------------------------------------------------------
ERROR (5.4.2+00453)
net.lingala.zip4j.exception.ZipException: Zip headers not found. Probably not a zip file or a corrupted zip file
caused by: net.lingala.zip4j.exception.ZipException
net.lingala.zip4j.exception.ZipException: Zip headers not found. Probably not a zip file or a corrupted zip file
caused by: net.lingala.zip4j.exception.ZipException
Zip headers not found. Probably not a zip file or a corrupted zip file
caused by: net.lingala.zip4j.exception.ZipException
zip headers not found. probably not a zip file
bdw429s
02/02/2022, 4:20 PMInstalling version [8.7.6].
That's the Dec 6th version so no new versionconfig set verboseErrors=true
finally{}
block so there's a decent chance the downloaded zip is left in the temp folder after it blows up. It would be in ~/.CommandBox/temp/tempXXXXXXXX-XXXX-XXXX-XXXXXXXXXXXXXXXX.zip
.Dean
02/02/2022, 10:50 PMbdw429s
02/02/2022, 11:10 PMzip action="unzip" file="#package#" destination="#packagePath#" overwrite="true";
so the package
variable contains the zip file pathDean
02/02/2022, 11:11 PMbdw429s
02/02/2022, 11:11 PMDean
02/02/2022, 11:12 PMbdw429s
02/02/2022, 11:12 PM#sslcertificateinstall <http://domainThatProxiesThruFiddler.com|domainThatProxiesThruFiddler.com>
#sslcertificatelist <http://host.com|host.com>
to confirm what certs are 'seen' on that hostDean
02/02/2022, 11:15 PMbdw429s
02/02/2022, 11:15 PMinstall forgebox:fusionreactor@^8.0.0 --verbose
Package found in local artifacts!
Dean
02/02/2022, 11:19 PMinstall forgebox:fusionreactor@^8.0.0 --verbose
× | Installing package [forgebox:fusionreactor@^8.0.0]
| > net.lingala.zip4j.exception.ZipException: Zip headers not found. Probably not a zip file or a corrupted zip file
|-----------------------------------------------------------------
| Verifying package 'fusionreactor' in forgebox, please wait...
| Installing version [8.7.6].
| Verified entry in forgebox: 'fusionreactor'
| Package found in local artifacts!
| Decompressing...
|-----------------------------------------------------------------
ERROR (5.4.2+00453)
bdw429s
02/02/2022, 11:20 PMartifacts remove fusionreactor
artifacts
folder under the commandbox homeartifacts list fusionreactor
Package found in local artifacts!
in the first placeDean
02/02/2022, 11:22 PMbdw429s
02/02/2022, 11:22 PMDean
02/02/2022, 11:22 PMbdw429s
02/02/2022, 11:22 PMDean
02/02/2022, 11:24 PMinstall --debug commandbox-bullet-train,commandbox-cfconfig,commandbox-fusionreactor,commandbox-cflint,commandbox-cfformat
bdw429s
02/02/2022, 11:24 PMDean
02/02/2022, 11:25 PMbdw429s
02/02/2022, 11:25 PMDean
02/02/2022, 11:25 PMbdw429s
02/02/2022, 11:26 PM--debug
isn't a valid param to the install
command--verbose
Dean
02/02/2022, 11:26 PMbdw429s
02/02/2022, 11:26 PMDean
02/02/2022, 11:26 PMbdw429s
02/02/2022, 11:26 PM~/.CommandBox/artifacts/fusionreactor/8.7.6/fusionreactor.zip
Dean
02/02/2022, 11:28 PMbdw429s
02/02/2022, 11:28 PMDean
02/02/2022, 11:28 PMbdw429s
02/02/2022, 11:29 PM--doom
flag did you? 😉Dean
02/02/2022, 11:30 PMbdw429s
02/02/2022, 11:47 PMDean
02/02/2022, 11:48 PM