By type
start init db ...
You are now connected to database "datalake" as user "datalake".
psql:/datalake/init_db.sql:30: ERROR: relation "topic_name" already exists
psql:/datalake/init_db.sql:37: ERROR: relation "db_type" already exists
psql:/datalake/init_db.sql:38: ERROR: relation "db_seq" already exists
psql:/datalake/init_db.sql:57: ERROR: relation "db" already exists
psql:/datalake/init_db.sql:59: ERROR: relation "fk3njadtw43ieph7ftt4kxdhcko" already exists
psql:/datalake/init_db.sql:67: ERROR: relation "design_type" already exists
psql:/datalake/init_db.sql:69: ERROR: relation "fkm8rkv2qkq01gsmeq1c3y4w02x" already exists
psql:/datalake/init_db.sql:70: ERROR: relation "design_seq" already exists
psql:/datalake/init_db.sql:83: ERROR: relation "design" already exists
psql:/datalake/init_db.sql:85: ERROR: relation "fko43yi6aputq6kwqqu8eqbspm5" already exists
psql:/datalake/init_db.sql:86: ERROR: relation "fkabb8e74230glxpaiai4aqsr34" already exists
psql:/datalake/init_db.sql:87: ERROR: relation "kafka_seq" already exists
psql:/datalake/init_db.sql:105: ERROR: relation "kafka" already exists
psql:/datalake/init_db.sql:106: ERROR: relation "topic_seq" already exists
psql:/datalake/init_db.sql:123: ERROR: relation "topic" already exists
psql:/datalake/init_db.sql:125: ERROR: relation "fkj3pldlfaokdhqjfva8n3pkjca" already exists
psql:/datalake/init_db.sql:132: ERROR: relation "map_db_design" already exists
psql:/datalake/init_db.sql:134: ERROR: relation "fkhpn49r94k05mancjtn301m2p0" already exists
psql:/datalake/init_db.sql:141: ERROR: relation "map_db_topic" already exists
psql:/datalake/init_db.sql:143: ERROR: relation "fkq1jon185jnrr7dv1dd8214uw0" already exists
psql:/datalake/init_db.sql:150: ERROR: relation "map_kafka_topic" already exists
psql:/datalake/init_db.sql:152: ERROR: relation "fktdrme4h7rxfh04u2i2wqu23g5" already exists
CREATE TABLE
CREATE INDEX
You are now connected to database "datalake" as user "datalake".
psql:/datalake/init_db_data.sql:51: ERROR: duplicate key value violates unique constraint "kafka_pkey"
DETAIL: Key (id)=(1) already exists.
psql:/datalake/init_db_data.sql:52: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(CB) already exists.
psql:/datalake/init_db_data.sql:53: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(ES) already exists.
psql:/datalake/init_db_data.sql:54: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(MONGO) already exists.
psql:/datalake/init_db_data.sql:55: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(DRUID) already exists.
psql:/datalake/init_db_data.sql:56: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(HDFS) already exists.
psql:/datalake/init_db_data.sql:57: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(KIBANA) already exists.
psql:/datalake/init_db_data.sql:58: ERROR: duplicate key value violates unique constraint "db_type_pkey"
DETAIL: Key (id)=(SUPERSET) already exists.
psql:/datalake/init_db_data.sql:59: ERROR: duplicate key value violates unique constraint "db_pkey"
DETAIL: Key (id)=(1) already exists.
psql:/datalake/init_db_data.sql:60: ERROR: duplicate key value violates unique constraint "db_pkey"
DETAIL: Key (id)=(2) already exists.
psql:/datalake/init_db_data.sql:61: ERROR: column "presto_catalog" of relation "db" does not exist
LINE 1: ...d, enabled, encrypt, name,host,port,database_name,presto_cat...
^
psql:/datalake/init_db_data.sql:62: ERROR: duplicate key value violates unique constraint "db_pkey"
DETAIL: Key (id)=(4) already exists.
psql:/datalake/init_db_data.sql:63: ERROR: duplicate key value violates unique constraint "db_pkey"
DETAIL: Key (id)=(5) already exists.
psql:/datalake/init_db_data.sql:64: ERROR: duplicate key value violates unique constraint "db_pkey"
DETAIL: Key (id)=(6) already exists.
INSERT 0 1
psql:/datalake/init_db_data.sql:66: ERROR: duplicate key value violates unique constraint "topic_name_pkey"
DETAIL: Key (id)=(_DL_DEFAULT_) already exists.
psql:/datalake/init_db_data.sql:67: ERROR: duplicate key value violates unique constraint "topic_name_pkey"
DETAIL: Key (id)=(unauthenticated.SEC_FAULT_OUTPUT) already exists.
psql:/datalake/init_db_data.sql:68: ERROR: duplicate key value violates unique constraint "topic_name_pkey"
DETAIL: Key (id)=(unauthenticated.VES_MEASUREMENT_OUTPUT) already exists.
psql:/datalake/init_db_data.sql:69: ERROR: duplicate key value violates unique constraint "topic_name_pkey"
DETAIL: Key (id)=(EPC) already exists.
psql:/datalake/init_db_data.sql:70: ERROR: duplicate key value violates unique constraint "topic_name_pkey"
DETAIL: Key (id)=(HW) already exists.
psql:/datalake/init_db_data.sql:72: ERROR: duplicate key value violates unique constraint "topic_pkey"
DETAIL: Key (id)=(1) already exists.
psql:/datalake/init_db_data.sql:74: ERROR: duplicate key value violates unique constraint "topic_pkey"
DETAIL: Key (id)=(2) already exists.
psql:/datalake/init_db_data.sql:79: ERROR: duplicate key value violates unique constraint "topic_pkey"
DETAIL: Key (id)=(3) already exists.
psql:/datalake/init_db_data.sql:81: ERROR: duplicate key value violates unique constraint "topic_pkey"
DETAIL: Key (id)=(4) already exists.
psql:/datalake/init_db_data.sql:85: ERROR: duplicate key value violates unique constraint "topic_pkey"
DETAIL: Key (id)=(5) already exists.
psql:/datalake/init_db_data.sql:86: ERROR: duplicate key value violates unique constraint "map_db_topic_pkey"
DETAIL: Key (db_id, topic_id)=(1, 1) already exists.
psql:/datalake/init_db_data.sql:87: ERROR: duplicate key value violates unique constraint "map_kafka_topic_pkey"
DETAIL: Key (topic_id, kafka_id)=(1, 1) already exists.
psql:/datalake/init_db_data.sql:88: ERROR: duplicate key value violates unique constraint "design_type_pkey"
DETAIL: Key (id)=(KIBANA_DB) already exists.
psql:/datalake/init_db_data.sql:89: ERROR: duplicate key value violates unique constraint "design_type_pkey"
DETAIL: Key (id)=(KIBANA_SEARCH) already exists.
psql:/datalake/init_db_data.sql:90: ERROR: duplicate key value violates unique constraint "design_type_pkey"
DETAIL: Key (id)=(KIBANA_VISUAL) already exists.
psql:/datalake/init_db_data.sql:91: ERROR: duplicate key value violates unique constraint "design_type_pkey"
DETAIL: Key (id)=(ES_MAPPING) already exists.
psql:/datalake/init_db_data.sql:92: ERROR: duplicate key value violates unique constraint "design_type_pkey"
DETAIL: Key (id)=(DRUID_KAFKA_SPEC) already exists.
psql:/datalake/init_db_data.sql:93: ERROR: duplicate key value violates unique constraint "design_pkey"
DETAIL: Key (id)=(1) already exists.
psql:/datalake/init_db_data.sql:94: ERROR: duplicate key value violates unique constraint "map_db_design_pkey"
DETAIL: Key (design_id, db_id)=(1, 6) already exists.
INSERT 0 1
INSERT 0 1
INSERT 0 1
finish init db
16:31:23,386 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
16:31:23,397 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
16:31:23,400 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/datalake/des-1.1.1-execute.jar!/BOOT-INF/classes!/logback.xml]
16:31:23,503 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@6b0c2d26 - URL [jar:file:/datalake/des-1.1.1-execute.jar!/BOOT-INF/classes!/logback.xml] is not of type file
16:31:23,826 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
16:31:23,836 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
16:31:23,873 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
16:31:24,106 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
16:31:24,106 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
16:31:24,106 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
16:31:24,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.onap.datalake] to DEBUG
16:31:24,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [org.onap.datalake] to false
16:31:24,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.onap.datalake]
16:31:24,112 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
16:31:24,112 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
16:31:24,112 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
16:31:24,115 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3d3fcdb0 - Registering current configuration as safe fallback point
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.0.RELEASE)
2025-09-06 16:31:26,177 |INFO | [ main] org.onap.datalake.des.DesApplication:50 - Starting DesApplication on dcae-datalake-des with PID 12 (/datalake/des-1.1.1-execute.jar started by datalake in /datalake)
2025-09-06 16:31:26,188 |DEBUG| [ main] org.onap.datalake.des.DesApplication:53 - Running with Spring Boot v2.1.0.RELEASE, Spring v5.1.2.RELEASE
2025-09-06 16:31:26,195 |INFO | [ main] org.onap.datalake.des.DesApplication:675 - No active profile set, falling back to default profiles: default
2025-09-06 16:31:53,618 |INFO | [ main] org.onap.datalake.des.DesApplication:59 - Started DesApplication in 29.215 seconds (JVM running for 32.118)
2025-09-06 16:33:52,346 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:34:12,764 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:35:42,769 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:37:12,767 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:38:42,750 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:40:12,768 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:41:42,761 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:43:12,757 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:44:42,753 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:46:12,752 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:47:42,756 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:49:12,758 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:50:42,757 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:52:12,747 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:53:42,752 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:55:12,759 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:56:42,762 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:58:12,752 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 16:59:42,782 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:01:12,772 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:02:42,769 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:04:12,776 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:05:42,764 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:07:12,752 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:08:42,764 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:10:12,757 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:11:42,750 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:13:12,751 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:14:42,759 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:16:12,754 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:17:42,748 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:19:12,749 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:20:42,752 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:22:12,756 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:23:42,749 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:25:12,768 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:26:42,767 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:28:12,753 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:29:42,759 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:31:12,765 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:32:42,799 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:34:12,761 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:35:42,769 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:37:12,749 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:38:42,752 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:40:12,750 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:41:42,759 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:43:12,774 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:44:42,763 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:46:12,750 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:47:42,744 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:49:12,758 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:50:42,760 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:52:12,774 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:53:42,748 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:55:12,755 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:56:42,748 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:58:12,751 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 17:59:42,747 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:01:12,770 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:02:42,751 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:04:12,750 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:05:42,754 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:07:12,756 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:08:42,746 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:10:12,751 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:11:42,746 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:13:12,754 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:14:42,750 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:16:12,754 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:17:42,756 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:19:12,762 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:20:42,748 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:22:12,751 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:23:42,758 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:25:12,746 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:26:42,756 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:28:12,751 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:29:42,755 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:31:12,797 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:32:42,750 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:34:12,754 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:35:42,754 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:37:12,764 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:38:42,760 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:40:12,761 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:41:42,753 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:43:12,750 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:44:42,757 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:46:12,750 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:47:42,750 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:49:12,756 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:50:42,748 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:52:12,747 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:53:42,755 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:55:12,784 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:56:42,749 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:58:12,749 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 18:59:42,770 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:01:12,761 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:02:42,751 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:04:12,756 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:05:42,750 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:07:12,755 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:08:42,749 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:10:12,767 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:11:42,752 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:13:12,754 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:14:42,749 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:16:12,745 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:17:42,744 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:19:12,746 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:20:42,750 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:22:12,754 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:23:42,755 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:25:12,748 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:26:42,752 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:28:12,747 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:29:42,771 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:31:12,765 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:32:42,756 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:34:12,755 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:35:42,760 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:37:12,790 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:38:42,778 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:40:12,751 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:41:42,756 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:43:12,766 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:44:42,753 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:46:12,750 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:47:42,741 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:49:12,747 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:50:42,747 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:52:12,751 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:53:42,744 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:55:12,751 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:56:42,754 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:58:12,778 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 19:59:42,763 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:01:12,766 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:02:42,759 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:04:12,753 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:05:42,788 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:07:12,754 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:08:42,745 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:10:12,769 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:11:42,760 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:13:12,763 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:14:42,752 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:16:12,756 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:17:42,739 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:19:12,744 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:20:42,749 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:22:12,741 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:23:42,780 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:25:12,743 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:26:42,752 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:28:12,771 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:29:42,761 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:31:12,763 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:32:42,755 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:34:12,750 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:35:42,765 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:37:12,757 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:38:42,747 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:40:12,755 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:41:42,754 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:43:12,752 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:44:42,762 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:46:12,746 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:47:42,763 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:49:12,758 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:50:42,745 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:52:12,760 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:53:42,750 |INFO | [http-nio-1681-exec-5] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:55:12,756 |INFO | [http-nio-1681-exec-6] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:56:42,768 |INFO | [http-nio-1681-exec-7] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:58:12,780 |INFO | [http-nio-1681-exec-8] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 20:59:42,778 |INFO | [http-nio-1681-exec-9] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 21:01:12,757 |INFO | [ttp-nio-1681-exec-10] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 21:02:42,766 |INFO | [http-nio-1681-exec-1] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 21:04:12,748 |INFO | [http-nio-1681-exec-2] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 21:05:42,756 |INFO | [http-nio-1681-exec-3] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null
2025-09-06 21:07:12,746 |INFO | [http-nio-1681-exec-4] org.onap.datalake.des.service.DataExposureService:76 - DataExposureList is not null