Hi Everyone,
I have an odd problem. I have installed delivery 004 to my apps10 test installation (which was previously working) and I am now unable to login either by aurena or EE.
All middleware managed servers, deployments and data sources show as green on the admin console. Database is up and running. There doesn’t appear to be any important invalid database objects (the ones that are invalid are ones I’m currently developing), and there were no errors reported during installation.
My mainserver1 does report the following error though…
<Mar 28, 2023, 9:36:28,437 AM BST> <Error> <HTTP> <BEA-101020> <0ServletContext@15086109441app:openid-connect-provider-main module:openid-connect-provider-main.war path:null spec-version:3.1 version:10.16.18.0]] Servlet failed with an Exception
com.ifsworld.auth.openid.provider.common.exceptions.runtime.IDPFrameworkException: Error while filtering the request
at com.ifsworld.auth.openid.provider.controller.idp.oidc.auth.AuthFilter.doFilter(AuthFilter.java:110)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3800)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3766)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:344)
Truncated.
Caused By: javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class com.ifsworld.auth.openid.provider.signing.certprovider.ParsedCertificateBundle
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:394)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
at com.ifsworld.auth.openid.provider.controller.idp.oidc.auth.AuthFilter.doFilter(AuthFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:78)
Truncated.
Caused By: java.lang.NoClassDefFoundError: Could not initialize class com.ifsworld.auth.openid.provider.signing.certprovider.ParsedCertificateBundle
at com.ifsworld.auth.openid.provider.signing.certprovider.CertificateProvider.lambda$getUsed$0(CertificateProvider.java:53)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1361)
at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)
Truncated.
>
<Mar 28, 2023, 9:36:28,437 AM BST> <Error> <IDPServerLogger> <BEA-000000> <IDP-Jlwxl1OotSYG Error while filtering the request>”
Has anyone come across this before and can point me in the right direction?