[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1722E: The resource server failed the authentication request because the access token does not contain the claim [bad_user] specified by the [userIdentifier] attribute.
[ERROR ] CWWKS1735E: The resource server failed the authentication request because the response from the validation end point [https://localhost:8020/root] has the [iss] claim, but the [disableIssChecking] attribute is set to true.
[ERROR ] CWWKS1727E: The resource server failed the authentication request because it cannot validate the access token due to an error [Cannot invoke "java.util.Map.get(java.lang.Object)" because "responseMap" is null]. The validation method is [introspect], and the validation endpoint url is [https://localhost:8020/root].
[ERROR ] CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [com.ibm.websphere.ssl.SSLException: CWWKS1707E: The OpenID Connect client [null] was unable to create an SSL context due to [Null ssl socket factory]. Ensure that your SSL feature is properly configured.
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.getSSLSocketFactory(AccessTokenAuthenticator.java:297)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticator.authenticate(AccessTokenAuthenticator.java:150)
at com.ibm.ws.security.openidconnect.client.internal.AccessTokenAuthenticatorTest.testAuthenticate_ThrowsSSLException(AccessTokenAuthenticatorTest.java:438)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at test.common.SharedOutputManager$1.evaluate(SharedOutputManager.java:622)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:574)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
at jdk.proxy1/jdk.proxy1.$Proxy2.processTestClass(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
]. Ensure that your SSL feature is properly configured.
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [exp] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1718E: The resource server failed the authentication request because the access token which is in the request does not have the [iat] claim. The required claims are [iss, iat, exp].
[ERROR ] CWWKS1719E: The resource server failed the authentication request because the access token which is in the request cannot be used. The not before time ("nbf") [Tue May 27 21:21:38 BST 2025] is after the current time [Mon May 27 21:26:38 BST 2024] and this condition is not allowed.
[ERROR ] CWWKS1721E: The resource server received an error [] while it was attempting to validate the access token. It is either expired or cannot be recognized by the validation end point [https://localhost:8020/root].
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1725E: The resource server failed to validate the access token because the validationEndpointUrl [https://localhost:8020/root] was either not a valid URL or could not perform the validation.
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]
[ERROR ] CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [CWWKS1456E: The OpenID Connect Provider [oidcServerSample] can not create a token. [The given key (algorithm=EC) is not valid for SHA256withRSA]]
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1749E: A request to [https://localhost:9080/snoop] is not valid. The required state parameter is missing. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1520E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc is missing. The host name that is used to access the client might not match the name that is registered at the provider. A response code of 500 is returned.
[ERROR ] CWWKS1710E: The OpenID Connect request has been denied by the user, or another error occurred that resulted in denial of the request.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_scope error: Some description of the error.
[ERROR ] CWWKS1557E: An authentication request failed because the OpenID Connect provider returned the following invalid_grant error: Some description of the error.
[ERROR ] CWWKS1554E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with [WASReqURLOidcp226954166] has an incorrect value. The hostname [modified] that is used in the cookie does not match the hostname of the request, and the hostname in the cookie is not one of the allowed domain names.
[ERROR ] CWWKS1532E: A request to [https://localhost:9080/snoop] is not valid. A required cookie with a name that begins with WASReqURLOidc has an incorrect value. The host name [modified] that is used in the cookie does not match the name that is registered at the provider. A response code of 500 is returned.