start fails, unable to find Adobe.zip

I’m following the Adobe Certified Professional course and installing the latest Coldbox (64-bit) on Windows 11 Pro for the first time. Executing start fails with the following trace. C:\Users\user1\.CommandBox\artifacts\adobe\2023.0.13+330759\ is empty.

I appreciate your help.

CommandBox:cf_specialist_exercices> start
× | Starting Server
|------------------------------
| Contacting ForgeBox to determine the latest & greatest version of [adobe 2023]… Use an exact ‘cfengine’ version to skip this check.

OK, [adobe 2023.0.13+330759 ] it is!
×

ERROR (6.2.0+00826)

java.io.FileNotFoundException: C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)
caused by: net.lingala.zip4j.exception.ZipException
java.io.FileNotFoundException: C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)
caused by: java.io.FileNotFoundException
C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)

C:\Users\user1.CommandBox\cfml\system\services\ArtifactService.cfc: line 237
235: directorycreate( getDirectoryFromPath( thisArtifactPath ), true, true );
236:
237: zip action=‘zip’ source=arguments.packageFolder file=thisArtifactPath;
238:
239: return this;
called from C:\Users\user1.CommandBox\cfml\system\services\ArtifactService.cfc: line 195
called from C:\Users\user1.CommandBox\cfml\system\endpoints\ForgeBox.cfc: line 600
called from C:\Users\user1.CommandBox\cfml\system\endpoints\ForgeBox.cfc: line 67
called from C:\Users\user1.CommandBox\cfml\system\services\PackageService.cfc: line 122
called from C:\Users\user1.CommandBox\cfml\system\services\ServerEngineService.cfc: line 370
called from C:\Users\user1.CommandBox\cfml\system\services\ServerEngineService.cfc: line 38
called from C:\Users\user1.CommandBox\cfml\system\services\ServerService.cfc: line 1025
called from C:\Users\user1.CommandBox\cfml\system\modules_app\server-commands\commands\server\start.cfc: line 173
called from C:\Users\user1.CommandBox\cfml\system\services\CommandService.cfc: line 443
called from C:\Users\user1.CommandBox\cfml\system\services\CommandService.cfc: line 225
called from C:\Users\user1.CommandBox\cfml\system\Shell.cfc: line 865
called from C:\Users\user1.CommandBox\cfml\system\Shell.cfc: line 680
called from C:\Users\user1.CommandBox\cfml\system\Bootstrap.cfm: line 165

