Hi Yanice,

On Tue, 2019-01-29 at 12:01 +0100, Yanice Youbi wrote:
> Caused by: java.lang.ClassNotFoundException:
> javax.crypto.interfaces.PBEKey not found by Oracle_JDBC_7_bundle
> [187]
>         at
> org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDele
> gation(BundleWiringImpl.java:1556)
>         at
> org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringIm
> pl.java:77)
>         at
> org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadCla
> ss(BundleWiringImpl.java:1993)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>         ... 76 common frames omitted

Looks like you're missing an export for the javax.crypto.interfaces
package. In my Sling starter setup if I go to 

http://localhost:8080/system/console/depfinder

and search for that package I see that it's exported by the
org.apache.felix.framework bundle. What results do you get?

Thanks,

Robert

Reply via email to