Skip to content
Aborted

Console Output

Skipping 9,428 KB.. Full Log
 *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:43 Error Code: 0
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:43 Error Code: 0
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
08:08:43 Error Code: 0
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Init Security Context for all scenarios
08:08:43 [ERROR]   Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
08:08:43 [ERROR]   Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
08:08:43 [INFO] 
08:08:43 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name
08:08:43 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
08:08:43 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
08:08:43 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
08:08:43 /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43  [42102-200]
08:08:43 Error Code: 42102
08:08:43 Call: /*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 
08:08:43 Query: DataModifyQuery(sql="/*******************************************************************************
08:08:43  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
08:08:43  *
08:08:43  * This program and the accompanying materials are made
08:08:43  * available under the terms of the Eclipse Public License 2.0
08:08:43  * which is available at https://www.eclipse.org/legal/epl-2.0/
08:08:43  *
08:08:43  * SPDX-License-Identifier: EPL-2.0
08:08:43  *
08:08:43  * Contributors:
08:08:43  *     Eurotech - initial API and implementation
08:08:43  *******************************************************************************/
08:08:43 
08:08:43 UPDATE act_account SET scope_id = null;
08:08:43 
08:08:43 DELETE
08:08:43 FROM act_account
08:08:43 WHERE id NOT IN (1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_credential
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_access_token;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_mfa_option;
08:08:43 
08:08:43 DELETE
08:08:43 FROM atht_scratch_code;
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_role_permission
08:08:43 WHERE NOT (scope_id = 1 AND role_id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_connection;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device;
08:08:43 
08:08:43 DELETE
08:08:43 FROM dvc_device_event;
08:08:43 
08:08:43 DELETE
08:08:43 FROM sys_configuration
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
08:08:43 
08:08:43 DELETE
08:08:43 FROM usr_user
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_info
08:08:43 WHERE NOT (scope_id = 1 AND id IN (1, 2));
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_permission
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_access_role
08:08:43 WHERE NOT (scope_id = 1 AND id = 1);
08:08:43 
08:08:43 DELETE
08:08:43 FROM athz_domain_actions
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_domain
08:08:43 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:43 
08:08:43 DELETE
08:08:43 FROM athz_group;
08:08:43 
08:08:43 DELETE
08:08:43 FROM tag_tag;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_execution;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition
08:08:43 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_definition_properties
08:08:43 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_step_properties;
08:08:43 
08:08:43 DELETE
08:08:43 FROM job_job_target;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger;
08:08:43 
08:08:43 DELETE
08:08:43 FROM schdl_trigger_properties;
08:08:43 ")
08:08:43 [INFO] 
08:08:43 [INFO] 
08:08:43 [ERROR] Tests run: 164, Failures: 0, Errors: 50, Skipped: 0
08:08:43 [INFO] 
08:08:43 [INFO] ------------------------------------------------------------------------
08:08:43 [INFO] Reactor Summary for kapua 2.0.0-SNAPSHOT:
08:08:43 [INFO] 
08:08:43 [INFO] kapua-build-tools .................................. SUCCESS [  3.405 s]
08:08:43 [INFO] kapua .............................................. SUCCESS [ 41.581 s]
08:08:43 [INFO] kapua-qa ........................................... SUCCESS [  1.795 s]
08:08:43 [INFO] kapua-qa-markers ................................... SUCCESS [  3.175 s]
08:08:43 [INFO] kapua-service ...................................... SUCCESS [  9.335 s]
08:08:43 [INFO] kapua-service-api .................................. SUCCESS [ 16.969 s]
08:08:43 [INFO] kapua-account ...................................... SUCCESS [  0.455 s]
08:08:43 [INFO] kapua-account-api .................................. SUCCESS [  3.301 s]
08:08:43 [INFO] kapua-user ......................................... SUCCESS [  0.465 s]
08:08:43 [INFO] kapua-user-api ..................................... SUCCESS [  2.444 s]
08:08:43 [INFO] kapua-security ..................................... SUCCESS [  2.532 s]
08:08:43 [INFO] kapua-security-authorization ....................... SUCCESS [  0.302 s]
08:08:43 [INFO] kapua-security-authorization-api ................... SUCCESS [  9.011 s]
08:08:43 [INFO] kapua-security-authentication ...................... SUCCESS [  0.268 s]
08:08:43 [INFO] kapua-security-authentication-api .................. SUCCESS [  7.673 s]
08:08:43 [INFO] kapua-commons ...................................... SUCCESS [ 56.435 s]
08:08:43 [INFO] kapua-locator ...................................... SUCCESS [  0.317 s]
08:08:43 [INFO] kapua-locator-guice ................................ SUCCESS [ 14.698 s]
08:08:43 [INFO] kapua-account-internal ............................. SUCCESS [ 16.215 s]
08:08:43 [INFO] kapua-message ...................................... SUCCESS [  0.341 s]
08:08:43 [INFO] kapua-message-api .................................. SUCCESS [  4.211 s]
08:08:43 [INFO] kapua-device ....................................... SUCCESS [  3.488 s]
08:08:43 [INFO] kapua-device-api ................................... SUCCESS [  3.720 s]
08:08:43 [INFO] kapua-device-registry .............................. SUCCESS [  1.300 s]
08:08:43 [INFO] kapua-device-registry-api .......................... SUCCESS [  4.510 s]
08:08:43 [INFO] kapua-job .......................................... SUCCESS [  0.696 s]
08:08:43 [INFO] kapua-job-api ...................................... SUCCESS [  3.119 s]
08:08:43 [INFO] kapua-job-engine ................................... SUCCESS [  0.626 s]
08:08:43 [INFO] kapua-job-engine-api ............................... SUCCESS [  7.614 s]
08:08:43 [INFO] kapua-device-management ............................ SUCCESS [  1.355 s]
08:08:43 [INFO] kapua-device-management-api ........................ SUCCESS [  3.633 s]
08:08:43 [INFO] kapua-device-management-request .................... SUCCESS [  0.189 s]
08:08:43 [INFO] kapua-device-management-request-api ................ SUCCESS [  3.383 s]
08:08:43 [INFO] kapua-commons-rest ................................. SUCCESS [  0.382 s]
08:08:43 [INFO] kapua-commons-rest-model ........................... SUCCESS [ 10.946 s]
08:08:43 [INFO] kapua-job-engine-client ............................ SUCCESS [  4.987 s]
08:08:43 [INFO] kapua-job-engine-commons ........................... SUCCESS [  5.032 s]
08:08:43 [INFO] kapua-transport .................................... SUCCESS [  0.296 s]
08:08:43 [INFO] kapua-transport-api ................................ SUCCESS [  9.531 s]
08:08:43 [INFO] kapua-device-call .................................. SUCCESS [  1.028 s]
08:08:43 [INFO] kapua-device-call-api .............................. SUCCESS [  9.561 s]
08:08:43 [INFO] kapua-translator ................................... SUCCESS [  0.662 s]
08:08:43 [INFO] kapua-translator-api ............................... SUCCESS [  3.694 s]
08:08:43 [INFO] kapua-message-internal ............................. SUCCESS [ 18.765 s]
08:08:43 [INFO] kapua-transport-mqtt ............................... SUCCESS [ 11.428 s]
08:08:43 [INFO] kapua-device-call-kura ............................. SUCCESS [  8.786 s]
08:08:43 [INFO] kapua-device-management-registry ................... SUCCESS [  0.235 s]
08:08:43 [INFO] kapua-device-management-registry-api ............... SUCCESS [  4.333 s]
08:08:43 [INFO] kapua-device-commons ............................... SUCCESS [  9.823 s]
08:08:43 [INFO] kapua-service-commons .............................. SUCCESS [  0.505 s]
08:08:43 [INFO] kapua-service-storable ............................. SUCCESS [  0.246 s]
08:08:43 [INFO] kapua-service-storable-api ......................... SUCCESS [  9.270 s]
08:08:43 [INFO] kapua-service-elasticsearch ........................ SUCCESS [  0.318 s]
08:08:43 [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 10.260 s]
08:08:43 [INFO] kapua-datastore .................................... SUCCESS [  1.081 s]
08:08:43 [INFO] kapua-datastore-api ................................ SUCCESS [  4.233 s]
08:08:43 [INFO] kapua-service-storable-internal .................... SUCCESS [  4.023 s]
08:08:43 [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [  5.672 s]
08:08:43 [INFO] kapua-datastore-internal ........................... SUCCESS [  8.042 s]
08:08:43 [INFO] kapua-plug-ins ..................................... SUCCESS [  0.234 s]
08:08:43 [INFO] kapua-sso .......................................... SUCCESS [  0.205 s]
08:08:43 [INFO] kapua-openid-connect ............................... SUCCESS [  0.244 s]
08:08:43 [INFO] kapua-openid-api ................................... SUCCESS [  2.241 s]
08:08:43 [INFO] kapua-openid-provider .............................. SUCCESS [  4.279 s]
08:08:43 [INFO] kapua-security-registration ........................ SUCCESS [  0.269 s]
08:08:43 [INFO] kapua-security-registration-api .................... SUCCESS [  3.027 s]
08:08:43 [INFO] kapua-service-commons-utils ........................ SUCCESS [  0.110 s]
08:08:43 [INFO] kapua-service-commons-utils-api .................... SUCCESS [  2.990 s]
08:08:43 [INFO] kapua-security-certificate ......................... SUCCESS [  0.364 s]
08:08:43 [INFO] kapua-security-certificate-api ..................... SUCCESS [  4.046 s]
08:08:43 [INFO] kapua-service-commons-utils-internal ............... SUCCESS [  3.392 s]
08:08:43 [INFO] kapua-security-certificate-internal ................ SUCCESS [  4.254 s]
08:08:43 [INFO] kapua-user-internal ................................ SUCCESS [  5.221 s]
08:08:43 [INFO] kapua-client ....................................... SUCCESS [  1.333 s]
08:08:43 [INFO] kapua-client-security .............................. SUCCESS [  7.526 s]
08:08:43 [INFO] kapua-device-authentication ........................ SUCCESS [  3.569 s]
08:08:43 [INFO] kapua-tag .......................................... SUCCESS [  0.247 s]
08:08:43 [INFO] kapua-tag-api ...................................... SUCCESS [  2.392 s]
08:08:43 [INFO] kapua-device-registry-internal ..................... SUCCESS [  7.957 s]
08:08:43 [INFO] kapua-security-registration-simple ................. SUCCESS [  3.940 s]
08:08:43 [INFO] kapua-tag-internal ................................. SUCCESS [ 12.011 s]
08:08:43 [INFO] kapua-security-shiro ............................... SUCCESS [01:06 min]
08:08:43 [INFO] kapua-simulator-kura ............................... SUCCESS [ 21.342 s]
08:08:43 [INFO] kapua-stream ....................................... SUCCESS [  0.117 s]
08:08:43 [INFO] kapua-stream-api ................................... SUCCESS [  2.763 s]
08:08:43 [INFO] kapua-device-management-asset ...................... SUCCESS [  0.170 s]
08:08:43 [INFO] kapua-device-management-asset-api .................. SUCCESS [  3.325 s]
08:08:43 [INFO] kapua-device-management-asset-store ................ SUCCESS [  0.166 s]
08:08:43 [INFO] kapua-device-management-asset-store-api ............ SUCCESS [  3.312 s]
08:08:43 [INFO] kapua-device-management-asset-internal ............. SUCCESS [  4.035 s]
08:08:43 [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [  3.271 s]
08:08:43 [INFO] kapua-device-management-bundle ..................... SUCCESS [  0.270 s]
08:08:43 [INFO] kapua-device-management-bundle-api ................. SUCCESS [  3.067 s]
08:08:43 [INFO] kapua-device-management-bundle-internal ............ SUCCESS [  3.743 s]
08:08:43 [INFO] kapua-device-management-command .................... SUCCESS [  0.248 s]
08:08:43 [INFO] kapua-device-management-command-api ................ SUCCESS [  3.224 s]
08:08:43 [INFO] kapua-device-management-command-internal ........... SUCCESS [  4.136 s]
08:08:43 [INFO] kapua-device-management-configuration .............. SUCCESS [  0.238 s]
08:08:43 [INFO] kapua-device-management-configuration-api .......... SUCCESS [  3.710 s]
08:08:43 [INFO] kapua-device-management-configuration-message-api .. SUCCESS [  3.068 s]
08:08:43 [INFO] kapua-device-management-configuration-store ........ SUCCESS [  0.106 s]
08:08:43 [INFO] kapua-device-management-configuration-store-api .... SUCCESS [  3.176 s]
08:08:43 [INFO] kapua-device-management-configuration-internal ..... SUCCESS [  5.051 s]
08:08:43 [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [  3.300 s]
08:08:43 [INFO] kapua-device-management-inventory .................. SUCCESS [  0.235 s]
08:08:43 [INFO] kapua-device-management-inventory-api .............. SUCCESS [  3.866 s]
08:08:43 [INFO] kapua-device-management-inventory-internal ......... SUCCESS [  5.230 s]
08:08:43 [INFO] kapua-device-management-keystore ................... SUCCESS [  0.252 s]
08:08:43 [INFO] kapua-device-management-keystore-api ............... SUCCESS [  3.589 s]
08:08:43 [INFO] kapua-device-management-keystore-internal .......... SUCCESS [  5.161 s]
08:08:43 [INFO] kapua-device-management-packages ................... SUCCESS [  0.298 s]
08:08:43 [INFO] kapua-device-management-packages-api ............... SUCCESS [  3.754 s]
08:08:43 [INFO] kapua-device-management-registry-internal .......... SUCCESS [  5.213 s]
08:08:43 [INFO] kapua-device-management-packages-internal .......... SUCCESS [  5.601 s]
08:08:43 [INFO] kapua-device-management-request-internal ........... SUCCESS [  3.710 s]
08:08:43 [INFO] kapua-device-management-all ........................ SUCCESS [  0.142 s]
08:08:43 [INFO] kapua-device-management-all-internal ............... SUCCESS [  0.358 s]
08:08:43 [INFO] kapua-translator-kapua ............................. SUCCESS [  0.513 s]
08:08:43 [INFO] kapua-translator-kapua-kura ........................ SUCCESS [  7.360 s]
08:08:43 [INFO] kapua-translator-kura .............................. SUCCESS [  0.154 s]
08:08:43 [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [  3.616 s]
08:08:43 [INFO] kapua-transport-jms ................................ SUCCESS [  3.252 s]
08:08:43 [INFO] kapua-translator-kura-jms .......................... SUCCESS [  4.019 s]
08:08:43 [INFO] kapua-qa-common .................................... SUCCESS [ 15.458 s]
08:08:43 [INFO] kapua-account-test-steps ........................... SUCCESS [  5.116 s]
08:08:43 [INFO] kapua-account-test ................................. SUCCESS [01:35 min]
08:08:43 [INFO] kapua-user-test-steps .............................. SUCCESS [  5.633 s]
08:08:43 [INFO] kapua-user-test .................................... SUCCESS [01:41 min]
08:08:43 [INFO] kapua-scheduler .................................... SUCCESS [  0.482 s]
08:08:43 [INFO] kapua-scheduler-api ................................ SUCCESS [  2.668 s]
08:08:43 [INFO] kapua-device-management-job ........................ SUCCESS [  0.173 s]
08:08:43 [INFO] kapua-device-management-job-api .................... SUCCESS [  3.417 s]
08:08:43 [INFO] kapua-service-client ............................... SUCCESS [ 12.015 s]
08:08:43 [INFO] kapua-broker ....................................... SUCCESS [  0.359 s]
08:08:43 [INFO] kapua-broker-artemis ............................... SUCCESS [  0.339 s]
08:08:43 [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 12.998 s]
08:08:43 [INFO] kapua-device-registry-test-steps ................... SUCCESS [  9.023 s]
08:08:43 [INFO] kapua-device-registry-test ......................... SUCCESS [03:19 min]
08:08:43 [INFO] kapua-scheduler-quartz ............................. SUCCESS [  6.426 s]
08:08:43 [INFO] kapua-job-internal ................................. SUCCESS [  6.903 s]
08:08:43 [INFO] kapua-job-test-steps ............................... SUCCESS [  6.167 s]
08:08:43 [INFO] kapua-job-test ..................................... SUCCESS [03:27 min]
08:08:43 [INFO] kapua-tag-test-steps ............................... SUCCESS [  4.560 s]
08:08:43 [INFO] kapua-tag-test ..................................... SUCCESS [02:39 min]
08:08:43 [INFO] kapua-endpoint ..................................... SUCCESS [  0.258 s]
08:08:43 [INFO] kapua-endpoint-api ................................. SUCCESS [  2.217 s]
08:08:43 [INFO] kapua-rest-api ..................................... SUCCESS [  0.900 s]
08:08:43 [INFO] kapua-rest-api-core ................................ SUCCESS [ 16.203 s]
08:08:43 [INFO] kapua-device-management-all-api .................... SUCCESS [  0.142 s]
08:08:43 [INFO] kapua-system ....................................... SUCCESS [  0.126 s]
08:08:43 [INFO] kapua-system-api ................................... SUCCESS [  1.852 s]
08:08:43 [INFO] kapua-rest-api-resources ........................... SUCCESS [  8.972 s]
08:08:43 [INFO] kapua-endpoint-internal ............................ SUCCESS [  4.656 s]
08:08:43 [INFO] kapua-commons-rest-errors .......................... SUCCESS [  4.292 s]
08:08:43 [INFO] kapua-commons-rest-filters ......................... SUCCESS [  4.310 s]
08:08:43 [INFO] kapua-stream-internal .............................. SUCCESS [  3.623 s]
08:08:43 [INFO] kapua-system-internal .............................. SUCCESS [  3.295 s]
08:08:43 [INFO] kapua-extras ....................................... SUCCESS [  0.265 s]
08:08:43 [INFO] kapua-foreignkeys .................................. SUCCESS [  0.219 s]
08:08:43 [INFO] kapua-rest-api-web ................................. SUCCESS [ 35.271 s]
08:08:43 [INFO] kapua-qa-integration-steps ......................... SUCCESS [  7.840 s]
08:08:43 [INFO] kapua-security-test-steps .......................... SUCCESS [  6.732 s]
08:08:43 [INFO] kapua-device-management-job-internal ............... SUCCESS [  4.478 s]
08:08:43 [INFO] kapua-endpoint-test-steps .......................... SUCCESS [  4.821 s]
08:08:43 [INFO] kapua-device-management-bundle-job ................. SUCCESS [  3.104 s]
08:08:43 [INFO] kapua-device-management-asset-job .................. SUCCESS [  3.122 s]
08:08:43 [INFO] kapua-device-management-packages-job ............... SUCCESS [  3.706 s]
08:08:43 [INFO] kapua-device-management-command-job ................ SUCCESS [  3.378 s]
08:08:43 [INFO] kapua-device-management-configuration-job .......... SUCCESS [  3.094 s]
08:08:43 [INFO] kapua-device-management-keystore-job ............... SUCCESS [  3.730 s]
08:08:43 [INFO] kapua-scheduler-test-steps ......................... SUCCESS [  4.669 s]
08:08:43 [INFO] kapua-datastore-test-steps ......................... SUCCESS [  6.805 s]
08:08:43 [INFO] kapua-service-camel ................................ SUCCESS [  4.439 s]
08:08:43 [INFO] kapua-consumer ..................................... SUCCESS [  0.260 s]
08:08:43 [INFO] kapua-consumer-lifecycle ........................... SUCCESS [  4.556 s]
08:08:43 [INFO] kapua-consumer-telemetry ........................... SUCCESS [  4.971 s]
08:08:43 [INFO] kapua-service-authentication ....................... SUCCESS [  5.907 s]
08:08:43 [INFO] kapua-qa-integration ............................... FAILURE [  01:32 h]
08:08:43 [INFO] kapua-dev-tools .................................... SKIPPED
08:08:43 [INFO] kapua-cucumber-reports ............................. SKIPPED
08:08:43 [INFO] kapua-deployment ................................... SKIPPED
08:08:43 [INFO] kapua-deployment-commons ........................... SKIPPED
08:08:43 [INFO] kapua-docker ....................................... SKIPPED
08:08:43 [INFO] kapua-minishift .................................... SKIPPED
08:08:43 [INFO] kapua-openshift .................................... SKIPPED
08:08:43 [INFO] kapua-datastore-test ............................... SKIPPED
08:08:43 [INFO] kapua-device-management-all-job .................... SKIPPED
08:08:43 [INFO] kapua-scheduler-test ............................... SKIPPED
08:08:43 [INFO] kapua-security-test ................................ SKIPPED
08:08:43 [INFO] kapua-system-test-steps ............................ SKIPPED
08:08:43 [INFO] kapua-system-test .................................. SKIPPED
08:08:43 [INFO] kapua-service-authentication-app ................... SKIPPED
08:08:43 [INFO] kapua-translator-test-steps ........................ SKIPPED
08:08:43 [INFO] kapua-translator-test .............................. SKIPPED
08:08:43 [INFO] kapua-es-migrator .................................. SKIPPED
08:08:43 [INFO] kapua-encryption-migrator .......................... SKIPPED
08:08:43 [INFO] kapua-liquibase-unlocker ........................... SKIPPED
08:08:43 [INFO] kapua-openid-provider-generic ...................... SKIPPED
08:08:43 [INFO] kapua-openid-provider-keycloak ..................... SKIPPED
08:08:43 [INFO] kapua-job-engine-jbatch ............................ SKIPPED
08:08:43 [INFO] kapua-job-engine-app ............................... SKIPPED
08:08:43 [INFO] kapua-job-engine-app-core .......................... SKIPPED
08:08:43 [INFO] kapua-job-engine-app-resources ..................... SKIPPED
08:08:43 [INFO] kapua-job-engine-app-web ........................... SKIPPED
08:08:43 [INFO] kapua-consumer-lifecycle-app ....................... SKIPPED
08:08:43 [INFO] kapua-consumer-telemetry-app ....................... SKIPPED
08:08:43 [INFO] kapua-client-gateway ............................... SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED
08:08:43 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED
08:08:43 [INFO] kapua-assembly ..................................... SKIPPED
08:08:43 [INFO] kapua-assembly-java-base ........................... SKIPPED
08:08:43 [INFO] kapua-assembly-jetty-base .......................... SKIPPED
08:08:43 [INFO] kapua-assembly-sql ................................. SKIPPED
08:08:43 [INFO] kapua-assembly-events-broker ....................... SKIPPED
08:08:43 [INFO] kapua-assembly-broker-artemis ...................... SKIPPED
08:08:43 [INFO] kapua-assembly-api ................................. SKIPPED
08:08:43 [INFO] kapua-assembly-consumer ............................ SKIPPED
08:08:43 [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED
08:08:43 [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED
08:08:43 [INFO] kapua-assembly-service ............................. SKIPPED
08:08:43 [INFO] kapua-assembly-service-authentication .............. SKIPPED
08:08:43 [INFO] kapua-assembly-job-engine .......................... SKIPPED
08:08:43 [INFO] ------------------------------------------------------------------------
08:08:43 [INFO] BUILD FAILURE
08:08:43 [INFO] ------------------------------------------------------------------------
08:08:43 [INFO] Total time:  01:59 h
08:08:43 [INFO] Finished at: 2024-03-13T12:08:43Z
08:08:43 [INFO] ------------------------------------------------------------------------
08:08:43 [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:43 [ERROR] 
08:08:43 [ERROR] Please refer to /home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire-reports for the individual test results.
08:08:43 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
08:08:43 [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:43 [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-20240313103645421_491.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-03-13T10-09-53_599-jvmRun1' 'surefire-20240313103645421_489tmp' 'surefire_27-20240313103645421_490tmp'
08:08:43 [ERROR] Error occurred in starting fork, check output in log
08:08:43 [ERROR] Process Exit Code: 143
08:08:43 [ERROR] Crashed tests:
08:08:43 [ERROR] Device Management Inventory Service Tests
08:08:43 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
08:08:43 [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-20240313103645421_491.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-03-13T10-09-53_599-jvmRun1' 'surefire-20240313103645421_489tmp' 'surefire_27-20240313103645421_490tmp'
08:08:43 [ERROR] Error occurred in starting fork, check output in log
08:08:43 [ERROR] Process Exit Code: 143
08:08:43 [ERROR] Crashed tests:
08:08:43 [ERROR] Device Management Inventory Service Tests
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714)
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
08:08:43 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
08:08:43 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
08:08:43 [ERROR] 	at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
08:08:43 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
08:08:43 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
08:08:43 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
08:08:43 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
08:08:43 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
08:08:43 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
08:08:43 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
08:08:43 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08:08:43 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
08:08:43 [ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:08:43 [ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
08:08:43 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
08:08:43 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
08:08:43 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
08:08:43 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
08:08:43 [ERROR] -> [Help 1]
08:08:43 [ERROR] 
08:08:43 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
08:08:43 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
08:08:43 [ERROR] 
08:08:43 [ERROR] For more information about the errors and possible solutions, please read the following articles:
08:08:43 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
08:08:43 [ERROR] 
08:08:43 [ERROR] After correcting the problems, you can resume the build with the command
08:08:43 [ERROR]   mvn <args> -rf :kapua-qa-integration
08:08:50 [Checks API] No suitable checks publisher found.
08:08:50 Finished: ABORTED