Hi,
Every time I start commandbox, I get a java error message. I’ve completely uninstalled and reinstalled commandbox both with and without java. I’ve also uninstalled and reinstalled java on my machine. Not sure why this is happening.
Here is everything that comes up when I start:
PS D:\Developer\websites<REDACTED>> box
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
at java.util.jar.JarFile.(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.(BaseScriptEngineFactory.java:59)
at lucee.runtime.script.LuceeScriptEngineFactory.(LuceeScriptEngineFactory.java:27)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at java.util.ServiceLoader$LazyIterator.nextService(Unknown Source)
at java.util.ServiceLoader$LazyIterator.next(Unknown Source)
at java.util.ServiceLoader$1.next(Unknown Source)
at javax.script.ScriptEngineManager.initEngines(Unknown Source)
at javax.script.ScriptEngineManager.init(Unknown Source)
at javax.script.ScriptEngineManager.(Unknown Source)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:303)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:153)
at cliloader.LoaderCLIMain.main(LoaderCLIMain.java:552)
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
at java.util.jar.JarFile.(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.(BaseScriptEngineFactory.java:59)
at lucee.runtime.script.LuceeScriptEngineFactory.(LuceeScriptEngineFactory.java:27)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at java.util.ServiceLoader$LazyIterator.nextService(Unknown Source)
at java.util.ServiceLoader$LazyIterator.next(Unknown Source)
at java.util.ServiceLoader$1.next(Unknown Source)
at javax.script.ScriptEngineManager.initEngines(Unknown Source)
at javax.script.ScriptEngineManager.init(Unknown Source)
at javax.script.ScriptEngineManager.(Unknown Source)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:303)
at cliloader.LoaderCLIMain.execute(LoaderCLIMain.java:153)
at cliloader.LoaderCLIMain.main(LoaderCLIMain.java:552)
/ / ____ ___ ____ ___ ____ _____ / / __ ) _ __
/ / / __ / __ __ \/ __
_ / __ `/ __ / __ / __ / __ | |//
/ // // / / / / / / / / / / / // / / / / // / // / // /> <
_/_// // /// // //_,// //_,/__/_//|_| (R) v5.1.1+00191
No ASCII Art was harmed in the making of this CLI
Welcome to CommandBox!
It seems to work after the error, but seeing the error every time is a little unnerving. Any ideas what could be happening and how I might solve it?
Thanks,
Steve Durette