Skip to content

Console Output

Skipping 3,099 KB.. Full Log
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:26 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.entityManager.Client createOrderData
INFO: Creating Orders
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.entityManager.Client removeTestData
SEVERE: Exception encountered while removing entities:
java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManager.
	at org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:2168)
	at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.begin(EntityTransactionImpl.java:93)
	at ee.jakarta.tck.persistence.se.entityManager.Client.removeTestData(Client.java:4037)
	at ee.jakarta.tck.persistence.se.entityManager.Client.cleanupData(Client.java:93)
	at jdk.internal.reflect.GeneratedMethodAccessor1637.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptAfterEachMethod(TimeoutExtension.java:110)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeAfterEachMethodAdapter$24(ClassBasedTestDescriptor.java:511)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAfterEachMethods$10(TestMethodTestDescriptor.java:244)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$13(TestMethodTestDescriptor.java:277)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeAllAfterMethodsOrCallbacks$14(TestMethodTestDescriptor.java:277)
	at org.junit.platform.commons.util.CollectionUtils.forEachInReverseOrder(CollectionUtils.java:217)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAllAfterMethodsOrCallbacks(TestMethodTestDescriptor.java:276)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeAfterEachMethods(TestMethodTestDescriptor.java:242)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:143)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s -- in ee.jakarta.tck.persistence.se.entityManager.Client
