Skip to content

Update README.md

Update README.md #913

GitHub Actions / Test Results failed Jun 27, 2024 in 0s

59 errors, 8 fail, 7 pass in 1m 7s

74 tests  ±0    7 ✅ ±0   1m 7s ⏱️ -8s
12 suites ±0    0 💤 ±0 
12 files   ±0    8 ❌ ±0   59 🔥 ±0 

Results for commit c676a1e. ± Comparison against earlier commit d7c43bf.

Annotations

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.DepartmentDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testData (com.axonivy.utils.persistence.test.dao.DepartmentDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.DepartmentDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.DepartmentDAOTest.prepare(DepartmentDAOTest.java:27)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:37,745 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:37,794 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:37,887 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:37,997 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:38,005 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,005 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,007 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,007 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,008 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,008 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,009 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,009 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,010 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,010 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,022 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,051 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,058 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,058 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:38,058 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:38,058 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:38,058 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,059 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:38,094 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,095 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:38,144 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,144 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,146 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,146 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,146 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,147 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,147 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,147 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:38,154 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,155 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:38,162 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,163 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:38,191 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,191 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,193 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,193 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,193 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,193 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,195 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,195 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,229 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,229 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,231 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,231 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,232 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,232 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,233 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,233 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,251 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchEnumOrder(AppFixture) (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,034 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:36,113 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:36,255 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:36,351 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:36,358 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,358 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,359 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,360 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,360 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,360 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,361 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,361 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,362 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,362 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,375 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,375 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:36,375 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:36,376 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:36,377 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:36,378 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,379 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:36,412 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,413 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:36,420 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:36,421 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,422 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,422 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:36,454 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,454 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:36,455 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,456 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:36,507 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,507 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,509 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,509 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,510 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,510 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,510 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,511 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,518 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,518 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,519 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,527 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:36,556 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,556 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,558 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,558 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,559 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,559 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,564 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,564 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,592 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,593 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,594 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,595 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,595 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,596 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,597 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,597 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,617 INFO  com.axonivy.utils.persistence.demo.Logger {} Logging was initialized, using the general Logger.
13:58:36,617 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchSortingWithoutResultField (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,650 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchEnum(AppFixture) (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,661 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchFilterAccess (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,672 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchEnumContains(AppFixture) (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,683 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearchIndividual (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,692 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.SearchFilterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSearch (com.axonivy.utils.persistence.test.dao.SearchFilterTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.SearchFilterTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.SearchFilterTest.prepare(SearchFilterTest.java:48)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,704 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.GenericDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testForceSingle (com.axonivy.utils.persistence.test.dao.GenericDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.GenericDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.GenericDAOTest.testForceSingle(GenericDAOTest.java:81)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 85 more
13:58:38,353 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:38,391 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:38,452 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:38,525 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:38,533 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,534 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,535 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,536 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,536 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,537 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,537 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,538 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,539 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,539 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:38,552 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,553 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:38,582 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,583 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:38,589 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,590 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,592 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,592 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:38,620 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,621 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:38,683 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,684 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,685 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,686 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,686 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,686 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,687 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,687 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:38,693 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,694 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:38,701 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:38,726 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,726 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,728 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,728 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,729 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,729 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,729 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,730 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,753 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,754 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,755 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,755 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,756 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:38,756 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:38,757 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,757 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:38,766 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.GenericDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testAPS148 (com.axonivy.utils.persistence.test.dao.GenericDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.GenericDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Constrained, id=nullnull, thread=main, user=test]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Constrained, id=nullnull, thread=main, user=test]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.GenericDAOTest.testAPS148(GenericDAOTest.java:40)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 86 more
13:58:38,788 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Constrained, id=nullnull, thread=main, user=test]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.HistorizedPersonDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testHistory (com.axonivy.utils.persistence.test.dao.HistorizedPersonDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.HistorizedPersonDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.HistorizedPersonDAOTest.prepare(HistorizedPersonDAOTest.java:28)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:36,758 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:36,814 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:36,890 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:36,962 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:36,968 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,968 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,969 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,970 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,970 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:36,970 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:36,971 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,971 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,972 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,972 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:36,986 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:36,986 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:36,986 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:36,986 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:36,987 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:36,988 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:36,988 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,018 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,018 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,019 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:37,026 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,027 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:37,054 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,055 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:37,112 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,112 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,114 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,114 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,114 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,115 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,125 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,126 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,132 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,133 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,133 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,133 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,133 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,133 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,141 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:37,166 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,166 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,167 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,167 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,168 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,168 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,168 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,169 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,194 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,195 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,196 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,197 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,197 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,197 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,198 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,198 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,208 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.CarDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSyntax (com.axonivy.utils.persistence.test.dao.CarDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.CarDAOTest.xml [took 0s]
Raw output
Data source 'persistence-utils-test' does not exist.
ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.GenericDAO.initializeQuery(GenericDAO.java:802)
	at com.axonivy.utils.persistence.dao.GenericDAO.initializeQuery(GenericDAO.java:820)
	at com.axonivy.utils.persistence.dao.GenericDAO.findAll(GenericDAO.java:502)
	at com.axonivy.utils.persistence.test.dao.CarDAOTest.testSyntax(CarDAOTest.java:27)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.PersonDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testTransactions (com.axonivy.utils.persistence.test.dao.PersonDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.PersonDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.PersonDAOTest.prepare(PersonDAOTest.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:37,271 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:37,306 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:37,360 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:37,426 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:37,433 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,433 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,435 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,435 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,436 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,436 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,436 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,437 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,438 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,438 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,451 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,479 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,481 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,481 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,481 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,481 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,481 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,482 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,482 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,482 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,489 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,515 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,515 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:37,515 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:37,515 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:37,515 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,516 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:37,561 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,561 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,562 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,562 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,563 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,563 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,563 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,564 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:37,569 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,570 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:37,577 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:37,613 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,613 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,615 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,616 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,617 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,617 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,618 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,618 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,646 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,646 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,647 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,648 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,648 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:37,648 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:37,649 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,649 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:37,658 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.PersonDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testLoadPermissions(AppFixture) (com.axonivy.utils.persistence.test.dao.PersonDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.PersonDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.PersonDAOTest.prepare(PersonDAOTest.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:37,683 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.PersonDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testLoadTestdata (com.axonivy.utils.persistence.test.dao.PersonDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.PersonDAOTest.xml [took 0s]
Raw output
Could not create test environment
java.lang.RuntimeException: Could not create test environment
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:60)
	at com.axonivy.utils.persistence.test.DemoTestBase.prepareTestDataAndMocking(DemoTestBase.java:12)
	at com.axonivy.utils.persistence.test.dao.PersonDAOTest.prepare(PersonDAOTest.java:32)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptBeforeEachMethod(AbstractTestJu5Ext.java:88)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:126)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:76)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:506)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$21(ClassBasedTestDescriptor.java:491)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:171)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:199)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:199)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:168)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'jpa-demo-test' does not exist.
errorAttributes:
PersistenceUnit=jpa_demo
DataSource=jpa-demo-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:73)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.getDatabaseConnection(TestDAO.java:61)
	at com.axonivy.utils.persistence.demo.tool.test.dao.TestDAO.importTablesFromExcelResource(TestDAO.java:167)
	at com.axonivy.utils.persistence.demo.tool.test.dao.DemoDAO.loadStandardTestdata(DemoDAO.java:24)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.loadStandardTestData(TestService.java:38)
	at com.axonivy.utils.persistence.demo.tool.test.service.TestService.prepareTestDataAndIvy(TestService.java:55)
	... 89 more
13:58:37,693 INFO  com.axonivy.utils.persistence.demo.tool.test.service.TestService {} Preparing test data

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindByCriteria (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist..
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist..
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeData(ProducerDAOTest.java:56)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByCriteria(ProducerDAOTest.java:121)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:224)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 87 more
13:58:39,312 WARN  com.google.inject.servlet.GuiceFilter {} Multiple Servlet injectors detected. This is a warning indicating that you have more than one GuiceFilter running in your web application. If this is deliberate, you may safely ignore this message. If this is NOT deliberate however, your application may not work as expected.
13:58:39,342 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:39,390 INFO  ch.ivyteam.ivy.server.persistency.db {} System database [Connection 'jdbc:hsqldb:mem:AxonIvySystemDatabase' Database 'HSQL Database Engine' Version '2.7.0' User ''] opened
13:58:39,444 INFO  ch.ivyteam.ivy.config {} Configuration properties have been changed:
    Elasticsearch.BundledServer.DataPath: '' -> '/tmp/es-test-data1797038717921125846' [java system properties]
    engine.download.url: '' -> 'https://dev.axonivy.com/permalink/dev/axonivy-engine.zip' [java system properties]
    engine.version: '' -> '(10.0.0,]' [java system properties]
13:58:39,450 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,450 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,451 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,452 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,452 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,452 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,453 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,453 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,454 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,454 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.1 using TagsConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.3 using PriorityConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.6 using SudoConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.9 using MessageConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.10 using QueryConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.13 using SignatureConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.14 using EndPageConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,464 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'DepartmentSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:39,485 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,485 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.1 using TagsConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.2 using DialogIdConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.3 using PriorityConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.4 using CallParamsRemover
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.5 using ResponsibleConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.6 using SudoConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.7 using CustomFieldConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.8 using HeaderNamesConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.9 using MessageConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.10 using QueryConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.11 using ConnectorConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.12 using TasksMapConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.13 using SignatureConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.14 using EndPageConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.15 using SchemaRefConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.16 using WebServiceCallConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.17 using RestClientCallConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.18 using RequestStartConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.19 using RequestLinkConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.20 using ErrorEndConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.21 using ProgramStartConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.22 using WebserviceStartConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,486 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'InfoProcess' to version 11.3.0 using LE113VersionConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.1 using TagsConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.2 using DialogIdConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.3 using PriorityConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.4 using CallParamsRemover
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.5 using ResponsibleConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.6 using SudoConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.7 using CustomFieldConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.8 using HeaderNamesConverter
13:58:39,493 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.9 using MessageConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.10 using QueryConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.11 using ConnectorConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.12 using TasksMapConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.13 using SignatureConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.14 using EndPageConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.15 using SchemaRefConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.16 using WebServiceCallConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.17 using RestClientCallConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.18 using RequestStartConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.19 using RequestLinkConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.20 using ErrorEndConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.21 using ProgramStartConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.22 using WebserviceStartConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,494 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'PersonSearchProcess' to version 11.3.0 using LE113VersionConverter
13:58:39,523 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,523 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.1 using TagsConverter
13:58:39,523 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.2 using DialogIdConverter
13:58:39,523 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.3 using PriorityConverter
13:58:39,523 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.4 using CallParamsRemover
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.5 using ResponsibleConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.6 using SudoConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.7 using CustomFieldConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.8 using HeaderNamesConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.9 using MessageConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.10 using QueryConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.11 using ConnectorConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.12 using TasksMapConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.13 using SignatureConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.14 using EndPageConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.15 using SchemaRefConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.16 using WebServiceCallConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.17 using RestClientCallConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.18 using RequestStartConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.19 using RequestLinkConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.20 using ErrorEndConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.21 using ProgramStartConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.22 using WebserviceStartConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.0 using RemoveWebPageConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,524 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'Starts' to version 11.3.0 using LE113VersionConverter
13:58:39,571 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,571 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,573 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,573 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,574 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,574 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,575 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,575 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,586 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.1 using TagsConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.2 using DialogIdConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.3 using PriorityConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.4 using CallParamsRemover
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.5 using ResponsibleConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.6 using SudoConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.7 using CustomFieldConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.8 using HeaderNamesConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.9 using MessageConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.10 using QueryConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.11 using ConnectorConverter
13:58:39,587 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.12 using TasksMapConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.13 using SignatureConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.14 using EndPageConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.15 using SchemaRefConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.16 using WebServiceCallConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.17 using RestClientCallConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.18 using RequestStartConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.19 using RequestLinkConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.20 using ErrorEndConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.21 using ProgramStartConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.22 using WebserviceStartConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.0 using RemoveWebPageConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,588 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasksProcess' to version 11.3.0 using LE113VersionConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.0 using DataCacheEnvironmentConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.1 using TagsConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.2 using DialogIdConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.3 using PriorityConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.4 using CallParamsRemover
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.5 using ResponsibleConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.6 using SudoConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.7 using CustomFieldConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.8 using HeaderNamesConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.9 using MessageConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.10 using QueryConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.11 using ConnectorConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.12 using TasksMapConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.13 using SignatureConverter
13:58:39,594 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.14 using EndPageConverter
13:58:39,595 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.15 using SchemaRefConverter
13:58:39,595 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.16 using WebServiceCallConverter
13:58:39,595 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.17 using RestClientCallConverter
13:58:39,595 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.18 using RequestStartConverter
13:58:39,596 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.19 using RequestLinkConverter
13:58:39,597 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.20 using ErrorEndConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.21 using ProgramStartConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.22 using WebserviceStartConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.23 using ProgramInterfaceConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.24 using IntermediateWaitEventConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.25 using ThirdpartyElementConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.1.26 using SchemaProcessRefConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.0 using RemoveWebPageConverter
13:58:39,598 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.1 using AlternativeConditionsConverter
13:58:39,599 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.2.2 using JavaBeanUserConfigConverter
13:58:39,599 INFO  ch.ivyteam.ivy.process.io.acl.historic.JsonProcessMigrator {} converting 'TestTasks' to version 11.3.0 using LE113VersionConverter
13:58:39,624 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,624 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,625 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,626 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,626 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,627 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,628 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,628 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,650 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,650 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,652 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,652 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,652 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.3.1] using WsdlUrlToCodegen
13:58:39,652 INFO  ch.ivyteam.ivy.configuration.yaml.historic.YamlMigrator {} Converting 'app.yaml' to version YamlVersion[version=11.4.1] using SplitVariableKeysWithDotsToMappings
13:58:39,653 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,653 INFO  org.apache.tamaya.ConfigurationProvider {} TAMAYA Loaded ConfigurationProviderSpi: org.apache.tamaya.core.internal.DefaultConfigurationProvider
13:58:39,677 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source persistence-utils-test does not exist..

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindByExampleWithParameter (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Data source 'persistence-utils-test' does not exist.
javax.transaction.TransactionRolledbackException: Data source 'persistence-utils-test' does not exist.
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1156)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameter(ProducerDAOTest.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,692 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error while calling saveAll
ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:224)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameter(ProducerDAOTest.java:145)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testSaveWithoutAuditing (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeData(ProducerDAOTest.java:56)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testSaveWithoutAuditing(ProducerDAOTest.java:249)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 87 more
13:58:39,704 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindPermittedByEntityIds (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Data source 'persistence-utils-test' does not exist.
javax.transaction.TransactionRolledbackException: Data source 'persistence-utils-test' does not exist.
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1156)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindPermittedByEntityIds(ProducerDAOTest.java:232)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,715 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error while calling saveAll
ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:224)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindPermittedByEntityIds(ProducerDAOTest.java:232)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindByExampleWithParameterOrLikeIsAscendingIndexNumber (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Transaction was rolled back
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1156)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLikeIsAscendingIndexNumber(ProducerDAOTest.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,724 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error, could not save all beans
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLikeIsAscendingIndexNumber(ProducerDAOTest.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,724 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error while calling saveAll
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLikeIsAscendingIndexNumber(ProducerDAOTest.java:189)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindByExampleWithParameterOrLike (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Transaction was rolled back
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1156)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLike(ProducerDAOTest.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,753 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error, could not save all beans
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLike(ProducerDAOTest.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,753 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error while calling saveAll
javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterOrLike(ProducerDAOTest.java:165)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testDeleteProducer (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeData(ProducerDAOTest.java:56)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testDeleteProducer(ProducerDAOTest.java:109)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 87 more
13:58:39,764 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testUndelete (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist..
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist..
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeData(ProducerDAOTest.java:56)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testUndelete(ProducerDAOTest.java:224)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:224)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 87 more
13:58:39,782 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source persistence-utils-test does not exist..

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testFindByExampleWithParameterLike (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Data source 'persistence-utils-test' does not exist.
javax.transaction.TransactionRolledbackException: Data source 'persistence-utils-test' does not exist.
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1156)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterLike(ProducerDAOTest.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
13:58:39,792 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Error while calling saveAll
ch.ivyteam.ivy.process.data.persistence.PersistenceUnitException: Data source 'persistence-utils-test' does not exist.
errorAttributes:
PersistenceUnit=persistence_utils
DataSource=persistence-utils-test

	at ch.ivyteam.ivy.process.data.persistence.ProcessDataPersistenceUtil.getPersistenceUnitInfo(ProcessDataPersistenceUtil.java:143)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManagerFactory(ProcessDataPersistenceService.java:55)
	at ch.ivyteam.ivy.process.data.persistence.internal.ProcessDataPersistenceService.getEntityManager(ProcessDataPersistenceService.java:47)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.lambda$6(IvyEntityManager.java:112)
	at ch.ivyteam.ivy.security.exec.Sudo.call(Sudo.java:65)
	at ch.ivyteam.ivy.process.data.persistence.internal.IvyEntityManager.createEntityManager(IvyEntityManager.java:110)
	at com.axonivy.utils.persistence.IvyEntityManager.getHibernateSession(IvyEntityManager.java:160)
	at com.axonivy.utils.persistence.dao.AbstractDAO.getEM(AbstractDAO.java:80)
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:224)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:150)
	at com.axonivy.utils.persistence.dao.GenericDAO.startTransactionAndSaveList(GenericDAO.java:1163)
	at com.axonivy.utils.persistence.dao.GenericDAO.saveAll(GenericDAO.java:1153)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeDatas(ProducerDAOTest.java:101)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testFindByExampleWithParameterLike(ProducerDAOTest.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)

Check failure on line 0 in com.axonivy.utils.persistence.test.dao.ProducerDAOTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

testDeleteWithoutAuditing (com.axonivy.utils.persistence.test.dao.ProducerDAOTest) with error

persistence-utils-demo-test/target/surefire-reports/TEST-com.axonivy.utils.persistence.test.dao.ProducerDAOTest.xml [took 0s]
Raw output
Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
javax.persistence.PersistenceException: Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1056)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:953)
	at com.axonivy.utils.persistence.dao.GenericDAO.save(GenericDAO.java:923)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.createFakeData(ProducerDAOTest.java:56)
	at com.axonivy.utils.persistence.test.dao.ProducerDAOTest.testDeleteWithoutAuditing(ProducerDAOTest.java:215)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.proceed(AbstractScopeContext.java:12)
	at ch.ivyteam.ivy.server.internal.test.AbstractScopeContext.callInScopeContext(AbstractScopeContext.java:7)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.lambda$0(IvyTestScopeContext.java:35)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.lambda$0(RequestResponseContext.java:21)
	at ch.ivyteam.util.callable.AbstractExecutionContext.callInContext(AbstractExecutionContext.java:10)
	at ch.ivyteam.ivy.request.impl.RequestResponseContext.callInContext(RequestResponseContext.java:20)
	at ch.ivyteam.ivy.environment.internal.IvyTestScopeContext.callInScopeContext(IvyTestScopeContext.java:35)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.callInContext(AbstractTestJu5Ext.java:122)
	at ch.ivyteam.ivy.server.internal.test.AbstractTestJu5Ext.interceptTestMethod(AbstractTestJu5Ext.java:109)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
	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.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
	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:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	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)
Caused by: javax.transaction.TransactionRolledbackException: Transaction was rolled back
	at com.axonivy.utils.persistence.dao.AbstractDAO$ManagedTransaction.begin(AbstractDAO.java:221)
	at com.axonivy.utils.persistence.dao.AbstractDAO.beginTransaction(AbstractDAO.java:126)
	at com.axonivy.utils.persistence.dao.GenericDAO.mergeBean(GenericDAO.java:1005)
	... 87 more
13:58:39,800 ERROR com.axonivy.utils.persistence.dao.GenericDAO {} Exception during operation UpdateInformation [type=ADD, class=Producer, id=null [createdDate=null, modifiedDate=null, flaggedDeletedDate=null, createdByUserName=null, modifiedByUserName=null, flaggedDeletedByUserName=null], thread=main, user=SYSTEM]: class javax.transaction.TransactionRolledbackException: Transaction was rolled back.