Skip to content

Console Output

Skipping 9,636 KB.. Full Log
 * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
15:08:59 Error Code: 0
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
15:08:59 Error Code: 0
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
15:08:59 Error Code: 0
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Init Security Context for all scenarios
15:08:59 [ERROR]   Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
15:08:59 [ERROR]   Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
15:08:59 [INFO] 
15:08:59 [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name
15:08:59 [ERROR]   Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!.
15:08:59 [ERROR]   Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException
15:08:59 Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement:
15:08:59 /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59  [42102-200]
15:08:59 Error Code: 42102
15:08:59 Call: /*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 
15:08:59 Query: DataModifyQuery(sql="/*******************************************************************************
15:08:59  * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others
15:08:59  *
15:08:59  * This program and the accompanying materials are made
15:08:59  * available under the terms of the Eclipse Public License 2.0
15:08:59  * which is available at https://www.eclipse.org/legal/epl-2.0/
15:08:59  *
15:08:59  * SPDX-License-Identifier: EPL-2.0
15:08:59  *
15:08:59  * Contributors:
15:08:59  *     Eurotech - initial API and implementation
15:08:59  *******************************************************************************/
15:08:59 
15:08:59 UPDATE act_account SET scope_id = null;
15:08:59 
15:08:59 DELETE
15:08:59 FROM act_account
15:08:59 WHERE id NOT IN (1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_credential
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3));
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_access_token;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_mfa_option;
15:08:59 
15:08:59 DELETE
15:08:59 FROM atht_scratch_code;
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_role_permission
15:08:59 WHERE NOT (scope_id = 1 AND role_id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_connection;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device;
15:08:59 
15:08:59 DELETE
15:08:59 FROM dvc_device_event;
15:08:59 
15:08:59 DELETE
15:08:59 FROM sys_configuration
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9));
15:08:59 
15:08:59 DELETE
15:08:59 FROM usr_user
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_info
15:08:59 WHERE NOT (scope_id = 1 AND id IN (1, 2));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_permission
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_access_role
15:08:59 WHERE NOT (scope_id = 1 AND id = 1);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain_actions
15:08:59 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);
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_domain
15:08:59 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));
15:08:59 
15:08:59 DELETE
15:08:59 FROM athz_group;
15:08:59 
15:08:59 DELETE
15:08:59 FROM tag_tag;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_execution;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition
15:08:59 WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_definition_properties
15:08:59 WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_step_properties;
15:08:59 
15:08:59 DELETE
15:08:59 FROM job_job_target;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger;
15:08:59 
15:08:59 DELETE
15:08:59 FROM schdl_trigger_properties;
15:08:59 ")
15:08:59 [INFO] 
15:08:59 [INFO] 
15:08:59 [ERROR] Tests run: 164, Failures: 0, Errors: 50, Skipped: 0
15:08:59 [INFO] 
15:08:59 [INFO] ------------------------------------------------------------------------
15:08:59 [INFO] Reactor Summary for kapua 2.0.0-SNAPSHOT:
15:08:59 [INFO] 
15:08:59 [INFO] kapua-build-tools .................................. SUCCESS [  1.822 s]
15:08:59 [INFO] kapua .............................................. SUCCESS [ 20.201 s]
15:08:59 [INFO] kapua-qa ........................................... SUCCESS [  0.909 s]
15:08:59 [INFO] kapua-qa-markers ................................... SUCCESS [  1.442 s]
15:08:59 [INFO] kapua-service ...................................... SUCCESS [  4.685 s]
15:08:59 [INFO] kapua-service-api .................................. SUCCESS [  7.355 s]
15:08:59 [INFO] kapua-account ...................................... SUCCESS [  0.264 s]
15:08:59 [INFO] kapua-account-api .................................. SUCCESS [  1.365 s]
15:08:59 [INFO] kapua-user ......................................... SUCCESS [  0.266 s]
15:08:59 [INFO] kapua-user-api ..................................... SUCCESS [  1.029 s]
15:08:59 [INFO] kapua-security ..................................... SUCCESS [  1.094 s]
15:08:59 [INFO] kapua-security-authorization ....................... SUCCESS [  0.125 s]
15:08:59 [INFO] kapua-security-authorization-api ................... SUCCESS [  3.747 s]
15:08:59 [INFO] kapua-security-authentication ...................... SUCCESS [  0.143 s]
15:08:59 [INFO] kapua-security-authentication-api .................. SUCCESS [  3.070 s]
15:08:59 [INFO] kapua-commons ...................................... SUCCESS [ 27.133 s]
15:08:59 [INFO] kapua-locator ...................................... SUCCESS [  0.129 s]
15:08:59 [INFO] kapua-locator-guice ................................ SUCCESS [  5.785 s]
15:08:59 [INFO] kapua-account-internal ............................. SUCCESS [  7.049 s]
15:08:59 [INFO] kapua-message ...................................... SUCCESS [  0.187 s]
15:08:59 [INFO] kapua-message-api .................................. SUCCESS [  1.843 s]
15:08:59 [INFO] kapua-device ....................................... SUCCESS [  1.682 s]
15:08:59 [INFO] kapua-device-api ................................... SUCCESS [  1.392 s]
15:08:59 [INFO] kapua-device-registry .............................. SUCCESS [  0.572 s]
15:08:59 [INFO] kapua-device-registry-api .......................... SUCCESS [  1.881 s]
15:08:59 [INFO] kapua-job .......................................... SUCCESS [  0.275 s]
15:08:59 [INFO] kapua-job-api ...................................... SUCCESS [  1.217 s]
15:08:59 [INFO] kapua-job-engine ................................... SUCCESS [  0.321 s]
15:08:59 [INFO] kapua-job-engine-api ............................... SUCCESS [  2.983 s]
15:08:59 [INFO] kapua-device-management ............................ SUCCESS [  0.601 s]
15:08:59 [INFO] kapua-device-management-api ........................ SUCCESS [  1.429 s]
15:08:59 [INFO] kapua-device-management-request .................... SUCCESS [  0.085 s]
15:08:59 [INFO] kapua-device-management-request-api ................ SUCCESS [  1.344 s]
15:08:59 [INFO] kapua-commons-rest ................................. SUCCESS [  0.178 s]
15:08:59 [INFO] kapua-commons-rest-model ........................... SUCCESS [  4.760 s]
15:08:59 [INFO] kapua-job-engine-client ............................ SUCCESS [  2.305 s]
15:08:59 [INFO] kapua-job-engine-commons ........................... SUCCESS [  2.222 s]
15:08:59 [INFO] kapua-transport .................................... SUCCESS [  0.134 s]
15:08:59 [INFO] kapua-transport-api ................................ SUCCESS [  4.290 s]
15:08:59 [INFO] kapua-device-call .................................. SUCCESS [  0.553 s]
15:08:59 [INFO] kapua-device-call-api .............................. SUCCESS [  4.013 s]
15:08:59 [INFO] kapua-translator ................................... SUCCESS [  0.329 s]
15:08:59 [INFO] kapua-translator-api ............................... SUCCESS [  1.533 s]
15:08:59 [INFO] kapua-message-internal ............................. SUCCESS [  7.297 s]
15:08:59 [INFO] kapua-transport-mqtt ............................... SUCCESS [  4.938 s]
15:08:59 [INFO] kapua-device-call-kura ............................. SUCCESS [  3.572 s]
15:08:59 [INFO] kapua-device-management-registry ................... SUCCESS [  0.130 s]
15:08:59 [INFO] kapua-device-management-registry-api ............... SUCCESS [  1.740 s]
15:08:59 [INFO] kapua-device-commons ............................... SUCCESS [  4.180 s]
15:08:59 [INFO] kapua-service-commons .............................. SUCCESS [  0.243 s]
15:08:59 [INFO] kapua-service-storable ............................. SUCCESS [  0.165 s]
15:08:59 [INFO] kapua-service-storable-api ......................... SUCCESS [  4.091 s]
15:08:59 [INFO] kapua-service-elasticsearch ........................ SUCCESS [  0.144 s]
15:08:59 [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [  4.246 s]
15:08:59 [INFO] kapua-datastore .................................... SUCCESS [  0.458 s]
15:08:59 [INFO] kapua-datastore-api ................................ SUCCESS [  1.707 s]
15:08:59 [INFO] kapua-service-storable-internal .................... SUCCESS [  1.690 s]
15:08:59 [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [  2.341 s]
15:08:59 [INFO] kapua-datastore-internal ........................... SUCCESS [  3.010 s]
15:08:59 [INFO] kapua-plug-ins ..................................... SUCCESS [  0.091 s]
15:08:59 [INFO] kapua-sso .......................................... SUCCESS [  0.123 s]
15:08:59 [INFO] kapua-openid-connect ............................... SUCCESS [  0.096 s]
15:08:59 [INFO] kapua-openid-api ................................... SUCCESS [  0.961 s]
15:08:59 [INFO] kapua-openid-provider .............................. SUCCESS [  1.814 s]
15:08:59 [INFO] kapua-security-registration ........................ SUCCESS [  0.087 s]
15:08:59 [INFO] kapua-security-registration-api .................... SUCCESS [  1.299 s]
15:08:59 [INFO] kapua-security-certificate ......................... SUCCESS [  0.088 s]
15:08:59 [INFO] kapua-security-certificate-api ..................... SUCCESS [  1.135 s]
15:08:59 [INFO] kapua-security-certificate-internal ................ SUCCESS [  1.862 s]
15:08:59 [INFO] kapua-user-internal ................................ SUCCESS [  2.091 s]
15:08:59 [INFO] kapua-client ....................................... SUCCESS [  0.633 s]
15:08:59 [INFO] kapua-client-security .............................. SUCCESS [  3.469 s]
15:08:59 [INFO] kapua-device-authentication ........................ SUCCESS [  1.301 s]
15:08:59 [INFO] kapua-tag .......................................... SUCCESS [  0.142 s]
15:08:59 [INFO] kapua-tag-api ...................................... SUCCESS [  0.910 s]
15:08:59 [INFO] kapua-device-registry-internal ..................... SUCCESS [  3.208 s]
15:08:59 [INFO] kapua-security-registration-simple ................. SUCCESS [  1.754 s]
15:08:59 [INFO] kapua-tag-internal ................................. SUCCESS [  5.362 s]
15:08:59 [INFO] kapua-security-shiro ............................... SUCCESS [ 33.239 s]
15:08:59 [INFO] kapua-simulator-kura ............................... SUCCESS [ 12.028 s]
15:08:59 [INFO] kapua-stream ....................................... SUCCESS [  0.052 s]
15:08:59 [INFO] kapua-stream-api ................................... SUCCESS [  1.127 s]
15:08:59 [INFO] kapua-device-management-asset ...................... SUCCESS [  0.081 s]
15:08:59 [INFO] kapua-device-management-asset-api .................. SUCCESS [  1.377 s]
15:08:59 [INFO] kapua-device-management-asset-store ................ SUCCESS [  0.049 s]
15:08:59 [INFO] kapua-device-management-asset-store-api ............ SUCCESS [  1.267 s]
15:08:59 [INFO] kapua-device-management-asset-internal ............. SUCCESS [  1.726 s]
15:08:59 [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [  1.401 s]
15:08:59 [INFO] kapua-device-management-bundle ..................... SUCCESS [  0.068 s]
15:08:59 [INFO] kapua-device-management-bundle-api ................. SUCCESS [  1.247 s]
15:08:59 [INFO] kapua-device-management-bundle-internal ............ SUCCESS [  1.705 s]
15:08:59 [INFO] kapua-device-management-command .................... SUCCESS [  0.111 s]
15:08:59 [INFO] kapua-device-management-command-api ................ SUCCESS [  1.410 s]
15:08:59 [INFO] kapua-device-management-command-internal ........... SUCCESS [  1.624 s]
15:08:59 [INFO] kapua-device-management-configuration .............. SUCCESS [  0.100 s]
15:08:59 [INFO] kapua-device-management-configuration-api .......... SUCCESS [  1.495 s]
15:08:59 [INFO] kapua-device-management-configuration-message-api .. SUCCESS [  1.294 s]
15:08:59 [INFO] kapua-device-management-configuration-store ........ SUCCESS [  0.048 s]
15:08:59 [INFO] kapua-device-management-configuration-store-api .... SUCCESS [  1.261 s]
15:08:59 [INFO] kapua-device-management-configuration-internal ..... SUCCESS [  2.007 s]
15:08:59 [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [  1.490 s]
15:08:59 [INFO] kapua-device-management-inventory .................. SUCCESS [  0.105 s]
15:08:59 [INFO] kapua-device-management-inventory-api .............. SUCCESS [  1.477 s]
15:08:59 [INFO] kapua-device-management-inventory-internal ......... SUCCESS [  1.986 s]
15:08:59 [INFO] kapua-device-management-keystore ................... SUCCESS [  0.299 s]
15:08:59 [INFO] kapua-device-management-keystore-api ............... SUCCESS [  1.702 s]
15:08:59 [INFO] kapua-device-management-keystore-internal .......... SUCCESS [  1.981 s]
15:08:59 [INFO] kapua-device-management-packages ................... SUCCESS [  0.147 s]
15:08:59 [INFO] kapua-device-management-packages-api ............... SUCCESS [  1.516 s]
15:08:59 [INFO] kapua-device-management-registry-internal .......... SUCCESS [  2.145 s]
15:08:59 [INFO] kapua-device-management-packages-internal .......... SUCCESS [  2.210 s]
15:08:59 [INFO] kapua-device-management-request-internal ........... SUCCESS [  1.535 s]
15:08:59 [INFO] kapua-device-management-all ........................ SUCCESS [  0.056 s]
15:08:59 [INFO] kapua-device-management-all-internal ............... SUCCESS [  0.137 s]
15:08:59 [INFO] kapua-translator-kapua ............................. SUCCESS [  0.269 s]
15:08:59 [INFO] kapua-translator-kapua-kura ........................ SUCCESS [  2.775 s]
15:08:59 [INFO] kapua-translator-kura .............................. SUCCESS [  0.069 s]
15:08:59 [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [  1.443 s]
15:08:59 [INFO] kapua-transport-jms ................................ SUCCESS [  1.461 s]
15:08:59 [INFO] kapua-translator-kura-jms .......................... SUCCESS [  1.603 s]
15:08:59 [INFO] kapua-qa-common .................................... SUCCESS [  5.801 s]
15:08:59 [INFO] kapua-account-test-steps ........................... SUCCESS [  2.097 s]
15:08:59 [INFO] kapua-account-test ................................. SUCCESS [ 43.181 s]
15:08:59 [INFO] kapua-user-test-steps .............................. SUCCESS [  2.775 s]
15:08:59 [INFO] kapua-user-test .................................... SUCCESS [ 46.749 s]
15:08:59 [INFO] kapua-scheduler .................................... SUCCESS [  0.186 s]
15:08:59 [INFO] kapua-scheduler-api ................................ SUCCESS [  1.109 s]
15:08:59 [INFO] kapua-device-management-job ........................ SUCCESS [  0.076 s]
15:08:59 [INFO] kapua-device-management-job-api .................... SUCCESS [  1.399 s]
15:08:59 [INFO] kapua-service-client ............................... SUCCESS [  4.966 s]
15:08:59 [INFO] kapua-broker ....................................... SUCCESS [  0.176 s]
15:08:59 [INFO] kapua-broker-artemis ............................... SUCCESS [  0.149 s]
15:08:59 [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [  5.451 s]
15:08:59 [INFO] kapua-device-registry-test-steps ................... SUCCESS [  3.531 s]
15:08:59 [INFO] kapua-device-registry-test ......................... SUCCESS [01:32 min]
15:08:59 [INFO] kapua-scheduler-quartz ............................. SUCCESS [  2.610 s]
15:08:59 [INFO] kapua-job-internal ................................. SUCCESS [  2.707 s]
15:08:59 [INFO] kapua-job-test-steps ............................... SUCCESS [  2.470 s]
15:08:59 [INFO] kapua-job-test ..................................... SUCCESS [01:34 min]
15:08:59 [INFO] kapua-tag-test-steps ............................... SUCCESS [  1.749 s]
15:08:59 [INFO] kapua-tag-test ..................................... SUCCESS [01:14 min]
15:08:59 [INFO] kapua-endpoint ..................................... SUCCESS [  0.100 s]
15:08:59 [INFO] kapua-endpoint-api ................................. SUCCESS [  0.901 s]
15:08:59 [INFO] kapua-rest-api ..................................... SUCCESS [  0.431 s]
15:08:59 [INFO] kapua-rest-api-core ................................ SUCCESS [  6.770 s]
15:08:59 [INFO] kapua-device-management-all-api .................... SUCCESS [  0.057 s]
15:08:59 [INFO] kapua-system ....................................... SUCCESS [  0.052 s]
15:08:59 [INFO] kapua-system-api ................................... SUCCESS [  0.774 s]
15:08:59 [INFO] kapua-rest-api-resources ........................... SUCCESS [  3.557 s]
15:08:59 [INFO] kapua-endpoint-internal ............................ SUCCESS [  1.869 s]
15:08:59 [INFO] kapua-commons-rest-errors .......................... SUCCESS [  1.869 s]
15:08:59 [INFO] kapua-commons-rest-filters ......................... SUCCESS [  1.667 s]
15:08:59 [INFO] kapua-stream-internal .............................. SUCCESS [  1.646 s]
15:08:59 [INFO] kapua-system-internal .............................. SUCCESS [  1.211 s]
15:08:59 [INFO] kapua-extras ....................................... SUCCESS [  0.118 s]
15:08:59 [INFO] kapua-foreignkeys .................................. SUCCESS [  0.081 s]
15:08:59 [INFO] kapua-rest-api-web ................................. SUCCESS [ 18.962 s]
15:08:59 [INFO] kapua-qa-integration-steps ......................... SUCCESS [  3.495 s]
15:08:59 [INFO] kapua-security-test-steps .......................... SUCCESS [  2.466 s]
15:08:59 [INFO] kapua-device-management-job-internal ............... SUCCESS [  1.806 s]
15:08:59 [INFO] kapua-endpoint-test-steps .......................... SUCCESS [  2.253 s]
15:08:59 [INFO] kapua-device-management-bundle-job ................. SUCCESS [  1.664 s]
15:08:59 [INFO] kapua-device-management-asset-job .................. SUCCESS [  1.359 s]
15:08:59 [INFO] kapua-device-management-packages-job ............... SUCCESS [  1.505 s]
15:08:59 [INFO] kapua-device-management-command-job ................ SUCCESS [  1.400 s]
15:08:59 [INFO] kapua-device-management-configuration-job .......... SUCCESS [  1.407 s]
15:08:59 [INFO] kapua-device-management-keystore-job ............... SUCCESS [  1.374 s]
15:08:59 [INFO] kapua-scheduler-test-steps ......................... SUCCESS [  1.792 s]
15:08:59 [INFO] kapua-datastore-test-steps ......................... SUCCESS [  2.917 s]
15:08:59 [INFO] kapua-service-camel ................................ SUCCESS [  1.808 s]
15:08:59 [INFO] kapua-consumer ..................................... SUCCESS [  0.106 s]
15:08:59 [INFO] kapua-consumer-lifecycle ........................... SUCCESS [  2.005 s]
15:08:59 [INFO] kapua-consumer-telemetry ........................... SUCCESS [  2.101 s]
15:08:59 [INFO] kapua-service-authentication ....................... SUCCESS [  2.339 s]
15:08:59 [INFO] kapua-qa-integration ............................... FAILURE [  01:47 h]
15:08:59 [INFO] kapua-dev-tools .................................... SKIPPED
15:08:59 [INFO] kapua-cucumber-reports ............................. SKIPPED
15:08:59 [INFO] kapua-deployment ................................... SKIPPED
15:08:59 [INFO] kapua-deployment-commons ........................... SKIPPED
15:08:59 [INFO] kapua-docker ....................................... SKIPPED
15:08:59 [INFO] kapua-minishift .................................... SKIPPED
15:08:59 [INFO] kapua-openshift .................................... SKIPPED
15:08:59 [INFO] kapua-datastore-test ............................... SKIPPED
15:08:59 [INFO] kapua-device-management-all-job .................... SKIPPED
15:08:59 [INFO] kapua-scheduler-test ............................... SKIPPED
15:08:59 [INFO] kapua-security-test ................................ SKIPPED
15:08:59 [INFO] kapua-system-test-steps ............................ SKIPPED
15:08:59 [INFO] kapua-system-test .................................. SKIPPED
15:08:59 [INFO] kapua-service-authentication-app ................... SKIPPED
15:08:59 [INFO] kapua-translator-test-steps ........................ SKIPPED
15:08:59 [INFO] kapua-translator-test .............................. SKIPPED
15:08:59 [INFO] kapua-es-migrator .................................. SKIPPED
15:08:59 [INFO] kapua-encryption-migrator .......................... SKIPPED
15:08:59 [INFO] kapua-liquibase-unlocker ........................... SKIPPED
15:08:59 [INFO] kapua-openid-provider-generic ...................... SKIPPED
15:08:59 [INFO] kapua-openid-provider-keycloak ..................... SKIPPED
15:08:59 [INFO] kapua-job-engine-jbatch ............................ SKIPPED
15:08:59 [INFO] kapua-job-engine-app ............................... SKIPPED
15:08:59 [INFO] kapua-job-engine-app-core .......................... SKIPPED
15:08:59 [INFO] kapua-job-engine-app-resources ..................... SKIPPED
15:08:59 [INFO] kapua-job-engine-app-web ........................... SKIPPED
15:08:59 [INFO] kapua-consumer-lifecycle-app ....................... SKIPPED
15:08:59 [INFO] kapua-consumer-telemetry-app ....................... SKIPPED
15:08:59 [INFO] kapua-client-gateway ............................... SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED
15:08:59 [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED
15:08:59 [INFO] kapua-assembly ..................................... SKIPPED
15:08:59 [INFO] kapua-assembly-java-base ........................... SKIPPED
15:08:59 [INFO] kapua-assembly-jetty-base .......................... SKIPPED
15:08:59 [INFO] kapua-assembly-sql ................................. SKIPPED
15:08:59 [INFO] kapua-assembly-events-broker ....................... SKIPPED
15:08:59 [INFO] kapua-assembly-broker-artemis ...................... SKIPPED
15:08:59 [INFO] kapua-assembly-api ................................. SKIPPED
15:08:59 [INFO] kapua-assembly-consumer ............................ SKIPPED
15:08:59 [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED
15:08:59 [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED
15:08:59 [INFO] kapua-assembly-service ............................. SKIPPED
15:08:59 [INFO] kapua-assembly-service-authentication .............. SKIPPED
15:08:59 [INFO] kapua-assembly-job-engine .......................... SKIPPED
15:08:59 [INFO] ------------------------------------------------------------------------
15:08:59 [INFO] BUILD FAILURE
15:08:59 [INFO] ------------------------------------------------------------------------
15:08:59 [INFO] Total time:  01:59 h
15:08:59 [INFO] Finished at: 2024-03-08T20:08:59Z
15:08:59 [INFO] ------------------------------------------------------------------------
15:08:59 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project kapua-qa-integration: 
15:08:59 [ERROR] 
15:08:59 [ERROR] Please refer to /home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire-reports for the individual test results.
15:08:59 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
15:08:59 [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
15:08:59 [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-20240308182133963_491.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-03-08T18-09-35_820-jvmRun1' 'surefire-20240308182133963_489tmp' 'surefire_27-20240308182133963_490tmp'
15:08:59 [ERROR] Error occurred in starting fork, check output in log
15:08:59 [ERROR] Process Exit Code: 143
15:08:59 [ERROR] Crashed tests:
15:08:59 [ERROR] Device Management Inventory Service Tests
15:08:59 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
15:08:59 [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-20240308182133963_491.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-03-08T18-09-35_820-jvmRun1' 'surefire-20240308182133963_489tmp' 'surefire_27-20240308182133963_490tmp'
15:08:59 [ERROR] Error occurred in starting fork, check output in log
15:08:59 [ERROR] Process Exit Code: 143
15:08:59 [ERROR] Crashed tests:
15:08:59 [ERROR] Device Management Inventory Service Tests
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714)
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
15:08:59 [ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
15:08:59 [ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
15:08:59 [ERROR] 	at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
15:08:59 [ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
15:08:59 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
15:08:59 [ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
15:08:59 [ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
15:08:59 [ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
15:08:59 [ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
15:08:59 [ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
15:08:59 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:08:59 [ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
15:08:59 [ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
15:08:59 [ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
15:08:59 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
15:08:59 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
15:08:59 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
15:08:59 [ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
15:08:59 [ERROR] -> [Help 1]
15:08:59 [ERROR] 
15:08:59 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
15:08:59 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
15:08:59 [ERROR] 
15:08:59 [ERROR] For more information about the errors and possible solutions, please read the following articles:
15:08:59 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
15:08:59 [ERROR] 
15:08:59 [ERROR] After correcting the problems, you can resume the build with the command
15:08:59 [ERROR]   mvn <args> -rf :kapua-qa-integration
15:09:02 [Checks API] No suitable checks publisher found.
15:09:02 Finished: ABORTED