Class com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderHashTest

18

tests

0

failures

0

ignored

4.546s

duration

100%

successful

Tests

Test Duration Result
testDelete 0.091s passed
testDelete_SQLException 0.141s passed
testExists 0.077s passed
testExists_SQLException 0.147s passed
testGet 0.130s passed
testGetAll 0.125s passed
testGetAllRequest 0.089s passed
testGetAllRequest_SQLException 0.203s passed
testGetAll_SQLException 0.168s passed
testGet_SQLException 0.263s passed
testInitAndGetAllClients 0.186s passed
testInitializeAndGetAllClients 2.013s passed
testPutAndGet 0.105s passed
testPut_SQLException 0.196s passed
testUpdate 0.140s passed
testUpdate_SQLException 0.197s passed
testValidateClient 0.096s passed
testValidateClient_SQLException 0.179s passed

Standard output

    TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b96c7b8b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b96c7b8b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b96c7b8b
    TrConfigZapper.zapTrConfig : finished invoke init()

Standard error

[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 0 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1467E: The OAuth feature encountered an error while reading an OAuthClient entry with the 123456789 identifier from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1476E: The OAuth feature encountered an error while deleting an OAuthClient entry with the 0 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1468E: The OAuth feature encountered an error while reading all the OAuthClient entries from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1464E: The OAuth feature encountered an error while creating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1473E: The OAuth feature encountered an error while updating an OAuthClient entry with the 123456789 identifier in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1466E: The OAuth feature encountered an error while creating an OAuthConsent entry in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1472E: The OAuth feature encountered an error while reading an OAuthConsent entry from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1465E: The OAuth feature encountered an error while creating an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1469E: The OAuth feature encountered an error while reading an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1470E: The OAuth feature encountered an error while reading all the OAuthToken entries from the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1471E: The OAuth feature encountered an error while counting the OAuthToken entries in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
[ERROR   ] CWWKS1477E: The OAuth feature encountered an error while deleting an OAuthToken entry with the 01b307acba4f54f55aafc33bb06bbbf6ca803e9a lookup key in the OAuthStore implementation. This is an exception message.
Jun 07, 2024 9:28:28 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider put
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.addClientToDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.addClientToDB(CachedDBOidcClientProviderTest.java:126)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.put(CachedDBOidcClientProvider.java:186)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testPut_SQLException(CachedDBOidcClientProviderTest.java:319)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.3.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.2.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.4.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.0.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.5.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.22.1.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [INSERT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
Jun 07, 2024 9:28:29 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider get
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.getClientFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.getClientFromDB(CachedDBOidcClientProviderTest.java:131)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.getClientFromDB(CachedDBOidcClientProvider.java:301)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.get(CachedDBOidcClientProvider.java:280)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testGet_SQLException(CachedDBOidcClientProviderTest.java:374)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.1.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.0.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
Jun 07, 2024 9:28:29 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider getAll(request)
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.findAllClientsFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.findAllClientsFromDB(CachedDBOidcClientProviderTest.java:151)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.getAll(CachedDBOidcClientProvider.java:483)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.getAll(CachedDBOidcClientProvider.java:456)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testGetAll_SQLException(CachedDBOidcClientProviderTest.java:413)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.3.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.9.log
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.11.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.4.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.8.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.10.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.5.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.6.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.2.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.7.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
Jun 07, 2024 9:28:29 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider getAll(request)
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.findAllClientsFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.findAllClientsFromDB(CachedDBOidcClientProviderTest.java:151)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.getAll(CachedDBOidcClientProvider.java:483)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testGetAllRequest_SQLException(CachedDBOidcClientProviderTest.java:479)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.16.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.13.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.1.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.17.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.0.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.15.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.12.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.23.14.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
[ERROR   ] CWWKS1461E: The OAuth feature encountered an error while retrieving all OpenID Connect clients from the cached database. This is an exception message.
Jun 07, 2024 9:28:30 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider exists
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.getClientFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.getClientFromDB(CachedDBOidcClientProviderTest.java:131)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.getClientFromDB(CachedDBOidcClientProvider.java:301)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.exists(CachedDBOidcClientProvider.java:743)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testExists_SQLException(CachedDBOidcClientProviderTest.java:519)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.4.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.2.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.5.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.3.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.6.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
Jun 07, 2024 9:28:30 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider validateClient
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.getClientFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.getClientFromDB(CachedDBOidcClientProviderTest.java:131)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.validateClient(CachedDBOidcClientProvider.java:786)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testValidateClient_SQLException(CachedDBOidcClientProviderTest.java:562)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.10.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.8.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.12.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.13.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.14.log
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.11.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.7.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.16.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.9.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.15.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.24.17.log
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [SELECT] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
Jun 07, 2024 9:28:30 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider update
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.update(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.update(CachedDBOidcClientProviderTest.java:156)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.update(CachedDBOidcClientProvider.java:568)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testUpdate_SQLException(CachedDBOidcClientProviderTest.java:636)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.12.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.9.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.13.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.11.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.0.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.14.log
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.4.log
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.16.log
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.15.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.5.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.3.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.6.log
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.17.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.7.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.8.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.1.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.10.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.2.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [UPDATE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
Jun 07, 2024 9:28:31 AM com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider delete
SEVERE: This is an exception message.
java.sql.SQLException: This is an exception message.
	at org.jmock.lib.action.ThrowAction.invoke(ThrowAction.java:27)
	at org.jmock.internal.InvocationExpectation.invoke(InvocationExpectation.java:114)
	at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:52)
	at org.jmock.Mockery.dispatch(Mockery.java:218)
	at org.jmock.Mockery.access$000(Mockery.java:43)
	at org.jmock.Mockery$MockObject.invoke(Mockery.java:258)
	at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27)
	at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)
	at org.jmock.lib.legacy.ClassImposteriser$4.invoke(ClassImposteriser.java:137)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$MockInterface$$EnhancerByCGLIB$$34956d2b.deleteClientFromDB(<generated>)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest$1.deleteClientFromDB(CachedDBOidcClientProviderTest.java:161)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProvider.delete(CachedDBOidcClientProvider.java:672)
	at com.ibm.ws.security.oauth20.plugins.db.CachedDBOidcClientProviderTest.testDelete_SQLException(CachedDBOidcClientProviderTest.java:683)
	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 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 jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	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)

[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.18.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.24.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.27.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.19.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.29.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.28.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.20.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.21.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.25.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.22.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.23.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
TRAS0038E: The system could not delete file /home/libbld/Build/jbe/build/open-liberty/dev/com.ibm.ws.security.oauth/build/libs/trace-logs/messages_24.06.07_09.28.25.26.log
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] This is an exception message.
This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.
[ERROR   ] CWWKS1460E: The OAuth feature encountered an error while running the [DELETE] operation with the [someClientId] OpenID Connect client in the cached database. This is an exception message.