[INFO] Running ee.jakarta.tck.persistence.se.entityManagerFactory.Client1
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in ee.jakarta.tck.persistence.se.entityManagerFactory.Client1
[INFO] Running ee.jakarta.tck.persistence.se.entityManagerFactory.Client2
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in ee.jakarta.tck.persistence.se.entityManagerFactory.Client2
[INFO] Running ee.jakarta.tck.persistence.se.pluggability.contracts.resource_local.Client
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
JPA_ALTERNATE_PROVIDER log.file.location:/tmp
Searching for previous log files to delete
Deleting JPA logfile:JPALog.xml
JPA_ALTERNATE_PROVIDER log:/tmp/JPALog.xml
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@26076b5a
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@c05adcc
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@2c395c9d
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@69fb7f8b
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@ad279a6
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@6dd329d
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@1e2b4a14
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@6d0cab80
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@1d8bb319
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@73ee76fc
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@53996f64
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@177820f1
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@3a33d665
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@78d9bafc
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
Called ALTERNATE_PROVIDER: PersistenceProvider.createEntityManagerFactory(String, Map)
LIST OF PROVIDERS:
------------------
PROVIDER:org.eclipse.persistence.jpa.PersistenceProvider
PROVIDER:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.PersistenceProvider
------------------
returning ALTERNATE_PROVIDER factory:ee.jakarta.tck.persistence.common.pluggability.altprovider.implementation.EntityManagerFactoryImpl@482c8edc
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor setup
INFO: log.file.location = /tmp
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.pluggability.util.LogFileProcessor getLogFileName
INFO: Found log file:/tmp/JPALog.xml
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s -- in ee.jakarta.tck.persistence.se.pluggability.contracts.resource_local.Client
[INFO] Running ee.jakarta.tck.persistence.se.resource_local.Client1
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.resource_local.Client1 createEntityManagerSynchronizationTypeMapIllegalStateExceptionTest
INFO: Testing for resource-local entity managers
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.resource_local.Client1 createEntityManagerSynchronizationTypeMapIllegalStateExceptionTest
INFO: Testing when EMF is closed
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in ee.jakarta.tck.persistence.se.resource_local.Client1
[INFO] Running ee.jakarta.tck.persistence.se.resource_local.Client2
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.resource_local.Client2 createEntityManagerSynchronizationTypeIllegalStateExceptionTest
INFO: Testing for resource-local entity managers
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.resource_local.Client2 createEntityManagerSynchronizationTypeIllegalStateExceptionTest
INFO: Testing when EMF is closed
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in ee.jakarta.tck.persistence.se.resource_local.Client2
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Create the script(s)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Check script(s) content
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Persist some data
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client discriminatorColumnTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.discriminatorColumn.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Create the script(s)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Check script(s) content
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Persist some data
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client enumeratedTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:27 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.enumerated.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client idTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.id.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass1a:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass1b:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass1c:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass1d:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass2a:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass3:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client indexTest
INFO: pass4:true
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.index.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROPS, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENCOURSE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENCOURSE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENCOURSE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client joinTableTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROPS, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENCOURSE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENCOURSE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENCOURSE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.joinTable.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENEMP' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENEMP
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENEMP")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client orderColumnTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENEMP' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENEMP
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENEMP")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.orderColumn.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client secondaryTableTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.secondaryTable.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client sequenceGeneratorTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.sequenceGenerator.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client tableTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.table.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.tableGenerator.Client
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.tableGenerator.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Check script(s) content
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Persist some data
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client temporalTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.temporal.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Create the script(s)
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:28 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client uniqueConstraintTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.uniqueConstraint.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client versionTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.annotations.version.Client
[INFO] Running ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURL2Test
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURL2Test
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURL2Test
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURLTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURLTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURLTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsURLTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriter2Test
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriter2Test
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriter2Test
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriter2Test
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptURLTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptURLTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptURLTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptURLTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptURLTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Execute the script
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeCreateScriptReaderTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURLTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURLTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURLTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Attempting to execute an operation on a closed EntityManager.
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptReaderTest
INFO: Try to persist an entity, it should fail because table should not exist
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriterTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriterTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriterTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Attempting to execute an operation on a closed EntityManager.
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriter2Test
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriter2Test
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsPrintWriter2Test
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Attempting to execute an operation on a closed EntityManager.
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client executeDropScriptURLTest
INFO: Try to persist an entity, it should fail
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriterTest
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriterTest
INFO: Executing Persistence.createEntityManagerFactory(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriterTest
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseAndScriptsPrintWriterTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseCreateTest
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client databaseCreateTest
INFO: Persist some data
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: schemaGenerationDir=/tmp/schemaGeneration
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Delete existing directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client setup
INFO: Create new directory 
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: Try to drop table SCHEMAGENSIMPLE
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SCHEMAGENSIMPLE' because it does not exist.
Error Code: 20000
Call: DROP TABLE SCHEMAGENSIMPLE
Query: DataModifyQuery(sql="DROP TABLE SCHEMAGENSIMPLE")
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURL2Test
INFO: Create the script(s)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.common.PMClientBase displayProperties
INFO: Current properties:
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURL2Test
INFO: Executing Persistence.generateSchema(...)
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client scriptsURL2Test
INFO: Check script(s) content
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client removeTestData
INFO: AN EXCEPTION WAS THROWN DURING DROP TABLE SCHEMAGENSIMPLE, IT MAY OR MAY NOT BE A PROBLEM, Attempting to execute an operation on a closed EntityManager.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in ee.jakarta.tck.persistence.se.schemaGeneration.scripts.Client
[INFO] Running ee.jakarta.tck.persistence.signaturetest.JPASigTest
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.signaturetest.JPASigTest signatureTest
INFO: $$$ SigTestIT.signatureTest() called
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.signaturetest.JPASigTest signatureTest
INFO: mapFile location is :/tmp/sig-test9914081320999397594.map
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.signaturetest.JPASigTest signatureTest
INFO: packageFile location is :/tmp/sig-test-pkg-list4079619724406874376.txt
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.signaturetest.JPASigTest signatureTest
INFO: Package version from mapfile :3.2
Apr 30, 2024 1:30:29 PM ee.jakarta.tck.persistence.signaturetest.JPASigTest signatureTest
INFO: signature File location is :/tmp/jakarta.persistence.sig_3.2
Apr 30, 2024 1:30:29 PM com.sun.ts.tests.signaturetest.SigTest signatureTest
INFO: Executing JImage
Apr 30, 2024 1:30:29 PM com.sun.ts.tests.signaturetest.SigTest signatureTest
INFO: /opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/jimage extract --dir=/home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/persistence-tck/bin/target/jdk11-bundle /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/modules
Apr 30, 2024 1:30:32 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence' **********

Apr 30, 2024 1:30:32 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:32 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence' **********

Apr 30, 2024 1:30:32 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.criteria' **********

Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.criteria' **********

Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.metamodel' **********

Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.metamodel' **********

Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.spi' **********

Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: ********** Status Report 'jakarta.persistence.spi' **********

null
Apr 30, 2024 1:30:33 PM com.sun.ts.tests.signaturetest.SigTestDriver runSignatureTest
INFO: SignatureTest report
Base version: 3.2
Tested version: 3.2
Check mode: src [throws normalized]
Constant checking: on



[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.093 s -- in ee.jakarta.tck.persistence.signaturetest.JPASigTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 2134, Failures: 0, Errors: 0, Skipped: 4
[INFO] 
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (persistence-tests-2) @ persistence-tck-runner ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running ee.jakarta.tck.persistence.se.entityManagerFactory.Client2
[EL Severe]: ejb: 2024.04.30 13:30:35.230--ServerSession(416201381)--Exception [EclipseLink-30014] (Eclipse Persistence Services - 5.0.0-B02.v202404111748): org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
Exception Description: The persistence unit specifies validation-mode as "CALLBACK" but a Bean Validation ValidatorFactory could not be initialized. Please refer to the nested exception for details. Please ensure that Bean Validation API and Bean Validation Provider is available in classpath.
Internal Exception: jakarta.validation.NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath.
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s -- in ee.jakarta.tck.persistence.se.entityManagerFactory.Client2
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- exec:3.2.0:exec (stop-database-final) @ persistence-tck-runner ---
Tue Apr 30 13:30:36 UTC 2024 : Connection obtained for host: 0.0.0.0, port number 1527.
Tue Apr 30 13:30:36 UTC 2024 : Apache Derby Network Server - 10.15.2.0 - (1873585) shutdown
Command stop-database executed successfully.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ persistence-tck-runner ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (persistence-tests-1) @ persistence-tck-runner ---
[INFO] 
[INFO] --- failsafe:3.2.5:verify (persistence-tests-2) @ persistence-tck-runner ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:02 min
[INFO] Finished at: 2024-04-30T13:30:37Z
[INFO] ------------------------------------------------------------------------
+ echo '***********************************************************************************'
+ echo '***                        TCK bundle information                               ***'
+ echo '*** Name:         persistencetck-11.0.0_latest.zip                            ***'
+ echo '*** Artifact ID:<>   jakarta.tck:persistence-tck:3.2.0         ***'
++ stat -c 'date: %y, size(b): %s' /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/persistence-tck-downloads/persistencetck-11.0.0_latest.zip
+ echo '*** Date and size: date:' 2024-04-30 11:01:02.000000000 +0000, 'size(b):' '4626620  ***'
++ sha256sum /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/persistence-tck-downloads/persistencetck-11.0.0_latest.zip
++ awk '{print $1}'
+ echo '*** SHA256SUM: db74101c3f52f737f57804271ea9c845cb1941f2a0685284c54c4ad4fa1f05c7 ***'
+ echo '***                                                                             ***'
+ echo '***                          EclipseLink Version                                ***'
***                          EclipseLink Version                                ***
+ java -cp /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/persistence-tck/bin/target/glassfish7/glassfish/modules/org.eclipse.persistence.core.jar org.eclipse.persistence.Version

Eclipse Persistence Services (EclipseLink)
   Build Version:   5.0.0-B02.v202404111748
   Build Qualifier: v202404111748
   Build Date:      20240411
   Build Time:      1749
   Build Revision:  78a5206fc3b2563020c3bdcc2887e110ce814376
+ echo '***                        MVN/JDK info                                         ***'
++ mvn -v
+ echo Apache Maven 3.9.5 '(57804ffe001d7215b5e7bcb531cf83df38f93546)' Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: '"linux",' version: '"6.2.9-300.fc38.x86_64",' arch: '"amd64",' family: '"unix"'
+ echo '***********************************************************************************'
+ echo '***                        TCK results summary                                  ***'
++ grep 'Skipped: [0-9]*$' tck.log
++ grep -o 'Tests run: [0-9]*'
++ awk '{  SUM += $3 } END { print SUM }'
+ export TESTS_RUN=2135
+ TESTS_RUN=2135
++ grep 'Skipped: [0-9]*$' tck.log
++ grep -o 'Failures: [0-9]*'
++ awk '{  SUM += $2 } END { print SUM }'
+ export FAILURES=0
+ FAILURES=0
++ grep 'Skipped: [0-9]*$' tck.log
++ grep -o 'Errors: [0-9]*'
++ awk '{  SUM += $2 } END { print SUM }'
+ export ERRORS=0
+ ERRORS=0
++ grep 'Skipped: [0-9]*$' tck.log
++ grep -o 'Skipped: [0-9]*'
++ awk '{  SUM += $2 } END { print SUM }'
+ export SKIPPED=4
+ SKIPPED=4
+ echo '[INFO] Number of Tests Passed      = 2135'
+ echo '[INFO] Number of Tests Failed      = 0'
+ echo '[INFO] Number of Tests with Errors = 0'
+ echo '[INFO] Number of Skipped Tests     = 4'
+ echo '[INFO] ****************************************************************************'
+ grep 'Tests run:' tck.log
+ grep --invert-match 'Skipped: [0-9]*$'
++ tail -1
++ head -10 /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/SUMMARY_JDK17.TXT
++ sed 's/.*=\s\(.*\)/\1/'
+ PASSED_COUNT='***********************************************************************************'
++ head -11 /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/SUMMARY_JDK17.TXT
++ tail -1
++ sed 's/.*=\s\(.*\)/\1/'
+ FAILED_COUNT='***                        TCK results summary                                  ***'
++ head -12 /home/jenkins/agent/workspace/TCK_JakartaEE11_JPA_run/SUMMARY_JDK17.TXT
++ tail -1
++ sed 's/.*=\s\(.*\)/\1/'
+ ERROR_COUNT=2135
+ echo ERROR_COUNT=2135
ERROR_COUNT=2135
+ echo 'FAILED_COUNT=***' TCK results summary databases download glassfish8 persistence-tck persistence-tck-downloads SUMMARY_JDK17.TXT SUMMARY_JDK21.TXT tck.log
FAILED_COUNT=*** TCK results summary databases download glassfish8 persistence-tck persistence-tck-downloads SUMMARY_JDK17.TXT SUMMARY_JDK21.TXT tck.log
+ echo 'PASSED_COUNT=***********************************************************************************'
PASSED_COUNT=***********************************************************************************
Archiving artifacts
Finished: SUCCESS