Skip to content
Aborted

Console Output

Skipping 9,647 KB.. Full Log
 *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:31 Error Code: 0
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:31 Error Code: 0
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:31 Error Code: 0
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Init Security Context for all scenarios
08:08:31 [ERROR]   Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
08:08:31 [ERROR]   Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
08:08:31 [INFO] 
08:08:31 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name
08:08:31 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:31 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:31 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:31 /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31  [42102-200]
08:08:31 Error Code: 42102
08:08:31 Call: /*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 
08:08:31 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:31  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:31  *
08:08:31  * This program and the accompanying materials are made
08:08:31  * available under the terms of the Eclipse Public License 2.0
08:08:31  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:31  *
08:08:31  * SPDX-License-Identifier: EPL-2.0
08:08:31  *
08:08:31  * Contributors:
08:08:31  *     Eurotech - initial API and implementation
08:08:31  *******************************************************************************/
08:08:31 
08:08:31 UPDATE act_account SET scope_id = null;
08:08:31 
08:08:31 DELETE
08:08:31 FROM act_account
08:08:31 WHERE id NOT IN (1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_credential
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_access_token;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_mfa_option;
08:08:31 
08:08:31 DELETE
08:08:31 FROM atht_scratch_code;
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_role_permission
08:08:31 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_connection;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device;
08:08:31 
08:08:31 DELETE
08:08:31 FROM dvc_device_event;
08:08:31 
08:08:31 DELETE
08:08:31 FROM sys_configuration
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:31 
08:08:31 DELETE
08:08:31 FROM usr_user
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_info
08:08:31 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_permission
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_access_role
08:08:31 WHERE NOT (scope_id = 1 AND id = 1);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain_actions
08:08:31 WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21);
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_domain
08:08:31 WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21));
08:08:31 
08:08:31 DELETE
08:08:31 FROM athz_group;
08:08:31 
08:08:31 DELETE
08:08:31 FROM tag_tag;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_execution;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition
08:08:31 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_definition_properties
08:08:31 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_step_properties;
08:08:31 
08:08:31 DELETE
08:08:31 FROM job_job_target;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger;
08:08:31 
08:08:31 DELETE
08:08:31 FROM schdl_trigger_properties;
08:08:31 ")
08:08:31 [INFO] 
08:08:31 [INFO] 
08:08:31 [ERROR] Tests run: 164, Failures: 0, Errors: 50, Skipped: 0
08:08:31 [INFO] 
08:08:31 [INFO] ------------------------------------------------------------------------
08:08:31 [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT:
08:08:31 [INFO] 
08:08:31 [INFO] kapua-build-tools .................................. SUCCESS [  2.772 s]
08:08:31 [INFO] kapua .............................................. SUCCESS [ 23.107 s]
08:08:31 [INFO] kapua-qa ........................................... SUCCESS [  1.189 s]
08:08:31 [INFO] kapua-qa-markers ................................... SUCCESS [  2.027 s]
08:08:31 [INFO] kapua-service ...................................... SUCCESS [  5.738 s]
08:08:31 [INFO] kapua-service-api .................................. SUCCESS [  9.434 s]
08:08:31 [INFO] kapua-account ...................................... SUCCESS [  0.253 s]
08:08:31 [INFO] kapua-account-api .................................. SUCCESS [  1.778 s]
08:08:31 [INFO] kapua-user ......................................... SUCCESS [  0.252 s]
08:08:31 [INFO] kapua-user-api ..................................... SUCCESS [  1.581 s]
08:08:31 [INFO] kapua-security ..................................... SUCCESS [  1.437 s]
08:08:31 [INFO] kapua-security-authorization ....................... SUCCESS [  0.196 s]
08:08:31 [INFO] kapua-security-authorization-api ................... SUCCESS [  4.620 s]
08:08:31 [INFO] kapua-security-authentication ...................... SUCCESS [  0.179 s]
08:08:31 [INFO] kapua-security-authentication-api .................. SUCCESS [  3.840 s]
08:08:31 [INFO] kapua-commons ...................................... SUCCESS [ 32.019 s]
08:08:31 [INFO] kapua-locator ...................................... SUCCESS [  0.226 s]
08:08:31 [INFO] kapua-locator-guice ................................ SUCCESS [  6.975 s]
08:08:31 [INFO] kapua-account-internal ............................. SUCCESS [  9.386 s]
08:08:31 [INFO] kapua-message ...................................... SUCCESS [  0.196 s]
08:08:31 [INFO] kapua-message-api .................................. SUCCESS [  2.547 s]
08:08:31 [INFO] kapua-device ....................................... SUCCESS [  2.203 s]
08:08:31 [INFO] kapua-device-api ................................... SUCCESS [  1.816 s]
08:08:31 [INFO] kapua-device-registry .............................. SUCCESS [  0.649 s]
08:08:31 [INFO] kapua-device-registry-api .......................... SUCCESS [  2.198 s]
08:08:31 [INFO] kapua-job .......................................... SUCCESS [  0.351 s]
08:08:31 [INFO] kapua-job-api ...................................... SUCCESS [  1.592 s]
08:08:31 [INFO] kapua-job-engine ................................... SUCCESS [  0.375 s]
08:08:31 [INFO] kapua-job-engine-api ............................... SUCCESS [  3.680 s]
08:08:31 [INFO] kapua-device-management ............................ SUCCESS [  0.641 s]
08:08:31 [INFO] kapua-device-management-api ........................ SUCCESS [  1.745 s]
08:08:31 [INFO] kapua-device-management-request .................... SUCCESS [  0.108 s]
08:08:31 [INFO] kapua-device-management-request-api ................ SUCCESS [  1.708 s]
08:08:31 [INFO] kapua-commons-rest ................................. SUCCESS [  0.228 s]
08:08:31 [INFO] kapua-commons-rest-model ........................... SUCCESS [  5.567 s]
08:08:31 [INFO] kapua-job-engine-client ............................ SUCCESS [  2.417 s]
08:08:31 [INFO] kapua-job-engine-commons ........................... SUCCESS [  2.286 s]
08:08:31 [INFO] kapua-transport .................................... SUCCESS [  0.151 s]
08:08:31 [INFO] kapua-transport-api ................................ SUCCESS [  5.337 s]
08:08:31 [INFO] kapua-device-call .................................. SUCCESS [  0.592 s]
08:08:31 [INFO] kapua-device-call-api .............................. SUCCESS [  4.887 s]
08:08:31 [INFO] kapua-translator ................................... SUCCESS [  0.395 s]
08:08:31 [INFO] kapua-translator-api ............................... SUCCESS [  1.841 s]
08:08:31 [INFO] kapua-message-internal ............................. SUCCESS [  8.650 s]
08:08:31 [INFO] kapua-transport-mqtt ............................... SUCCESS [  6.122 s]
08:08:31 [INFO] kapua-device-call-kura ............................. SUCCESS [  4.808 s]
08:08:31 [INFO] kapua-device-management-registry ................... SUCCESS [  0.145 s]
08:08:31 [INFO] kapua-device-management-registry-api ............... SUCCESS [  1.904 s]
08:08:31 [INFO] kapua-device-commons ............................... SUCCESS [  5.139 s]
08:08:31 [INFO] kapua-service-commons .............................. SUCCESS [  0.287 s]
08:08:31 [INFO] kapua-service-storable ............................. SUCCESS [  0.134 s]
08:08:31 [INFO] kapua-service-storable-api ......................... SUCCESS [  4.823 s]
08:08:31 [INFO] kapua-service-elasticsearch ........................ SUCCESS [  0.193 s]
08:08:31 [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [  5.281 s]
08:08:31 [INFO] kapua-datastore .................................... SUCCESS [  0.577 s]
08:08:31 [INFO] kapua-datastore-api ................................ SUCCESS [  1.930 s]
08:08:31 [INFO] kapua-service-storable-internal .................... SUCCESS [  2.051 s]
08:08:31 [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [  2.525 s]
08:08:31 [INFO] kapua-datastore-internal ........................... SUCCESS [  3.909 s]
08:08:31 [INFO] kapua-plug-ins ..................................... SUCCESS [  0.139 s]
08:08:31 [INFO] kapua-sso .......................................... SUCCESS [  0.128 s]
08:08:31 [INFO] kapua-openid-connect ............................... SUCCESS [  0.150 s]
08:08:31 [INFO] kapua-openid-api ................................... SUCCESS [  1.142 s]
08:08:31 [INFO] kapua-openid-provider .............................. SUCCESS [  2.127 s]
08:08:31 [INFO] kapua-security-registration ........................ SUCCESS [  0.173 s]
08:08:31 [INFO] kapua-security-registration-api .................... SUCCESS [  1.917 s]
08:08:31 [INFO] kapua-service-commons-utils ........................ SUCCESS [  0.063 s]
08:08:31 [INFO] kapua-service-commons-utils-api .................... SUCCESS [  1.447 s]
08:08:31 [INFO] kapua-security-certificate ......................... SUCCESS [  0.212 s]
08:08:31 [INFO] kapua-security-certificate-api ..................... SUCCESS [  2.005 s]
08:08:31 [INFO] kapua-service-commons-utils-internal ............... SUCCESS [  1.673 s]
08:08:31 [INFO] kapua-security-certificate-internal ................ SUCCESS [  2.167 s]
08:08:31 [INFO] kapua-user-internal ................................ SUCCESS [  2.506 s]
08:08:31 [INFO] kapua-client ....................................... SUCCESS [  0.635 s]
08:08:31 [INFO] kapua-client-security .............................. SUCCESS [  3.738 s]
08:08:31 [INFO] kapua-device-authentication ........................ SUCCESS [  1.513 s]
08:08:31 [INFO] kapua-tag .......................................... SUCCESS [  0.130 s]
08:08:31 [INFO] kapua-tag-api ...................................... SUCCESS [  1.099 s]
08:08:31 [INFO] kapua-device-registry-internal ..................... SUCCESS [  3.705 s]
08:08:31 [INFO] kapua-security-registration-simple ................. SUCCESS [  1.961 s]
08:08:31 [INFO] kapua-tag-internal ................................. SUCCESS [  6.661 s]
08:08:31 [INFO] kapua-security-shiro ............................... SUCCESS [ 37.868 s]
08:08:31 [INFO] kapua-simulator-kura ............................... SUCCESS [ 12.869 s]
08:08:31 [INFO] kapua-stream ....................................... SUCCESS [  0.090 s]
08:08:31 [INFO] kapua-stream-api ................................... SUCCESS [  1.606 s]
08:08:31 [INFO] kapua-device-management-asset ...................... SUCCESS [  0.114 s]
08:08:31 [INFO] kapua-device-management-asset-api .................. SUCCESS [  1.646 s]
08:08:31 [INFO] kapua-device-management-asset-store ................ SUCCESS [  0.065 s]
08:08:31 [INFO] kapua-device-management-asset-store-api ............ SUCCESS [  1.488 s]
08:08:31 [INFO] kapua-device-management-asset-internal ............. SUCCESS [  2.220 s]
08:08:31 [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [  1.552 s]
08:08:31 [INFO] kapua-device-management-bundle ..................... SUCCESS [  0.076 s]
08:08:31 [INFO] kapua-device-management-bundle-api ................. SUCCESS [  1.989 s]
08:08:31 [INFO] kapua-device-management-bundle-internal ............ SUCCESS [  2.011 s]
08:08:31 [INFO] kapua-device-management-command .................... SUCCESS [  0.083 s]
08:08:31 [INFO] kapua-device-management-command-api ................ SUCCESS [  1.568 s]
08:08:31 [INFO] kapua-device-management-command-internal ........... SUCCESS [  2.210 s]
08:08:31 [INFO] kapua-device-management-configuration .............. SUCCESS [  0.125 s]
08:08:31 [INFO] kapua-device-management-configuration-api .......... SUCCESS [  1.887 s]
08:08:31 [INFO] kapua-device-management-configuration-message-api .. SUCCESS [  1.366 s]
08:08:31 [INFO] kapua-device-management-configuration-store ........ SUCCESS [  0.086 s]
08:08:31 [INFO] kapua-device-management-configuration-store-api .... SUCCESS [  1.624 s]
08:08:31 [INFO] kapua-device-management-configuration-internal ..... SUCCESS [  2.440 s]
08:08:31 [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [  1.735 s]
08:08:31 [INFO] kapua-device-management-inventory .................. SUCCESS [  0.116 s]
08:08:31 [INFO] kapua-device-management-inventory-api .............. SUCCESS [  1.870 s]
08:08:31 [INFO] kapua-device-management-inventory-internal ......... SUCCESS [  2.281 s]
08:08:31 [INFO] kapua-device-management-keystore ................... SUCCESS [  0.200 s]
08:08:31 [INFO] kapua-device-management-keystore-api ............... SUCCESS [  1.738 s]
08:08:31 [INFO] kapua-device-management-keystore-internal .......... SUCCESS [  2.554 s]
08:08:31 [INFO] kapua-device-management-packages ................... SUCCESS [  0.212 s]
08:08:31 [INFO] kapua-device-management-packages-api ............... SUCCESS [  1.880 s]
08:08:31 [INFO] kapua-device-management-registry-internal .......... SUCCESS [  2.531 s]
08:08:31 [INFO] kapua-device-management-packages-internal .......... SUCCESS [  2.680 s]
08:08:31 [INFO] kapua-device-management-request-internal ........... SUCCESS [  2.125 s]
08:08:31 [INFO] kapua-device-management-all ........................ SUCCESS [  0.059 s]
08:08:31 [INFO] kapua-device-management-all-internal ............... SUCCESS [  0.107 s]
08:08:31 [INFO] kapua-translator-kapua ............................. SUCCESS [  0.308 s]
08:08:31 [INFO] kapua-translator-kapua-kura ........................ SUCCESS [  3.765 s]
08:08:31 [INFO] kapua-translator-kura .............................. SUCCESS [  0.143 s]
08:08:31 [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [  2.229 s]
08:08:31 [INFO] kapua-transport-jms ................................ SUCCESS [  1.758 s]
08:08:31 [INFO] kapua-translator-kura-jms .......................... SUCCESS [  2.001 s]
08:08:31 [INFO] kapua-qa-common .................................... SUCCESS [  5.906 s]
08:08:31 [INFO] kapua-account-test-steps ........................... SUCCESS [  2.665 s]
08:08:31 [INFO] kapua-account-test ................................. SUCCESS [ 45.575 s]
08:08:31 [INFO] kapua-user-test-steps .............................. SUCCESS [  2.690 s]
08:08:31 [INFO] kapua-user-test .................................... SUCCESS [ 48.239 s]
08:08:31 [INFO] kapua-scheduler .................................... SUCCESS [  0.243 s]
08:08:31 [INFO] kapua-scheduler-api ................................ SUCCESS [  1.412 s]
08:08:31 [INFO] kapua-device-management-job ........................ SUCCESS [  0.098 s]
08:08:31 [INFO] kapua-device-management-job-api .................... SUCCESS [  1.587 s]
08:08:31 [INFO] kapua-service-client ............................... SUCCESS [  6.014 s]
08:08:31 [INFO] kapua-broker ....................................... SUCCESS [  0.214 s]
08:08:31 [INFO] kapua-broker-artemis ............................... SUCCESS [  0.181 s]
08:08:31 [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [  6.474 s]
08:08:31 [INFO] kapua-device-registry-test-steps ................... SUCCESS [  4.432 s]
08:08:31 [INFO] kapua-device-registry-test ......................... SUCCESS [01:45 min]
08:08:31 [INFO] kapua-scheduler-quartz ............................. SUCCESS [  3.037 s]
08:08:31 [INFO] kapua-job-internal ................................. SUCCESS [  3.173 s]
08:08:31 [INFO] kapua-job-test-steps ............................... SUCCESS [  2.869 s]
08:08:31 [INFO] kapua-job-test ..................................... SUCCESS [01:45 min]
08:08:31 [INFO] kapua-tag-test-steps ............................... SUCCESS [  2.376 s]
08:08:31 [INFO] kapua-tag-test ..................................... SUCCESS [01:22 min]
08:08:31 [INFO] kapua-endpoint ..................................... SUCCESS [  0.122 s]
08:08:31 [INFO] kapua-endpoint-api ................................. SUCCESS [  1.079 s]
08:08:31 [INFO] kapua-rest-api ..................................... SUCCESS [  0.481 s]
08:08:31 [INFO] kapua-rest-api-core ................................ SUCCESS [  7.999 s]
08:08:31 [INFO] kapua-device-management-all-api .................... SUCCESS [  0.080 s]
08:08:31 [INFO] kapua-system ....................................... SUCCESS [  0.071 s]
08:08:31 [INFO] kapua-system-api ................................... SUCCESS [  1.059 s]
08:08:31 [INFO] kapua-commons-rest-errors .......................... SUCCESS [  2.137 s]
08:08:31 [INFO] kapua-rest-api-resources ........................... SUCCESS [  4.041 s]
08:08:31 [INFO] kapua-endpoint-internal ............................ SUCCESS [  2.120 s]
08:08:31 [INFO] kapua-commons-rest-filters ......................... SUCCESS [  2.301 s]
08:08:31 [INFO] kapua-stream-internal .............................. SUCCESS [  1.620 s]
08:08:31 [INFO] kapua-system-internal .............................. SUCCESS [  1.701 s]
08:08:31 [INFO] kapua-extras ....................................... SUCCESS [  0.136 s]
08:08:31 [INFO] kapua-foreignkeys .................................. SUCCESS [  0.104 s]
08:08:31 [INFO] kapua-rest-api-web ................................. SUCCESS [ 19.383 s]
08:08:31 [INFO] kapua-qa-integration-steps ......................... SUCCESS [  4.358 s]
08:08:31 [INFO] kapua-security-test-steps .......................... SUCCESS [  3.046 s]
08:08:31 [INFO] kapua-device-management-job-internal ............... SUCCESS [  2.400 s]
08:08:31 [INFO] kapua-endpoint-test-steps .......................... SUCCESS [  2.898 s]
08:08:31 [INFO] kapua-device-management-bundle-job ................. SUCCESS [  1.972 s]
08:08:31 [INFO] kapua-device-management-asset-job .................. SUCCESS [  1.775 s]
08:08:31 [INFO] kapua-device-management-packages-job ............... SUCCESS [  2.105 s]
08:08:31 [INFO] kapua-device-management-command-job ................ SUCCESS [  1.794 s]
08:08:31 [INFO] kapua-device-management-configuration-job .......... SUCCESS [  1.853 s]
08:08:31 [INFO] kapua-device-management-keystore-job ............... SUCCESS [  1.852 s]
08:08:31 [INFO] kapua-scheduler-test-steps ......................... SUCCESS [  2.511 s]
08:08:31 [INFO] kapua-datastore-test-steps ......................... SUCCESS [  3.424 s]
08:08:31 [INFO] kapua-service-camel ................................ SUCCESS [  2.533 s]
08:08:31 [INFO] kapua-consumer ..................................... SUCCESS [  0.122 s]
08:08:31 [INFO] kapua-consumer-lifecycle ........................... SUCCESS [  2.279 s]
08:08:31 [INFO] kapua-consumer-telemetry ........................... SUCCESS [  2.833 s]
08:08:31 [INFO] kapua-service-authentication ....................... SUCCESS [  3.032 s]
08:08:31 [INFO] kapua-qa-integration ............................... FAILURE [  01:45 h]
08:08:31 [INFO] kapua-dev-tools .................................... SKIPPED
08:08:31 [INFO] kapua-cucumber-reports ............................. SKIPPED
08:08:31 [INFO] kapua-deployment ................................... SKIPPED
08:08:31 [INFO] kapua-deployment-commons ........................... SKIPPED
08:08:31 [INFO] kapua-docker ....................................... SKIPPED
08:08:31 [INFO] kapua-minishift .................................... SKIPPED
08:08:31 [INFO] kapua-openshift .................................... SKIPPED
08:08:31 [INFO] kapua-datastore-test ............................... SKIPPED
08:08:31 [INFO] kapua-device-management-all-job .................... SKIPPED
08:08:31 [INFO] kapua-scheduler-test ............................... SKIPPED
08:08:31 [INFO] kapua-security-test ................................ SKIPPED
08:08:31 [INFO] kapua-system-test-steps ............................ SKIPPED
08:08:31 [INFO] kapua-system-test .................................. SKIPPED
08:08:31 [INFO] kapua-service-authentication-app ................... SKIPPED
08:08:31 [INFO] kapua-translator-test-steps ........................ SKIPPED
08:08:31 [INFO] kapua-translator-test .............................. SKIPPED
08:08:31 [INFO] kapua-es-migrator .................................. SKIPPED
08:08:31 [INFO] kapua-encryption-migrator .......................... SKIPPED
08:08:31 [INFO] kapua-liquibase-unlocker ........................... SKIPPED
08:08:31 [INFO] kapua-openid-provider-generic ...................... SKIPPED
08:08:31 [INFO] kapua-openid-provider-keycloak ..................... SKIPPED
08:08:31 [INFO] kapua-job-engine-jbatch ............................ SKIPPED
08:08:31 [INFO] kapua-job-engine-app ............................... SKIPPED
08:08:31 [INFO] kapua-job-engine-app-core .......................... SKIPPED
08:08:31 [INFO] kapua-job-engine-app-resources ..................... SKIPPED
08:08:31 [INFO] kapua-job-engine-app-web ........................... SKIPPED
08:08:31 [INFO] kapua-consumer-lifecycle-app ....................... SKIPPED
08:08:31 [INFO] kapua-consumer-telemetry-app ....................... SKIPPED
08:08:31 [INFO] kapua-client-gateway ............................... SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED
08:08:31 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED
08:08:31 [INFO] kapua-assembly ..................................... SKIPPED
08:08:31 [INFO] kapua-assembly-java-base ........................... SKIPPED
08:08:31 [INFO] kapua-assembly-jetty-base .......................... SKIPPED
08:08:31 [INFO] kapua-assembly-sql ................................. SKIPPED
08:08:31 [INFO] kapua-assembly-events-broker ....................... SKIPPED
08:08:31 [INFO] kapua-assembly-broker-artemis ...................... SKIPPED
08:08:31 [INFO] kapua-assembly-api ................................. SKIPPED
08:08:31 [INFO] kapua-assembly-consumer ............................ SKIPPED
08:08:31 [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED
08:08:31 [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED
08:08:31 [INFO] kapua-assembly-service ............................. SKIPPED
08:08:31 [INFO] kapua-assembly-service-authentication .............. SKIPPED
08:08:31 [INFO] kapua-assembly-job-engine .......................... SKIPPED
08:08:31 [INFO] ------------------------------------------------------------------------
08:08:31 [INFO] BUILD FAILURE
08:08:31 [INFO] ------------------------------------------------------------------------
08:08:31 [INFO] Total time:  01:59 h
08:08:31 [INFO] Finished at: 2024-04-02T12:08:31Z
08:08:31 [INFO] ------------------------------------------------------------------------
08:08:31 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project kapua-qa-integration: 
08:08:31 [ERROR] 
08:08:31 [ERROR] Please refer to /home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire-reports for the individual test results.
08:08:31 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
08:08:31 [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:31 [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && '/opt/tools/java/openjdk/jdk-11/latest/bin/java' '-javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec' '-jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire/surefirebooter-20240402102302920_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-04-02T10-09-12_878-jvmRun1' 'surefire-20240402102302920_486tmp' 'surefire_27-20240402102302920_487tmp'
08:08:31 [ERROR] Error occurred in starting fork, check output in log
08:08:31 [ERROR] Process Exit Code: 143
08:08:31 [ERROR] Crashed tests:
08:08:31 [ERROR] Device Management Inventory Service Tests
08:08:31 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:31 [ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && '/opt/tools/java/openjdk/jdk-11/latest/bin/java' '-javaagent:/home/jenkins/agent/workspace/develop-test/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/develop-test/qa/integration/target/jacoco.exec' '-jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire/surefirebooter-20240402102302920_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-04-02T10-09-12_878-jvmRun1' 'surefire-20240402102302920_486tmp' 'surefire_27-20240402102302920_487tmp'
08:08:31 [ERROR] Error occurred in starting fork, check output in log
08:08:31 [ERROR] Process Exit Code: 143
08:08:31 [ERROR] Crashed tests:
08:08:31 [ERROR] Device Management Inventory Service Tests
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714)
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
08:08:31 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
08:08:31 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
08:08:31 [ERROR] 	at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
08:08:31 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
08:08:31 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
08:08:31 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
08:08:31 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
08:08:31 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
08:08:31 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
08:08:31 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
08:08:31 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:08:31 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:08:31 [ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:08:31 [ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:08:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
08:08:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
08:08:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
08:08:31 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
08:08:31 [ERROR] -> [Help 1]
08:08:31 [ERROR] 
08:08:31 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
08:08:31 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
08:08:31 [ERROR] 
08:08:31 [ERROR] For more information about the errors and possible solutions, please read the following articles:
08:08:31 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
08:08:31 [ERROR] 
08:08:31 [ERROR] After correcting the problems, you can resume the build with the command
08:08:31 [ERROR]   mvn <args> -rf :kapua-qa-integration
08:08:34 [Checks API] No suitable checks publisher found.
08:08:34 Finished: ABORTED