You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Vamsikrishna Koka <va...@motivitylabs.com.INVALID> on 2022/10/06 11:22:45 UTC

Issue karaf 4.4.1 with org.eclipse.jetty.security.jaspi

Hi Team,

I have tried with plain KARAF 4.4.1 binary with "org.eclipse.jetty/jetty-server/9.4.46.v20220331" along with required dependency also deployed into deploy folder (*\apache-karaf-4.4.1\deploy).  Now my question is all the bundles or jar's up and running except this "org.eclipse.jetty.security.jaspi" bundle or jar.

The ERROR message showing on karaf-shell-console.

00:28:17.230 [FelixDispatchQueue] ERROR Events.Framework - FrameworkEvent ERROR
org.osgi.framework.BundleException: Unable to resolve org.eclipse.jetty.security.jaspi [68](R 68.0): missing requirement [org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender; (osgi.extender=osgi.serviceloader.registrar) Unresolved requirements: [[org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender; (osgi.extender=osgi.serviceloader.registrar)]

Please any take a look at once and suggest me.


Thanks,
VamsiKrishna

Re: Issue karaf 4.4.1 with org.eclipse.jetty.security.jaspi

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

Karaf 4.4.1 uses Pax Web 8.0.6 which defines several features - the ones
related to Jetty use Jetty version 9.4.48.v20220622.

And because jetty-jaspi is problematic (requires actual JASPIC
implementation), we no longer use it in Pax Web.

Please try installing Jetty using "pax-web-jetty" feature from Pax Web or
"jetty" feature from Karaf itself (which actually includes Pax Web's
"pax-web-jetty" feature).

kind regards
Grzegorz Grzybek

czw., 6 paź 2022 o 13:39 Vamsikrishna Koka
<va...@motivitylabs.com.invalid> napisał(a):

>
> Hi Team,
>
> I have tried with plain KARAF 4.4.1 binary with
> "org.eclipse.jetty/jetty-server/9.4.46.v20220331" along with required
> dependency also deployed into deploy folder (*\apache-karaf-4.4.1\deploy).
> Now my question is all the bundles or jar's up and running except this
> "org.eclipse.jetty.security.jaspi" bundle or jar.
>
> The ERROR message showing on karaf-shell-console.
>
> 00:28:17.230 [FelixDispatchQueue] ERROR Events.Framework - FrameworkEvent
> ERROR
> org.osgi.framework.BundleException: Unable to resolve
> org.eclipse.jetty.security.jaspi [68](R 68.0): missing requirement
> [org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender;
> (osgi.extender=osgi.serviceloader.registrar) Unresolved requirements:
> [[org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender;
> (osgi.extender=osgi.serviceloader.registrar)]
>
> Please any take a look at once and suggest me.
>
>
> Thanks,
> VamsiKrishna
>

Re: Issue karaf 4.4.1 with org.eclipse.jetty.security.jaspi

Posted by Grzegorz Grzybek <gr...@gmail.com>.
Hello

Karaf 4.4.1 uses Pax Web 8.0.6 which defines several features - the ones
related to Jetty use Jetty version 9.4.48.v20220622.

And because jetty-jaspi is problematic (requires actual JASPIC
implementation), we no longer use it in Pax Web.

Please try installing Jetty using "pax-web-jetty" feature from Pax Web or
"jetty" feature from Karaf itself (which actually includes Pax Web's
"pax-web-jetty" feature).

kind regards
Grzegorz Grzybek

czw., 6 paź 2022 o 13:39 Vamsikrishna Koka
<va...@motivitylabs.com.invalid> napisał(a):

>
> Hi Team,
>
> I have tried with plain KARAF 4.4.1 binary with
> "org.eclipse.jetty/jetty-server/9.4.46.v20220331" along with required
> dependency also deployed into deploy folder (*\apache-karaf-4.4.1\deploy).
> Now my question is all the bundles or jar's up and running except this
> "org.eclipse.jetty.security.jaspi" bundle or jar.
>
> The ERROR message showing on karaf-shell-console.
>
> 00:28:17.230 [FelixDispatchQueue] ERROR Events.Framework - FrameworkEvent
> ERROR
> org.osgi.framework.BundleException: Unable to resolve
> org.eclipse.jetty.security.jaspi [68](R 68.0): missing requirement
> [org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender;
> (osgi.extender=osgi.serviceloader.registrar) Unresolved requirements:
> [[org.eclipse.jetty.security.jaspi [68](R 68.0)] osgi.extender;
> (osgi.extender=osgi.serviceloader.registrar)]
>
> Please any take a look at once and suggest me.
>
>
> Thanks,
> VamsiKrishna
>