lucee.runtime.exp.NativeException: java.io.FileNotFoundException: C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)
at net.lingala.zip4j.tasks.AsyncZipTask.performTaskWithErrorHandling(AsyncZipTask.java:58)
at net.lingala.zip4j.tasks.AsyncZipTask.execute(AsyncZipTask.java:45)
at net.lingala.zip4j.ZipFile.addFiles(ZipFile.java:319)
at net.lingala.zip4j.ZipFile.addFile(ZipFile.java:276)
at org.lucee.extension.zip.tag.Zip.add(Zip.java:790)
at org.lucee.extension.zip.tag.Zip.addDir(Zip.java:727)
at org.lucee.extension.zip.tag.Zip.actionZip(Zip.java:712)
at org.lucee.extension.zip.tag.Zip.actionZip(Zip.java:609)
at org.lucee.extension.zip.tag.Zip.doEndTag(Zip.java:867)
at system.services.artifactservice_cfc$cf.udfCall2(/commandbox/system/services/ArtifactService.cfc:237)
at system.services.artifactservice_cfc$cf.udfCall(/commandbox/system/services/ArtifactService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.services.artifactservice_cfc$cf.udfCall2(/commandbox/system/services/ArtifactService.cfc:195)
at system.services.artifactservice_cfc$cf.udfCall(/commandbox/system/services/ArtifactService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.endpoints.forgebox_cfc$cf.udfCall3(/commandbox/system/endpoints/ForgeBox.cfc:600)
at system.endpoints.forgebox_cfc$cf.udfCall(/commandbox/system/endpoints/ForgeBox.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.endpoints.forgebox_cfc$cf.udfCall1(/commandbox/system/endpoints/ForgeBox.cfc:67)
at system.endpoints.forgebox_cfc$cf.udfCall(/commandbox/system/endpoints/ForgeBox.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.services.packageservice_cfc$cf.udfCall1(/commandbox/system/services/PackageService.cfc:122)
at system.services.packageservice_cfc$cf.udfCall(/commandbox/system/services/PackageService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.services.serverengineservice_cfc$cf.udfCall1(/commandbox/system/services/ServerEngineService.cfc:370)
at system.services.serverengineservice_cfc$cf.udfCall(/commandbox/system/services/ServerEngineService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.services.serverengineservice_cfc$cf.udfCall1(/commandbox/system/services/ServerEngineService.cfc:38)
at system.services.serverengineservice_cfc$cf.udfCall(/commandbox/system/services/ServerEngineService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.services.serverservice_cfc$cf.udfCall1(/commandbox/system/services/ServerService.cfc:1025)
at system.services.serverservice_cfc$cf.udfCall(/commandbox/system/services/ServerService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.modules_app.server_commands315.commands.server.start_cfc$cf.udfCall(/commandbox/system/modules_app/server-commands/commands/server/start.cfc:173)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.services.commandservice_cfc$cf.udfCall1(/commandbox/system/services/CommandService.cfc:443)
at system.services.commandservice_cfc$cf.udfCall(/commandbox/system/services/CommandService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:804)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.services.commandservice_cfc$cf.udfCall1(/commandbox/system/services/CommandService.cfc:225)
at system.services.commandservice_cfc$cf.udfCall(/commandbox/system/services/CommandService.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at system.shell_cfc$cf.udfCall4(/commandbox/system/Shell.cfc:865)
at system.shell_cfc$cf.udfCall(/commandbox/system/Shell.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:804)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at system.shell_cfc$cf.udfCall3(/commandbox/system/Shell.cfc:680)
at system.shell_cfc$cf.udfCall(/commandbox/system/Shell.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795)
at users.bb._commandbox46.cfml.system.bootstrap_cfm$cf.call(/Users/bb/.CommandBox/cfml/system/Bootstrap.cfm:165)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1057)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930)
at 1gnimagaqlskl.call(Unknown Source)
at lucee.runtime.compiler.Renderer.tag(Renderer.java:107)
at lucee.runtime.compiler.Renderer.script(Renderer.java:97)
at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:65)
at lucee.runtime.jsr223.ScriptEngineImpl.eval(ScriptEngineImpl.java:220)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:339)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:158)
at cliloader.LoaderCLIMain.main(LoaderCLIMain.java:595)
Caused by: net.lingala.zip4j.exception.ZipException: java.io.FileNotFoundException: C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)
… 140 more
Caused by: java.io.FileNotFoundException: C:\Users\user1.CommandBox\artifacts\adobe\2023.0.13+330759 \adobe.zip (The system cannot find the path specified)
at java.base/java.io.RandomAccessFile.open0(Native Method)
at java.base/java.io.RandomAccessFile.open(Unknown Source)
at java.base/java.io.RandomAccessFile.(Unknown Source)
at java.base/java.io.RandomAccessFile.(Unknown Source)
at net.lingala.zip4j.io.outputstream.SplitOutputStream.(SplitOutputStream.java:51)
at net.lingala.zip4j.tasks.AbstractAddFileToZipTask.addFilesToZip(AbstractAddFileToZipTask.java:66)
at net.lingala.zip4j.tasks.AddFilesToZipTask.executeTask(AddFilesToZipTask.java:33)
at net.lingala.zip4j.tasks.AddFilesToZipTask.executeTask(AddFilesToZipTask.java:20)
at net.lingala.zip4j.tasks.AsyncZipTask.performTaskWithErrorHandling(AsyncZipTask.java:51)
… 139 more
To disable full stack trace, run config set verboseErrors=false
CommandBox:cf_specialist_exercices>

This was a temporary issue with the most recent CF engines we published to ForgeBox, which have since been resolved. Please server forget the server, then artifacts remove adobe and then start your server again.

cc/ @otisnado

Thank you, @bdw429s ! I’ll try these steps. Much appreciation to you & the team.

That procedure worked; thanks again!