Report failing snapshot releases?

63 views
Skip to first unread message

Paul Klinkenberg

unread,
Mar 2, 2016, 5:04:48 PM3/2/16
to lu...@googlegroups.com
Hi group,

For some tests, I downloaded the latest snapshot release 5.0.0.209 from http://preview.lucee.org/download/?type=snapshots
But on start-up, it encounters an error which makes Lucee unusable, see ST underneath.

My question: should I file a bug report for this? Or instead just wait for the next beta release?

Thanks, Paul


org.osgi.framework.BundleException: Unresolved constraint in bundle org.lucee.esapi [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=org.apache.commons.fileupload) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (osgi.wiring.package=javax.portlet)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4097)
at org.apache.felix.framework.Felix.startBundle(Felix.java:2114)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:977)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:964)
at lucee.loader.osgi.BundleUtil.start(BundleUtil.java:130)
at lucee.loader.osgi.BundleUtil.start(BundleUtil.java:126)
at lucee.loader.osgi.BundleUtil.start(BundleUtil.java:99)
at lucee.loader.osgi.BundleLoader.loadBundles(BundleLoader.java:237)
at lucee.loader.engine.CFMLEngineFactory.getCore(CFMLEngineFactory.java:474)
at lucee.loader.engine.CFMLEngineFactory.initEngine(CFMLEngineFactory.java:305)
at lucee.loader.engine.CFMLEngineFactory.initEngineIfNecessary(CFMLEngineFactory.java:262)
at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:158)
at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:196)
at lucee.loader.servlet.LuceeServlet.init(LuceeServlet.java:44)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1241)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1154)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1041)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4944)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5230)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1069)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1719)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
javax.servlet.ServletException: org.osgi.framework.BundleException: Unresolved constraint in bundle org.lucee.esapi [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.wiring.package; (osgi.wiring.package=org.apache.commons.fileupload) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (osgi.wiring.package=javax.portlet)]
at lucee.loader.engine.CFMLEngineFactory.initEngine(CFMLEngineFactory.java:340)
at lucee.loader.engine.CFMLEngineFactory.initEngineIfNecessary(CFMLEngineFactory.java:262)
at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:158)
at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:196)
at lucee.loader.servlet.LuceeServlet.init(LuceeServlet.java:44)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1241)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1154)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1041)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4944)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5230)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:714)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1069)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1719)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

AJ Mercer

unread,
Mar 3, 2016, 2:32:24 AM3/3/16
to lu...@googlegroups.com
just hit this with
lucee-express-5.0.0.210-SNAPSHOT.zip

--
Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html
---
You received this message because you are subscribed to the Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/166BBCD2-0913-4732-B694-EBF19182783B%40ongevraagdadvies.nl.
For more options, visit https://groups.google.com/d/optout.



--

Andrew Dixon

unread,
Mar 4, 2016, 4:11:07 AM3/4/16
to lu...@googlegroups.com
Hi Paul and AJ,

I've spoken to Micha about this and he is already aware of the issue and he will be looking to fix later today.

Kind regards,

Andrew

Paul Klinkenberg

unread,
Mar 4, 2016, 5:10:34 AM3/4/16
to lu...@googlegroups.com
Hi Andrew,

Thanks for letting us know!
Would you have an answer to whether an issue like this, with snapshot releases, is worthy of a bug report?

Kind regards,

Paul

Michael Offner

unread,
Mar 4, 2016, 7:07:22 AM3/4/16
to lu...@googlegroups.com

Better do one to much than miss something,  so yes.

Micha

Michael Offner

unread,
Mar 4, 2016, 12:48:05 PM3/4/16
to lucee
Problem is solved now! 

Micha

Andrew Dixon

unread,
Mar 4, 2016, 1:16:19 PM3/4/16
to lu...@googlegroups.com
New beta and snapshot versions available on the preview site:


Kind regards,

Andrew

Paul Klinkenberg

unread,
Mar 4, 2016, 1:40:09 PM3/4/16
to lu...@googlegroups.com
Allright, will do next time. And thanks for the new release :)

Kind regards,

Paul Klinkenberg

------------


AJ Mercer

unread,
Mar 7, 2016, 10:37:35 PM3/7/16
to lu...@googlegroups.com
​​Lucee 5.0.0.213-BETA working for me
Thank you.



For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages