By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2023-03-06T00:23:14.083Z||main|||||INFO|500||The following profiles are active: basic
2023-03-06T00:23:41.192Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-06T00:23:41.194Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-06T00:23:41.635Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-06T00:23:53.304Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-06T00:23:54.285Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-06T00:23:55.919Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-06T00:23:56.666Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-06T00:23:58.190Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-06T00:24:02.783Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-06T00:24:04.151Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2023-03-06T00:24:10.304Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-06T00:24:10.521Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-06T00:24:10.575Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-06T00:24:10.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-06T00:24:11.542Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-06T00:24:12.424Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-06T00:24:14.687Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-06T00:24:15.944Z||main|||||DEBUG|500||Attempting to create activity VNFSetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_1_0_, activitysp0_.NAME as name2_1_0_ from activity_spec_categories activitysp0_ where activitysp0_.ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ID as id1_2_0_, activitysp0_.CREATION_TIMESTAMP as creation2_2_0_, activitysp0_.DESCRIPTION as descript3_2_0_, activitysp0_.DIRECTION as directio4_2_0_, activitysp0_.NAME as name5_2_0_, activitysp0_.TYPE as type6_2_0_ from activity_spec_parameters activitysp0_ where activitysp0_.ID=?
2023-03-06T00:24:18.070Z||main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:18.100Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:18.145Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetInMaintFlagActivity","description":"Activity to Set InMaint Flag in A&AI","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:21.638Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:21.641Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:18 GMT], server=[envoy], x-envoy-upstream-service-time=[3469], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:21.645Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"95785674823a4e54a1142c131a3cb231","versionId":"7909defbf07c4b83b41b03246e3aeab4"}
2023-03-06T00:24:21.703Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-03-06T00:24:21.940Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:21.941Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d1701a13-776e-4add-92c0-a26bcb8a06cd], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:21.944Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:23.769Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1801]}
2023-03-06T00:24:23.770Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:23.772Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/95785674823a4e54a1142c131a3cb231/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:23.773Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-03-06T00:24:23.774Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFCheckPserversLockedFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:23.896Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:23.898Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fab46b91-f89e-4b8c-a244-2c869292c426], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:23.903Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckPserversLockedFlagActivity","description":"Activity Check Pservers Locked Flag VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:24.657Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:24 GMT], server=[envoy], x-envoy-upstream-service-time=[748], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:24.659Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a773b1dd377741efa78f3bc548ff24c6","versionId":"5dce43653d954c168946933ce785c04d"}
2023-03-06T00:24:24.661Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:24.666Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-03-06T00:24:24.745Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a773b1dd377741efa78f3bc548ff24c6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:24.748Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a773b1dd377741efa78f3bc548ff24c6/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:24.750Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a773b1dd377741efa78f3bc548ff24c6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:26.149Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a773b1dd377741efa78f3bc548ff24c6/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:26.151Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a773b1dd377741efa78f3bc548ff24c6/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1393]}
2023-03-06T00:24:26.152Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:26.154Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-03-06T00:24:26.154Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFCheckInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:26.235Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:26.237Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:26.239Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckInMaintFlagActivity","description":"Activity CheckIn Maint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:26.860Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:26.861Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:26 GMT], server=[envoy], x-envoy-upstream-service-time=[617], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:26.866Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"c3df948338b144fa991c6c978c1080a3","versionId":"f01c5d9a90004ceba9cf09ea380802ca"}
2023-03-06T00:24:26.871Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-03-06T00:24:26.967Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:26.968Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b877da93-5d91-42a4-b4c1-e88ce8ba33d3], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:26.972Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:27.808Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[832]}
2023-03-06T00:24:27.810Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:27.811Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c3df948338b144fa991c6c978c1080a3/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:27.819Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-03-06T00:24:27.820Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFCheckClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:27.908Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:27.909Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[26c444a4-126f-4b86-b0f4-cdd99e80870b], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:27.912Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFCheckClosedLoopDisabledFlagActivity","description":"Activity Check Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:28.570Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:28 GMT], server=[envoy], x-envoy-upstream-service-time=[653], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:28.573Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"62daa6ebf8b34f32b5281708649d8e4f","versionId":"3ca047e5bc2d4de0af8b92a839016e2e"}
2023-03-06T00:24:28.574Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:28.577Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-06T00:24:28.669Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/62daa6ebf8b34f32b5281708649d8e4f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:28.671Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/62daa6ebf8b34f32b5281708649d8e4f/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:28.673Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/62daa6ebf8b34f32b5281708649d8e4f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:29.692Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/62daa6ebf8b34f32b5281708649d8e4f/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:29.693Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/62daa6ebf8b34f32b5281708649d8e4f/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1013]}
2023-03-06T00:24:29.694Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:29.696Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-03-06T00:24:29.696Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFSetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:29.777Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:29.778Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[63ae0edb-3bdc-43d4-a0fc-0427ed978dfa], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:29.780Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSetClosedLoopDisabledFlagActivity","description":"Activity Set Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:30.364Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:30 GMT], server=[envoy], x-envoy-upstream-service-time=[578], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:30.365Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e5fad6a5d4554c858b29b52bc854f372","versionId":"37fa552d3d6948d481de015c2bdff469"}
2023-03-06T00:24:30.366Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:30.373Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-06T00:24:30.447Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:30.448Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[454cfb24-838e-4923-ae6f-35c99e847dcd], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:30.452Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:31.297Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[838]}
2023-03-06T00:24:31.298Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:31.300Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e5fad6a5d4554c858b29b52bc854f372/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:31.301Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-03-06T00:24:31.301Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUnsetClosedLoopDisabledFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:31.387Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:31.388Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[66108ba7-a462-4e4d-9133-8547ebdd1f54], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:31.390Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetClosedLoopDisabledFlagActivity","description":"Activity Unset Closed Loop Disabled Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:31.954Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:32 GMT], server=[envoy], x-envoy-upstream-service-time=[560], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:31.957Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e9f04b9da6a4440c80866691374e92e6","versionId":"66fe0413baf5479ab47c8c09cf43b510"}
2023-03-06T00:24:31.960Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:31.966Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-06T00:24:32.067Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:32.069Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4b2fc155-c849-4be0-9422-cc13418a803b], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:32.071Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:33.259Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1184]}
2023-03-06T00:24:33.260Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:33.261Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e9f04b9da6a4440c80866691374e92e6/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:33.262Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-03-06T00:24:33.262Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFLockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:33.344Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:33.345Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9041d52e-43af-4cae-b8ab-17254ece6a54], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:33.348Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFLockActivity","description":"Activity Lock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:33.946Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:34 GMT], server=[envoy], x-envoy-upstream-service-time=[589], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:33.948Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ca979faf8e8d4c9cba279918eef7bdfa","versionId":"206e5dafe613455eba09f8a070eda34c"}
2023-03-06T00:24:33.950Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:33.956Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-03-06T00:24:34.077Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:34.078Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[44f6c8f8-aadd-4bf4-9301-4acc6885925f], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:34.080Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:34.892Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[806]}
2023-03-06T00:24:34.893Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:34.894Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca979faf8e8d4c9cba279918eef7bdfa/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:34.895Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-03-06T00:24:34.895Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUnlockActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:34.992Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:34.995Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:35.000Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnlockActivity","description":"Activity UnLock on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:35.708Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:35.709Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:35 GMT], server=[envoy], x-envoy-upstream-service-time=[703], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:35.710Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"dbc41278aed1454f87c4e37dc2f05146","versionId":"95f102fa1c884a1da9ca170220288b20"}
2023-03-06T00:24:35.714Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-03-06T00:24:35.815Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dbc41278aed1454f87c4e37dc2f05146/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:35.818Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbc41278aed1454f87c4e37dc2f05146/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:35.820Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbc41278aed1454f87c4e37dc2f05146/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:37.323Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbc41278aed1454f87c4e37dc2f05146/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:37.324Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dbc41278aed1454f87c4e37dc2f05146/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1497]}
2023-03-06T00:24:37.325Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:37.329Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-03-06T00:24:37.330Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFStopActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:37.402Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:37.404Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:37.405Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStopActivity","description":"Activity Stop on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:38.405Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:38.408Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:38 GMT], server=[envoy], x-envoy-upstream-service-time=[993], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:38.412Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"bf5ebee3e41448409050f3768b7b681c","versionId":"e0bb9a6971b2468d9093ce7eecc4d57c"}
2023-03-06T00:24:38.418Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-03-06T00:24:38.482Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:38.483Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0fd0b772-ee7e-46f9-b607-c30ea741c281], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:38.485Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:39.651Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1160]}
2023-03-06T00:24:39.652Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:39.653Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bf5ebee3e41448409050f3768b7b681c/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:39.654Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-03-06T00:24:39.654Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFStartActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:39.718Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:39.719Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[772632f8-dc4b-46fd-b202-b8ec6118bc9a], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:39.721Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFStartActivity","description":"Activity Start on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:40.543Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:40 GMT], server=[envoy], x-envoy-upstream-service-time=[818], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:40.544Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dc277626ff0746b8a10ee0af1976900b","versionId":"e0aefb65c2484bc7b6397db1d591ce40"}
2023-03-06T00:24:40.546Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:40.549Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-03-06T00:24:40.600Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:40.601Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[543234ce-ea61-49f9-a643-9f5a82351426], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:40.603Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:41.625Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1018]}
2023-03-06T00:24:41.626Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:41.627Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dc277626ff0746b8a10ee0af1976900b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:41.627Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-03-06T00:24:41.628Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFSnapShotActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:41.685Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:41.687Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[644831b8-0c95-4acc-89f5-004911487ce2], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:41.689Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFSnapShotActivity","description":"Activity Snap Shot on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:42.428Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:42 GMT], server=[envoy], x-envoy-upstream-service-time=[736], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:42.433Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8b7c9195e6a944ffaf268208fa8114c0","versionId":"1eb9dfc6bcd24ddcb35c487d2ef71532"}
2023-03-06T00:24:42.435Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:42.438Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-03-06T00:24:42.491Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8b7c9195e6a944ffaf268208fa8114c0/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:42.493Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8b7c9195e6a944ffaf268208fa8114c0/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:42.495Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8b7c9195e6a944ffaf268208fa8114c0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:43.392Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8b7c9195e6a944ffaf268208fa8114c0/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:43.393Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8b7c9195e6a944ffaf268208fa8114c0/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[892]}
2023-03-06T00:24:43.393Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:43.394Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-03-06T00:24:43.394Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity FlowCompleteActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:43.450Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:43.452Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:43.453Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"FlowCompleteActivity","description":"Activity Complete on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:44.088Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:44.095Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:44 GMT], server=[envoy], x-envoy-upstream-service-time=[629], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:44.098Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"a5e55507399342db86484f490254d48d","versionId":"d0be814dc17b43649e11358ca07289f0"}
2023-03-06T00:24:44.102Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-03-06T00:24:44.175Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:44.175Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c52f1fbf-9714-40d2-acce-2ba99ec257db], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:44.178Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:45.321Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1140]}
2023-03-06T00:24:45.322Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:45.324Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a5e55507399342db86484f490254d48d/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:45.325Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-03-06T00:24:45.325Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity PauseForManualTaskActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:45.400Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:45.549Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:45.568Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"PauseForManualTaskActivity","description":"Activity Pause For Manual Task on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:46.355Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:46.356Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:46 GMT], server=[envoy], x-envoy-upstream-service-time=[780], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:46.358Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"1860af78183a4dd08808146d70f7726b","versionId":"c8ea1b1e7b2f4814837446a2bfbae3ae"}
2023-03-06T00:24:46.362Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-03-06T00:24:46.435Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1860af78183a4dd08808146d70f7726b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:46.437Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1860af78183a4dd08808146d70f7726b/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:46.439Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1860af78183a4dd08808146d70f7726b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:47.148Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1860af78183a4dd08808146d70f7726b/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:47.150Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1860af78183a4dd08808146d70f7726b/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[705]}
2023-03-06T00:24:47.151Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:47.152Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-03-06T00:24:47.153Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity DistributeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:47.231Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:47.231Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f3e836d5-160e-4e3b-811f-643f402e512d], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:47.235Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficActivity","description":"Activity Distribute Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:48.001Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:47 GMT], server=[envoy], x-envoy-upstream-service-time=[761], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:48.012Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"603263da37d64b569be0aefbc307486a","versionId":"ca9deef579b94a38ac983b6e0fc1876c"}
2023-03-06T00:24:48.014Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:48.032Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-03-06T00:24:48.103Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/603263da37d64b569be0aefbc307486a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:48.105Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/603263da37d64b569be0aefbc307486a/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:48.107Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/603263da37d64b569be0aefbc307486a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:49.400Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/603263da37d64b569be0aefbc307486a/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:49.401Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/603263da37d64b569be0aefbc307486a/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1287]}
2023-03-06T00:24:49.402Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:49.403Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-03-06T00:24:49.403Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity DistributeTrafficCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:49.486Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:49.488Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:49.490Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"DistributeTrafficCheckActivity","description":"Activity Distribute Traffic Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:50.222Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:50.223Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:50 GMT], server=[envoy], x-envoy-upstream-service-time=[719], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:50.230Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"b9a2ec7686874d1d84a494778b5caa86","versionId":"010cc3184a92409f91cb6a57bec70126"}
2023-03-06T00:24:50.233Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-03-06T00:24:50.291Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:50.293Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[69f1ff1a-87b3-4ee9-99c6-5bfb305a3fe4], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:50.295Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:51.039Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[740]}
2023-03-06T00:24:51.040Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:51.041Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b9a2ec7686874d1d84a494778b5caa86/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:51.042Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-03-06T00:24:51.042Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFHealthCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:51.156Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:51.162Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[07219a9c-11ee-49b6-bc6f-87908f3327c0], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:51.166Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFHealthCheckActivity","description":"Activity Health Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:51.732Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:51 GMT], server=[envoy], x-envoy-upstream-service-time=[557], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:51.734Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1887a177527a406fa011608545600bd5","versionId":"5d79e21859cd4144a5f51bb1ed3a1117"}
2023-03-06T00:24:51.735Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:51.742Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-03-06T00:24:51.804Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:51.805Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8176e74a-74b8-4ee6-a556-a9813c6bd814], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:51.807Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:52.595Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[784]}
2023-03-06T00:24:52.596Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:52.598Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1887a177527a406fa011608545600bd5/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:52.598Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-03-06T00:24:52.599Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFQuiesceTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:52.661Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:52.663Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:52.665Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFQuiesceTrafficActivity","description":"Activity Quiesce Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:53.535Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:53.536Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:53 GMT], server=[envoy], x-envoy-upstream-service-time=[866], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:53.538Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"8a7755809b5d4d00a18e92fe6cf75c72","versionId":"6b52ac983fc04964aaa5ee3f2e04db4c"}
2023-03-06T00:24:53.541Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-03-06T00:24:53.584Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:53.585Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[794d180f-2812-459b-8090-7e22285ad4c7], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:53.587Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:55.022Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1429]}
2023-03-06T00:24:55.022Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:55.023Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8a7755809b5d4d00a18e92fe6cf75c72/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:55.024Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-03-06T00:24:55.024Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFResumeTrafficActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:55.132Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:55.134Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:55.136Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFResumeTrafficActivity","description":"Activity Resume Traffic on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:55.759Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:55.760Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:55 GMT], server=[envoy], x-envoy-upstream-service-time=[617], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:55.761Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||{"id":"6dc3510fa88b46b3ab51578186cd6cd8","versionId":"8e5363d4b9b342aeb04395cdcc8146e8"}
2023-03-06T00:24:55.772Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-03-06T00:24:55.826Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:55.827Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cd32dd78-7289-4386-9412-bf14105e1c96], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:55.828Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:57.015Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1182]}
2023-03-06T00:24:57.016Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:57.019Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6dc3510fa88b46b3ab51578186cd6cd8/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:57.021Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-03-06T00:24:57.021Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUnsetInMaintFlagActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:57.099Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:57.100Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8cb880b7-8369-41e3-a910-8489a665e12d], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:57.102Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUnsetInMaintFlagActivity","description":"Activity Unset InMaint Flag on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:57.737Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:57 GMT], server=[envoy], x-envoy-upstream-service-time=[631], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:57.738Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b3699e4c1f63468ba22a7ba3cce62786","versionId":"ed9a5c621d2b4136a5be41e283bfed5a"}
2023-03-06T00:24:57.739Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:57.743Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-03-06T00:24:57.802Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:57.803Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0110f4e1-9dc8-4428-9524-e33116e1dc5b], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:57.807Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:58.657Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[843]}
2023-03-06T00:24:58.659Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:58.661Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b3699e4c1f63468ba22a7ba3cce62786/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:58.661Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-03-06T00:24:58.662Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUpgradeBackupActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:58.736Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:58.738Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[93278649-891b-4a0c-9206-d4f82786403c], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:58.739Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeBackupActivity","description":"Activity Upgrade Backup on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:24:59.164Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:24:59 GMT], server=[envoy], x-envoy-upstream-service-time=[421], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:24:59.166Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"a3b2d9c7590f411d99a2d3f5de097285","versionId":"891780371c3043e78a666b243a239af6"}
2023-03-06T00:24:59.167Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:24:59.171Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-03-06T00:24:59.243Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a3b2d9c7590f411d99a2d3f5de097285/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:24:59.246Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3b2d9c7590f411d99a2d3f5de097285/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:24:59.248Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3b2d9c7590f411d99a2d3f5de097285/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:24:59.688Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3b2d9c7590f411d99a2d3f5de097285/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:24:59.689Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a3b2d9c7590f411d99a2d3f5de097285/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:24:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[433]}
2023-03-06T00:24:59.689Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:24:59.690Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-03-06T00:24:59.690Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUpgradePostCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:24:59.768Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:24:59.773Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[16ca2a63-11f6-467d-b9e7-10e028446e3c], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:24:59.777Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePostCheckActivity","description":"Activity Upgrade Post Check on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:25:00.215Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:25:00 GMT], server=[envoy], x-envoy-upstream-service-time=[432], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:25:00.216Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"f367030a30494cdaa05921821f0f9fdf","versionId":"8be8c0e349184c9a82e4e903a43dfc1f"}
2023-03-06T00:25:00.218Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:25:00.225Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-03-06T00:25:00.272Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f367030a30494cdaa05921821f0f9fdf/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:25:00.278Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f367030a30494cdaa05921821f0f9fdf/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:25:00.281Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f367030a30494cdaa05921821f0f9fdf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:25:01.105Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f367030a30494cdaa05921821f0f9fdf/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:25:01.106Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f367030a30494cdaa05921821f0f9fdf/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:25:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[820]}
2023-03-06T00:25:01.106Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:25:01.107Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-03-06T00:25:01.108Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUpgradePreCheckActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:25:01.200Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:25:01.201Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8f94ff82-8e65-4111-b407-e3b6720c3315], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:25:01.203Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradePreCheckActivity","description":"Activity Upgrade PreCheck on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:25:01.988Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:25:01 GMT], server=[envoy], x-envoy-upstream-service-time=[780], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:25:01.990Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8564d4f2be94482ba33a5fccb3a69cf2","versionId":"0c809bbb54914ac2af8b1742da0575f2"}
2023-03-06T00:25:01.991Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:25:01.994Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-03-06T00:25:02.040Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8564d4f2be94482ba33a5fccb3a69cf2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:25:02.042Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8564d4f2be94482ba33a5fccb3a69cf2/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:25:02.043Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8564d4f2be94482ba33a5fccb3a69cf2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:25:03.047Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8564d4f2be94482ba33a5fccb3a69cf2/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:25:03.048Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8564d4f2be94482ba33a5fccb3a69cf2/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:25:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[999]}
2023-03-06T00:25:03.049Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:25:03.050Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-03-06T00:25:03.050Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VNFUpgradeSoftwareActivity
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:25:03.116Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:25:03.118Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[da57851d-9acd-4e03-817c-ff6a9c63f8dc], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:25:03.120Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VNFUpgradeSoftwareActivity","description":"Activity UpgradeS oftware on VNF","categoryList":["VNF"],"inputs":[],"outputs":[{"name":"WorkflowException","type":"WorkflowException"}]}
2023-03-06T00:25:03.728Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:25:03 GMT], server=[envoy], x-envoy-upstream-service-time=[604], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:25:03.730Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bfedd02d9f6f45648c38badbf80a5edf","versionId":"abca1da5e6d94d88a0a54d4dae5c412d"}
2023-03-06T00:25:03.731Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:25:03.734Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-03-06T00:25:03.774Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bfedd02d9f6f45648c38badbf80a5edf/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:25:03.775Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfedd02d9f6f45648c38badbf80a5edf/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:25:03.777Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfedd02d9f6f45648c38badbf80a5edf/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:25:04.894Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bfedd02d9f6f45648c38badbf80a5edf/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:25:04.896Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bfedd02d9f6f45648c38badbf80a5edf/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:25:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1112]}
2023-03-06T00:25:04.897Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:25:04.898Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-03-06T00:25:04.898Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Attempting to create activity VnfInPlaceSoftwareUpdate
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity3_3_0_, activitysp0_.ID as id1_3_0_, activitysp0_.ID as id1_3_1_, activitysp0_.ACTIVITY_SPEC_ID as activity3_3_1_, activitysp0_.ACTIVITY_SPEC_CATEGORIES_ID as activity2_3_1_ from activity_spec_to_activity_spec_categories activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
Hibernate: select activitysp0_.ACTIVITY_SPEC_ID as activity2_4_0_, activitysp0_.ID as id1_4_0_, activitysp0_.ID as id1_4_1_, activitysp0_.ACTIVITY_SPEC_ID as activity2_4_1_, activitysp0_.ACTIVITY_SPEC_PARAMETERS_ID as activity3_4_1_ from activity_spec_to_activity_spec_parameters activitysp0_ where activitysp0_.ACTIVITY_SPEC_ID=?
2023-03-06T00:25:04.962Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-03-06T00:25:04.963Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Sending HTTP POST to:http://sdc-wfd-be:8080/v1.0/activity-spec with request headers:{X-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[89f4796f-67ae-4f2b-a73e-8e8ae6c98867], X-ECOMP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-TransactionID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], X-ONAP-RequestID=[05c52aa3-a064-4d1b-bcb8-e858841d9d91], Content-Type=[application/json]}
2023-03-06T00:25:04.965Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2023-03-06T00:25:05.879Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Mon, 06 Mar 2023 00:25:05 GMT], server=[envoy], x-envoy-upstream-service-time=[909], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-03-06T00:25:05.880Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"993e2f49c10b439a89ee035ea44e6666","versionId":"39c8a4e819cc4552bcaa3f0c94e54450"}
2023-03-06T00:25:05.882Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-03-06T00:25:05.884Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-03-06T00:25:05.934Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/993e2f49c10b439a89ee035ea44e6666/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-03-06T00:25:05.935Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/993e2f49c10b439a89ee035ea44e6666/versions/latest/actions|INFO|500||Invoke
2023-03-06T00:25:05.937Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/993e2f49c10b439a89ee035ea44e6666/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-03-06T00:25:06.692Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/993e2f49c10b439a89ee035ea44e6666/versions/latest/actions|INFO|500||InvokeReturn
2023-03-06T00:25:06.694Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/993e2f49c10b439a89ee035ea44e6666/versions/latest/actions has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 00:25:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[751]}
2023-03-06T00:25:06.694Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T00:25:06.694Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-03-06T00:25:12.930Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-06T00:25:18.047Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||WARN|500||---
2023-03-06T00:25:18.047Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-06T00:25:18.048Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||WARN|500||---
2023-03-06T00:25:18.857Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-06T00:25:28.042Z|05c52aa3-a064-4d1b-bcb8-e858841d9d91|main|||||INFO|500||Started Application in 140.884 seconds (JVM running for 148.94)
2023-03-06T00:25:28.069Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-06T00:25:28.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-06T00:25:28.079Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-06T00:25:28.158Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 16c2520a-88d4-4b10-b9fe-ed1a6b63e7f9 url= /sdc/v1/artifactTypes
2023-03-06T00:25:28.168Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-06T00:25:28.365Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-06T00:25:28.372Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@60d4102c
2023-03-06T00:25:28.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-06T00:25:28.412Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-06T00:25:28.468Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-06T00:25:28.481Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$76a0ff8e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2023-03-06T00:26:18.033Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-06T00:26:18.033Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-06T00:26:18.034Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-06T00:26:18.041Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= fcb41d87-d5c9-4cb4-a473-43fdb31448f1 url= /sdc/v1/artifactTypes
2023-03-06T00:26:18.042Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-06T00:26:18.146Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-06T00:26:18.164Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with SDC server
2023-03-06T00:26:18.165Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-06T00:26:18.166Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a74c9e94-3b1e-4b33-ad52-bed278e570cd url= /sdc/v1/distributionKafkaData
2023-03-06T00:26:18.166Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-06T00:26:18.219Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-06T00:26:18.228Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@22e5a310
2023-03-06T00:26:18.352Z||scheduling-1|||||INFO|500||ProducerConfig values:
acks = -1
batch.size = 16384
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
buffer.memory = 33554432
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2
compression.type = none
connections.max.idle.ms = 540000
delivery.timeout.ms = 120000
enable.idempotence = true
interceptor.classes = []
key.serializer = class org.apache.kafka.common.serialization.StringSerializer
linger.ms = 0
max.block.ms = 60000
max.in.flight.requests.per.connection = 5
max.request.size = 1048576
metadata.max.age.ms = 300000
metadata.max.idle.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partitioner.adaptive.partitioning.enable = true
partitioner.availability.timeout.ms = 0
partitioner.class = null
partitioner.ignore.keys = false
receive.buffer.bytes = 32768
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
transaction.timeout.ms = 60000
transactional.id = null
value.serializer = class org.apache.kafka.common.serialization.StringSerializer
2023-03-06T00:26:18.435Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Instantiated an idempotent producer.
2023-03-06T00:26:18.664Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-06T00:26:18.772Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-06T00:26:18.773Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-06T00:26:18.773Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678062378767
2023-03-06T00:26:18.780Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-06T00:26:18.813Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-06T00:26:18.994Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-06T00:26:19.003Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-06T00:26:19.003Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678062378994
2023-03-06T00:26:19.007Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:26:19.011Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:26:19.012Z||scheduling-1|||||INFO|500||ConsumerConfig values:
allow.auto.create.topics = false
auto.commit.interval.ms = 5000
auto.offset.reset = latest
bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
check.crcs = true
client.dns.lookup = use_all_dns_ips
client.id = SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7
client.rack =
connections.max.idle.ms = 540000
default.api.timeout.ms = 60000
enable.auto.commit = true
exclude.internal.topics = true
fetch.max.bytes = 52428800
fetch.max.wait.ms = 500
fetch.min.bytes = 1
group.id = so
group.instance.id = null
heartbeat.interval.ms = 3000
interceptor.classes = []
internal.leave.group.on.close = true
internal.throw.on.fetch.stable.offset.unsupported = false
isolation.level = read_uncommitted
key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
max.partition.fetch.bytes = 1048576
max.poll.interval.ms = 300000
max.poll.records = 500
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = [hidden]
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.connect.timeout.ms = null
sasl.login.read.timeout.ms = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.login.retry.backoff.max.ms = 10000
sasl.login.retry.backoff.ms = 100
sasl.mechanism = SCRAM-SHA-512
sasl.oauthbearer.clock.skew.seconds = 30
sasl.oauthbearer.expected.audience = null
sasl.oauthbearer.expected.issuer = null
sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
sasl.oauthbearer.jwks.endpoint.url = null
sasl.oauthbearer.scope.claim.name = scope
sasl.oauthbearer.sub.claim.name = sub
sasl.oauthbearer.token.endpoint.url = null
security.protocol = SASL_PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
session.timeout.ms = 45000
socket.connection.setup.timeout.max.ms = 30000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS
value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
2023-03-06T00:26:19.031Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-06T00:26:19.032Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-06T00:26:19.033Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678062379031
2023-03-06T00:26:19.034Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:26:19.037Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:26:19.042Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-06T00:26:20.254Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.255Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Cluster ID: d5WmOIXbQbWdhGRU8_iZtw
2023-03-06T00:26:20.255Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.255Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.256Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T00:26:20.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.257Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:20.258Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] ProducerId set to 1002 with epoch 0
2023-03-06T00:26:20.260Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Cluster ID: d5WmOIXbQbWdhGRU8_iZtw
2023-03-06T00:26:20.260Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Cluster ID: d5WmOIXbQbWdhGRU8_iZtw
2023-03-06T00:26:20.261Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-06T00:26:20.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-03-06T00:26:20.296Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] (Re-)joining group
2023-03-06T00:26:20.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] (Re-)joining group
2023-03-06T00:26:20.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7-6a3f216a-ea08-4b8c-9e47-d37d7217e543
2023-03-06T00:26:20.423Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-06T00:26:20.423Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] (Re-)joining group
2023-03-06T00:26:20.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d-0da28f31-9579-48a2-86a2-14516bb9ac32
2023-03-06T00:26:20.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-06T00:26:20.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] (Re-)joining group
2023-03-06T00:26:26.442Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7-6a3f216a-ea08-4b8c-9e47-d37d7217e543', protocol='range'}
2023-03-06T00:26:26.442Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d-0da28f31-9579-48a2-86a2-14516bb9ac32', protocol='range'}
2023-03-06T00:26:26.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.551Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 1UTQV1y9TR-USa4J0KIFLw
2023-03-06T00:26:26.560Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7-6a3f216a-ea08-4b8c-9e47-d37d7217e543=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d-0da28f31-9579-48a2-86a2-14516bb9ac32=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-06T00:26:26.614Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d-0da28f31-9579-48a2-86a2-14516bb9ac32', protocol='range'}
2023-03-06T00:26:26.629Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-06T00:26:26.629Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7-6a3f216a-ea08-4b8c-9e47-d37d7217e543', protocol='range'}
2023-03-06T00:26:26.630Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-06T00:26:26.637Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-06T00:26:26.637Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-06T00:26:26.663Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-06T00:26:26.663Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-06T00:26:26.663Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-06T00:26:26.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-06T00:26:26.664Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-06T00:26:26.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-06T00:26:26.664Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-06T00:26:26.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-06T00:26:26.665Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-06T00:26:26.665Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-06T00:26:26.665Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-06T00:26:26.666Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-06T00:26:26.730Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-06T00:26:26.732Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-06T00:26:26.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-06T00:26:26.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-06T00:26:26.872Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-06T00:26:26.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-06T00:26:26.873Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-06T00:26:26.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-06T00:26:26.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-06T00:26:26.883Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-06T00:26:26.908Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-06T00:26:26.909Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-06T00:27:19.018Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:27:19.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:28:19.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:28:19.041Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:29:19.025Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:29:19.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:30:19.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:30:19.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:31:19.030Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:31:19.047Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:32:19.032Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:32:19.048Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:33:11.010Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-06T00:33:19.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:33:19.050Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:34:19.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:34:19.052Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:35:19.038Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:35:19.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:35:20.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-8772b498-0213-4ca4-8daf-dbdf0fe0557d, groupId=so] Node -1 disconnected.
2023-03-06T00:35:20.339Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-99dfd7d9-0191-4172-b8c7-6548a75db2d7, groupId=so] Node -1 disconnected.
2023-03-06T00:35:20.523Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Node -1 disconnected.
2023-03-06T00:36:19.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:36:19.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:37:19.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:37:19.080Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:38:19.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:38:19.082Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:39:19.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:39:19.084Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:40:19.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:40:19.085Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:41:19.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:41:19.090Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:42:19.053Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:42:19.092Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:43:19.055Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:43:19.093Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:44:19.057Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:44:19.094Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:45:19.059Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:45:19.100Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:46:19.062Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:46:19.102Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:47:19.068Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:47:19.103Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:48:19.069Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:48:19.105Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:49:19.071Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:49:19.107Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:50:19.074Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:50:19.110Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:51:19.075Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:51:19.111Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:52:19.080Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:52:19.116Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:53:19.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:53:19.118Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:54:19.084Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:54:19.120Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:55:19.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:55:19.122Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:56:19.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:56:19.123Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:57:19.088Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:57:19.125Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:58:19.091Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:58:19.127Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T00:59:19.092Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T00:59:19.130Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:00:19.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:00:19.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:01:19.098Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:01:19.135Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:02:19.099Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:02:19.136Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:03:19.101Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:03:19.137Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:04:19.103Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:04:19.139Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:05:19.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:05:19.141Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:06:19.112Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:06:19.143Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:07:19.119Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:07:19.145Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:08:19.121Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:08:19.145Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:09:19.121Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:09:19.147Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:10:19.127Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:10:19.149Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:11:19.143Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:11:19.150Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:12:19.146Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:12:19.151Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:13:19.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:13:19.153Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:14:19.149Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:14:19.155Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:15:19.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:15:19.157Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:16:19.152Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:16:19.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:17:19.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:17:19.160Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:18:19.161Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:18:19.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:19:19.164Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:19:19.164Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:20:19.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:20:19.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:21:19.167Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:21:19.173Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:22:19.170Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:22:19.174Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:23:19.175Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:23:19.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:24:19.176Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:24:19.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:25:19.180Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:25:19.180Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:26:19.181Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:26:19.185Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:27:19.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:27:19.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:28:19.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:28:19.187Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:29:19.186Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:29:19.189Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:30:19.188Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:30:19.189Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:31:19.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:31:19.190Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:32:19.192Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:32:19.194Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:33:19.194Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:33:19.195Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:34:19.196Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:34:19.196Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:35:19.197Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:35:19.197Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:36:19.197Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:36:19.198Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:37:19.199Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:37:19.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:38:19.203Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:38:19.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:39:19.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:39:19.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:40:19.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:40:19.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:41:19.206Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:41:19.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:42:19.208Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:42:19.209Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:43:19.209Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:43:19.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:44:19.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:44:19.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:45:19.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:45:19.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:46:19.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:46:19.216Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:47:19.216Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:47:19.218Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:48:19.218Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:48:19.219Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:49:19.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:49:19.221Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:50:19.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:50:19.221Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:51:19.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:51:19.222Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:52:19.225Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:52:19.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:53:19.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:53:19.227Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:54:19.230Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:54:19.240Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:55:19.232Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:55:19.242Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:56:19.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:56:19.242Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:57:19.236Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:57:19.243Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:58:19.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:58:19.245Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T01:59:19.239Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T01:59:19.245Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:00:19.241Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:00:19.247Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:01:19.243Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:01:19.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:02:19.245Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:02:19.248Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:03:19.246Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:03:19.249Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:04:19.248Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:04:19.251Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:05:19.252Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:05:19.252Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:06:19.254Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:06:19.254Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:07:19.255Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:07:19.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:08:19.256Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:08:19.256Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:09:19.258Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:09:19.272Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:10:19.260Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:10:19.272Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:11:19.262Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:11:19.275Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:12:19.263Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:12:19.277Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:13:19.266Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:13:19.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:14:19.269Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:14:19.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:15:19.271Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:15:19.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:16:19.273Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:16:19.287Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:17:19.274Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:17:19.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:18:19.275Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:18:19.293Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:19:19.281Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:19:19.295Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:20:19.283Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:20:19.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:21:19.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:21:19.298Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:22:19.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:22:19.300Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:23:19.291Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:23:19.300Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:24:19.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:24:19.302Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:25:19.295Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:25:19.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:26:19.297Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:26:19.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:27:19.299Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:27:19.320Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:28:19.302Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:28:19.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:29:19.304Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:29:19.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:30:19.306Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:30:19.325Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:31:19.307Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:31:19.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:32:19.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:32:19.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:33:19.311Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:33:19.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:34:19.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:34:19.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:35:19.323Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:35:19.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:36:19.324Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:36:19.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:37:19.327Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:37:19.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:38:19.329Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:38:19.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:39:19.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:39:19.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:40:19.331Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:40:19.351Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:41:19.334Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:41:19.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:42:19.336Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:42:19.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:43:19.340Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:43:19.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:44:19.343Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:44:19.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:45:19.344Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:45:19.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:46:19.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:46:19.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:47:19.351Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:47:19.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:48:19.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:48:19.361Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:49:19.354Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:49:19.363Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:50:19.356Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:50:19.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:51:19.358Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:51:19.367Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:52:19.360Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:52:19.368Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:53:19.361Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:53:19.369Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:54:19.362Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:54:19.371Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:55:19.364Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:55:19.372Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:56:19.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:56:19.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:57:19.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:57:19.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:58:19.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:58:19.376Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T02:59:19.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T02:59:19.378Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:00:19.375Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:00:19.379Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:01:19.383Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:01:19.385Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:02:19.386Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:02:19.386Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:03:19.387Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:03:19.387Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:04:19.387Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:04:19.387Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:05:19.390Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:05:19.389Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:06:19.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:06:19.391Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:07:19.391Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:07:19.392Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:08:19.392Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:08:19.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:09:19.394Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:09:19.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:10:19.394Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:10:19.396Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:11:19.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:11:19.397Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:12:19.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:12:19.406Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:13:19.400Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:13:19.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:14:19.402Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:14:19.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:15:19.403Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:15:19.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:16:19.404Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:16:19.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:17:19.406Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:17:19.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:18:19.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:18:19.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:19:19.408Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:19:19.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:20:19.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:20:19.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:21:19.411Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:21:19.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:22:19.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:22:19.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:23:19.414Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:23:19.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:24:19.416Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:24:19.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:25:19.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:25:19.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:26:19.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:26:19.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:27:19.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:27:19.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:28:19.425Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:28:19.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:29:19.428Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:29:19.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:30:19.430Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:30:19.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:31:19.431Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:31:19.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:32:19.433Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:32:19.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:33:19.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:33:19.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:34:19.437Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:34:19.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:35:19.440Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:35:19.444Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:36:19.442Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:36:19.446Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:37:19.444Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:37:19.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:38:19.445Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:38:19.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:39:19.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:39:19.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:40:19.447Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:40:19.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:41:19.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:41:19.467Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:42:19.453Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:42:19.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:43:19.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:43:19.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:44:19.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:44:19.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:45:19.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:45:19.472Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:46:19.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:46:19.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:47:19.460Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:47:19.474Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:48:19.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:48:19.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:49:19.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:49:19.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:50:19.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:50:19.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:51:19.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:51:19.481Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:52:19.466Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:52:19.482Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:53:19.468Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:53:19.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:54:19.468Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:54:19.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:55:19.469Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:55:19.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:56:19.470Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:56:19.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:57:19.472Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:57:19.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:58:19.473Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:58:19.489Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T03:59:19.475Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T03:59:19.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:00:19.477Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:00:19.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:01:19.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:01:19.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:02:19.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:02:19.492Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:03:19.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:03:19.494Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:04:19.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:04:19.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:05:19.488Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:05:19.496Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:06:19.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:06:19.498Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:07:19.491Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:07:19.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:08:19.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:08:19.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:09:19.494Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:09:19.502Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:10:19.497Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:10:19.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:11:19.498Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:11:19.505Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:12:19.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:12:19.506Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:13:19.502Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:13:19.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:14:19.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:14:19.508Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:15:19.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:15:19.508Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:16:19.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:16:19.510Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:17:19.511Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:17:19.513Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:18:19.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:18:19.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:19:19.514Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:19:19.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:20:19.516Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:20:19.516Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:21:19.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:21:19.522Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:22:19.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:22:19.523Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:23:19.520Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:23:19.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:24:19.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:24:19.526Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:25:19.523Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:25:19.529Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:26:19.526Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:26:19.531Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:27:19.527Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:27:19.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:28:19.529Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:28:19.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:29:19.530Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:29:19.535Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:30:19.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:30:19.537Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:31:19.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:31:19.538Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:32:19.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:32:19.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:33:19.537Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:33:19.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:34:19.539Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:34:19.540Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:35:19.541Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:35:19.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:36:19.546Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:36:19.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:37:19.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:37:19.569Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:38:19.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:38:19.570Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:39:19.550Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:39:19.572Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:40:19.552Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:40:19.574Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:41:19.554Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:41:19.576Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:42:19.556Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:42:19.578Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:43:19.558Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:43:19.582Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:44:19.559Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:44:19.583Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:45:19.562Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:45:19.584Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:46:19.564Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:46:19.586Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:47:19.565Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:47:19.587Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:48:19.567Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:48:19.588Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:49:19.567Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:49:19.590Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:50:19.568Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:50:19.591Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:51:19.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:51:19.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:52:19.572Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:52:19.594Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:53:19.575Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:53:19.596Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:54:19.579Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:54:19.598Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:55:19.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:55:19.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:56:19.582Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:56:19.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:57:19.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:57:19.602Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:58:19.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:58:19.604Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T04:59:19.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T04:59:19.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:00:19.587Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:00:19.608Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:01:19.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:01:19.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:02:19.593Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:02:19.616Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:03:19.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:03:19.617Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:04:19.597Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:04:19.621Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:05:19.599Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:05:19.623Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:06:19.601Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:06:19.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:07:19.602Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:07:19.625Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:08:19.604Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:08:19.626Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:09:19.606Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:09:19.628Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:10:19.608Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:10:19.629Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:11:19.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:11:19.630Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:12:19.619Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:12:19.631Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:13:19.621Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:13:19.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:14:19.622Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:14:19.633Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:15:19.624Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:15:19.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:16:19.625Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:16:19.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:17:19.628Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:17:19.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:18:19.631Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:18:19.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:19:19.632Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:19:19.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:20:19.633Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:20:19.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:21:19.636Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:19.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:21:43.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-06T05:21:43.651Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4d7fe927-8027-4019-94a8-c510a05390a8","serviceName":"basic_onboard_iUuMGA","serviceVersion":"1.0","serviceUUID":"d15c63dd-2ac0-4c4a-9c16-032d330bdf89","serviceDescription":"service","serviceInvariantUUID":"c3c74f9c-ffee-4f85-b630-e357a34d6531","resources":[{"resourceInstanceName":"basic_onboard_iUuMGA 0","resourceName":"basic_onboard_iUuMGA","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3ac6ad2-1983-40af-922e-c594338cfcb6","resourceInvariantUUID":"f2938cc2-4875-47a0-bc93-5918b7e739ee","resourceCustomizationUUID":"f801bc3a-0d4e-447b-b5ef-fac91262bc4f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml","artifactChecksum":"ZmU3ZDJjYzMxYzA1Mzc1NTdiNjY3OTQ1OWY4MmViZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"314c0d98-54b8-469c-9911-2b382e145764","artifactVersion":"1"},{"artifactName":"basic_onboard_iuumga0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json","artifactChecksum":"NTM2YmRmNzJiY2ZjZjJkODJmYzg5NzA0ZTA4NGZlZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a26d43d-f3df-423a-a007-f24286ed3c87","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"637e69eb-3486-408c-a51d-11a9e5889f29","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ac003ba7-fe02-4a9f-bd68-aaeb4f03d53a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"568fe57c-3208-4069-af68-21e8428f1545","artifactVersion":"2","generatedFromUUID":"637e69eb-3486-408c-a51d-11a9e5889f29"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIuumga-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml","artifactChecksum":"ZjBhOGExYjg1YTc1MWQ2MjlkMDU3Y2Y2ZjZlNjY3OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49dfb743-f27e-4877-9d98-509ee80a2409","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIuumga-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar","artifactChecksum":"NWU0NDZjNGU3ZDE4ZWU0MjFmNTAyNzQ5ZjM1YzA0Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"22405fa6-9366-4c7f-8947-6077df4c26fa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-06T05:21:43.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:43.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:43.709Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:43.709Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:43.721Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.723Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T05:21:43.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:21:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:21:43.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:21:44.762Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:44.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:44.763Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:44.763Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:45.765Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:45.765Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:45.765Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:45.766Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:46.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:46.768Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:46.768Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:46.768Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:47.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:47.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:47.770Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:47.771Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:48.771Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:48.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:48.772Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:48.772Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:49.773Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T05:21:49.774Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:49.774Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:49.774Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:50.784Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"serviceName": "basic_onboard_iUuMGA",
"serviceVersion": "1.0",
"serviceUUID": "d15c63dd-2ac0-4c4a-9c16-032d330bdf89",
"serviceDescription": "service",
"serviceInvariantUUID": "c3c74f9c-ffee-4f85-b630-e357a34d6531",
"resources": [
{
"resourceInstanceName": "basic_onboard_iUuMGA 0",
"resourceCustomizationUUID": "f801bc3a-0d4e-447b-b5ef-fac91262bc4f",
"resourceName": "basic_onboard_iUuMGA",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c3ac6ad2-1983-40af-922e-c594338cfcb6",
"resourceInvariantUUID": "f2938cc2-4875-47a0-bc93-5918b7e739ee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iuumga0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"artifactChecksum": "NTM2YmRmNzJiY2ZjZjJkODJmYzg5NzA0ZTA4NGZlZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a26d43d-f3df-423a-a007-f24286ed3c87",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "637e69eb-3486-408c-a51d-11a9e5889f29",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "568fe57c-3208-4069-af68-21e8428f1545",
"generatedFromUUID": "637e69eb-3486-408c-a51d-11a9e5889f29"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "568fe57c-3208-4069-af68-21e8428f1545",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIuumga-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"artifactChecksum": "NWU0NDZjNGU3ZDE4ZWU0MjFmNTAyNzQ5ZjM1YzA0Zjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "22405fa6-9366-4c7f-8947-6077df4c26fa"
}
],
"workloadContext": "Production"
}
2023-03-06T05:21:50.791Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-06T05:21:50.792Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d15c63dd-2ac0-4c4a-9c16-032d330bdf89 ASDC
2023-03-06T05:21:50.993Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d7fe927-8027-4019-94a8-c510a05390a8
ServiceName:basic_onboard_iUuMGA
ServiceVersion:1.0
ServiceUUID:d15c63dd-2ac0-4c4a-9c16-032d330bdf89
ServiceInvariantUUID:c3c74f9c-ffee-4f85-b630-e357a34d6531
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIuumga-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar
ArtifactUUID:22405fa6-9366-4c7f-8947-6077df4c26fa
ArtifactChecksum:NWU0NDZjNGU3ZDE4ZWU0MjFmNTAyNzQ5ZjM1YzA0Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iUuMGA 0
ResourceCustomizationUUID:f801bc3a-0d4e-447b-b5ef-fac91262bc4f
ResourceInvariantUUID:f2938cc2-4875-47a0-bc93-5918b7e739ee
ResourceName:basic_onboard_iUuMGA
ResourceType:VF
ResourceUUID:c3ac6ad2-1983-40af-922e-c594338cfcb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iuumga0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json
ArtifactUUID:5a26d43d-f3df-423a-a007-f24286ed3c87
ArtifactChecksum:NTM2YmRmNzJiY2ZjZjJkODJmYzg5NzA0ZTA4NGZlZjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml
ArtifactUUID:637e69eb-3486-408c-a51d-11a9e5889f29
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
ArtifactUUID:568fe57c-3208-4069-af68-21e8428f1545
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
ArtifactUUID:568fe57c-3208-4069-af68-21e8428f1545
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-06T05:21:50.995Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d15c63dd-2ac0-4c4a-9c16-032d330bdf89 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T05:21:51.262Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T05:21:51.264Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-06T05:21:51.266Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-06T05:21:51.266Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 22405fa6-9366-4c7f-8947-6077df4c26fa from URL: /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:51.267Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-06T05:21:51.267Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:51.933Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-06T05:21:51.959Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar 22405fa6-9366-4c7f-8947-6077df4c26fa 75677
2023-03-06T05:21:51.964Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar ASDC sendASDCNotification
2023-03-06T05:21:51.965Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:51.968Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T05:21:51.970Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:51.970Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:51.971Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080111961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:52.973Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T05:21:52.974Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-06T05:21:52.975Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 22405fa6-9366-4c7f-8947-6077df4c26fa, URL: /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar to file: /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:52.976Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:53.120Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:53.120Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:53.974Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5489028570620737559/Definitions/service-BasicOnboardIuumga-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-06T05:21:57.423Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-06T05:21:57.430Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iUuMGA 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.431Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.432Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.432Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.432Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:21:57.432Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-06T05:21:57.441Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.443Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.449Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:21:57.450Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-06T05:21:57.452Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T05:21:57.454Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.454Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.455Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:21:57.455Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-06T05:21:57.455Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T05:21:57.455Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.456Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.460Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.461Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is not matching search criteria
2023-03-06T05:21:57.461Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-06T05:21:57.461Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-06T05:21:57.461Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-06T05:21:57.461Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-06T05:21:57.462Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-06T05:21:57.462Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.462Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-06T05:21:57.464Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.465Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:21:57.465Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:21:57.465Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.465Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:21:57.466Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:21:57.466Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.466Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:21:57.467Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:21:57.468Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.469Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is not matching search criteria
2023-03-06T05:21:57.469Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-06T05:21:57.469Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-06T05:21:57.470Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0948e27d-44a1-4cd3-b0c2-5d0de8600c48
2023-03-06T05:21:57.470Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.470Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.470Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.471Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.471Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.471Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.471Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:21:57.472Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:21:57.472Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iUuMGA
Description:service
Model UUID:d15c63dd-2ac0-4c4a-9c16-032d330bdf89
Model Version:NULL
Model InvariantUuid:c3c74f9c-ffee-4f85-b630-e357a34d6531
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iUuMGA
Model UUID:8170d55b-df85-4ed7-ab61-58610452acb6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f2938cc2-4875-47a0-bc93-5918b7e739ee
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f801bc3a-0d4e-447b-b5ef-fac91262bc4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:16160bd2-3d35-45bc-8322-c110667a26c5
ModelName:BasicOnboardIuumga..base_ubuntu18..module-0
ModelUuid:0a9d93ca-f521-4fe1-a953-e4bf99380065
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0948e27d-44a1-4cd3-b0c2-5d0de8600c48
ModelInvariantUuid:e3e16e8e-b95c-4acc-8585-96879a15b3aa
ModelName:basic_onboard_iUuMGA-nodes.ubuntu18Cvfc
ModelUuid:d7fc459c-cdec-435a-a831-282974ed6186
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:073c4327-2cdb-4e6f-9a24-74d866c77e91
ModelInvariantUuid:e17d9e63-9716-4da2-b73e-0e499a633816
ModelName:BasicOnboardIuumga.compute.nodes.heat.ubuntu18
ModelUuid:48adaa75-3dd7-4368-ba2d-3578db32f080
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-06T05:21:57.503Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c3ac6ad2-1983-40af-922e-c594338cfcb6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T05:21:57.593Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||basic_onboard_iUuMGA 0
2023-03-06T05:21:57.603Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3ac6ad2-1983-40af-922e-c594338cfcb6
2023-03-06T05:21:57.603Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5a26d43d-f3df-423a-a007-f24286ed3c87 from URL: /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json
2023-03-06T05:21:57.603Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-06T05:21:57.604Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json
2023-03-06T05:21:58.027Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-06T05:21:58.028Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json 5a26d43d-f3df-423a-a007-f24286ed3c87 798
2023-03-06T05:21:58.029Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json ASDC sendASDCNotification
2023-03-06T05:21:58.029Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json
2023-03-06T05:21:58.029Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T05:21:58.030Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:58.030Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:58.030Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080118029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:21:59.033Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIuumga..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "16160bd2-3d35-45bc-8322-c110667a26c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0a9d93ca-f521-4fe1-a953-e4bf99380065",
"vfModuleModelCustomizationUUID": "ffa7b667-3bd8-4747-9549-e80f575227f4",
"isBase": true,
"artifacts": [
"637e69eb-3486-408c-a51d-11a9e5889f29",
"568fe57c-3208-4069-af68-21e8428f1545"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-06T05:21:59.068Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIuumga..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a9d93ca-f521-4fe1-a953-e4bf99380065
VfModuleModelInvariantUUID:16160bd2-3d35-45bc-8322-c110667a26c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
637e69eb-3486-408c-a51d-11a9e5889f29
,
568fe57c-3208-4069-af68-21e8428f1545
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-06T05:21:59.074Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIuumga..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "16160bd2-3d35-45bc-8322-c110667a26c5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0a9d93ca-f521-4fe1-a953-e4bf99380065",
"vfModuleModelCustomizationUUID": "ffa7b667-3bd8-4747-9549-e80f575227f4",
"isBase": true,
"artifacts": [
"637e69eb-3486-408c-a51d-11a9e5889f29",
"568fe57c-3208-4069-af68-21e8428f1545"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-06T05:21:59.074Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIuumga..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0a9d93ca-f521-4fe1-a953-e4bf99380065
VfModuleModelInvariantUUID:16160bd2-3d35-45bc-8322-c110667a26c5
VfModuleModelDescription:NULL
Artifacts UUID List:{
637e69eb-3486-408c-a51d-11a9e5889f29
,
568fe57c-3208-4069-af68-21e8428f1545
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-06T05:21:59.075Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 637e69eb-3486-408c-a51d-11a9e5889f29 from URL: /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml
2023-03-06T05:21:59.079Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-06T05:21:59.079Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml
2023-03-06T05:21:59.534Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-06T05:21:59.534Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml 637e69eb-3486-408c-a51d-11a9e5889f29 5033
2023-03-06T05:21:59.535Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-06T05:21:59.535Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml
2023-03-06T05:21:59.535Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T05:21:59.535Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:21:59.536Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:21:59.536Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080119535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:00.537Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 568fe57c-3208-4069-af68-21e8428f1545 from URL: /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
2023-03-06T05:22:00.538Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-06T05:22:00.539Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
2023-03-06T05:22:00.775Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-06T05:22:00.776Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env 568fe57c-3208-4069-af68-21e8428f1545 909
2023-03-06T05:22:00.777Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-06T05:22:00.777Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
2023-03-06T05:22:00.778Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T05:22:00.778Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:22:00.778Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:22:00.787Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080120777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:01.789Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d15c63dd-2ac0-4c4a-9c16-032d330bdf89
2023-03-06T05:22:01.790Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iUuMGA 0 c3ac6ad2-1983-40af-922e-c594338cfcb6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T05:22:01.863Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@571f97d, org.onap.sdc.toscaparser.api.parameters.Input@18aecd6e, org.onap.sdc.toscaparser.api.parameters.Input@4d3935e7, org.onap.sdc.toscaparser.api.parameters.Input@18ca7a31, org.onap.sdc.toscaparser.api.parameters.Input@12fac244]
2023-03-06T05:22:01.872Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.875Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.880Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2023-03-06T05:22:01.881Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f801bc3a-0d4e-447b-b5ef-fac91262bc4f
2023-03-06T05:22:01.881Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f801bc3a-0d4e-447b-b5ef-fac91262bc4f matches Tosca VF Customization UUID: f801bc3a-0d4e-447b-b5ef-fac91262bc4f
2023-03-06T05:22:01.882Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f801bc3a-0d4e-447b-b5ef-fac91262bc4f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-06T05:22:01.897Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.898Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.900Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f801bc3a-0d4e-447b-b5ef-fac91262bc4f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-06T05:22:01.900Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a61cdd7
2023-03-06T05:22:01.901Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.901Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-06T05:22:01.903Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffa7b667-3bd8-4747-9549-e80f575227f4
2023-03-06T05:22:01.906Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffa7b667-3bd8-4747-9549-e80f575227f4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-06T05:22:01.924Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.925Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:22:01.926Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:22:01.927Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.927Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:22:01.928Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:22:01.928Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.929Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is not matching search criteria
2023-03-06T05:22:01.929Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-06T05:22:01.929Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-06T05:22:01.931Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0948e27d-44a1-4cd3-b0c2-5d0de8600c48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-06T05:22:01.957Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.958Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:22:01.959Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T05:22:01.960Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.960Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_iUuMGA 0 is matching search criteria
2023-03-06T05:22:01.961Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_iUuMGA 0] matching following query criteria: sdcType=VF, customizationUUID=f801bc3a-0d4e-447b-b5ef-fac91262bc4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T05:22:01.967Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.968Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.969Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d15c63dd-2ac0-4c4a-9c16-032d330bdf89: basic_onboard_iUuMGA
2023-03-06T05:22:01.969Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.969Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.970Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.971Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.971Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.971Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.972Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.972Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.972Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T05:22:01.973Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_iUuMGA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T05:22:01.973Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_iUuMGA
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T05:22:02.504Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iUuMGA c3ac6ad2-1983-40af-922e-c594338cfcb6 1 ASDC deployResourceStructure
2023-03-06T05:22:02.505Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json ASDC sendASDCNotification
2023-03-06T05:22:02.506Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json
2023-03-06T05:22:02.506Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T05:22:02.506Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:22:02.507Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:22:02.507Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080122505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:03.510Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-06T05:22:03.510Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml
2023-03-06T05:22:03.510Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T05:22:03.511Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:22:03.511Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:22:03.511Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080123510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:04.516Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-06T05:22:04.516Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env
2023-03-06T05:22:04.516Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T05:22:04.520Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:22:04.521Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:22:04.521Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080124515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:05.522Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar ASDC sendASDCNotification
2023-03-06T05:22:05.523Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar
2023-03-06T05:22:05.523Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T05:22:05.525Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:22:05.525Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:22:05.525Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080125522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:06.528Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:22:06.572Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:22:06.583Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:22:06.583Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T05:22:06.585Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T05:22:19.037Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:22:19.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:22:19.043Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:22:19.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:22:19.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:22:19.047Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:22:19.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:22:36.586Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:22:36.611Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:22:36.617Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:22:36.618Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T05:22:36.618Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T05:23:06.621Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:23:06.668Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:23:06.698Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:23:06.699Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T05:23:06.699Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T05:23:19.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:23:19.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.048Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.050Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.050Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.052Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.074Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.075Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.076Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.077Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.078Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.079Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.081Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.082Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.083Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.084Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.084Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.085Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.086Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.086Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.086Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.086Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.087Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.088Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080095710,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080088581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080088509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080079654,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.092Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080091316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T05:23:19.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.094Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080104590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T05:23:19.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.094Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080111765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.095Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080111961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.095Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678080113582,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080112480,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.096Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080112503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.098Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080112909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.099Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080112876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.100Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080113502,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.101Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678080114510,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T05:23:19.142Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d7fe927-8027-4019-94a8-c510a05390a8
2023-03-06T05:23:19.143Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d7fe927-8027-4019-94a8-c510a05390a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T05:23:19.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080114090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080115225,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T05:23:19.231Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d7fe927-8027-4019-94a8-c510a05390a8
2023-03-06T05:23:19.232Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d7fe927-8027-4019-94a8-c510a05390a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-06T05:23:19.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.253Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678080116228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.255Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080118205,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.255Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080118029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.256Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.256Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678080119211,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T05:23:19.266Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d7fe927-8027-4019-94a8-c510a05390a8
2023-03-06T05:23:19.267Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d7fe927-8027-4019-94a8-c510a05390a8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T05:23:19.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.314Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080119535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.315Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.315Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080120777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-03-06T05:23:19.316Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.317Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080122505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/basic_onboard_iuumga0_modules.json",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.319Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080123510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.320Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080124515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/resourceInstances/basic_onboard_iuumga0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:19.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:23:19.325Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080125522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T05:23:19.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:23:36.700Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:23:36.734Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:23:36.740Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:23:36.740Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T05:23:36.740Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T05:24:06.741Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:24:06.808Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:24:06.820Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:24:06.820Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T05:24:06.821Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T05:24:19.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:24:19.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:24:19.040Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080142809,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIuumga/1.0/artifacts/service-BasicOnboardIuumga-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T05:24:19.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T05:24:19.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:24:19.046Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "aai-model-loader",
"timestamp": 1678080143814,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T05:24:19.092Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d7fe927-8027-4019-94a8-c510a05390a8
2023-03-06T05:24:19.093Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d7fe927-8027-4019-94a8-c510a05390a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T05:24:36.825Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:24:36.877Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T05:24:36.886Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T05:24:36.888Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-06T05:24:36.888Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-06T05:24:36.888Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-06T05:24:36.888Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T05:24:36.888Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T05:24:36.889Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T05:24:36.889Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T05:24:36.889Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T05:24:36.918Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-06T05:25:06.919Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d7fe927-8027-4019-94a8-c510a05390a8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-06T05:25:06.949Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d7fe927-8027-4019-94a8-c510a05390a8 and serviceModelVersionId: d15c63dd-2ac0-4c4a-9c16-032d330bdf89
2023-03-06T05:25:06.950Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3c74f9c-ffee-4f85-b630-e357a34d6531
2023-03-06T05:25:19.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:25:33.144Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0
2023-03-06T05:25:33.280Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-06T05:25:33.364Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-06T05:25:33.367Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0|INFO|500||Invoke
2023-03-06T05:25:33.384Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-06T05:25:33.994Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0|INFO|500||InvokeReturn
2023-03-06T05:25:33.994Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c3c74f9c-ffee-4f85-b630-e357a34d6531/model-vers/model-ver/d15c63dd-2ac0-4c4a-9c16-032d330bdf89?depth=0 has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 05:25:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[554], vertex-id=[192736], x-aai-txid=[2-aai-resources-230306-05:25:33:837-33241], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-06T05:25:33.995Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T05:25:33.999Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-06T05:25:33.999Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T05:25:34.010Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-06T05:25:34.013Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d7fe927-8027-4019-94a8-c510a05390a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-06T05:25:34.016Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-06T05:25:34.017Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-06T05:25:34.017Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T05:25:34.018Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Trying to send status: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080334013,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:25:34.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-06T05:25:34.068Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
"distributionID": "4d7fe927-8027-4019-94a8-c510a05390a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678080334013,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-06T05:25:34.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-06T05:25:35.065Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:26:19.036Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:26:35.067Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:27:19.037Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:27:35.074Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:28:19.040Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:28:35.074Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:29:19.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:29:35.077Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:30:19.042Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:30:35.079Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:30:52.526Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Node 2 disconnected.
2023-03-06T05:31:19.043Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:31:35.081Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:32:19.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:32:35.081Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:33:19.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:33:35.086Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:34:19.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:34:35.088Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:35:19.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:35:35.089Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:36:19.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:36:35.091Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:37:19.057Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:37:35.093Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:38:19.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:38:35.096Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:39:19.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:39:35.097Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:40:19.069Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:40:35.098Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:41:19.071Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:41:35.100Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:42:19.073Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:42:35.102Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:43:19.075Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:43:35.104Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:44:19.077Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:44:35.105Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:45:19.098Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:45:35.107Z|4d7fe927-8027-4019-94a8-c510a05390a8|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:46:19.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:46:35.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:47:19.100Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:47:35.108Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:48:19.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:48:35.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:49:19.101Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:49:35.111Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:50:19.103Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:50:35.113Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:51:19.104Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:51:35.114Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:52:19.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:52:35.115Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:53:19.112Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:53:35.116Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:54:19.112Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:54:35.117Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:55:19.120Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:55:35.118Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:56:19.122Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:56:35.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:57:19.122Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:57:35.121Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:58:19.123Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:58:35.123Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T05:59:19.126Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T05:59:35.123Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:00:19.130Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:00:35.125Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:01:19.130Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:01:35.127Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:02:19.131Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:02:35.130Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:03:19.137Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:03:35.131Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:04:19.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:04:35.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:05:19.153Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:05:35.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:06:19.154Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:06:35.135Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:07:19.156Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:07:35.138Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:08:19.157Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:08:35.139Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:09:19.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:09:35.140Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:10:19.160Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:10:35.142Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:11:19.160Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:11:35.143Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:12:19.163Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:35.146Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:12:43.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-06T06:12:43.684Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9af32f87-6c24-43da-a8ac-6ce611b41509","serviceName":"vFW 2023-03-06 06-09-12","serviceVersion":"1.0","serviceUUID":"fd12d291-f624-4f09-8583-5d5baddb0703","serviceDescription":"catalog service description","serviceInvariantUUID":"60103044-77ea-400b-9ee5-a28fb5a4bab6","resources":[{"resourceInstanceName":"vFW f39ced1f-e643 0","resourceName":"vFW f39ced1f-e643","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55480fa7-1fb7-43a5-b62c-4f9d7a9353e0","resourceInvariantUUID":"b2101b7c-4e34-4b4f-a006-06142cd896a0","resourceCustomizationUUID":"50c5717c-fc81-4fdf-8811-bc12364fc5b3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml","artifactChecksum":"YWZhZDM1Yjc2ZGQ4NTJjNGNmYWFmZGM1NGViNjJmZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d27f0f67-1bda-4e02-b346-46811f1c7d3e","artifactVersion":"1"},{"artifactName":"vfwf39ced1fe6430_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json","artifactChecksum":"N2IyY2U4ODlhMzY4YTc4N2I0OTIyMjMxMDU3NmFiYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d99bfd8d-69a2-4424-84b4-7ab7a6d6c48b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0d542180-0a3e-4af3-a17c-2c697337725e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml","artifactChecksum":"M2I4Y2NkNWZhNjUzYjk4NDFjY2IzYjViM2Q2ZWU4NmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d532426-4588-4448-ba30-9dfe2cd67ed7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cbbee024-b2c7-4cf7-abe0-598c719eb81d","artifactVersion":"2","generatedFromUUID":"0d542180-0a3e-4af3-a17c-2c697337725e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230306060912-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml","artifactChecksum":"MzJiZWRiZWMwYmRmYWZiYWEzZWY3Mzg5NTU2ODE1YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c29f56b7-fe3c-4774-9648-33c9d44a3f32","artifactVersion":"1"},{"artifactName":"service-Vfw20230306060912-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar","artifactChecksum":"M2Y3NmM4ZmZjZmUxMjg1NjQ5YzYzYjBmOGQ5NDUzZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f93d657-b211-4db4-9286-8fe85a9011b4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-06T06:12:43.690Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:43.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:43.691Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:43.691Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:43.695Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.696Z||kafka-producer-network-thread | SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f52bb286-7e37-4770-a364-4495664f33d2] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to PRFE0MiBRXGyGOkSJZlWjw
2023-03-06T06:12:43.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:12:43.723Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:12:43.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:12:44.716Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:44.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:44.724Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:44.724Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:45.725Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:45.726Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:45.726Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:45.726Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:46.727Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:46.728Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:46.728Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:46.728Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:47.730Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:47.731Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:47.731Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:47.732Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:48.733Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:48.734Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:48.734Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:48.735Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:49.736Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:12:49.737Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:49.737Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:49.738Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:50.741Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"serviceName": "vFW 2023-03-06 06-09-12",
"serviceVersion": "1.0",
"serviceUUID": "fd12d291-f624-4f09-8583-5d5baddb0703",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "60103044-77ea-400b-9ee5-a28fb5a4bab6",
"resources": [
{
"resourceInstanceName": "vFW f39ced1f-e643 0",
"resourceCustomizationUUID": "50c5717c-fc81-4fdf-8811-bc12364fc5b3",
"resourceName": "vFW f39ced1f-e643",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "55480fa7-1fb7-43a5-b62c-4f9d7a9353e0",
"resourceInvariantUUID": "b2101b7c-4e34-4b4f-a006-06142cd896a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf39ced1fe6430_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"artifactChecksum": "N2IyY2U4ODlhMzY4YTc4N2I0OTIyMjMxMDU3NmFiYTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d99bfd8d-69a2-4424-84b4-7ab7a6d6c48b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0d542180-0a3e-4af3-a17c-2c697337725e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbbee024-b2c7-4cf7-abe0-598c719eb81d",
"generatedFromUUID": "0d542180-0a3e-4af3-a17c-2c697337725e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cbbee024-b2c7-4cf7-abe0-598c719eb81d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230306060912-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"artifactChecksum": "M2Y3NmM4ZmZjZmUxMjg1NjQ5YzYzYjBmOGQ5NDUzZjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f93d657-b211-4db4-9286-8fe85a9011b4"
}
],
"workloadContext": "Production"
}
2023-03-06T06:12:50.741Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-06T06:12:50.742Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd12d291-f624-4f09-8583-5d5baddb0703 ASDC
2023-03-06T06:12:50.743Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9af32f87-6c24-43da-a8ac-6ce611b41509
ServiceName:vFW 2023-03-06 06-09-12
ServiceVersion:1.0
ServiceUUID:fd12d291-f624-4f09-8583-5d5baddb0703
ServiceInvariantUUID:60103044-77ea-400b-9ee5-a28fb5a4bab6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230306060912-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar
ArtifactUUID:6f93d657-b211-4db4-9286-8fe85a9011b4
ArtifactChecksum:M2Y3NmM4ZmZjZmUxMjg1NjQ5YzYzYjBmOGQ5NDUzZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f39ced1f-e643 0
ResourceCustomizationUUID:50c5717c-fc81-4fdf-8811-bc12364fc5b3
ResourceInvariantUUID:b2101b7c-4e34-4b4f-a006-06142cd896a0
ResourceName:vFW f39ced1f-e643
ResourceType:VF
ResourceUUID:55480fa7-1fb7-43a5-b62c-4f9d7a9353e0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf39ced1fe6430_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json
ArtifactUUID:d99bfd8d-69a2-4424-84b4-7ab7a6d6c48b
ArtifactChecksum:N2IyY2U4ODlhMzY4YTc4N2I0OTIyMjMxMDU3NmFiYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml
ArtifactUUID:0d542180-0a3e-4af3-a17c-2c697337725e
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
ArtifactUUID:cbbee024-b2c7-4cf7-abe0-598c719eb81d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
ArtifactUUID:cbbee024-b2c7-4cf7-abe0-598c719eb81d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-03-06T06:12:50.743Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd12d291-f624-4f09-8583-5d5baddb0703 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:12:50.862Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:12:50.864Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:12:50.864Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:12:50.864Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f93d657-b211-4db4-9286-8fe85a9011b4 from URL: /sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:50.865Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:12:50.865Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:51.416Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:12:51.443Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar 6f93d657-b211-4db4-9286-8fe85a9011b4 101502
2023-03-06T06:12:51.444Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar ASDC sendASDCNotification
2023-03-06T06:12:51.444Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:51.444Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:12:51.445Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:51.445Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:51.446Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083171444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:52.447Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:12:52.448Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:12:52.449Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6f93d657-b211-4db4-9286-8fe85a9011b4, URL: /sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar to file: /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:52.450Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230306060912-csar.csar
2023-03-06T06:12:52.451Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:52.451Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:52.838Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4367328791227562209/Definitions/service-Vfw20230306060912-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-06T06:12:56.295Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-06T06:12:56.296Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.297Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.298Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f39ced1f-e643 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230306060912-csar.csar
2023-03-06T06:12:56.299Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:12:56.299Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.299Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.300Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:12:56.300Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:12:56.300Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:12:56.301Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.301Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.301Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:12:56.301Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:12:56.303Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:12:56.304Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.304Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.304Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.305Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:12:56.305Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:12:56.305Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:12:56.305Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-06T06:12:56.305Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.306Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.306Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.306Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-06T06:12:56.306Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-06T06:12:56.307Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-06T06:12:56.307Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.307Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.307Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-06T06:12:56.308Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.308Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-06T06:12:56.308Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.309Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-06T06:12:56.309Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.309Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-06T06:12:56.310Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.310Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:12:56.310Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:12:56.311Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.311Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:12:56.311Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:12:56.312Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.312Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:12:56.312Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:12:56.313Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.313Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:12:56.313Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:12:56.313Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:12:56.314Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-06T06:12:56.314Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-06T06:12:56.314Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-06T06:12:56.314Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.314Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.315Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-06T06:12:56.315Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.315Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-06T06:12:56.315Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.316Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7ac7d53-a8b4-4d45-8e23-f59e3ab0ba04
2023-03-06T06:12:56.316Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.316Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:12:56.317Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:12:56.317Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:12:56.317Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-06T06:12:56.317Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.318Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.318Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.318Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-06T06:12:56.318Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-06T06:12:56.319Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-06T06:12:56.320Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.320Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-06T06:12:56.320Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.320Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=957a0915-1a40-42b5-a04c-2dc5eb14ac1f
2023-03-06T06:12:56.321Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.321Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:12:56.321Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:12:56.321Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:12:56.322Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-06T06:12:56.322Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.322Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.322Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.323Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-06T06:12:56.323Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-06T06:12:56.323Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-06T06:12:56.323Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:12:56.324Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-06T06:12:56.324Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-06T06:12:56.324Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd41430a-8a12-401f-81d2-7c5cba7429a2
2023-03-06T06:12:56.325Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.325Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.325Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.326Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.326Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.326Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.326Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:12:56.327Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:12:56.327Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-03-06 06-09-12
Description:catalog service description
Model UUID:fd12d291-f624-4f09-8583-5d5baddb0703
Model Version:NULL
Model InvariantUuid:60103044-77ea-400b-9ee5-a28fb5a4bab6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f39ced1f-e643
Model UUID:f33b4446-bb97-4c9f-a6ed-3b0d3e1c7431
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2101b7c-4e34-4b4f-a006-06142cd896a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:50c5717c-fc81-4fdf-8811-bc12364fc5b3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:af9218b7-df00-4679-8590-f283d157137d
ModelName:VfwF39ced1fE643..base_vfw..module-0
ModelUuid:9ecbbbbb-5553-4c10-b43f-3a91ab870fe7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7ac7d53-a8b4-4d45-8e23-f59e3ab0ba04
ModelInvariantUuid:91eae24c-0cf4-44e6-975c-22e193d3f7dc
ModelName:vFW f39ced1f-e643-nodes.vfwCvfc
ModelUuid:95fd7954-e4ef-4cfd-b73e-7209cf57d663
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:68562ebd-02aa-4080-88cf-add62c5cbf72
ModelInvariantUuid:85e6f77f-7be3-4f0f-91d2-fb7fefd7ee5f
ModelName:VfwF39ced1fE643.compute.nodes.heat.vfw
ModelUuid:8102dd8d-9255-48dc-8db6-aa4e10fe2957
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:957a0915-1a40-42b5-a04c-2dc5eb14ac1f
ModelInvariantUuid:2dc94ce5-bd9f-4dfe-b890-7d727082d9ce
ModelName:vFW f39ced1f-e643-nodes.vsnCvfc
ModelUuid:e53eb22e-994e-43c5-8973-74ee7102332f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:45f06f1c-3fdb-49b6-ac1f-56f2dfee698e
ModelInvariantUuid:d711b82d-2972-4ec0-9df2-6969d013e06a
ModelName:VfwF39ced1fE643.compute.nodes.heat.vsn
ModelUuid:fade48cc-29c1-4cbc-8fe9-66dd1cc96258
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bd41430a-8a12-401f-81d2-7c5cba7429a2
ModelInvariantUuid:271f42b9-966b-4ac6-bc4e-981e405b081a
ModelName:vFW f39ced1f-e643-nodes.vpgCvfc
ModelUuid:9d4a73f9-a8aa-4ff4-aa9c-cda4efd0f42f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cad5a6e0-822b-40df-a908-5527f8d8edc8
ModelInvariantUuid:9873c3a0-3e54-4a9f-b1c1-3300acbe3e13
ModelName:VfwF39ced1fE643.compute.nodes.heat.vpg
ModelUuid:c7acc174-c654-4449-9a1e-8c1114659417
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-06T06:12:56.345Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 55480fa7-1fb7-43a5-b62c-4f9d7a9353e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:12:56.356Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||vFW f39ced1f-e643 0
2023-03-06T06:12:56.356Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55480fa7-1fb7-43a5-b62c-4f9d7a9353e0
2023-03-06T06:12:56.356Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d99bfd8d-69a2-4424-84b4-7ab7a6d6c48b from URL: /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json
2023-03-06T06:12:56.357Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:12:56.357Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json
2023-03-06T06:12:57.088Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:12:57.089Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json d99bfd8d-69a2-4424-84b4-7ab7a6d6c48b 785
2023-03-06T06:12:57.089Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json ASDC sendASDCNotification
2023-03-06T06:12:57.089Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json
2023-03-06T06:12:57.090Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:12:57.091Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:57.091Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:57.091Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083177089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:58.093Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF39ced1fE643..base_vfw..module-0",
"vfModuleModelInvariantUUID": "af9218b7-df00-4679-8590-f283d157137d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ecbbbbb-5553-4c10-b43f-3a91ab870fe7",
"vfModuleModelCustomizationUUID": "580c6e08-545b-4ff7-a2b3-77137079d975",
"isBase": true,
"artifacts": [
"0d542180-0a3e-4af3-a17c-2c697337725e",
"cbbee024-b2c7-4cf7-abe0-598c719eb81d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-06T06:12:58.100Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39ced1fE643..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ecbbbbb-5553-4c10-b43f-3a91ab870fe7
VfModuleModelInvariantUUID:af9218b7-df00-4679-8590-f283d157137d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d542180-0a3e-4af3-a17c-2c697337725e
,
cbbee024-b2c7-4cf7-abe0-598c719eb81d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-06T06:12:58.105Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF39ced1fE643..base_vfw..module-0",
"vfModuleModelInvariantUUID": "af9218b7-df00-4679-8590-f283d157137d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9ecbbbbb-5553-4c10-b43f-3a91ab870fe7",
"vfModuleModelCustomizationUUID": "580c6e08-545b-4ff7-a2b3-77137079d975",
"isBase": true,
"artifacts": [
"0d542180-0a3e-4af3-a17c-2c697337725e",
"cbbee024-b2c7-4cf7-abe0-598c719eb81d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2023-03-06T06:12:58.106Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF39ced1fE643..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ecbbbbb-5553-4c10-b43f-3a91ab870fe7
VfModuleModelInvariantUUID:af9218b7-df00-4679-8590-f283d157137d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0d542180-0a3e-4af3-a17c-2c697337725e
,
cbbee024-b2c7-4cf7-abe0-598c719eb81d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2023-03-06T06:12:58.107Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0d542180-0a3e-4af3-a17c-2c697337725e from URL: /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml
2023-03-06T06:12:58.107Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:12:58.107Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml
2023-03-06T06:12:58.497Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:12:58.497Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml 0d542180-0a3e-4af3-a17c-2c697337725e 20368
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:58.498Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083178498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:12:59.500Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbbee024-b2c7-4cf7-abe0-598c719eb81d from URL: /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
2023-03-06T06:12:59.500Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:12:59.501Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
2023-03-06T06:12:59.832Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:12:59.833Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env cbbee024-b2c7-4cf7-abe0-598c719eb81d 2098
2023-03-06T06:12:59.833Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-06T06:12:59.834Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
2023-03-06T06:12:59.834Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:12:59.834Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:12:59.834Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:12:59.835Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083179833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:00.836Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fd12d291-f624-4f09-8583-5d5baddb0703
2023-03-06T06:13:00.836Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f39ced1f-e643 0 55480fa7-1fb7-43a5-b62c-4f9d7a9353e0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:13:00.864Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44cf59ce, org.onap.sdc.toscaparser.api.parameters.Input@621b6b7c, org.onap.sdc.toscaparser.api.parameters.Input@34af4273, org.onap.sdc.toscaparser.api.parameters.Input@18935aa8, org.onap.sdc.toscaparser.api.parameters.Input@262c715d]
2023-03-06T06:13:00.867Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.867Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.867Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2023-03-06T06:13:00.868Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 50c5717c-fc81-4fdf-8811-bc12364fc5b3
2023-03-06T06:13:00.868Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50c5717c-fc81-4fdf-8811-bc12364fc5b3 matches Tosca VF Customization UUID: 50c5717c-fc81-4fdf-8811-bc12364fc5b3
2023-03-06T06:13:00.868Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 50c5717c-fc81-4fdf-8811-bc12364fc5b3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-06T06:13:00.877Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.877Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.879Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 50c5717c-fc81-4fdf-8811-bc12364fc5b3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-06T06:13:00.879Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53e38dba
2023-03-06T06:13:00.879Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.880Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-06T06:13:00.880Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 580c6e08-545b-4ff7-a2b3-77137079d975
2023-03-06T06:13:00.880Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 580c6e08-545b-4ff7-a2b3-77137079d975
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-06T06:13:00.887Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.887Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.887Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:13:00.888Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.888Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.889Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:13:00.889Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.890Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:13:00.890Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:13:00.890Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:13:00.890Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-06T06:13:00.891Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-06T06:13:00.891Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-06T06:13:00.891Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.891Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.892Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-06T06:13:00.892Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.892Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-06T06:13:00.892Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.892Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7ac7d53-a8b4-4d45-8e23-f59e3ab0ba04
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-06T06:13:00.899Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.900Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.900Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:13:00.900Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.901Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:13:00.901Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:13:00.901Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:13:00.902Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-06T06:13:00.902Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.902Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.902Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.903Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=957a0915-1a40-42b5-a04c-2dc5eb14ac1f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-06T06:13:00.908Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.908Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.908Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:13:00.914Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.914Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is not matching search criteria
2023-03-06T06:13:00.915Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-06T06:13:00.915Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-06T06:13:00.915Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-06T06:13:00.916Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.917Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.917Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.917Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-06T06:13:00.918Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-06T06:13:00.919Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-06T06:13:00.919Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-06T06:13:00.919Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-06T06:13:00.919Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-06T06:13:00.920Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bd41430a-8a12-401f-81d2-7c5cba7429a2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-06T06:13:00.927Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.927Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.928Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-06T06:13:00.928Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.928Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Node template vFW f39ced1f-e643 0 is matching search criteria
2023-03-06T06:13:00.928Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f39ced1f-e643 0] matching following query criteria: sdcType=VF, customizationUUID=50c5717c-fc81-4fdf-8811-bc12364fc5b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:13:00.932Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.933Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.933Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fd12d291-f624-4f09-8583-5d5baddb0703: vFW f39ced1f-e643
2023-03-06T06:13:00.934Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.934Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.934Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.935Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.935Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.935Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.935Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.936Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.936Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:13:00.936Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-06 06-09-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:13:00.936Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-03-06 06-09-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:13:01.431Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f39ced1f-e643 55480fa7-1fb7-43a5-b62c-4f9d7a9353e0 1 ASDC deployResourceStructure
2023-03-06T06:13:01.431Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json ASDC sendASDCNotification
2023-03-06T06:13:01.432Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json
2023-03-06T06:13:01.432Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T06:13:01.435Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:13:01.435Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:13:01.435Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083181431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:02.436Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-06T06:13:02.436Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml
2023-03-06T06:13:02.437Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T06:13:02.437Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:13:02.437Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:13:02.437Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083182436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:03.439Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-06T06:13:03.439Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env
2023-03-06T06:13:03.439Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T06:13:03.440Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:13:03.440Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:13:03.440Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083183439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:04.442Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar ASDC sendASDCNotification
2023-03-06T06:13:04.442Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar
2023-03-06T06:13:04.443Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T06:13:04.443Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:13:04.443Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:13:04.444Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083184441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:05.445Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:13:05.488Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:13:05.510Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:13:05.510Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:13:05.510Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:13:19.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:13:19.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:13:19.038Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:13:19.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:13:35.511Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:13:35.571Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:13:35.591Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:13:35.592Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:13:35.592Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:14:05.593Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:14:05.659Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:14:05.672Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:14:05.674Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:14:05.675Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:14:19.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:14:19.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083145614,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083147352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083148509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083155146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083114837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:14:19.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083164590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083172868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083171780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083171795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083171444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083171288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083172800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083172731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083172999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "policy-distribution-id",
"timestamp": 1678083173804,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:14:19.099Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af32f87-6c24-43da-a8ac-6ce611b41509
2023-03-06T06:14:19.100Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af32f87-6c24-43da-a8ac-6ce611b41509 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:14:19.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083174352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083175408,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:14:19.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9af32f87-6c24-43da-a8ac-6ce611b41509
2023-03-06T06:14:19.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af32f87-6c24-43da-a8ac-6ce611b41509 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-06T06:14:19.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.147Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083176667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "multicloud-k8s",
"timestamp": 1678083176411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083177089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.148Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083177675,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:14:19.157Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9af32f87-6c24-43da-a8ac-6ce611b41509
2023-03-06T06:14:19.158Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af32f87-6c24-43da-a8ac-6ce611b41509 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:14:19.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083178498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083179833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:14:19.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.176Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083181431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/vfwf39ced1fe6430_modules.json",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083182436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083183439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/resourceInstances/vfwf39ced1fe6430/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.177Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083184441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083195949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230306060912/1.0/artifacts/service-Vfw20230306060912-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:14:19.178Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "aai-model-loader",
"timestamp": 1678083196952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:14:19.189Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9af32f87-6c24-43da-a8ac-6ce611b41509
2023-03-06T06:14:19.189Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9af32f87-6c24-43da-a8ac-6ce611b41509 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:14:35.676Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:14:35.732Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:14:35.761Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:14:35.763Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-06T06:14:35.764Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-06T06:14:35.764Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-06T06:14:35.765Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:14:35.766Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:14:35.766Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:14:35.779Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:14:35.783Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:14:35.806Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-06T06:15:05.808Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9af32f87-6c24-43da-a8ac-6ce611b41509 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-06T06:15:05.825Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9af32f87-6c24-43da-a8ac-6ce611b41509 and serviceModelVersionId: fd12d291-f624-4f09-8583-5d5baddb0703
2023-03-06T06:15:05.826Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60103044-77ea-400b-9ee5-a28fb5a4bab6
2023-03-06T06:15:05.828Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0
2023-03-06T06:15:05.837Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-06T06:15:05.947Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|INFO|500||Invoke
2023-03-06T06:15:05.948Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9af32f87-6c24-43da-a8ac-6ce611b41509], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9577be1d-7bd4-44f4-9e28-dac20650b690], X-ECOMP-RequestID=[9af32f87-6c24-43da-a8ac-6ce611b41509], X-TransactionId=[], X-ONAP-RequestID=[9af32f87-6c24-43da-a8ac-6ce611b41509], Content-Type=[application/merge-patch+json]}
2023-03-06T06:15:05.966Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-06T06:15:06.246Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0 has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 06:15:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[273], vertex-id=[159912], x-aai-txid=[2-aai-resources-230306-06:15:06:407-92542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-06T06:15:06.247Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-06T06:15:06.248Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60103044-77ea-400b-9ee5-a28fb5a4bab6/model-vers/model-ver/fd12d291-f624-4f09-8583-5d5baddb0703?depth=0|INFO|500||InvokeReturn
2023-03-06T06:15:06.249Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-06T06:15:06.249Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:15:06.265Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-06T06:15:06.268Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9af32f87-6c24-43da-a8ac-6ce611b41509 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-06T06:15:06.269Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-06T06:15:06.270Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:15:06.271Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:15:06.272Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083306269,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-06T06:15:07.317Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:15:19.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:15:19.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:15:19.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "9af32f87-6c24-43da-a8ac-6ce611b41509",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083306269,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-06T06:15:19.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:16:07.320Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:16:19.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:17:07.322Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:17:19.038Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:18:07.323Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:18:19.039Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:19:07.325Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:19:19.040Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:20:07.326Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:20:19.041Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:07.327Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:21:19.042Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:36.873Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-06T06:21:36.873Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"16a17aa4-e5a9-4eeb-96d0-9416e08910a8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1","serviceDescription":"service","serviceInvariantUUID":"1674cca8-0f33-4d43-bb35-5c3929c9901e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0fda097f-dfab-4399-ac73-f0b7f8fc0788","resourceInvariantUUID":"da033e2c-5583-4baa-8fe1-9918008bf935","resourceCustomizationUUID":"f02a66e0-6ab3-4a52-96c4-e4737ae37028","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YjBhNDQxZjQ4NDYxNzFlYWNlZTA4NjFmYzA5YWI2Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"000b8bbd-653f-471f-995d-3b12e55b5aee","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTc5NmUwNzgzNTc3MzI1YmFkYjA1NThiZTIzNTEzZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84b2c927-7c55-475c-b9d7-b12d50c8558e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-06T06:21:36.880Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:21:36.882Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:21:36.882Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:21:36.883Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083667327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:36.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:21:36.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "aai-model-loader",
"timestamp": 1678083688509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:21:36.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:21:37.929Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:21:37.930Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:21:37.930Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:21:37.931Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083667327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:38.934Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1",
"serviceDescription": "service",
"serviceInvariantUUID": "1674cca8-0f33-4d43-bb35-5c3929c9901e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f02a66e0-6ab3-4a52-96c4-e4737ae37028",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "0fda097f-dfab-4399-ac73-f0b7f8fc0788",
"resourceInvariantUUID": "da033e2c-5583-4baa-8fe1-9918008bf935",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MTc5NmUwNzgzNTc3MzI1YmFkYjA1NThiZTIzNTEzZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "84b2c927-7c55-475c-b9d7-b12d50c8558e"
}
],
"workloadContext": "Production"
}
2023-03-06T06:21:38.936Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-06T06:21:38.937Z|9af32f87-6c24-43da-a8ac-6ce611b41509|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1 ASDC
2023-03-06T06:21:38.938Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:16a17aa4-e5a9-4eeb-96d0-9416e08910a8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
ServiceInvariantUUID:1674cca8-0f33-4d43-bb35-5c3929c9901e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:84b2c927-7c55-475c-b9d7-b12d50c8558e
ArtifactChecksum:MTc5NmUwNzgzNTc3MzI1YmFkYjA1NThiZTIzNTEzZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f02a66e0-6ab3-4a52-96c4-e4737ae37028
ResourceInvariantUUID:da033e2c-5583-4baa-8fe1-9918008bf935
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0fda097f-dfab-4399-ac73-f0b7f8fc0788
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-03-06T06:21:38.939Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:21:39.125Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:21:39.127Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:21:39.128Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:21:39.128Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84b2c927-7c55-475c-b9d7-b12d50c8558e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-06T06:21:39.128Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:21:39.129Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-06T06:21:40.791Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:21:40.846Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 84b2c927-7c55-475c-b9d7-b12d50c8558e 57790
2023-03-06T06:21:40.847Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-06T06:21:40.848Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-06T06:21:40.848Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:21:40.849Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:21:40.849Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:21:40.850Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083700847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:41.851Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:21:41.852Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:21:41.853Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 84b2c927-7c55-475c-b9d7-b12d50c8558e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:41.853Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-06T06:21:41.854Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:41.854Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.084Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2175071756109142408/Definitions/service-BasicNetwork-template.yml
2023-03-06T06:21:42.815Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-06T06:21:42.816Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:21:42.816Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.816Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-06T06:21:42.816Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.816Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.817Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.817Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.817Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.817Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.817Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.818Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-06T06:21:42.819Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:21:42.819Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.820Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.820Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-06T06:21:42.820Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:21:42.821Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:21:42.821Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.821Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.821Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-06T06:21:42.822Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:21:42.822Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:21:42.822Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.822Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.822Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.823Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.823Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.823Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.824Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.824Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.824Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.824Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.824Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
Model Version:NULL
Model InvariantUuid:1674cca8-0f33-4d43-bb35-5c3929c9901e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da033e2c-5583-4baa-8fe1-9918008bf935
Model UUID:eba41983-13cc-4f38-86b3-1484d1d198af
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f02a66e0-6ab3-4a52-96c4-e4737ae37028
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-06T06:21:42.849Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 0fda097f-dfab-4399-ac73-f0b7f8fc0788
2023-03-06T06:21:42.850Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||No resources found for Service: eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:21:42.859Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||
2023-03-06T06:21:42.859Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-03-06T06:21:42.862Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
2023-03-06T06:21:42.862Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
2023-03-06T06:21:42.863Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-03-06T06:21:42.863Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:21:42.876Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bf6e053, org.onap.sdc.toscaparser.api.parameters.Input@7d220728, org.onap.sdc.toscaparser.api.parameters.Input@23ec77d6, org.onap.sdc.toscaparser.api.parameters.Input@22d64b7f, org.onap.sdc.toscaparser.api.parameters.Input@1e1ed30e]
2023-03-06T06:21:42.879Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.879Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.879Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.879Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.880Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1: Generic NeutronNet
2023-03-06T06:21:42.880Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.880Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.880Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.881Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-06T06:21:42.957Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.957Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.958Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.958Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.958Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:21:42.958Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:21:42.958Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-03-06T06:21:43.121Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:21:43.122Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083703122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:21:44.123Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:21:44.166Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:21:44.182Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:21:44.183Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:21:44.183Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:22:14.183Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:22:14.207Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:22:14.211Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:22:14.211Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:22:14.211Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:22:19.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:22:19.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:22:19.038Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678083687443,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:22:19.039Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:22:44.212Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:22:44.247Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:22:44.251Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:22:44.252Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:22:44.252Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:23:14.252Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:23:14.295Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:23:14.306Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:23:14.306Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-06T06:23:14.306Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-06T06:23:19.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:23:19.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678083684821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083667327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083653918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "aai-model-loader",
"timestamp": 1678083688509,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "multicloud-k8s",
"timestamp": 1678083687443,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678083684821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083667327,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083653918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "aai-model-loader",
"timestamp": 1678083701173,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678083701221,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083702421,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083700847,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:23:19.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678083702225,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:23:19.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "policy-distribution-id",
"timestamp": 1678083703228,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:23:19.085Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
2023-03-06T06:23:19.086Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:23:19.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.118Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083703122,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:23:19.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083704590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083704590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083708126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:23:19.119Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083709884,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "aai-model-loader",
"timestamp": 1678083710980,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.120Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083710891,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:23:19.128Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
2023-03-06T06:23:19.129Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:23:19.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-06T06:23:19.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "aai-model-loader",
"timestamp": 1678083711982,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:23:19.166Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
2023-03-06T06:23:19.166Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:23:44.307Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:23:44.330Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:23:44.360Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-03-06T06:23:44.361Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:23:44.375Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-06T06:24:14.378Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-06T06:24:14.406Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and serviceModelVersionId: eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1
2023-03-06T06:24:14.406Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1674cca8-0f33-4d43-bb35-5c3929c9901e
2023-03-06T06:24:14.408Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0
2023-03-06T06:24:14.436Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-03-06T06:24:14.513Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-03-06T06:24:14.515Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0|INFO|500||Invoke
2023-03-06T06:24:14.530Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-03-06T06:24:14.942Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0|INFO|500||InvokeReturn
2023-03-06T06:24:14.942Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1674cca8-0f33-4d43-bb35-5c3929c9901e/model-vers/model-ver/eab6e4e0-8c17-4fa3-9bc0-f0c245dac6d1?depth=0 has http status code:200 and response headers:{date=[Mon, 06 Mar 2023 06:24:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367], vertex-id=[245824], x-aai-txid=[0-aai-resources-230306-06:24:14:972-47900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-06T06:24:14.943Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-03-06T06:24:14.943Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-06T06:24:14.943Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:24:14.975Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2023-03-06T06:24:14.976Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16a17aa4-e5a9-4eeb-96d0-9416e08910a8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-06T06:24:14.977Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-06T06:24:14.978Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:14.978Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:14.978Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083854976,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-06T06:24:16.008Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-06T06:24:16.020Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-06T06:24:16.020Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"44c4e5fc-9db9-4b1e-a692-fba49b71ed4f","serviceName":"Demo_pNF_PFqyDJMMTeOs41MHRjRr","serviceVersion":"1.0","serviceUUID":"af28e159-74b4-430a-8792-a03646265129","serviceDescription":"catalog service description","serviceInvariantUUID":"16849031-a67a-47f6-8715-8dc3c126ba66","resources":[{"resourceInstanceName":"pNF 22f70265-2917 0","resourceName":"pNF 22f70265-2917","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ab5bc578-5373-4470-aeda-b9d03c784df8","resourceInvariantUUID":"fb100605-9626-49a8-b2c8-0a301914cd10","resourceCustomizationUUID":"b396bd0e-186f-436a-9abc-91ba751137f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml","artifactChecksum":"NTRjYzBlYzcxMmVjOWE2MzU0MThjYTIzNTJhN2NlMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60e08859-f9b2-42f4-bbab-5f76907dbed0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar","artifactChecksum":"NDJlMDYzNWIyNjhmMDdjZjE2ZTFhN2IwYzZmNGU2NmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29b896a7-529a-42df-8220-a15aba338669","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d556600-3cdf-4b02-8e18-d292e498773b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml","artifactChecksum":"MjE5MTZiOTMxNzFhZjg1MzRlYjJlNWVjYWE5NGZlZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17b74e61-4e96-4fb1-b40e-452dc220214a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c57bda6-af85-46c1-a63b-090969b2b81b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"578a613e-6f6f-47dc-8765-b299db9e83be","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPfqydjmmteos41mhrjrr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml","artifactChecksum":"YzczZmFhMGFiZjhmNjZmYjkzZDRjMWZkZTg3ODdkNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d4e76c8-dab8-41e6-98df-588187ac99ca","artifactVersion":"1"},{"artifactName":"service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar","artifactChecksum":"OTlkZTdmOTFmNTk3YjI1NjM5OWIzYTQ1Njk4ODU0NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a2c790b-02c3-4422-9493-d208e10d8440","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-06T06:24:16.026Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:16.027Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:16.027Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:16.027Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:17.028Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:17.029Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:17.029Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:17.029Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:18.030Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:18.031Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:18.031Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:18.032Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:19.033Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:19.034Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:19.034Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:19.035Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:19.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:19.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.063Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.064Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.064Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.065Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.065Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.066Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.069Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.070Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.071Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.075Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.075Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.076Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.079Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.086Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.087Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.088Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.089Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.090Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.091Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.092Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.093Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.094Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083808509,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:24:19.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.095Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083794233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:24:19.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.096Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "multicloud-k8s",
"timestamp": 1678083788722,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:24:19.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083763432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:24:19.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083823514,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:24:19.098Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.098Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "cds-sdc-listener",
"timestamp": 1678083824776,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:24:19.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.099Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083823650,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:24:19.099Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.100Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083824653,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:24:19.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.100Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.101Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "policy-distribution-id",
"timestamp": 1678083825655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:24:19.152Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f
2023-03-06T06:24:19.153Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:24:19.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.176Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.177Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.178Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083824590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
2023-03-06T06:24:19.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.178Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083833915,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-03-06T06:24:19.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083835300,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:24:19.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083835965,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DEPLOY_OK"
}
2023-03-06T06:24:19.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "aai-model-loader",
"timestamp": 1678083836302,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:24:19.191Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f
2023-03-06T06:24:19.192Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:24:19.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.236Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1678083836968,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-06T06:24:19.253Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f
2023-03-06T06:24:19.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c4e5fc-9db9-4b1e-a692-fba49b71ed4f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-06T06:24:19.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.282Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "16a17aa4-e5a9-4eeb-96d0-9416e08910a8",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083854976,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-06T06:24:19.283Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.283Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.284Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.284Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:19.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-06T06:24:19.285Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-03-06T06:24:19.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-06T06:24:20.036Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:20.036Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:20.037Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:20.037Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:21.038Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:21.039Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:21.039Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:21.039Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/resourceInstances/pnf22f7026529170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:22.041Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:22.042Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:22.042Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:22.042Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:23.043Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-06T06:24:23.044Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:23.044Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:23.044Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083856008,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:24.046Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"serviceName": "Demo_pNF_PFqyDJMMTeOs41MHRjRr",
"serviceVersion": "1.0",
"serviceUUID": "af28e159-74b4-430a-8792-a03646265129",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "16849031-a67a-47f6-8715-8dc3c126ba66",
"resources": [
{
"resourceInstanceName": "pNF 22f70265-2917 0",
"resourceCustomizationUUID": "b396bd0e-186f-436a-9abc-91ba751137f9",
"resourceName": "pNF 22f70265-2917",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ab5bc578-5373-4470-aeda-b9d03c784df8",
"resourceInvariantUUID": "fb100605-9626-49a8-b2c8-0a301914cd10",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"artifactChecksum": "OTlkZTdmOTFmNTk3YjI1NjM5OWIzYTQ1Njk4ODU0NTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a2c790b-02c3-4422-9493-d208e10d8440"
}
],
"workloadContext": "Production"
}
2023-03-06T06:24:24.047Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-06T06:24:24.047Z|16a17aa4-e5a9-4eeb-96d0-9416e08910a8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 af28e159-74b4-430a-8792-a03646265129 ASDC
2023-03-06T06:24:24.048Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:44c4e5fc-9db9-4b1e-a692-fba49b71ed4f
ServiceName:Demo_pNF_PFqyDJMMTeOs41MHRjRr
ServiceVersion:1.0
ServiceUUID:af28e159-74b4-430a-8792-a03646265129
ServiceInvariantUUID:16849031-a67a-47f6-8715-8dc3c126ba66
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
ArtifactUUID:5a2c790b-02c3-4422-9493-d208e10d8440
ArtifactChecksum:OTlkZTdmOTFmNTk3YjI1NjM5OWIzYTQ1Njk4ODU0NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 22f70265-2917 0
ResourceCustomizationUUID:b396bd0e-186f-436a-9abc-91ba751137f9
ResourceInvariantUUID:fb100605-9626-49a8-b2c8-0a301914cd10
ResourceName:pNF 22f70265-2917
ResourceType:PNF
ResourceUUID:ab5bc578-5373-4470-aeda-b9d03c784df8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-03-06T06:24:24.048Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af28e159-74b4-430a-8792-a03646265129 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-06T06:24:24.144Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:24:24.146Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:24:24.146Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:24:24.146Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a2c790b-02c3-4422-9493-d208e10d8440 from URL: /sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:24.146Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-03-06T06:24:24.147Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:24.408Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-03-06T06:24:24.410Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar 5a2c790b-02c3-4422-9493-d208e10d8440 88023
2023-03-06T06:24:24.410Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar ASDC sendASDCNotification
2023-03-06T06:24:24.411Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:24.411Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-06T06:24:24.411Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-03-06T06:24:24.411Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-06T06:24:24.411Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Trying to send status: {
"distributionID": "44c4e5fc-9db9-4b1e-a692-fba49b71ed4f",
"consumerID": "SO-sdc-controller",
"timestamp": 1678083864410,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-06T06:24:25.413Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-06T06:24:25.414Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-03-06T06:24:25.414Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5a2c790b-02c3-4422-9493-d208e10d8440, URL: /sdc/v1/catalog/services/DemoPnfPfqydjmmteos41mhrjrr/1.0/artifacts/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar to file: /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:25.414Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:25.415Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:25.415Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:25.622Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP112274047106955981/Definitions/service-DemoPnfPfqydjmmteos41mhrjrr-template.yml
2023-03-06T06:24:27.112Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-06T06:24:27.113Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:24:27.113Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.114Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-06T06:24:27.114Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.114Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.115Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.115Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.115Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.115Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.116Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 22f70265-2917 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfPfqydjmmteos41mhrjrr-csar.csar
2023-03-06T06:24:27.117Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-03-06T06:24:27.117Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.118Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.118Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Node template pNF 22f70265-2917 0 is matching search criteria
2023-03-06T06:24:27.119Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:24:27.119Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 22f70265-2917 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:24:27.120Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.120Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.121Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Node template pNF 22f70265-2917 0 is matching search criteria
2023-03-06T06:24:27.121Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-03-06T06:24:27.122Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 22f70265-2917 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-06T06:24:27.122Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.122Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.123Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.123Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.124Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.124Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.124Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.124Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.125Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.125Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.125Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_PFqyDJMMTeOs41MHRjRr
Description:catalog service description
Model UUID:af28e159-74b4-430a-8792-a03646265129
Model Version:NULL
Model InvariantUuid:16849031-a67a-47f6-8715-8dc3c126ba66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-06T06:24:27.142Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ab5bc578-5373-4470-aeda-b9d03c784df8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:24:27.149Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||pNF 22f70265-2917 0
2023-03-06T06:24:27.150Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ab5bc578-5373-4470-aeda-b9d03c784df8
2023-03-06T06:24:27.151Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||No resources found for Service: af28e159-74b4-430a-8792-a03646265129
2023-03-06T06:24:27.151Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: af28e159-74b4-430a-8792-a03646265129
2023-03-06T06:24:27.152Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 22f70265-2917 0 ab5bc578-5373-4470-aeda-b9d03c784df8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-06T06:24:27.166Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18621a6b, org.onap.sdc.toscaparser.api.parameters.Input@691d822f, org.onap.sdc.toscaparser.api.parameters.Input@4501dced, org.onap.sdc.toscaparser.api.parameters.Input@424693c5, org.onap.sdc.toscaparser.api.parameters.Input@4a7f78a4]
2023-03-06T06:24:27.167Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-03-06T06:24:27.168Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PFqyDJMMTeOs41MHRjRr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-06T06:24:27.168Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid af28e159-74b4-430a-8792-a03646265129: pNF 22f70265-2917
2023-03-06T06:24:27.168Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||INFO|500||Processing PNF resource: ab5bc578-5373-4470-aeda-b9d03c784df8
2023-03-06T06:24:27.169Z|44c4e5fc-9db9-4b1e-a692-fba49b71ed4f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery