Better error reporting when an OSGI bundle can't be loaded due to it's being for a newer java version

Description

We had an issue with 5.4 tests failing due to the update provider returning a java 11 mssql driver to a java 8, which failed with the normal couldn’t download kinda error, this is improved in 6, but we should be able to handle / report his better

build reported

[java] [script] org.osgi.framework.BundleException: The OSGi Bundle with name [org.lucee.mssql] for [] is not available in version [12.4.2.jre8] locally [ (d:\\work\\lucee5.4\\temp\\archive\\base\\lucee-server\\bundles)] or from the update provider [ (<https://update.lucee.org)],> the following versions are available locally [12.2.0.jre8, 7.2.2.jre8, 7.4.1.jre8, 8.4.1.jre8, 7.2.2.jre8, 7.4.1.jre8, 8.4.1.jre8, 12.2.0.jre8]. [java] [script] at lucee.runtime.osgi.OSGiUtil._loadBundle(OSGiUtil.java:701) [java] [script] at lucee.runtime.osgi.OSGiUtil._loadBundle(OSGiUtil.java:567) [java] [script] at lucee.runtime.osgi.OSGiUtil.loadBundle(OSGiUtil.java:548) [java] [script] at lucee.runtime.osgi.OSGiUtil.loadBundle(OSGiUtil.java:542) [java] [script] at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source) [java] [script] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

found this in application log

"ERROR","main","06/21/2024","16:42:52","OSGi","lucee.runtime.osgi.StartFailedException;lucee.runtime.osgi.StartFailedException     at lucee.runtime.osgi.OSGiUtil._loadBundle(OSGiUtil.java:659)     at lucee.runtime.osgi.OSGiUtil._loadBundle(OSGiUtil.java:567)     at lucee.runtime.osgi.OSGiUtil.loadBundle(OSGiUtil.java:548)     at lucee.runtime.osgi.OSGiUtil.loadBundle(OSGiUtil.java:542)     at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)     at java.lang.reflect.Method.invoke(Method.java:498)     at lucee.runtime.reflection.pairs.MethodInstance.invoke(MethodInstance.java:56)     at lucee.runtime.java.JavaObject.call(JavaObject.java:265)     at lucee.runtime.java.JavaObject.call(JavaObject.java:287)     at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)     at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)     at datasource.jdbcdrivers_cfc$cf.udfCall2(/test/datasource/JDBCDrivers.cfc:75)     at datasource.jdbcdrivers_cfc$cf.udfCall(/test/datasource/JDBCDrivers.cfc)

Activity

Show:

Details

Assignee

Reporter

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

Sprint

Priority

Created 21 June 2024 at 14:50
Updated 6 March 2025 at 11:31