When upgrading Lucee to any SNAPSHOT above Lucee 5.3.2.17-SNAPSHOT, our site gets this error:
`
Type: java.io.IOException
Messages: org.osgi.framework.BundleException:Bundle symbolic name and version are not unique: TOMCAT_9_0_12:0.0.0
`
Stacktrace:
`
lucee.runtime.exp.NativeException: org.osgi.framework.BundleException:Bundle symbolic name and version are not unique: TOMCAT_9_0_12:0.0.0
at org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1344)
at org.apache.felix.framework.BundleImpl.
`
Reverting to Lucee 5.3.17 fixes the error. Just posting here because although it’s a Lucee error, it’s only happening on Coldbox sites and it seems as though it’s Coldbox initialization code that’s leading to this Lucee issue and thought someone might be able to point me in the right direction?
So after months of struggling with this, here’s the culprit:
`
this.javaSettings = { loadPaths=[ “.\lib” ], loadColdFusionClassPath=true, reloadOnChange=false };
`
with that line in Application.cfc - and any Lucee version above 5.3.2.17-SNAPSHOT - even basic apps break with this error anytime ColdBox makes a createObject(“java”) call…
Does the error occur when you set “loadColdusionClasspath” to false?
Either way, I would suggest filing a bug report with Lucee.
– -- You received this message because you are subscribed to the Google Groups “ColdBox Platform” group. For News, visit For Documentation, visit For Bug Reports, visit — You received this message because you are subscribed to the Google Groups “ColdBox Platform” group. To unsubscribe from this group and stop receiving emails from it, send an email to . To post to this group, send email to . To view this discussion on the web visit . For more options, visit .
Yes, it still occurs.
I did file a bug with Lucee roughly 2 months ago:
LDEV-2132
So I confirmed this is happening when the “lib” folder does not exist. This is a change from 5.3.2.17-SNAPSHOT and before.