Details
Assignee
UnassignedUnassignedReporter
Brad WoodBrad WoodPriority
BlockerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Brad Wood
Brad WoodPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 8 October 2020 at 03:55
Updated 15 October 2020 at 15:45
If an IOException is encountered while reading bundle info for any of Lucee's jar files, you get an exception like this in the console:
java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.zip.ZipFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at java.util.jar.JarFile.<init>(Unknown Source) at lucee.loader.osgi.BundleLoader.loadBundleInfo(BundleLoader.java:192) at lucee.loader.osgi.BundleLoader.loadAvailableBundles(BundleLoader.java:182) at lucee.loader.osgi.BundleLoader.loadBundles(BundleLoader.java:118) at lucee.loader.engine.CFMLEngineFactory.initEngine(CFMLEngineFactory.java:363) at lucee.loader.engine.CFMLEngineFactory.initEngineIfNecessary(CFMLEngineFactory.java:262) at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:168) at lucee.runtime.script.BaseScriptEngineFactory.<init>(BaseScriptEngineFactory.java:59) ...
But the error doesn't tell you what file was being read, making it nearly impossible to debug. I'm sending a pull request that will output the exact file that caused the error to help troubleshoot.