Results

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-02-11T00:17:47.174Z||main|||||INFO|500||The following profiles are active: basic
2023-02-11T00:18:41.611Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-11T00:18:41.613Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-11T00:18:42.279Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-11T00:18:56.970Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-11T00:18:58.633Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-11T00:19:00.713Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-11T00:19:02.299Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-11T00:19:05.866Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-11T00:19:22.794Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-11T00:19:25.662Z||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-02-11T00:19:35.894Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-11T00:19:36.349Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-11T00:19:36.696Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-11T00:19:36.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-11T00:19:38.939Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-11T00:19:40.925Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-11T00:19:45.235Z||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-02-11T00:19:47.913Z||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-02-11T00:19:50.334Z||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-02-11T00:19:50.371Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:19:50.611Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:53.394Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:19:53.564Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:19:51 GMT], server=[envoy], x-envoy-upstream-service-time=[2637], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:19:53.647Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"fb3f6a31b15743d2a8d3026c454c2c45","versionId":"78e8df9a47ef485eb0a04b36e7e8f78e"}

2023-02-11T00:19:53.783Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-02-11T00:19:54.578Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:19:54.579Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4c14674f-8c05-4fd0-b6ac-c68540a6a18d], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:19:54.643Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:19:56.039Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:19:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1287]}
2023-02-11T00:19:56.041Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:19:56.043Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fb3f6a31b15743d2a8d3026c454c2c45/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:19:56.043Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-02-11T00:19:56.045Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:56.438Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:19:56.440Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a14d4dc4-5154-4ac4-8460-b436f76899b0], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:19:56.464Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:57.173Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:19:57 GMT], server=[envoy], x-envoy-upstream-service-time=[704], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:19:57.174Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"841700515a494ef9843a172fae3296c4","versionId":"5267ac80e34943be99b51943986b60d5"}

2023-02-11T00:19:57.175Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:19:57.183Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-02-11T00:19:57.299Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:19:57.300Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f952b839-4a02-44a5-80c0-70fb8bd22ed6], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:19:57.318Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:19:58.545Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:19:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1198]}
2023-02-11T00:19:58.556Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:19:58.558Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/841700515a494ef9843a172fae3296c4/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:19:58.565Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-02-11T00:19:58.566Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:58.807Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:58.817Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:19:58.858Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:19:59.283Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:19:59.283Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:19:59 GMT], server=[envoy], x-envoy-upstream-service-time=[397], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:19:59.284Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"222b87cac5c44cddb81bca5dd43ff1c6","versionId":"33d448307ebc4a85bad009413631b5d3"}

2023-02-11T00:19:59.297Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-02-11T00:19:59.438Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/222b87cac5c44cddb81bca5dd43ff1c6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:19:59.441Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/222b87cac5c44cddb81bca5dd43ff1c6/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:19:59.452Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/222b87cac5c44cddb81bca5dd43ff1c6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:00.258Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/222b87cac5c44cddb81bca5dd43ff1c6/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:00.259Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/222b87cac5c44cddb81bca5dd43ff1c6/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[793]}
2023-02-11T00:20:00.259Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:00.259Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-02-11T00:20:00.259Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:00.539Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:00.543Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[29f0f77c-d694-43d6-be2e-c97c9a5c4d3b], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:00.561Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:00.773Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:01 GMT], server=[envoy], x-envoy-upstream-service-time=[204], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:00.774Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9f49ee53053f4ede800f9c1f4d687918","versionId":"ac2c5d99531c42ee8649e51858622f86"}

2023-02-11T00:20:00.775Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:00.799Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-11T00:20:01.123Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:01.124Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[27efa9e1-27dd-4190-9a17-5e7138cdfa25], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:01.138Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:01.573Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[426]}
2023-02-11T00:20:01.574Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:01.575Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9f49ee53053f4ede800f9c1f4d687918/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:01.576Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-02-11T00:20:01.576Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:01.893Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:01.894Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d7c81597-97a1-412c-9062-a1ebeba6c682], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:01.896Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:02.325Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:02 GMT], server=[envoy], x-envoy-upstream-service-time=[421], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:02.326Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"49d42b5f8e8d4d6dbf50c6ac85bf1d9c","versionId":"667d4d104b474ea78216ac389ba2b014"}

2023-02-11T00:20:02.327Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:02.348Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-11T00:20:02.516Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49d42b5f8e8d4d6dbf50c6ac85bf1d9c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:02.526Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49d42b5f8e8d4d6dbf50c6ac85bf1d9c/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:02.557Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49d42b5f8e8d4d6dbf50c6ac85bf1d9c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:02.966Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49d42b5f8e8d4d6dbf50c6ac85bf1d9c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:02.967Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49d42b5f8e8d4d6dbf50c6ac85bf1d9c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[404]}
2023-02-11T00:20:02.969Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:02.970Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-02-11T00:20:02.971Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:03.180Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:03.182Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ac243b10-699a-4568-8dfb-0364c2b45c93], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:03.184Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:03.383Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:04 GMT], server=[envoy], x-envoy-upstream-service-time=[194], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:03.385Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d52f550669c74f8ea9601cb08c8eb9a7","versionId":"ecd064008423406c9e259da776f1cb90"}

2023-02-11T00:20:03.400Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:03.407Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-11T00:20:03.511Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:03.512Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[11cfe905-d679-4c99-9c3e-a5a2136c3ce5], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:03.514Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:03.939Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[419]}
2023-02-11T00:20:03.940Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:03.941Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d52f550669c74f8ea9601cb08c8eb9a7/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:03.942Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-02-11T00:20:03.943Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:04.093Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:04.094Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[390cf74d-e5d2-4a52-a06b-827c03178d67], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:04.097Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:04.450Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:05 GMT], server=[envoy], x-envoy-upstream-service-time=[345], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:04.451Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"5819f69ef0df4fb4a6b04beadd9c93f2","versionId":"9d6243bb07dc496a9de4cce6c2febd3f"}

2023-02-11T00:20:04.452Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:04.459Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-02-11T00:20:04.543Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:04.544Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fe31800a-8108-4bb1-805d-c898e65a0ba6], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:04.550Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:04.962Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[402]}
2023-02-11T00:20:04.963Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:04.964Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5819f69ef0df4fb4a6b04beadd9c93f2/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:04.964Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-02-11T00:20:04.965Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:05.148Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:05.149Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:05.151Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:05.376Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:05.400Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:06 GMT], server=[envoy], x-envoy-upstream-service-time=[206], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:05.402Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"41ccbff9a9514f3797953b72284f2410","versionId":"5319f7e7bd5d4b59a4169e4c5dbc6bdc"}

2023-02-11T00:20:05.422Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-02-11T00:20:05.592Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:05.593Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[76254216-007c-4cd2-88f5-83d01665eea1], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:05.598Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:05.893Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[289]}
2023-02-11T00:20:05.894Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:05.895Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41ccbff9a9514f3797953b72284f2410/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:05.895Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-02-11T00:20:05.896Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:05.998Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:05.999Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[01e65542-f7c2-46a5-bc8b-eacead8afc95], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:06.003Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:06.244Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:06 GMT], server=[envoy], x-envoy-upstream-service-time=[230], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:06.246Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4cda6ef81d304261a542919384bbba70","versionId":"26b98ab579974cbe839f735443b51f1d"}

2023-02-11T00:20:06.248Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:06.251Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-02-11T00:20:06.353Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:06.354Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f3ab9fdc-2e3b-42d9-aa38-8a8820e50635], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:06.356Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:06.698Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[318]}
2023-02-11T00:20:06.699Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:06.701Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4cda6ef81d304261a542919384bbba70/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:06.701Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-02-11T00:20:06.704Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:06.855Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:06.859Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[919048ac-dd9f-4065-aaa5-7d0dbe9dd199], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:06.862Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:07.131Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:07 GMT], server=[envoy], x-envoy-upstream-service-time=[258], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:07.132Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"52adc5fbb5fd4a618b94155491ba3478","versionId":"b72e519de547456d970108bd661e1fca"}

2023-02-11T00:20:07.134Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:07.136Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-02-11T00:20:07.232Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:07.232Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[efa27004-03fe-46fb-afe9-27f837682eac], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:07.234Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:07.682Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[443]}
2023-02-11T00:20:07.684Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:07.686Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/52adc5fbb5fd4a618b94155491ba3478/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:07.687Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-02-11T00:20:07.687Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:07.831Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:07.833Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:07.835Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:08.062Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:08.063Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:08 GMT], server=[envoy], x-envoy-upstream-service-time=[218], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:08.064Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"da118c62507f4c17bbad665e04125ad7","versionId":"d7224649cb334fccbff4488b8f4957e3"}

2023-02-11T00:20:08.076Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-02-11T00:20:08.162Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/da118c62507f4c17bbad665e04125ad7/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:08.163Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da118c62507f4c17bbad665e04125ad7/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:08.166Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da118c62507f4c17bbad665e04125ad7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:08.665Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/da118c62507f4c17bbad665e04125ad7/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:08.670Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/da118c62507f4c17bbad665e04125ad7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[437]}
2023-02-11T00:20:08.676Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:08.676Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-02-11T00:20:08.677Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:08.857Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:08.863Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[96b65d8a-b3f3-4d84-8dfa-c1e6023779a2], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:08.866Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:09.174Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:09 GMT], server=[envoy], x-envoy-upstream-service-time=[256], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:09.180Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"80256c3c29db4b86a75d0cc139029024","versionId":"2d8620cd4d1c4a33b41820bb43abe8ce"}

2023-02-11T00:20:09.181Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:09.195Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-02-11T00:20:09.317Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/80256c3c29db4b86a75d0cc139029024/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:09.319Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80256c3c29db4b86a75d0cc139029024/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:09.321Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80256c3c29db4b86a75d0cc139029024/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:09.685Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80256c3c29db4b86a75d0cc139029024/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:09.686Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/80256c3c29db4b86a75d0cc139029024/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[360]}
2023-02-11T00:20:09.686Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:09.687Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-02-11T00:20:09.687Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:09.831Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:09.836Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d2f43e72-e714-40d1-b5d7-3de0b99298ac], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:09.838Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:10.118Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:10 GMT], server=[envoy], x-envoy-upstream-service-time=[273], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:10.121Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"73e8dba355af47f49f4b13844b87604c","versionId":"0dcf3dc1ef5c4a4883bb72f0c70c2973"}

2023-02-11T00:20:10.122Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:10.133Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-02-11T00:20:10.928Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:10.933Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c95447b4-39a3-454c-a11b-e171cbb3d0e9], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:10.935Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:11.374Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[422]}
2023-02-11T00:20:11.375Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:11.410Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/73e8dba355af47f49f4b13844b87604c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:11.411Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-02-11T00:20:11.411Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:11.857Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:11.859Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e74047fd-ffb9-49ca-8491-545f0510b98b], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:11.861Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:12.107Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:12 GMT], server=[envoy], x-envoy-upstream-service-time=[242], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:12.109Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"733eb7b9548f45e9bd891f80a1e417e8","versionId":"b82c6756a65e44cead233833a15ab581"}

2023-02-11T00:20:12.125Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:12.132Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-02-11T00:20:12.235Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:12.237Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3e6e8a2a-e310-418e-8ca9-97a3ef9e669c], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:12.245Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:12.625Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367]}
2023-02-11T00:20:12.633Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:12.637Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/733eb7b9548f45e9bd891f80a1e417e8/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:12.638Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-02-11T00:20:12.638Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:12.840Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:12.841Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[53127805-dca3-4baa-8fd6-f09b764ae096], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:12.846Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:13.253Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:13 GMT], server=[envoy], x-envoy-upstream-service-time=[403], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:13.254Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"305649c611e84e55b3c75f1349395cc8","versionId":"b328707d4a064a1a9beeb99f6d53b773"}

2023-02-11T00:20:13.255Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:13.260Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-02-11T00:20:13.324Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:13.324Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[508618d8-ffe1-4f95-bb00-e193e0d02149], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:13.326Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:13.722Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[391]}
2023-02-11T00:20:13.732Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:13.733Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/305649c611e84e55b3c75f1349395cc8/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:13.733Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-02-11T00:20:13.733Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:13.850Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:13.851Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bac4f020-0abc-49ad-9232-8e2c850cc640], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:13.852Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:14.111Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:14 GMT], server=[envoy], x-envoy-upstream-service-time=[240], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:14.112Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b057b95cb1f44eed8c0fc3689e28f768","versionId":"ea83cdb5430147aa8398b82666f144f8"}

2023-02-11T00:20:14.115Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:14.127Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-02-11T00:20:14.272Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:14.273Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[10e09b93-2549-43df-86bc-c0c988e67c7b], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:14.275Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:14.519Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[238]}
2023-02-11T00:20:14.521Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:14.522Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b057b95cb1f44eed8c0fc3689e28f768/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:14.523Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-02-11T00:20:14.523Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:14.726Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:14.728Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:14.730Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:15.065Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:15.087Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:15 GMT], server=[envoy], x-envoy-upstream-service-time=[320], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:15.094Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"582d5f3eb0f748e18bb853e48051a970","versionId":"ee631518efad4538bbaf0ba6e3ff380b"}

2023-02-11T00:20:15.097Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-02-11T00:20:15.147Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:15.148Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ce077ae0-7dea-4666-a55f-59559cadb1a6], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:15.149Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:15.723Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[550]}
2023-02-11T00:20:15.724Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:15.724Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/582d5f3eb0f748e18bb853e48051a970/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:15.725Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-02-11T00:20:15.725Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:15.873Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:15.874Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e957a287-5ddf-47eb-88ec-6d0c4b860158], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:15.877Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:16.263Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:16 GMT], server=[envoy], x-envoy-upstream-service-time=[372], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:16.264Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"12a44cc440fd47fcbd490db5c1cb1c94","versionId":"e9b61c57036641ef956ede18bccf7c6c"}

2023-02-11T00:20:16.265Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:16.285Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-02-11T00:20:16.375Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/12a44cc440fd47fcbd490db5c1cb1c94/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:16.377Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12a44cc440fd47fcbd490db5c1cb1c94/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:16.379Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12a44cc440fd47fcbd490db5c1cb1c94/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:17.193Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/12a44cc440fd47fcbd490db5c1cb1c94/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:17.194Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/12a44cc440fd47fcbd490db5c1cb1c94/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[793]}
2023-02-11T00:20:17.194Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:17.195Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-02-11T00:20:17.196Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:17.359Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:17.361Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:17.364Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:17.709Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:17.717Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:18 GMT], server=[envoy], x-envoy-upstream-service-time=[325], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:17.719Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"3b8194a3d2294165809beccd28b7e18c","versionId":"3a53a013ce2543dcb9352a049c16b9ac"}

2023-02-11T00:20:17.723Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-02-11T00:20:17.765Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3b8194a3d2294165809beccd28b7e18c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:17.767Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3b8194a3d2294165809beccd28b7e18c/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:17.768Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3b8194a3d2294165809beccd28b7e18c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:18.523Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3b8194a3d2294165809beccd28b7e18c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:18.523Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3b8194a3d2294165809beccd28b7e18c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[741]}
2023-02-11T00:20:18.524Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:18.524Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-02-11T00:20:18.524Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:18.765Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:18.771Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:18.779Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:19.011Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:19.012Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:19 GMT], server=[envoy], x-envoy-upstream-service-time=[222], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:19.013Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"b47447512c6a45cfa61b4298fc8a5733","versionId":"122634a0464d403aa5427c92c322f457"}

2023-02-11T00:20:19.042Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-02-11T00:20:19.268Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b47447512c6a45cfa61b4298fc8a5733/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:19.270Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b47447512c6a45cfa61b4298fc8a5733/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:19.271Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b47447512c6a45cfa61b4298fc8a5733/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:19.697Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b47447512c6a45cfa61b4298fc8a5733/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:19.698Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b47447512c6a45cfa61b4298fc8a5733/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[419]}
2023-02-11T00:20:19.699Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:19.699Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-02-11T00:20:19.699Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:19.822Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:19.822Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5879e1a9-1d61-4e45-8116-3d61f23b1274], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:19.824Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:20.022Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:20 GMT], server=[envoy], x-envoy-upstream-service-time=[194], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:20.023Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"10f86fafe9324b178bb502894f7d42b1","versionId":"a8305a3b5479445590bcaea46078f65e"}

2023-02-11T00:20:20.030Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:20.062Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-02-11T00:20:20.118Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/10f86fafe9324b178bb502894f7d42b1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:20.120Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10f86fafe9324b178bb502894f7d42b1/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:20.122Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10f86fafe9324b178bb502894f7d42b1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:20.637Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/10f86fafe9324b178bb502894f7d42b1/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:20.637Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/10f86fafe9324b178bb502894f7d42b1/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[510]}
2023-02-11T00:20:20.638Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:20.638Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-02-11T00:20:20.638Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:20.763Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:20.767Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:20.769Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:21.029Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:21.029Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:21 GMT], server=[envoy], x-envoy-upstream-service-time=[255], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:21.054Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||{"id":"6384d17323ab41ab837dd1892d9e114c","versionId":"4a047661da1347519ec6de05a950c52e"}

2023-02-11T00:20:21.088Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-02-11T00:20:21.182Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:21.183Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions with request headers:{X-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[341f1f1b-3ccf-45cb-8e0a-8576b1ff5ef3], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:21.187Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:21.575Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[379]}
2023-02-11T00:20:21.576Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:21.584Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6384d17323ab41ab837dd1892d9e114c/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:21.585Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-02-11T00:20:21.586Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:21.737Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:21.738Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a8f86fc7-7d50-4c64-a30b-b0a59b3abe7f], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:21.739Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:22.110Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:22 GMT], server=[envoy], x-envoy-upstream-service-time=[338], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:22.111Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"718f4e7993a74bc0910ecdfdf1dde451","versionId":"ed0ef4cddb1247ee80f95aa112b74ca1"}

2023-02-11T00:20:22.117Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:22.122Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-02-11T00:20:22.283Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/718f4e7993a74bc0910ecdfdf1dde451/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:22.294Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/718f4e7993a74bc0910ecdfdf1dde451/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:22.298Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/718f4e7993a74bc0910ecdfdf1dde451/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:22.802Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/718f4e7993a74bc0910ecdfdf1dde451/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:22.803Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/718f4e7993a74bc0910ecdfdf1dde451/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[434]}
2023-02-11T00:20:22.803Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:22.803Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-02-11T00:20:22.804Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:22.969Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-02-11T00:20:22.970Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[41f76179-68e3-408d-933f-8debb804d649], X-ECOMP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-TransactionID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], X-ONAP-RequestID=[e69c9aee-854a-416d-9974-cedf8c5d11bf], Content-Type=[application/json]}
2023-02-11T00:20:22.972Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:23.207Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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=[Sat, 11 Feb 2023 00:20:23 GMT], server=[envoy], x-envoy-upstream-service-time=[228], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2023-02-11T00:20:23.210Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e4274da18c734026aed73046c7c4fcf4","versionId":"0ecbc6e024c94054aaf0cfb813651d3f"}

2023-02-11T00:20:23.211Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-02-11T00:20:23.218Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-02-11T00:20:23.408Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e4274da18c734026aed73046c7c4fcf4/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-02-11T00:20:23.409Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4274da18c734026aed73046c7c4fcf4/versions/latest/actions|INFO|500||Invoke
2023-02-11T00:20:23.410Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4274da18c734026aed73046c7c4fcf4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}

2023-02-11T00:20:23.830Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e4274da18c734026aed73046c7c4fcf4/versions/latest/actions|INFO|500||InvokeReturn
2023-02-11T00:20:23.832Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e4274da18c734026aed73046c7c4fcf4/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 00:20:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[415]}
2023-02-11T00:20:23.832Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T00:20:23.832Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-02-11T00:20:34.855Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|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-02-11T00:20:48.930Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||WARN|500||---
2023-02-11T00:20:48.931Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-11T00:20:48.931Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||WARN|500||---
2023-02-11T00:20:50.572Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-11T00:21:09.226Z|e69c9aee-854a-416d-9974-cedf8c5d11bf|main|||||INFO|500||Started Application in 222.212 seconds (JVM running for 243.912)
2023-02-11T00:21:09.511Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-11T00:21:09.582Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-11T00:21:09.646Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-11T00:21:10.070Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 3b35090e-1ac4-4eeb-9661-2961488d9265 url= /sdc/v1/artifactTypes
2023-02-11T00:21:10.183Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-02-11T00:21:10.901Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-11T00:21:11.111Z||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-02-11T00:21:11.111Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-11T00:21:11.112Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6f56bc90-8077-4435-9178-508896c1b90e url= /sdc/v1/distributionKafkaData
2023-02-11T00:21:11.112Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-02-11T00:21:11.233Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-11T00:21:11.262Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@65ab91c7
2023-02-11T00:21:11.675Z||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-527fc505-73e5-4de8-b1e4-655421db7186
	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-02-11T00:21:11.984Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Instantiated an idempotent producer.
2023-02-11T00:21:12.601Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-11T00:21:12.970Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-11T00:21:12.970Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-11T00:21:12.970Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676074872941
2023-02-11T00:21:12.980Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-11T00:21:13.090Z||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-0b070746-1846-4988-89d9-2211cd67e645
	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-02-11T00:21:13.745Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-11T00:21:13.747Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-11T00:21:13.747Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676074873745
2023-02-11T00:21:13.749Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:21:13.754Z||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-f46ca9d9-32a8-42ad-8b34-320304b63e0f
	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-02-11T00:21:13.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:21:13.829Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-11T00:21:13.830Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-11T00:21:13.830Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676074873829
2023-02-11T00:21:13.831Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:21:13.856Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:21:13.858Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-11T00:21:16.168Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.169Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.170Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.170Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.170Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.170Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.171Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 rsQB4PO0RRetqejr18xvLA
2023-02-11T00:21:16.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.171Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:16.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Cluster ID: lFOxAkOyTxu7M4AUjbJNUg
2023-02-11T00:21:16.196Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Cluster ID: lFOxAkOyTxu7M4AUjbJNUg
2023-02-11T00:21:16.200Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-11T00:21:16.200Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-11T00:21:16.270Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Cluster ID: lFOxAkOyTxu7M4AUjbJNUg
2023-02-11T00:21:16.344Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] ProducerId set to 2 with epoch 0
2023-02-11T00:21:16.360Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] (Re-)joining group
2023-02-11T00:21:16.366Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] (Re-)joining group
2023-02-11T00:21:16.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645-a8e01bd1-09a4-4301-aac0-dcc3fcee8856
2023-02-11T00:21:16.632Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-02-11T00:21:16.632Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] (Re-)joining group
2023-02-11T00:21:16.686Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f-19e8189c-a56f-40fc-a7fe-1087384f1a3e
2023-02-11T00:21:16.689Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-02-11T00:21:16.689Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] (Re-)joining group
2023-02-11T00:21:22.722Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645-a8e01bd1-09a4-4301-aac0-dcc3fcee8856', protocol='range'}
2023-02-11T00:21:22.746Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f-19e8189c-a56f-40fc-a7fe-1087384f1a3e', protocol='range'}
2023-02-11T00:21:23.078Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.081Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.082Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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 ydnEjwNURDK7FWGldhY-Iw
2023-02-11T00:21:23.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645-a8e01bd1-09a4-4301-aac0-dcc3fcee8856=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]), SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f-19e8189c-a56f-40fc-a7fe-1087384f1a3e=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-02-11T00:21:23.275Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645-a8e01bd1-09a4-4301-aac0-dcc3fcee8856', protocol='range'}
2023-02-11T00:21:23.280Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-02-11T00:21:23.302Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f-19e8189c-a56f-40fc-a7fe-1087384f1a3e', protocol='range'}
2023-02-11T00:21:23.304Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-02-11T00:21:23.354Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-02-11T00:21:23.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-02-11T00:21:23.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-11T00:21:23.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-11T00:21:23.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-11T00:21:23.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-11T00:21:23.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-11T00:21:23.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-11T00:21:23.610Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-11T00:21:23.611Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-11T00:21:23.612Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-11T00:21:23.613Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-11T00:21:23.613Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-11T00:21:23.614Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-11T00:21:23.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T00:21:23.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T00:21:24.057Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T00:21:24.057Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11T00:21:24.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T00:21:24.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T00:21:24.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T00:21:24.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T00:21:24.223Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T00:21:24.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11T00:21:24.254Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T00:21:24.256Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11T00:22:13.781Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:22:13.863Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:23:13.807Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:23:13.900Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:24:13.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:24:13.915Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:25:13.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:25:13.917Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:26:13.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:26:13.927Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:27:13.823Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:27:13.928Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:27:14.588Z||http-nio-8085-exec-3|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-11T00:28:13.824Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:28:13.934Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:29:13.830Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:29:13.938Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:30:13.849Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:30:13.945Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:30:16.326Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0b070746-1846-4988-89d9-2211cd67e645, groupId=so] Node -1 disconnected.
2023-02-11T00:30:16.368Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f46ca9d9-32a8-42ad-8b34-320304b63e0f, groupId=so] Node -1 disconnected.
2023-02-11T00:30:16.838Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Node -1 disconnected.
2023-02-11T00:31:13.852Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:31:13.948Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:32:13.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:32:13.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:33:13.857Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:33:13.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:34:13.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:34:13.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:35:13.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:35:13.971Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:36:13.872Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:36:13.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:37:13.882Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:37:13.975Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:38:13.893Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:38:13.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:39:13.896Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:39:13.979Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:40:13.897Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:40:13.980Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:41:13.898Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:41:13.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:42:13.901Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:42:13.985Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:43:13.902Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:43:13.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:44:13.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:44:13.987Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:45:13.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:45:13.995Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:46:13.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:46:13.997Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:47:13.925Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:47:13.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:48:13.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:48:13.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:49:13.932Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:49:14.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:50:13.934Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:50:14.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:51:13.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:51:14.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:52:13.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:52:14.029Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:53:13.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:53:14.044Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:54:13.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:54:14.070Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:55:13.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:55:14.177Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:56:13.953Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:56:14.182Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:57:13.960Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:57:14.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:58:13.962Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:58:14.184Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T00:59:13.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T00:59:14.187Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:00:13.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:00:14.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:01:13.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:01:14.204Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:02:13.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:02:14.207Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:03:13.994Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:03:14.213Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:04:13.998Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:04:14.219Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:05:14.000Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:05:14.221Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:06:14.002Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:06:14.225Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:07:14.003Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:07:14.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:08:14.009Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:08:14.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:09:14.013Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:09:14.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:10:14.015Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:10:14.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:11:14.020Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:11:14.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:12:14.024Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:12:14.296Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:13:14.026Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:13:14.302Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:14:14.031Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:14:14.303Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:15:14.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:15:14.305Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:16:14.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:16:14.306Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:17:14.040Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:17:14.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:18:14.044Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:18:14.320Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:19:14.045Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:19:14.322Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:20:14.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:20:14.324Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:21:14.070Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:21:14.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:22:14.074Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:22:14.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:23:14.075Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:23:14.330Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:24:14.076Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:24:14.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:25:14.078Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:25:14.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:26:14.080Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:26:14.343Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:27:14.083Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:27:14.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:28:14.084Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:28:14.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:29:14.085Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:29:14.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:30:14.091Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:30:14.355Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:31:14.091Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:31:14.357Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:32:14.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:32:14.404Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:33:14.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:33:14.406Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:34:14.097Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:34:14.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:35:14.099Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:35:14.408Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:36:14.102Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:36:14.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:37:14.120Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:37:14.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:38:14.128Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:38:14.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:39:14.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:39:14.430Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:40:14.133Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:40:14.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:41:14.140Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:41:14.434Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:42:14.142Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:42:14.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:43:14.147Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:43:14.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:44:14.154Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:44:14.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:45:14.160Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:45:14.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:46:14.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:46:14.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:47:14.166Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:47:14.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:48:14.167Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:48:14.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:49:14.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:49:14.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:50:14.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:50:14.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:51:14.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:51:14.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:52:14.186Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:52:14.485Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:53:14.187Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:53:14.491Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:54:14.190Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:54:14.496Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:55:14.191Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:55:14.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:56:14.192Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:56:14.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:57:14.207Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:57:14.511Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:58:14.209Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:58:14.513Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T01:59:14.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T01:59:14.516Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:00:14.412Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:00:14.518Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:01:14.413Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:01:14.519Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:02:14.416Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:02:14.520Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:03:14.421Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:03:14.522Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:04:14.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:04:14.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:05:14.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:05:14.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:06:14.442Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:06:14.530Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:07:14.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:07:14.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:08:14.452Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:08:14.532Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:09:14.453Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:09:14.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:10:14.456Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:10:14.537Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:11:14.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:11:14.547Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:12:14.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:12:14.561Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:13:14.466Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:13:14.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:14:14.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:14:14.566Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:15:14.469Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:15:14.568Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:16:14.472Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:16:14.570Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:17:14.476Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:17:14.578Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:18:14.480Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:18:14.582Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:19:14.493Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:19:14.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:20:14.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:20:14.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:21:14.497Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:21:14.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:22:14.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:22:14.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:23:14.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:23:14.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:24:14.501Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:24:14.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:25:14.503Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:25:14.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:26:14.507Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:26:14.631Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:27:14.509Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:27:14.633Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:28:14.512Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:28:14.635Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:29:14.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:29:14.636Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:30:14.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:30:14.637Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:31:14.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:31:14.638Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:32:14.570Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:32:14.644Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:33:14.571Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:33:14.646Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:34:14.571Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:34:14.647Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:35:14.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:35:14.648Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:36:14.577Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:36:14.651Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:37:14.580Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:37:14.652Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:38:14.598Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:38:14.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:39:14.600Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:39:14.654Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:40:14.615Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:40:14.655Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:41:14.616Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:41:14.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:42:14.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:42:14.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:43:14.625Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:43:14.665Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:44:14.627Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:44:14.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:45:14.632Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:45:14.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:46:14.635Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:46:14.691Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:47:14.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:47:14.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:48:14.639Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:48:14.699Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:49:14.642Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:49:14.700Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:50:14.643Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:50:14.720Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:51:14.644Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:51:14.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:52:14.648Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:52:14.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:53:14.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:53:14.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:54:14.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:54:14.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:55:14.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:55:14.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:56:14.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:56:14.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:57:14.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:57:14.757Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:58:14.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:58:14.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T02:59:14.682Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T02:59:14.769Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:00:14.690Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:00:14.771Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:01:14.694Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:01:14.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:02:14.699Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:02:14.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:03:14.704Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:03:14.777Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:04:14.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:04:14.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:05:14.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:05:14.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:06:14.719Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:06:14.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:07:14.720Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:07:14.786Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:08:14.721Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:08:14.788Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:09:14.722Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:09:14.792Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:10:14.724Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:10:14.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:11:14.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:11:14.796Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:12:14.731Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:12:14.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:13:14.739Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:13:14.801Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:14:14.742Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:14:14.804Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:15:14.744Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:15:14.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:07.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T03:16:07.210Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"60bf0dc8-823b-428c-ae34-e028f6df694f","serviceName":"vFW 2023-02-11 03-14-43","serviceVersion":"1.0","serviceUUID":"03306449-67e9-4a11-b93c-cfa4fd4eb0bb","serviceDescription":"catalog service description","serviceInvariantUUID":"a21b1986-a27f-4aba-b866-aac790d3d320","resources":[{"resourceInstanceName":"vFW 29c9b376-fb71 0","resourceName":"vFW 29c9b376-fb71","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b4c2b4e0-8ae6-494c-bf30-495c1702d544","resourceInvariantUUID":"4e09d964-6abf-4efa-ad50-58c3eae1c472","resourceCustomizationUUID":"d7d6d3d1-f267-45e7-94ab-b83a8406ba88","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml","artifactChecksum":"MjVhMjA1NWFmMDIwNzc1MTFmZDJiMTczMDZmMmVjOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0af2a04d-57da-4cf0-aa4e-f2e845c01e9b","artifactVersion":"1"},{"artifactName":"vfw29c9b376fb710_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json","artifactChecksum":"ZTIxMzUyOGUwYzU4ZjAwZjBhNTIyODZiMjQ3ZTQ1NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40ef110f-4ffc-4123-a51a-a6e8eae9964d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml","artifactChecksum":"YWYzOWY2ZTk2MDBjYmExOTFjMDY0NzMxOGQ5NTE2MmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3b7873d-4e69-4693-802a-c1d36fcf7e93","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afa8684e-1ed8-4841-95c6-09c8cf1cf1a1","artifactVersion":"2","generatedFromUUID":"cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230211031443-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml","artifactChecksum":"NjAzNmYyYTZhYjlhNjcxMDk3NmYwYTBhYTljNjMxNzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52c8b007-eece-4a34-9626-19a0d165b2a6","artifactVersion":"1"},{"artifactName":"service-Vfw20230211031443-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar","artifactChecksum":"MDE3MmRjYjMwYTNmYTYwNzJlZjg1YThmMTY4NjFkYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b035fa8d-fc82-4db8-a8b1-8c2c67797dfb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:16:07.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:07.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:07.272Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:07.272Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:07.300Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.301Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.302Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:16:07.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:16:07.309Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:16:07.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:16:08.358Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:08.359Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:08.359Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:08.359Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:09.361Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:09.362Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:09.362Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:09.362Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:10.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:10.374Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:10.375Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:10.375Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:11.387Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:11.388Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:11.388Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:11.388Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:12.390Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:12.390Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:12.391Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:12.391Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:13.392Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:16:13.393Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:13.393Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:13.393Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:13.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:13.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:16:13.853Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:16:13.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:16:14.399Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "serviceName": "vFW 2023-02-11 03-14-43",
  "serviceVersion": "1.0",
  "serviceUUID": "03306449-67e9-4a11-b93c-cfa4fd4eb0bb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a21b1986-a27f-4aba-b866-aac790d3d320",
  "resources": [
    {
      "resourceInstanceName": "vFW 29c9b376-fb71 0",
      "resourceCustomizationUUID": "d7d6d3d1-f267-45e7-94ab-b83a8406ba88",
      "resourceName": "vFW 29c9b376-fb71",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b4c2b4e0-8ae6-494c-bf30-495c1702d544",
      "resourceInvariantUUID": "4e09d964-6abf-4efa-ad50-58c3eae1c472",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw29c9b376fb710_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
          "artifactChecksum": "ZTIxMzUyOGUwYzU4ZjAwZjBhNTIyODZiMjQ3ZTQ1NjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "40ef110f-4ffc-4123-a51a-a6e8eae9964d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "afa8684e-1ed8-4841-95c6-09c8cf1cf1a1",
            "generatedFromUUID": "cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "afa8684e-1ed8-4841-95c6-09c8cf1cf1a1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230211031443-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
      "artifactChecksum": "MDE3MmRjYjMwYTNmYTYwNzJlZjg1YThmMTY4NjFkYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b035fa8d-fc82-4db8-a8b1-8c2c67797dfb"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:16:14.423Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:16:14.424Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 03306449-67e9-4a11-b93c-cfa4fd4eb0bb ASDC
2023-02-11T03:16:14.777Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:60bf0dc8-823b-428c-ae34-e028f6df694f
ServiceName:vFW 2023-02-11 03-14-43
ServiceVersion:1.0
ServiceUUID:03306449-67e9-4a11-b93c-cfa4fd4eb0bb
ServiceInvariantUUID:a21b1986-a27f-4aba-b866-aac790d3d320
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230211031443-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar
ArtifactUUID:b035fa8d-fc82-4db8-a8b1-8c2c67797dfb
ArtifactChecksum:MDE3MmRjYjMwYTNmYTYwNzJlZjg1YThmMTY4NjFkYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 29c9b376-fb71 0
ResourceCustomizationUUID:d7d6d3d1-f267-45e7-94ab-b83a8406ba88
ResourceInvariantUUID:4e09d964-6abf-4efa-ad50-58c3eae1c472
ResourceName:vFW 29c9b376-fb71
ResourceType:VF
ResourceUUID:b4c2b4e0-8ae6-494c-bf30-495c1702d544
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw29c9b376fb710_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json
ArtifactUUID:40ef110f-4ffc-4123-a51a-a6e8eae9964d
ArtifactChecksum:ZTIxMzUyOGUwYzU4ZjAwZjBhNTIyODZiMjQ3ZTQ1NjU=
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/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml
ArtifactUUID:cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e
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/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
ArtifactUUID:afa8684e-1ed8-4841-95c6-09c8cf1cf1a1
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/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
ArtifactUUID:afa8684e-1ed8-4841-95c6-09c8cf1cf1a1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T03:16:14.778Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03306449-67e9-4a11-b93c-cfa4fd4eb0bb 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-02-11T03:16:15.210Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:16:15.214Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:16:15.215Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:16:15.216Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b035fa8d-fc82-4db8-a8b1-8c2c67797dfb from URL: /sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:15.216Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:16:15.216Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:15.373Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:16:15.399Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar b035fa8d-fc82-4db8-a8b1-8c2c67797dfb 101514
2023-02-11T03:16:15.401Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar ASDC sendASDCNotification
2023-02-11T03:16:15.402Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:15.403Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:16:15.404Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:15.404Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:15.405Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085375400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:16.413Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:16:16.414Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:16:16.415Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b035fa8d-fc82-4db8-a8b1-8c2c67797dfb, URL: /sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar to file: /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:16.416Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230211031443-csar.csar
2023-02-11T03:16:16.817Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:16.817Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:18.573Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3656849015456984293/Definitions/service-Vfw20230211031443-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_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
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
2023-02-11T03:16:26.361Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:16:26.377Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-11T03:16:26.377Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.378Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-11T03:16:26.379Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.379Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.379Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.380Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.381Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.381Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.381Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.381Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.381Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.382Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 29c9b376-fb71 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-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.382Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:26.382Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-11T03:16:26.394Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.397Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.406Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:26.406Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-11T03:16:26.411Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:16:26.417Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.417Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.417Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:26.418Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-11T03:16:26.418Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:16:26.418Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.419Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.430Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.431Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:26.431Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:26.431Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:26.432Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T03:16:26.433Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.434Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.435Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.437Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T03:16:26.440Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T03:16:26.442Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T03:16:26.442Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.442Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.442Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T03:16:26.442Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.448Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T03:16:26.449Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.449Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T03:16:26.449Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.450Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:16:26.457Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.457Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:26.457Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:26.458Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.458Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:26.458Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:26.459Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.459Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:26.459Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:26.460Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.460Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:26.460Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:26.460Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:26.460Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-11T03:16:26.461Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T03:16:26.461Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T03:16:26.461Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.461Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.462Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T03:16:26.462Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.462Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T03:16:26.462Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.462Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c68df399-bcad-4e40-af83-38fbc40d0ca4
2023-02-11T03:16:26.463Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.463Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:26.463Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:26.463Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:26.468Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T03:16:26.469Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.469Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.469Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.470Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T03:16:26.470Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-11T03:16:26.470Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T03:16:26.470Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.470Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T03:16:26.471Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.471Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8dc96535-abc7-42d9-aa1e-8c17ceaaa472
2023-02-11T03:16:26.471Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.472Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:26.472Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:26.472Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:26.472Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T03:16:26.472Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.473Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.473Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.473Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T03:16:26.473Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T03:16:26.473Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T03:16:26.474Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:26.480Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:26.486Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-11T03:16:26.487Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6d8a51ab-33fa-45d9-8a7b-dcfdc5a56bde
2023-02-11T03:16:26.488Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.490Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.490Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.490Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.490Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.491Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.491Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:26.496Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:26.497Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-11 03-14-43
Description:catalog service description
Model UUID:03306449-67e9-4a11-b93c-cfa4fd4eb0bb
Model Version:NULL
Model InvariantUuid:a21b1986-a27f-4aba-b866-aac790d3d320
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 29c9b376-fb71
Model UUID:7f15d600-5bf4-42ba-b840-35ec66cd89bc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e09d964-6abf-4efa-ad50-58c3eae1c472
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d7d6d3d1-f267-45e7-94ab-b83a8406ba88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f470ecfe-b674-491f-ba5d-90eb53bd5799
ModelName:Vfw29c9b376Fb71..base_vfw..module-0
ModelUuid:da492400-2b52-4870-a9bb-8c8117ed9974
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c68df399-bcad-4e40-af83-38fbc40d0ca4
ModelInvariantUuid:075a2939-925e-470d-a993-51a61296b48b
ModelName:vFW 29c9b376-fb71-nodes.vfwCvfc
ModelUuid:8b506558-0a72-4b99-a621-4e72025ccbe9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8cab9ed4-fb7f-4a3d-b0c2-ddf603c5bd0f
ModelInvariantUuid:4b45b4e9-851e-428e-b468-c1bba4af9b94
ModelName:Vfw29c9b376Fb71.compute.nodes.heat.vfw
ModelUuid:0ccc5736-287e-4ba9-8c79-d0ab42db2116
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8dc96535-abc7-42d9-aa1e-8c17ceaaa472
ModelInvariantUuid:e0e3dfb2-e8be-4b31-986f-402934f0a658
ModelName:vFW 29c9b376-fb71-nodes.vsnCvfc
ModelUuid:2f0a0272-d441-4039-b1ac-6796e18a6b91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0947504c-c2d8-46b3-8785-d0b4ce7e273e
ModelInvariantUuid:0f775689-45c6-4cf8-85d4-e6b73c8cb839
ModelName:Vfw29c9b376Fb71.compute.nodes.heat.vsn
ModelUuid:e05defe4-8373-44cf-8d76-3ec7e7e70e5c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6d8a51ab-33fa-45d9-8a7b-dcfdc5a56bde
ModelInvariantUuid:b93a21dd-b7aa-4039-bd5a-003be613c8b4
ModelName:vFW 29c9b376-fb71-nodes.vpgCvfc
ModelUuid:ad436d18-5257-4400-91f2-b85f514bc93a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:addcb2b8-4e3d-4078-9786-c946bd45b047
ModelInvariantUuid:f21c437e-de6c-47c6-a26c-e4606d01a304
ModelName:Vfw29c9b376Fb71.compute.nodes.heat.vpg
ModelUuid:f0ac39de-2bb9-4f87-b417-c8153e427b57
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-02-11T03:16:26.802Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b4c2b4e0-8ae6-494c-bf30-495c1702d544
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-02-11T03:16:27.158Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||vFW 29c9b376-fb71 0
2023-02-11T03:16:27.173Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b4c2b4e0-8ae6-494c-bf30-495c1702d544
2023-02-11T03:16:27.173Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 40ef110f-4ffc-4123-a51a-a6e8eae9964d from URL: /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json
2023-02-11T03:16:27.174Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:16:27.174Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json
2023-02-11T03:16:27.318Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:16:27.318Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json 40ef110f-4ffc-4123-a51a-a6e8eae9964d 785
2023-02-11T03:16:27.319Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json ASDC sendASDCNotification
2023-02-11T03:16:27.319Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json
2023-02-11T03:16:27.319Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:16:27.320Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:27.320Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:27.320Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085387319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:28.323Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw29c9b376Fb71..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f470ecfe-b674-491f-ba5d-90eb53bd5799",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da492400-2b52-4870-a9bb-8c8117ed9974",
    "vfModuleModelCustomizationUUID": "c3719aca-80a6-43a4-bdb9-a145d6e271e0",
    "isBase": true,
    "artifacts": [
      "cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e",
      "afa8684e-1ed8-4841-95c6-09c8cf1cf1a1"
    ],
    "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-02-11T03:16:28.350Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw29c9b376Fb71..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da492400-2b52-4870-a9bb-8c8117ed9974
VfModuleModelInvariantUUID:f470ecfe-b674-491f-ba5d-90eb53bd5799
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e
,
afa8684e-1ed8-4841-95c6-09c8cf1cf1a1

}
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-02-11T03:16:28.355Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw29c9b376Fb71..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f470ecfe-b674-491f-ba5d-90eb53bd5799",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da492400-2b52-4870-a9bb-8c8117ed9974",
    "vfModuleModelCustomizationUUID": "c3719aca-80a6-43a4-bdb9-a145d6e271e0",
    "isBase": true,
    "artifacts": [
      "cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e",
      "afa8684e-1ed8-4841-95c6-09c8cf1cf1a1"
    ],
    "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-02-11T03:16:28.356Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw29c9b376Fb71..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da492400-2b52-4870-a9bb-8c8117ed9974
VfModuleModelInvariantUUID:f470ecfe-b674-491f-ba5d-90eb53bd5799
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e
,
afa8684e-1ed8-4841-95c6-09c8cf1cf1a1

}
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-02-11T03:16:28.357Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e from URL: /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml
2023-02-11T03:16:28.357Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:16:28.357Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml
2023-02-11T03:16:28.527Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:16:28.528Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml cc0b2f15-8ac4-4220-aa39-b76c1fe6af2e 20368
2023-02-11T03:16:28.528Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-11T03:16:28.528Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml
2023-02-11T03:16:28.528Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:16:28.529Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:28.529Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:28.529Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085388528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:29.533Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: afa8684e-1ed8-4841-95c6-09c8cf1cf1a1 from URL: /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
2023-02-11T03:16:29.533Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:16:29.534Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
2023-02-11T03:16:29.674Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:16:29.675Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env afa8684e-1ed8-4841-95c6-09c8cf1cf1a1 2098
2023-02-11T03:16:29.675Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-11T03:16:29.675Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
2023-02-11T03:16:29.675Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:16:29.677Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:29.677Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:29.677Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085389675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:30.679Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 03306449-67e9-4a11-b93c-cfa4fd4eb0bb
2023-02-11T03:16:30.680Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 29c9b376-fb71 0 b4c2b4e0-8ae6-494c-bf30-495c1702d544 ASDC
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 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 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-02-11T03:16:30.971Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a4088ca, org.onap.sdc.toscaparser.api.parameters.Input@23237a78, org.onap.sdc.toscaparser.api.parameters.Input@33480173, org.onap.sdc.toscaparser.api.parameters.Input@47830811, org.onap.sdc.toscaparser.api.parameters.Input@498bdef3]
2023-02-11T03:16:30.983Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:30.984Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:30.984Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-11T03:16:30.984Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d7d6d3d1-f267-45e7-94ab-b83a8406ba88
2023-02-11T03:16:30.985Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d7d6d3d1-f267-45e7-94ab-b83a8406ba88 matches Tosca VF Customization UUID: d7d6d3d1-f267-45e7-94ab-b83a8406ba88
2023-02-11T03:16:30.985Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d7d6d3d1-f267-45e7-94ab-b83a8406ba88  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-02-11T03:16:31.012Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.012Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.068Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d7d6d3d1-f267-45e7-94ab-b83a8406ba88: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T03:16:31.069Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b917b3e
2023-02-11T03:16:31.069Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.069Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:16:31.070Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3719aca-80a6-43a4-bdb9-a145d6e271e0
2023-02-11T03:16:31.077Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3719aca-80a6-43a4-bdb9-a145d6e271e0
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-02-11T03:16:31.176Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.179Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.180Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:31.182Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.182Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.182Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:31.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:31.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:31.184Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:31.184Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-11T03:16:31.184Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T03:16:31.192Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T03:16:31.193Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.195Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.195Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T03:16:31.195Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.196Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T03:16:31.196Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.196Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c68df399-bcad-4e40-af83-38fbc40d0ca4
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-02-11T03:16:31.249Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.249Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.249Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:31.250Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.250Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:31.250Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:31.250Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:31.251Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T03:16:31.252Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.253Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.253Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.254Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T03:16:31.254Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-11T03:16:31.254Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-11T03:16:31.254Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.255Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-11T03:16:31.255Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.255Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8dc96535-abc7-42d9-aa1e-8c17ceaaa472
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-02-11T03:16:31.287Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.287Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.287Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:31.291Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.292Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is not matching search criteria
2023-02-11T03:16:31.292Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-11T03:16:31.292Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-11T03:16:31.292Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-11T03:16:31.293Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.293Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.293Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.293Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-11T03:16:31.294Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-11T03:16:31.294Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-11T03:16:31.294Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-11T03:16:31.294Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-11T03:16:31.294Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-11T03:16:31.295Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6d8a51ab-33fa-45d9-8a7b-dcfdc5a56bde
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-02-11T03:16:31.315Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.316Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.316Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:16:31.317Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.317Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Node template vFW 29c9b376-fb71 0 is matching search criteria
2023-02-11T03:16:31.317Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 29c9b376-fb71 0] matching following query criteria: sdcType=VF, customizationUUID=d7d6d3d1-f267-45e7-94ab-b83a8406ba88
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-02-11T03:16:31.333Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.334Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.334Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 03306449-67e9-4a11-b93c-cfa4fd4eb0bb: vFW 29c9b376-fb71
2023-02-11T03:16:31.334Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.335Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.335Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.335Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.335Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.336Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.336Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.336Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.337Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:16:31.337Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-11 03-14-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:16:31.338Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-02-11 03-14-43 
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-02-11T03:16:34.175Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 29c9b376-fb71 b4c2b4e0-8ae6-494c-bf30-495c1702d544 1 ASDC deployResourceStructure
2023-02-11T03:16:34.177Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json ASDC sendASDCNotification
2023-02-11T03:16:34.177Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json
2023-02-11T03:16:34.177Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:16:34.177Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:34.178Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:34.178Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085394177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:35.181Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-11T03:16:35.182Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml
2023-02-11T03:16:35.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:16:35.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:35.183Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:35.184Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085395180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:36.189Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-11T03:16:36.189Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env
2023-02-11T03:16:36.190Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:16:36.190Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:36.190Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:36.190Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085396189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:37.192Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar ASDC sendASDCNotification
2023-02-11T03:16:37.193Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar
2023-02-11T03:16:37.193Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:16:37.193Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:16:37.193Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:16:37.194Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085397192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:16:38.196Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:16:38.332Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:16:38.383Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:16:38.383Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:16:38.384Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:17:08.385Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:17:08.537Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:17:08.571Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:17:08.572Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:17:08.572Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:17:13.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:17:13.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.861Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.864Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.865Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.865Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.866Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.866Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.867Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.871Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.872Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.873Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.878Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.879Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.879Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.881Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.882Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.883Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.883Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.884Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.885Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:17:13.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.885Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085353657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085355202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.889Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085346732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:13.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T03:17:13.890Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085314743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:17:13.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:17:38.573Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:17:38.701Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:17:38.731Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:17:38.731Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:17:38.731Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:18:08.735Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:18:08.913Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:18:08.932Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:18:08.933Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:18:08.934Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:18:13.845Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:18:13.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.851Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085375978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.856Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085375723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.857Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085375168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.864Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085375400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085377250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.893Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085378424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:13.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:13.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:13.902Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085379752,
  "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-02-11T03:18:14.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60bf0dc8-823b-428c-ae34-e028f6df694f
2023-02-11T03:18:14.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bf0dc8-823b-428c-ae34-e028f6df694f 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-02-11T03:18:14.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.044Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085380760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.045Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085387319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.046Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085388528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.047Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085389675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.048Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.049Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085387424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.050Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.051Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085394177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/vfw29c9b376fb710_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.051Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.052Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085395784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.052Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.053Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085395180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.054Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.055Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085396189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/resourceInstances/vfw29c9b376fb710/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.056Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.057Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085397192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.057Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.058Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.059Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.060Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085376746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085381764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676085402018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.062Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085402360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.063Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085403496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085404664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.067Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085404266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.068Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.068Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085405866,
  "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-02-11T03:18:14.242Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d611847f-71ee-4157-9840-f0cb14c7254d
2023-02-11T03:18:14.242Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d611847f-71ee-4157-9840-f0cb14c7254d 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-02-11T03:18:14.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.334Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085405271,
  "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-02-11T03:18:14.393Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60bf0dc8-823b-428c-ae34-e028f6df694f
2023-02-11T03:18:14.394Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bf0dc8-823b-428c-ae34-e028f6df694f 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-02-11T03:18:14.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.467Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676085406871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.469Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085408552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230211031443/1.0/artifacts/service-Vfw20230211031443-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.470Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.470Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.470Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085409591,
  "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-02-11T03:18:14.509Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60bf0dc8-823b-428c-ae34-e028f6df694f
2023-02-11T03:18:14.510Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60bf0dc8-823b-428c-ae34-e028f6df694f 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-02-11T03:18:14.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.602Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.603Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.606Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085406274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.607Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085413454,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.607Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.609Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.609Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.610Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.611Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.612Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085417427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085424490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.613Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085425309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:18:14.614Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.614Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "aai-model-loader",
  "timestamp": 1676085425494,
  "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-02-11T03:18:14.648Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d611847f-71ee-4157-9840-f0cb14c7254d
2023-02-11T03:18:14.649Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d611847f-71ee-4157-9840-f0cb14c7254d 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-02-11T03:18:14.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.717Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085429328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:18:14.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:18:14.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:18:14.719Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676085430339,
  "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-02-11T03:18:14.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d611847f-71ee-4157-9840-f0cb14c7254d
2023-02-11T03:18:14.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d611847f-71ee-4157-9840-f0cb14c7254d 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-02-11T03:18:38.936Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:18:39.116Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f
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-02-11T03:18:39.127Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:18:39.128Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:18:39.128Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:18:39.128Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:18:39.128Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:18:39.128Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:18:39.129Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:18:39.129Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:18:39.129Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-02-11T03:18:39.195Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:19:09.213Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60bf0dc8-823b-428c-ae34-e028f6df694f 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-02-11T03:19:09.310Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60bf0dc8-823b-428c-ae34-e028f6df694f and serviceModelVersionId: 03306449-67e9-4a11-b93c-cfa4fd4eb0bb
2023-02-11T03:19:09.316Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a21b1986-a27f-4aba-b866-aac790d3d320
2023-02-11T03:19:13.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:46.316Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0
2023-02-11T03:19:46.585Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:19:46.795Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0|INFO|500||Invoke
2023-02-11T03:19:46.810Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60bf0dc8-823b-428c-ae34-e028f6df694f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee91b7b4-bdc4-472a-88da-0e2a80fdd48a], X-ECOMP-RequestID=[60bf0dc8-823b-428c-ae34-e028f6df694f], X-TransactionId=[], X-ONAP-RequestID=[60bf0dc8-823b-428c-ae34-e028f6df694f], Content-Type=[application/merge-patch+json]}
2023-02-11T03:19:46.865Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:19:47.285Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?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/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:19:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[326], vertex-id=[225360], x-aai-txid=[2-aai-resources-230211-03:19:47:567-18596], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:19:47.286Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:19:47.287Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a21b1986-a27f-4aba-b866-aac790d3d320/model-vers/model-ver/03306449-67e9-4a11-b93c-cfa4fd4eb0bb?depth=0|INFO|500||InvokeReturn
2023-02-11T03:19:47.291Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:19:47.291Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-02-11T03:19:47.380Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||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-02-11T03:19:47.382Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60bf0dc8-823b-428c-ae34-e028f6df694f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:19:47.383Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:19:47.393Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:47.393Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:47.393Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085587382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:47.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:19:47.527Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "60bf0dc8-823b-428c-ae34-e028f6df694f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085587382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:19:47.529Z||pool-2-thread-8|||||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-02-11T03:19:48.500Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:19:48.513Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T03:19:48.514Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d611847f-71ee-4157-9840-f0cb14c7254d","serviceName":"basic_onboard_Bciwex","serviceVersion":"1.0","serviceUUID":"f6c769d0-8356-4aa9-97de-eed7f1bcdb34","serviceDescription":"service","serviceInvariantUUID":"d20cf858-ea6e-4c47-80fe-d46ee77e8c04","resources":[{"resourceInstanceName":"basic_onboard_Bciwex 0","resourceName":"basic_onboard_Bciwex","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"239c7053-b4e4-481c-b0b7-aea1dfeb2174","resourceInvariantUUID":"2c0ef88e-9fef-46e9-bee1-b796b63d8f43","resourceCustomizationUUID":"c9d001d8-30c4-4069-8e50-180a381be81e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml","artifactChecksum":"ZjE4ZjEyOGYzMTFmMGJmMTkyNTY5OWU4NWMxODRmMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cc834cb-293d-4452-b8d5-6a34f04dcb41","artifactVersion":"1"},{"artifactName":"basic_onboard_bciwex0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json","artifactChecksum":"ZTBjMGI3MTljOTMxNWY2ZjZlMDE5ZWVlZWFkNDEwN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5e0fadb-e258-4e91-b1c7-c32dae0b340c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"270da827-ed84-4a61-b96e-f25dd5723100","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"182926d3-5eef-48d5-85d6-1a879308810e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00d2bac8-2ada-457d-84dd-fb59563f2404","artifactVersion":"2","generatedFromUUID":"270da827-ed84-4a61-b96e-f25dd5723100"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBciwex-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml","artifactChecksum":"MzkwZTg5OWYwZTBlMGIwMDkzYzA2NTg5NWE3Yjc3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a34bbd8-e9b5-4771-b20f-95ea77f13f7f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBciwex-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar","artifactChecksum":"MjNhMGZhYjBlNzBlNmFlOTA5NjQ3MGNmNDdmM2MzOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eefbb646-8459-4f20-8481-f57213317e51","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:19:48.519Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:48.530Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:48.531Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:48.531Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:49.537Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:49.538Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:49.538Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:49.538Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:50.591Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:50.600Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:50.601Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:50.601Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:51.603Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:51.604Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:51.604Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:51.604Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:52.605Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:52.605Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:52.606Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:52.606Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:53.609Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:53.609Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:53.610Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:53.610Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:54.611Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:19:54.612Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:54.612Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:54.612Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:55.614Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "serviceName": "basic_onboard_Bciwex",
  "serviceVersion": "1.0",
  "serviceUUID": "f6c769d0-8356-4aa9-97de-eed7f1bcdb34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d20cf858-ea6e-4c47-80fe-d46ee77e8c04",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Bciwex 0",
      "resourceCustomizationUUID": "c9d001d8-30c4-4069-8e50-180a381be81e",
      "resourceName": "basic_onboard_Bciwex",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "239c7053-b4e4-481c-b0b7-aea1dfeb2174",
      "resourceInvariantUUID": "2c0ef88e-9fef-46e9-bee1-b796b63d8f43",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bciwex0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
          "artifactChecksum": "ZTBjMGI3MTljOTMxNWY2ZjZlMDE5ZWVlZWFkNDEwN2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b5e0fadb-e258-4e91-b1c7-c32dae0b340c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "270da827-ed84-4a61-b96e-f25dd5723100",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "00d2bac8-2ada-457d-84dd-fb59563f2404",
            "generatedFromUUID": "270da827-ed84-4a61-b96e-f25dd5723100"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "00d2bac8-2ada-457d-84dd-fb59563f2404",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBciwex-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
      "artifactChecksum": "MjNhMGZhYjBlNzBlNmFlOTA5NjQ3MGNmNDdmM2MzOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eefbb646-8459-4f20-8481-f57213317e51"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:19:55.614Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:19:55.615Z|60bf0dc8-823b-428c-ae34-e028f6df694f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6c769d0-8356-4aa9-97de-eed7f1bcdb34 ASDC
2023-02-11T03:19:55.616Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d611847f-71ee-4157-9840-f0cb14c7254d
ServiceName:basic_onboard_Bciwex
ServiceVersion:1.0
ServiceUUID:f6c769d0-8356-4aa9-97de-eed7f1bcdb34
ServiceInvariantUUID:d20cf858-ea6e-4c47-80fe-d46ee77e8c04
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBciwex-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar
ArtifactUUID:eefbb646-8459-4f20-8481-f57213317e51
ArtifactChecksum:MjNhMGZhYjBlNzBlNmFlOTA5NjQ3MGNmNDdmM2MzOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Bciwex 0
ResourceCustomizationUUID:c9d001d8-30c4-4069-8e50-180a381be81e
ResourceInvariantUUID:2c0ef88e-9fef-46e9-bee1-b796b63d8f43
ResourceName:basic_onboard_Bciwex
ResourceType:VF
ResourceUUID:239c7053-b4e4-481c-b0b7-aea1dfeb2174
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bciwex0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json
ArtifactUUID:b5e0fadb-e258-4e91-b1c7-c32dae0b340c
ArtifactChecksum:ZTBjMGI3MTljOTMxNWY2ZjZlMDE5ZWVlZWFkNDEwN2E=
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/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml
ArtifactUUID:270da827-ed84-4a61-b96e-f25dd5723100
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/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
ArtifactUUID:00d2bac8-2ada-457d-84dd-fb59563f2404
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/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
ArtifactUUID:00d2bac8-2ada-457d-84dd-fb59563f2404
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T03:19:55.616Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6c769d0-8356-4aa9-97de-eed7f1bcdb34 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-02-11T03:19:55.777Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:19:55.778Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:19:55.778Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:19:55.778Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eefbb646-8459-4f20-8481-f57213317e51 from URL: /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:55.778Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:19:55.782Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:56.084Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:19:56.086Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar eefbb646-8459-4f20-8481-f57213317e51 75668
2023-02-11T03:19:56.086Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar ASDC sendASDCNotification
2023-02-11T03:19:56.086Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:56.086Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:19:56.087Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:19:56.088Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:19:56.088Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085596086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:19:57.089Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:19:57.090Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-11T03:19:57.090Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eefbb646-8459-4f20-8481-f57213317e51, URL: /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar to file: /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:57.090Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:57.091Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:57.091Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:19:57.447Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15861098066279466471/Definitions/service-BasicOnboardBciwex-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-02-11T03:20:00.209Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:20:00.209Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Bciwex 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-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.210Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.211Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:00.211Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-11T03:20:00.211Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.211Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.214Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:00.214Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-11T03:20:00.215Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:20:00.215Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.215Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.215Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:00.216Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-11T03:20:00.216Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:20:00.216Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.216Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.216Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is not matching search criteria
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T03:20:00.217Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T03:20:00.218Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.218Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:20:00.218Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.218Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:00.219Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:00.219Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.221Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:00.224Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:00.225Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.227Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:00.227Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:00.227Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.227Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is not matching search criteria
2023-02-11T03:20:00.228Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-11T03:20:00.228Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T03:20:00.228Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=48a9bbb0-84dc-416b-8c2b-c28b316c0ed7
2023-02-11T03:20:00.228Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.229Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.229Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.229Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.229Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.229Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.230Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:00.230Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:00.230Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Bciwex
Description:service
Model UUID:f6c769d0-8356-4aa9-97de-eed7f1bcdb34
Model Version:NULL
Model InvariantUuid:d20cf858-ea6e-4c47-80fe-d46ee77e8c04
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Bciwex
Model UUID:3bb25b3c-bf23-4b57-ab42-c7299029dad3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c0ef88e-9fef-46e9-bee1-b796b63d8f43
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9d001d8-30c4-4069-8e50-180a381be81e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:569da9d7-a139-488c-87b6-26bd91a7b127
ModelName:BasicOnboardBciwex..base_ubuntu18..module-0
ModelUuid:30189e08-d23d-4ab8-9b7c-72480229acc4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48a9bbb0-84dc-416b-8c2b-c28b316c0ed7
ModelInvariantUuid:a7de8c1c-0554-4b62-ac9e-b9bb9aeecd23
ModelName:basic_onboard_Bciwex-nodes.ubuntu18Cvfc
ModelUuid:086a5680-48dd-4883-a978-9b25c508000c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2e3c52b4-9fee-483f-871e-542c2507433f
ModelInvariantUuid:ccad9434-d907-470c-92c0-a534ff7018d2
ModelName:BasicOnboardBciwex.compute.nodes.heat.ubuntu18
ModelUuid:b80bd34e-20c5-4fb0-9f3b-59241e105ee9
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-02-11T03:20:00.253Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 239c7053-b4e4-481c-b0b7-aea1dfeb2174
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-02-11T03:20:00.259Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||basic_onboard_Bciwex 0
2023-02-11T03:20:00.259Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 239c7053-b4e4-481c-b0b7-aea1dfeb2174
2023-02-11T03:20:00.260Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5e0fadb-e258-4e91-b1c7-c32dae0b340c from URL: /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json
2023-02-11T03:20:00.260Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:20:00.260Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json
2023-02-11T03:20:00.383Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:20:00.383Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json b5e0fadb-e258-4e91-b1c7-c32dae0b340c 798
2023-02-11T03:20:00.384Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json ASDC sendASDCNotification
2023-02-11T03:20:00.384Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json
2023-02-11T03:20:00.384Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:20:00.384Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:00.385Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:00.385Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085600384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:01.386Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBciwex..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "569da9d7-a139-488c-87b6-26bd91a7b127",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30189e08-d23d-4ab8-9b7c-72480229acc4",
    "vfModuleModelCustomizationUUID": "338aaa92-bba3-4847-ad0b-68cc817413fc",
    "isBase": true,
    "artifacts": [
      "270da827-ed84-4a61-b96e-f25dd5723100",
      "00d2bac8-2ada-457d-84dd-fb59563f2404"
    ],
    "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-02-11T03:20:01.394Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBciwex..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30189e08-d23d-4ab8-9b7c-72480229acc4
VfModuleModelInvariantUUID:569da9d7-a139-488c-87b6-26bd91a7b127
VfModuleModelDescription:NULL
Artifacts UUID List:{
270da827-ed84-4a61-b96e-f25dd5723100
,
00d2bac8-2ada-457d-84dd-fb59563f2404

}
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-02-11T03:20:01.398Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBciwex..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "569da9d7-a139-488c-87b6-26bd91a7b127",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30189e08-d23d-4ab8-9b7c-72480229acc4",
    "vfModuleModelCustomizationUUID": "338aaa92-bba3-4847-ad0b-68cc817413fc",
    "isBase": true,
    "artifacts": [
      "270da827-ed84-4a61-b96e-f25dd5723100",
      "00d2bac8-2ada-457d-84dd-fb59563f2404"
    ],
    "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-02-11T03:20:01.399Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBciwex..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30189e08-d23d-4ab8-9b7c-72480229acc4
VfModuleModelInvariantUUID:569da9d7-a139-488c-87b6-26bd91a7b127
VfModuleModelDescription:NULL
Artifacts UUID List:{
270da827-ed84-4a61-b96e-f25dd5723100
,
00d2bac8-2ada-457d-84dd-fb59563f2404

}
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-02-11T03:20:01.399Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 270da827-ed84-4a61-b96e-f25dd5723100 from URL: /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml
2023-02-11T03:20:01.399Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:20:01.399Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml
2023-02-11T03:20:01.477Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:20:01.477Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml 270da827-ed84-4a61-b96e-f25dd5723100 5033
2023-02-11T03:20:01.482Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-11T03:20:01.483Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml
2023-02-11T03:20:01.483Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:20:01.483Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:01.484Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:01.484Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085601482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:02.488Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00d2bac8-2ada-457d-84dd-fb59563f2404 from URL: /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
2023-02-11T03:20:02.489Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-11T03:20:02.489Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
2023-02-11T03:20:02.577Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-11T03:20:02.577Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env 00d2bac8-2ada-457d-84dd-fb59563f2404 909
2023-02-11T03:20:02.578Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-11T03:20:02.578Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
2023-02-11T03:20:02.578Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:20:02.579Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:02.579Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:02.580Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085602578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:03.583Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f6c769d0-8356-4aa9-97de-eed7f1bcdb34
2023-02-11T03:20:03.584Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Bciwex 0 239c7053-b4e4-481c-b0b7-aea1dfeb2174 ASDC
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 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 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-02-11T03:20:03.717Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f7f2750, org.onap.sdc.toscaparser.api.parameters.Input@15778ada, org.onap.sdc.toscaparser.api.parameters.Input@1939a45c, org.onap.sdc.toscaparser.api.parameters.Input@241af7c1, org.onap.sdc.toscaparser.api.parameters.Input@728901b5]
2023-02-11T03:20:03.721Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.721Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.722Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-11T03:20:03.722Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c9d001d8-30c4-4069-8e50-180a381be81e
2023-02-11T03:20:03.722Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9d001d8-30c4-4069-8e50-180a381be81e matches Tosca VF Customization UUID: c9d001d8-30c4-4069-8e50-180a381be81e
2023-02-11T03:20:03.722Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c9d001d8-30c4-4069-8e50-180a381be81e  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-02-11T03:20:03.760Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.761Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.762Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c9d001d8-30c4-4069-8e50-180a381be81e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T03:20:03.762Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c197acb
2023-02-11T03:20:03.762Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.762Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:20:03.763Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 338aaa92-bba3-4847-ad0b-68cc817413fc
2023-02-11T03:20:03.763Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 338aaa92-bba3-4847-ad0b-68cc817413fc
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-02-11T03:20:03.786Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.787Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:03.787Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:03.788Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.788Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:03.789Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:03.789Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.789Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is not matching search criteria
2023-02-11T03:20:03.789Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-11T03:20:03.790Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-11T03:20:03.790Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=48a9bbb0-84dc-416b-8c2b-c28b316c0ed7
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-02-11T03:20:03.832Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.832Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:03.832Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:20:03.833Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.833Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_Bciwex 0 is matching search criteria
2023-02-11T03:20:03.833Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_Bciwex 0] matching following query criteria: sdcType=VF, customizationUUID=c9d001d8-30c4-4069-8e50-180a381be81e
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-02-11T03:20:03.854Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.855Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.856Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f6c769d0-8356-4aa9-97de-eed7f1bcdb34: basic_onboard_Bciwex
2023-02-11T03:20:03.856Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.856Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.856Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.857Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.857Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.857Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.857Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.858Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.858Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:20:03.858Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_Bciwex is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:20:03.858Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_Bciwex 
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-02-11T03:20:04.973Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Bciwex 239c7053-b4e4-481c-b0b7-aea1dfeb2174 1 ASDC deployResourceStructure
2023-02-11T03:20:04.973Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json ASDC sendASDCNotification
2023-02-11T03:20:04.973Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json
2023-02-11T03:20:04.974Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:20:04.974Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:04.974Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:04.974Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085604973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:05.975Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-11T03:20:05.976Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml
2023-02-11T03:20:05.976Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:20:05.977Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:05.977Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:05.977Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085605975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:06.979Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-11T03:20:06.980Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env
2023-02-11T03:20:06.980Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:20:06.981Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:06.981Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:06.981Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085606979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:07.995Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar ASDC sendASDCNotification
2023-02-11T03:20:07.996Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar
2023-02-11T03:20:07.996Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:20:07.997Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:07.997Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:07.997Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085607995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:09.008Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d611847f-71ee-4157-9840-f0cb14c7254d
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-02-11T03:20:09.291Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d611847f-71ee-4157-9840-f0cb14c7254d
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-02-11T03:20:09.344Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:20:09.344Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:20:09.344Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:20:09.345Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-02-11T03:20:09.442Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:20:13.846Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:20:13.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:20:13.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:20:13.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085588500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085596086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:20:13.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085600384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085601482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085602578,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085604973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/basic_onboard_bciwex0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085605975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085606979,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/resourceInstances/basic_onboard_bciwex0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:13.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-11T03:20:13.874Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085607995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBciwex/1.0/artifacts/service-BasicOnboardBciwex-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:20:13.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:20:39.445Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d611847f-71ee-4157-9840-f0cb14c7254d 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-02-11T03:20:39.479Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d611847f-71ee-4157-9840-f0cb14c7254d and serviceModelVersionId: f6c769d0-8356-4aa9-97de-eed7f1bcdb34
2023-02-11T03:20:39.479Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d20cf858-ea6e-4c47-80fe-d46ee77e8c04
2023-02-11T03:20:39.480Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?depth=0
2023-02-11T03:20:39.486Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:20:39.540Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?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-02-11T03:20:39.541Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?depth=0|INFO|500||Invoke
2023-02-11T03:20:39.558Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:20:39.762Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?depth=0|INFO|500||InvokeReturn
2023-02-11T03:20:39.763Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d20cf858-ea6e-4c47-80fe-d46ee77e8c04/model-vers/model-ver/f6c769d0-8356-4aa9-97de-eed7f1bcdb34?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:20:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[196672], x-aai-txid=[1-aai-resources-230211-03:20:40:240-34490], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:20:39.764Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:20:39.764Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:20:39.764Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-02-11T03:20:39.809Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||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-02-11T03:20:39.810Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d611847f-71ee-4157-9840-f0cb14c7254d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:20:39.810Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:20:39.811Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:20:39.811Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:20:39.817Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085639810,
  "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-02-11T03:20:40.985Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:21:13.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:21:13.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:21:13.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d611847f-71ee-4157-9840-f0cb14c7254d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676085639810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:21:13.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:21:40.987Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:22:13.847Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:22:40.989Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:23:13.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:23:40.990Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:24:13.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:24:40.996Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:25:13.852Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:25:40.998Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:26:13.853Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:26:41.000Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:27:13.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:27:41.001Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:28:13.856Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:28:41.003Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:29:13.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:29:18.597Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Node 1 disconnected.
2023-02-11T03:29:41.011Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:30:13.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:30:41.042Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:31:13.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:31:41.047Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:32:13.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:32:41.069Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:33:13.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:33:41.073Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:34:13.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:34:41.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:35:13.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:35:41.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:36:13.902Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:36:41.094Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:37:14.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:37:41.099Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:38:14.025Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:38:41.109Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:39:14.026Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:39:41.110Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:40:14.026Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:40:41.111Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:41:14.028Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:41:41.115Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:42:14.041Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:42:41.120Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:43:14.073Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:43:41.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:44:14.075Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:44:41.124Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:45:14.086Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:45:19.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-11T03:45:19.508Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"27a5c188-6b5e-4d53-8f41-b363af73033b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c4dfebab-271c-40b3-95fe-bb34198d3eda","serviceDescription":"service","serviceInvariantUUID":"09fc31c6-d2b4-4868-81c3-1e83d5b060d0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"68365fbb-b2a5-4f10-b2ef-d7a95fa74dbc","resourceInvariantUUID":"73c98d2b-bbfc-440b-a798-4eadb56de7be","resourceCustomizationUUID":"990d67b0-9086-49bb-a789-7203ab2cbdd1","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":"OTE0ZTZjOGQxMWM5OWNiMzQzNzUyMGUxNGI1MDkyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55d1d418-e7d2-45e4-9d16-47d84413a40a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTc5ZjIzZDM3NWY5MWMxZTliOTNmNGM3MmZmYmJmMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0035e56-eea9-46bd-b730-109a568f43b8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:45:19.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:45:19.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:45:19.521Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:45:19.521Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087081124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:45:19.541Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.543Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.543Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.544Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.546Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.546Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T03:45:19.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:45:19.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087081124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:45:19.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:45:20.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:45:20.562Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:45:20.562Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:45:20.562Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087081124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:45:21.563Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c4dfebab-271c-40b3-95fe-bb34198d3eda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "09fc31c6-d2b4-4868-81c3-1e83d5b060d0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "990d67b0-9086-49bb-a789-7203ab2cbdd1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "68365fbb-b2a5-4f10-b2ef-d7a95fa74dbc",
      "resourceInvariantUUID": "73c98d2b-bbfc-440b-a798-4eadb56de7be",
      "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": "NTc5ZjIzZDM3NWY5MWMxZTliOTNmNGM3MmZmYmJmMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0035e56-eea9-46bd-b730-109a568f43b8"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:45:21.564Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:45:21.564Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c4dfebab-271c-40b3-95fe-bb34198d3eda ASDC
2023-02-11T03:45:21.568Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:27a5c188-6b5e-4d53-8f41-b363af73033b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c4dfebab-271c-40b3-95fe-bb34198d3eda
ServiceInvariantUUID:09fc31c6-d2b4-4868-81c3-1e83d5b060d0
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:a0035e56-eea9-46bd-b730-109a568f43b8
ArtifactChecksum:NTc5ZjIzZDM3NWY5MWMxZTliOTNmNGM3MmZmYmJmMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:990d67b0-9086-49bb-a789-7203ab2cbdd1
ResourceInvariantUUID:73c98d2b-bbfc-440b-a798-4eadb56de7be
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:68365fbb-b2a5-4f10-b2ef-d7a95fa74dbc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-11T03:45:21.569Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4dfebab-271c-40b3-95fe-bb34198d3eda 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-02-11T03:45:21.748Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:45:21.749Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:45:21.750Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:45:21.751Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a0035e56-eea9-46bd-b730-109a568f43b8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-11T03:45:21.752Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:45:21.754Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:21.892Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:45:21.894Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a0035e56-eea9-46bd-b730-109a568f43b8 57791
2023-02-11T03:45:21.894Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:21.894Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:21.894Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:45:21.906Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:45:21.906Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:45:21.906Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087121894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:45:22.921Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:45:22.923Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:45:22.923Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a0035e56-eea9-46bd-b730-109a568f43b8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T03:45:22.925Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-11T03:45:22.925Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T03:45:22.925Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T03:45:23.373Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15845173435085081402/Definitions/service-BasicNetwork-template.yml
2023-02-11T03:45:24.827Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:45:24.827Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:45:24.827Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.828Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.835Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.835Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.836Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:45:24.836Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.836Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:24.837Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-11T03:45:24.838Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:45:24.838Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:45:24.838Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.839Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.840Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.840Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.841Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.841Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.841Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.841Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.841Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:24.842Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:24.850Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c4dfebab-271c-40b3-95fe-bb34198d3eda
Model Version:NULL
Model InvariantUuid:09fc31c6-d2b4-4868-81c3-1e83d5b060d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:73c98d2b-bbfc-440b-a798-4eadb56de7be
Model UUID:2c7ed6a3-24ab-42e4-9213-83a80bf92d12
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:990d67b0-9086-49bb-a789-7203ab2cbdd1
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-02-11T03:45:24.910Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 68365fbb-b2a5-4f10-b2ef-d7a95fa74dbc
2023-02-11T03:45:24.911Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||No resources found for Service: c4dfebab-271c-40b3-95fe-bb34198d3eda
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-02-11T03:45:24.929Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||
2023-02-11T03:45:24.929Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-11T03:45:24.931Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c4dfebab-271c-40b3-95fe-bb34198d3eda
2023-02-11T03:45:24.931Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c4dfebab-271c-40b3-95fe-bb34198d3eda
2023-02-11T03:45:24.931Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-11T03:45:24.931Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.002Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43e10b72, org.onap.sdc.toscaparser.api.parameters.Input@23eb4f7b, org.onap.sdc.toscaparser.api.parameters.Input@4696ed38, org.onap.sdc.toscaparser.api.parameters.Input@7c4a1998, org.onap.sdc.toscaparser.api.parameters.Input@37bb37f8]
2023-02-11T03:45:25.005Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.005Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:25.005Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.006Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:25.006Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c4dfebab-271c-40b3-95fe-bb34198d3eda: Generic NeutronNet
2023-02-11T03:45:25.006Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.009Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:25.009Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.010Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.209Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.210Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:25.210Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.210Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.210Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:45:25.215Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:45:25.216Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.673Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-11T03:45:25.678Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.678Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:45:25.681Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:45:25.681Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:45:25.681Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:45:25.682Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087125678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:45:26.684Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:45:26.751Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:45:26.757Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:45:26.765Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:45:26.765Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:45:56.766Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:45:56.797Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:45:56.818Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:45:56.819Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:45:56.819Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:46:13.844Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:46:13.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:46:13.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087083083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:46:13.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:46:13.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:46:13.870Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087118013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:46:13.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:46:26.821Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:46:26.907Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:46:26.915Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:46:26.915Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:46:26.916Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:46:56.925Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:46:57.152Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:46:57.164Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:46:57.165Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T03:46:57.165Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T03:47:13.874Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:47:13.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.881Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087083083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087118013,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087081124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.884Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087123101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:13.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087121894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087123657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087123657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087125826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087125678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087127423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:13.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087127423,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:13.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087130252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:13.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087132540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087133494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:13.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087133542,
  "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-02-11T03:47:14.116Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27a5c188-6b5e-4d53-8f41-b363af73033b
2023-02-11T03:47:14.117Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a5c188-6b5e-4d53-8f41-b363af73033b 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-02-11T03:47:14.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087134508,
  "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-02-11T03:47:14.254Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27a5c188-6b5e-4d53-8f41-b363af73033b
2023-02-11T03:47:14.254Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27a5c188-6b5e-4d53-8f41-b363af73033b 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-02-11T03:47:14.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.363Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.363Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.365Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.365Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.366Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.367Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.390Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.391Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087124107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:14.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.392Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087123150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:14.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.393Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087156175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.396Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087153657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.403Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.404Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087161846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.417Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087157423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087166238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.418Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087169482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:47:14.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.419Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087170487,
  "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=?
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-02-11T03:47:14.650Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1564335-9657-431e-8fd8-28f5df16a907
2023-02-11T03:47:14.652Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1564335-9657-431e-8fd8-28f5df16a907 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-02-11T03:47:14.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087169761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:47:14.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:47:14.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-02-11T03:47:14.830Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087170764,
  "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-02-11T03:47:14.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1564335-9657-431e-8fd8-28f5df16a907
2023-02-11T03:47:14.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1564335-9657-431e-8fd8-28f5df16a907 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-02-11T03:47:27.166Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:47:27.426Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b
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-02-11T03:47:27.536Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:47:27.549Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:47:27.550Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:47:27.699Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:47:57.700Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27a5c188-6b5e-4d53-8f41-b363af73033b 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-02-11T03:47:57.719Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27a5c188-6b5e-4d53-8f41-b363af73033b and serviceModelVersionId: c4dfebab-271c-40b3-95fe-bb34198d3eda
2023-02-11T03:47:57.719Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09fc31c6-d2b4-4868-81c3-1e83d5b060d0
2023-02-11T03:47:57.722Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?depth=0
2023-02-11T03:47:57.731Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:47:57.951Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?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-02-11T03:47:57.953Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?depth=0|INFO|500||Invoke
2023-02-11T03:47:58.053Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:47:58.252Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?depth=0|INFO|500||InvokeReturn
2023-02-11T03:47:58.252Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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/09fc31c6-d2b4-4868-81c3-1e83d5b060d0/model-vers/model-ver/c4dfebab-271c-40b3-95fe-bb34198d3eda?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:47:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[426144], x-aai-txid=[2-aai-resources-230211-03:47:58:764-95459], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:47:58.252Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:47:58.253Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:47:58.253Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:47:58.372Z|27a5c188-6b5e-4d53-8f41-b363af73033b|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-02-11T03:47:58.373Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27a5c188-6b5e-4d53-8f41-b363af73033b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:47:58.373Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:47:58.374Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:47:58.374Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:47:58.374Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087278373,
  "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-02-11T03:47:59.579Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:47:59.604Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-11T03:47:59.604Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f1564335-9657-431e-8fd8-28f5df16a907","serviceName":"Demo_pNF_JWrR5GEj8AoW6DCJV4py","serviceVersion":"1.0","serviceUUID":"2168bccd-2627-42d5-bf17-781845c27f41","serviceDescription":"catalog service description","serviceInvariantUUID":"be374fc5-04ec-4b4c-b530-727b7d122622","resources":[{"resourceInstanceName":"pNF c42ab3d7-ff0e 0","resourceName":"pNF c42ab3d7-ff0e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bb98da90-4de4-48cf-a57e-82f071f3b0d4","resourceInvariantUUID":"b5c0eec9-4b2b-4ae8-9035-8a5714c06482","resourceCustomizationUUID":"3ff08b01-9527-4e07-bd7d-a08f1352dc71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml","artifactChecksum":"MzY5ZTBlYTUyNjNmZmNlNWZjODhhOGFhMDViNTA5NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c437a525-950a-47b6-9aa4-082f481fc15b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar","artifactChecksum":"N2E1MTk0YjAxMjQyODBkMzk4OTYwYWI2OTljOGI1YmU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efaae7ec-c32e-4c2f-a782-6cb3b19600ed","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3eb378f8-f906-4b93-9724-3eea201f9700","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExY2U2ZmMxZTYzNDhlZTY0NWFkZWQxNWM4ZTIxODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"68ba684a-a1fc-4977-bd69-b3d06fab9765","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"00c443aa-26d2-44fa-9fe3-f4b7a2849ffd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0da1d5ba-4534-40ee-ba55-b5c430267b0d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml","artifactChecksum":"OTY0NTc4NzFiZjczOWQxYTM0MGVkNWRhZWU3M2QwMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8b19c95-df78-4762-bf2e-913e4c92d8b0","artifactVersion":"1"},{"artifactName":"service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar","artifactChecksum":"MTJjMTdlMjA0NGM0OWUyNmUyMzlhNjIyY2ViNDczZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c993dd77-0d46-4708-8940-d8927669413b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:47:59.607Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:47:59.608Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:47:59.608Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:47:59.609Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:00.613Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:00.617Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:00.617Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:00.617Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:01.649Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:01.669Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:01.669Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:01.669Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:02.675Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:02.676Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:02.676Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:02.676Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:03.679Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:03.680Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:03.680Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:03.680Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:04.681Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:04.683Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:04.683Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:04.684Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:05.685Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:05.687Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:05.687Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:05.688Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:06.694Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:06.694Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:06.695Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:06.695Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:07.697Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "serviceName": "Demo_pNF_JWrR5GEj8AoW6DCJV4py",
  "serviceVersion": "1.0",
  "serviceUUID": "2168bccd-2627-42d5-bf17-781845c27f41",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be374fc5-04ec-4b4c-b530-727b7d122622",
  "resources": [
    {
      "resourceInstanceName": "pNF c42ab3d7-ff0e 0",
      "resourceCustomizationUUID": "3ff08b01-9527-4e07-bd7d-a08f1352dc71",
      "resourceName": "pNF c42ab3d7-ff0e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bb98da90-4de4-48cf-a57e-82f071f3b0d4",
      "resourceInvariantUUID": "b5c0eec9-4b2b-4ae8-9035-8a5714c06482",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
      "artifactChecksum": "MTJjMTdlMjA0NGM0OWUyNmUyMzlhNjIyY2ViNDczZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c993dd77-0d46-4708-8940-d8927669413b"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:48:07.697Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:48:07.698Z|27a5c188-6b5e-4d53-8f41-b363af73033b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2168bccd-2627-42d5-bf17-781845c27f41 ASDC
2023-02-11T03:48:07.698Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f1564335-9657-431e-8fd8-28f5df16a907
ServiceName:Demo_pNF_JWrR5GEj8AoW6DCJV4py
ServiceVersion:1.0
ServiceUUID:2168bccd-2627-42d5-bf17-781845c27f41
ServiceInvariantUUID:be374fc5-04ec-4b4c-b530-727b7d122622
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
ArtifactUUID:c993dd77-0d46-4708-8940-d8927669413b
ArtifactChecksum:MTJjMTdlMjA0NGM0OWUyNmUyMzlhNjIyY2ViNDczZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c42ab3d7-ff0e 0
ResourceCustomizationUUID:3ff08b01-9527-4e07-bd7d-a08f1352dc71
ResourceInvariantUUID:b5c0eec9-4b2b-4ae8-9035-8a5714c06482
ResourceName:pNF c42ab3d7-ff0e
ResourceType:PNF
ResourceUUID:bb98da90-4de4-48cf-a57e-82f071f3b0d4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-11T03:48:07.699Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2168bccd-2627-42d5-bf17-781845c27f41 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-02-11T03:48:08.257Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:48:08.266Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:08.266Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:08.267Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c993dd77-0d46-4708-8940-d8927669413b from URL: /sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:08.267Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:48:08.268Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:08.415Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:48:08.458Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar c993dd77-0d46-4708-8940-d8927669413b 88027
2023-02-11T03:48:08.459Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar ASDC sendASDCNotification
2023-02-11T03:48:08.459Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:08.459Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:48:08.459Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:08.460Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:08.460Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087288459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:09.521Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:48:09.522Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:09.527Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c993dd77-0d46-4708-8940-d8927669413b, URL: /sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar to file: /app/ASDC/1/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:09.528Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:09.530Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:09.530Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:09.833Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3067204767597510847/Definitions/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml
2023-02-11T03:48:13.844Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:13.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.851Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.852Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.852Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.853Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.854Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.855Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.858Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.858Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.859Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.868Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.904Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.908Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.908Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.909Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.909Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.910Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.910Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.910Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087157180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.911Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.935Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087186389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:48:13.935Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087213875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:13.936Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.936Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087214168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:13.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.937Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.937Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087215512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.938Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.939Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087216646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:13.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.947Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.947Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.948Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087217809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:13.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.948Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.949Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.950Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:48:13.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:13.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:13.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:13.952Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087218984,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2023-02-11T03:48:13.953Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:48:13.954Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.954Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T03:48:13.954Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c42ab3d7-ff0e 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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.955Z|f1564335-9657-431e-8fd8-28f5df16a907|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-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:13.956Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:48:13.956Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.956Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.957Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Node template pNF c42ab3d7-ff0e 0 is matching search criteria
2023-02-11T03:48:13.957Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:48:13.957Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c42ab3d7-ff0e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:48:13.957Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.958Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.958Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Node template pNF c42ab3d7-ff0e 0 is matching search criteria
2023-02-11T03:48:13.958Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:48:13.959Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c42ab3d7-ff0e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:48:13.959Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.959Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.959Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.959Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.960Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.960Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.960Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.960Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.960Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:13.961Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:13.961Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JWrR5GEj8AoW6DCJV4py
Description:catalog service description
Model UUID:2168bccd-2627-42d5-bf17-781845c27f41
Model Version:NULL
Model InvariantUuid:be374fc5-04ec-4b4c-b530-727b7d122622
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=?
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-02-11T03:48:14.124Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: bb98da90-4de4-48cf-a57e-82f071f3b0d4
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-02-11T03:48:14.240Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||pNF c42ab3d7-ff0e 0
2023-02-11T03:48:14.241Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bb98da90-4de4-48cf-a57e-82f071f3b0d4
2023-02-11T03:48:14.241Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2168bccd-2627-42d5-bf17-781845c27f41
2023-02-11T03:48:14.244Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2168bccd-2627-42d5-bf17-781845c27f41
2023-02-11T03:48:14.245Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c42ab3d7-ff0e 0 bb98da90-4de4-48cf-a57e-82f071f3b0d4 ASDC
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 (?, ?, ?, ?, ?)
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-02-11T03:48:14.447Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
2023-02-11T03:48:14.448Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 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: 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=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T03:48:14.516Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6681a8d1, org.onap.sdc.toscaparser.api.parameters.Input@72e069e0, org.onap.sdc.toscaparser.api.parameters.Input@622b1704, org.onap.sdc.toscaparser.api.parameters.Input@6885160e, org.onap.sdc.toscaparser.api.parameters.Input@329fcef]
2023-02-11T03:48:14.517Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:14.517Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:14.517Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2168bccd-2627-42d5-bf17-781845c27f41: pNF c42ab3d7-ff0e
2023-02-11T03:48:14.518Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Processing PNF resource: bb98da90-4de4-48cf-a57e-82f071f3b0d4
2023-02-11T03:48:14.518Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:48:14.518Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_JWrR5GEj8AoW6DCJV4py is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:48:14.518Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Resource customization UUID: 3ff08b01-9527-4e07-bd7d-a08f1352dc71 is the same as notified resource customizationUUID: 3ff08b01-9527-4e07-bd7d-a08f1352dc71
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
2023-02-11T03:48:14.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.636Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.637Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.638Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.638Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087219987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:48:14.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.639Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.640Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.645Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.645Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.646Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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=?
2023-02-11T03:48:14.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.660Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087214880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.672Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.674Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.675Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.676Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087213657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.686Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676087222354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.686Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.687Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.688Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087222816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.689Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.690Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.691Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.692Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:14.692Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.693Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:48:14.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.699Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087220993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
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=?
2023-02-11T03:48:14.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.730Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087227388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.730Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087228277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087229402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.731Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087230487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087231004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:14.732Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087231564,
  "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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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: 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 (?, ?, ?, ?, ?)
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-11T03:48:15.010Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59e0099f-1cbf-42b9-bd7f-623c368fe4a7
2023-02-11T03:48:15.010Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 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=?
2023-02-11T03:48:15.053Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c42ab3d7-ff0e bb98da90-4de4-48cf-a57e-82f071f3b0d4 0 ASDC deployResourceStructure
2023-02-11T03:48:15.053Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar ASDC sendASDCNotification
2023-02-11T03:48:15.053Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar
2023-02-11T03:48:15.053Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:48:15.054Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:15.054Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:15.054Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087295053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-11T03:48:15.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:15.097Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087232016,
  "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-02-11T03:48:15.154Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
2023-02-11T03:48:15.154Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 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-02-11T03:48:15.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:15.294Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676087232575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:48:15.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:48:16.056Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1564335-9657-431e-8fd8-28f5df16a907
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-02-11T03:48:16.165Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1564335-9657-431e-8fd8-28f5df16a907
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-02-11T03:48:16.187Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:48:16.187Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:48:16.187Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:48:16.187Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:48:16.188Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:48:16.188Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:48:16.188Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:48:16.188Z|f1564335-9657-431e-8fd8-28f5df16a907|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-02-11T03:48:16.300Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:48:46.349Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1564335-9657-431e-8fd8-28f5df16a907 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-02-11T03:48:46.368Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1564335-9657-431e-8fd8-28f5df16a907 and serviceModelVersionId: 2168bccd-2627-42d5-bf17-781845c27f41
2023-02-11T03:48:46.368Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be374fc5-04ec-4b4c-b530-727b7d122622
2023-02-11T03:48:46.369Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?depth=0
2023-02-11T03:48:46.425Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:48:46.664Z|f1564335-9657-431e-8fd8-28f5df16a907|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/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?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-02-11T03:48:46.665Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?depth=0|INFO|500||Invoke
2023-02-11T03:48:46.760Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:48:47.073Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?depth=0|INFO|500||InvokeReturn
2023-02-11T03:48:47.074Z|f1564335-9657-431e-8fd8-28f5df16a907|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/be374fc5-04ec-4b4c-b530-727b7d122622/model-vers/model-ver/2168bccd-2627-42d5-bf17-781845c27f41?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:48:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[296], vertex-id=[208960], x-aai-txid=[0-aai-resources-230211-03:48:47:468-87819], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:48:47.074Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:48:47.074Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:48:47.074Z|f1564335-9657-431e-8fd8-28f5df16a907|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-02-11T03:48:47.129Z|f1564335-9657-431e-8fd8-28f5df16a907|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-02-11T03:48:47.130Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1564335-9657-431e-8fd8-28f5df16a907 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:48:47.130Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:48:47.130Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:47.130Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:47.130Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087327130,
  "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-02-11T03:48:48.297Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-11T03:48:48.298Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f81ec5c5-d486-429b-9a71-fc3b9be0830c","serviceDescription":"service","serviceInvariantUUID":"4657214d-052b-4b5a-8a3f-726534e7320c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62c27ebf-1701-413c-8363-de6112d208c9","resourceInvariantUUID":"7039c28f-8b7d-4763-a0e1-a1032a4b9afe","resourceCustomizationUUID":"66a417a7-9480-4ad8-a15c-119bdeda2465","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGMyNmVmODRjZGI3ZjNiZjE4YWJiYWNkMjJiYzk2MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aac1b520-7850-4843-acbb-562976662552","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33eae1a2-54a0-4d8f-9294-1c991f36e6f9","artifactVersion":"2","generatedFromUUID":"11314037-3fd6-44cc-abc7-28ecaf4d0d35"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11314037-3fd6-44cc-abc7-28ecaf4d0d35","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjNkMmYwNmFkMDc2M2E1ZjRkNTU4N2QyZjdhODYxYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64392554-797a-46d9-80ce-4c7513fd335f","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2711a7c7-7bf4-4744-88fa-f60d068c95dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fe48c64f-f5ea-4089-9c13-1f2801debe0c","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dbffb92c-e42f-44d0-8740-52caac24cda0","artifactVersion":"2","generatedFromUUID":"2711a7c7-7bf4-4744-88fa-f60d068c95dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2RjYTM5NGRmODg0YjY1Yzg5Zjc2YzJmYmY0YTMxNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cee71cfa-bc4c-440c-9e1b-1def42c801bd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjE5MGJlM2MxMGY2MDAxNjU5NGUxMjg4YjBlM2UxOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7abfadd-f32f-4a04-bc03-3a9273e0fc76","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:48:48.321Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:48.324Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:48.324Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:48.324Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:49.369Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:49.369Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:49.369Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:49.369Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:50.410Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:50.410Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:50.410Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:50.411Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:51.412Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:51.413Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:51.416Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:51.416Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:52.443Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:52.452Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:52.452Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:52.453Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:53.454Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:53.455Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:53.455Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:53.456Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:54.460Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:54.462Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:54.462Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:54.463Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:55.464Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:55.465Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:55.465Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:55.465Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:56.467Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:48:56.468Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:56.469Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:56.469Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:57.473Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f81ec5c5-d486-429b-9a71-fc3b9be0830c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4657214d-052b-4b5a-8a3f-726534e7320c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "66a417a7-9480-4ad8-a15c-119bdeda2465",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "62c27ebf-1701-413c-8363-de6112d208c9",
      "resourceInvariantUUID": "7039c28f-8b7d-4763-a0e1-a1032a4b9afe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33eae1a2-54a0-4d8f-9294-1c991f36e6f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "11314037-3fd6-44cc-abc7-28ecaf4d0d35",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "YjNkMmYwNmFkMDc2M2E1ZjRkNTU4N2QyZjdhODYxYzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "64392554-797a-46d9-80ce-4c7513fd335f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2711a7c7-7bf4-4744-88fa-f60d068c95dd",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dbffb92c-e42f-44d0-8740-52caac24cda0",
            "generatedFromUUID": "2711a7c7-7bf4-4744-88fa-f60d068c95dd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dbffb92c-e42f-44d0-8740-52caac24cda0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjE5MGJlM2MxMGY2MDAxNjU5NGUxMjg4YjBlM2UxOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e7abfadd-f32f-4a04-bc03-3a9273e0fc76"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:48:57.473Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:48:57.474Z|f1564335-9657-431e-8fd8-28f5df16a907|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f81ec5c5-d486-429b-9a71-fc3b9be0830c ASDC
2023-02-11T03:48:57.474Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f81ec5c5-d486-429b-9a71-fc3b9be0830c
ServiceInvariantUUID:4657214d-052b-4b5a-8a3f-726534e7320c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:e7abfadd-f32f-4a04-bc03-3a9273e0fc76
ArtifactChecksum:MjE5MGJlM2MxMGY2MDAxNjU5NGUxMjg4YjBlM2UxOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:66a417a7-9480-4ad8-a15c-119bdeda2465
ResourceInvariantUUID:7039c28f-8b7d-4763-a0e1-a1032a4b9afe
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:62c27ebf-1701-413c-8363-de6112d208c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:33eae1a2-54a0-4d8f-9294-1c991f36e6f9
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:11314037-3fd6-44cc-abc7-28ecaf4d0d35
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:64392554-797a-46d9-80ce-4c7513fd335f
ArtifactChecksum:YjNkMmYwNmFkMDc2M2E1ZjRkNTU4N2QyZjdhODYxYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:2711a7c7-7bf4-4744-88fa-f60d068c95dd
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:dbffb92c-e42f-44d0-8740-52caac24cda0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:dbffb92c-e42f-44d0-8740-52caac24cda0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T03:48:57.474Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f81ec5c5-d486-429b-9a71-fc3b9be0830c 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-02-11T03:48:57.684Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:48:57.688Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:57.689Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:57.694Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7abfadd-f32f-4a04-bc03-3a9273e0fc76 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T03:48:57.694Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:48:57.695Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T03:48:57.822Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:48:57.853Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e7abfadd-f32f-4a04-bc03-3a9273e0fc76 73982
2023-02-11T03:48:57.856Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-11T03:48:57.857Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T03:48:57.857Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:48:57.857Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:48:57.858Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:48:57.858Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087337856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:48:58.861Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:48:58.863Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:48:58.863Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e7abfadd-f32f-4a04-bc03-3a9273e0fc76, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:48:58.874Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-11T03:48:58.875Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:48:58.875Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:48:59.378Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17648353069852702822/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-11T03:49:04.364Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-11T03:49:04.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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-BasicCnf-csar.csar
2023-02-11T03:49:04.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:49:04.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:04.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:49:04.367Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:49:04.367Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.367Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.367Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:04.369Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:49:04.369Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:49:04.369Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.369Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.372Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.372Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T03:49:04.374Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-11T03:49:04.374Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-11T03:49:04.374Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T03:49:04.374Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.374Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:49:04.376Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.376Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:04.376Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:04.378Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.378Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:04.378Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:04.379Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.379Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:04.379Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:04.380Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.380Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T03:49:04.380Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-11T03:49:04.381Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=145fb35a-8e99-499b-8cad-1e6aedaacd39
2023-02-11T03:49:04.383Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.384Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.385Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.385Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.386Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.386Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.386Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:04.387Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:04.387Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f81ec5c5-d486-429b-9a71-fc3b9be0830c
Model Version:NULL
Model InvariantUuid:4657214d-052b-4b5a-8a3f-726534e7320c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5641dbed-a0ed-4dbd-9cb7-91c4466db1a1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7039c28f-8b7d-4763-a0e1-a1032a4b9afe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66a417a7-9480-4ad8-a15c-119bdeda2465
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:753ffaef-a47d-4019-bb61-823704dd888b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8c942465-241f-4b7a-ad2a-e2c1f2b81a29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:145fb35a-8e99-499b-8cad-1e6aedaacd39
ModelInvariantUuid:9d25fbcd-35b4-4693-8c81-bddc49f57c61
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6a741e5a-7f50-4c7e-80ba-699da7129328
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2627be01-48b2-49c3-8e18-6a1cf81c84ba
ModelInvariantUuid:cedf4dba-e08d-4d46-aac9-ace428a62ece
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8a4a0d3c-5e9e-435b-9b8c-08af088146d6
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-02-11T03:49:04.481Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 62c27ebf-1701-413c-8363-de6112d208c9
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-02-11T03:49:04.494Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||basic_cnf 0
2023-02-11T03:49:04.495Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62c27ebf-1701-413c-8363-de6112d208c9
2023-02-11T03:49:04.495Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 33eae1a2-54a0-4d8f-9294-1c991f36e6f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T03:49:04.495Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:04.496Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T03:49:04.629Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:04.630Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 33eae1a2-54a0-4d8f-9294-1c991f36e6f9 12
2023-02-11T03:49:04.630Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-11T03:49:04.630Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-11T03:49:04.631Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:04.631Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:04.631Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:04.631Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087344630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:05.640Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 11314037-3fd6-44cc-abc7-28ecaf4d0d35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T03:49:05.640Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:05.641Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T03:49:05.728Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:05.728Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 11314037-3fd6-44cc-abc7-28ecaf4d0d35 2688
2023-02-11T03:49:05.728Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-11T03:49:05.729Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-11T03:49:05.729Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:05.729Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:05.729Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:05.729Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087345728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:06.731Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 64392554-797a-46d9-80ce-4c7513fd335f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T03:49:06.738Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:06.739Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T03:49:06.827Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:06.832Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 64392554-797a-46d9-80ce-4c7513fd335f 828
2023-02-11T03:49:06.833Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-11T03:49:06.833Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T03:49:06.833Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:06.834Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:06.834Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:06.834Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087346833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:07.835Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "753ffaef-a47d-4019-bb61-823704dd888b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c942465-241f-4b7a-ad2a-e2c1f2b81a29",
    "vfModuleModelCustomizationUUID": "9d4dc68b-dc3f-4289-883a-19d658721f27",
    "isBase": true,
    "artifacts": [
      "11314037-3fd6-44cc-abc7-28ecaf4d0d35",
      "2711a7c7-7bf4-4744-88fa-f60d068c95dd",
      "dbffb92c-e42f-44d0-8740-52caac24cda0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T03:49:07.853Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c942465-241f-4b7a-ad2a-e2c1f2b81a29
VfModuleModelInvariantUUID:753ffaef-a47d-4019-bb61-823704dd888b
VfModuleModelDescription:NULL
Artifacts UUID List:{
11314037-3fd6-44cc-abc7-28ecaf4d0d35
,
2711a7c7-7bf4-4744-88fa-f60d068c95dd
,
dbffb92c-e42f-44d0-8740-52caac24cda0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-02-11T03:49:07.865Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "753ffaef-a47d-4019-bb61-823704dd888b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c942465-241f-4b7a-ad2a-e2c1f2b81a29",
    "vfModuleModelCustomizationUUID": "9d4dc68b-dc3f-4289-883a-19d658721f27",
    "isBase": true,
    "artifacts": [
      "11314037-3fd6-44cc-abc7-28ecaf4d0d35",
      "2711a7c7-7bf4-4744-88fa-f60d068c95dd",
      "dbffb92c-e42f-44d0-8740-52caac24cda0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T03:49:07.865Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c942465-241f-4b7a-ad2a-e2c1f2b81a29
VfModuleModelInvariantUUID:753ffaef-a47d-4019-bb61-823704dd888b
VfModuleModelDescription:NULL
Artifacts UUID List:{
11314037-3fd6-44cc-abc7-28ecaf4d0d35
,
2711a7c7-7bf4-4744-88fa-f60d068c95dd
,
dbffb92c-e42f-44d0-8740-52caac24cda0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-02-11T03:49:07.865Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2711a7c7-7bf4-4744-88fa-f60d068c95dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T03:49:07.865Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:07.869Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T03:49:08.140Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:08.153Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2711a7c7-7bf4-4744-88fa-f60d068c95dd 1164
2023-02-11T03:49:08.153Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-11T03:49:08.154Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T03:49:08.174Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:08.174Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:08.174Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:08.174Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087348153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:09.177Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dbffb92c-e42f-44d0-8740-52caac24cda0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T03:49:09.177Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:09.177Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T03:49:09.573Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:09.606Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dbffb92c-e42f-44d0-8740-52caac24cda0 200
2023-02-11T03:49:09.607Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-11T03:49:09.607Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T03:49:09.607Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:09.607Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:09.607Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:09.608Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087349607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:10.820Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f81ec5c5-d486-429b-9a71-fc3b9be0830c
2023-02-11T03:49:10.820Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 62c27ebf-1701-413c-8363-de6112d208c9 ASDC
2023-02-11T03:49:11.025Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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 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-02-11T03:49:11.165Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6af520b7, org.onap.sdc.toscaparser.api.parameters.Input@130897af, org.onap.sdc.toscaparser.api.parameters.Input@54f36b13, org.onap.sdc.toscaparser.api.parameters.Input@419d0ccc, org.onap.sdc.toscaparser.api.parameters.Input@2ae6cd0]
2023-02-11T03:49:11.175Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.175Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.175Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-02-11T03:49:11.175Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 66a417a7-9480-4ad8-a15c-119bdeda2465
2023-02-11T03:49:11.176Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66a417a7-9480-4ad8-a15c-119bdeda2465 matches Tosca VF Customization UUID: 66a417a7-9480-4ad8-a15c-119bdeda2465
2023-02-11T03:49:11.176Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 66a417a7-9480-4ad8-a15c-119bdeda2465  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-02-11T03:49:11.245Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.273Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.274Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 66a417a7-9480-4ad8-a15c-119bdeda2465: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T03:49:11.274Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337ae079
2023-02-11T03:49:11.274Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.274Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:49:11.275Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d4dc68b-dc3f-4289-883a-19d658721f27
2023-02-11T03:49:11.275Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d4dc68b-dc3f-4289-883a-19d658721f27
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-02-11T03:49:11.288Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.289Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:11.289Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:11.289Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.289Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:11.289Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:11.290Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.290Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-11T03:49:11.290Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-11T03:49:11.290Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=145fb35a-8e99-499b-8cad-1e6aedaacd39
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-02-11T03:49:11.313Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.314Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:11.314Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:49:11.315Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.315Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-11T03:49:11.315Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=66a417a7-9480-4ad8-a15c-119bdeda2465
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-02-11T03:49:11.340Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.341Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f81ec5c5-d486-429b-9a71-fc3b9be0830c: basic_cnf
2023-02-11T03:49:11.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.365Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.366Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.387Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.388Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.388Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.388Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.389Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.389Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:49:11.389Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:49:11.389Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
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: 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 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-02-11T03:49:12.637Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 62c27ebf-1701-413c-8363-de6112d208c9 1 ASDC deployResourceStructure
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:12.639Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087352638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:13.701Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-11T03:49:13.701Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-11T03:49:13.701Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T03:49:13.701Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:13.701Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:13.702Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087353701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:13.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:13.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:13.859Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087234316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:49:13.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:13.910Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:13.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:13.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:13.910Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087235318,
  "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-02-11T03:49:14.316Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
2023-02-11T03:49:14.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 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-02-11T03:49:14.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.611Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087217423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087240174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087243882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.614Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676087244895,
  "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-02-11T03:49:14.705Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-11T03:49:14.705Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-11T03:49:14.705Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:49:14.706Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:14.706Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:14.706Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087354705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:14.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59e0099f-1cbf-42b9-bd7f-623c368fe4a7
2023-02-11T03:49:14.794Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 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-02-11T03:49:14.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.955Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087243657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087250762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.957Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087262896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:49:14.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:14.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:14.957Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "aai-model-loader",
  "timestamp": 1676087263899,
  "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-02-11T03:49:15.050Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59e0099f-1cbf-42b9-bd7f-623c368fe4a7
2023-02-11T03:49:15.050Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 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-02-11T03:49:15.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.159Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "27a5c188-6b5e-4d53-8f41-b363af73033b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087278373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:49:15.160Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.160Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.165Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.166Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/resourceInstances/pnfc42ab3d7ff0e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:49:15.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:49:15.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:49:15.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087288459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:49:15.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:49:15.725Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-11T03:49:15.731Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-11T03:49:15.731Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:49:15.732Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:15.732Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:15.732Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087355725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:16.798Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-11T03:49:16.799Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-11T03:49:16.800Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:49:16.800Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:16.800Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:16.801Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087356798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:17.804Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-11T03:49:17.805Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-11T03:49:17.805Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:49:17.805Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:17.806Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:17.806Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087357804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:18.809Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
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-02-11T03:49:18.877Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425
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-02-11T03:49:18.899Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:49:18.901Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:49:18.901Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:49:18.901Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:49:18.902Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:49:18.903Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:49:18.903Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:49:18.904Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:49:18.904Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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-02-11T03:49:18.931Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:49:48.934Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 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-02-11T03:49:49.095Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 and serviceModelVersionId: f81ec5c5-d486-429b-9a71-fc3b9be0830c
2023-02-11T03:49:49.095Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4657214d-052b-4b5a-8a3f-726534e7320c
2023-02-11T03:49:49.096Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?depth=0
2023-02-11T03:49:49.104Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:49:49.268Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?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-02-11T03:49:49.270Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?depth=0|INFO|500||Invoke
2023-02-11T03:49:49.297Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:49:49.569Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?depth=0|INFO|500||InvokeReturn
2023-02-11T03:49:49.576Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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/4657214d-052b-4b5a-8a3f-726534e7320c/model-vers/model-ver/f81ec5c5-d486-429b-9a71-fc3b9be0830c?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:49:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[221], vertex-id=[454816], x-aai-txid=[2-aai-resources-230211-03:49:50:084-35418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:49:49.577Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:49:49.579Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:49:49.579Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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-02-11T03:49:49.635Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|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-02-11T03:49:49.636Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:49:49.636Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:49:49.636Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:49.637Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:49.637Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087389636,
  "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-02-11T03:49:50.780Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-02-11T03:49:50.781Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"59e0099f-1cbf-42b9-bd7f-623c368fe4a7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3572b4d0-d3c9-444c-9904-d4ad792dceeb","serviceDescription":"service","serviceInvariantUUID":"1905a2a9-8bd0-4172-b933-3258ce25bbea","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7108114-62bb-40ef-aedb-2688a7915815","resourceInvariantUUID":"bc6bb2ec-17dd-4cb4-8ebd-4516ba3fb5e5","resourceCustomizationUUID":"819a8517-8c7f-43c4-9d46-c36fd7ed44ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NGU1NTBiZWYxNjViNTVmZjYxNmY2NWQ4YTU2Y2JjYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50fa67e0-b8b2-4e92-949b-2f310c53717c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"M2UzYTVlNWYxZDFhM2QzNTNjNWFjZWI1MTUwOTc2NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"726c435f-32d5-41a2-bc43-ef3c759b63d0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e278115-fb3f-4fbb-9921-6aae6baf133e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"898c62bc-37f0-4263-8404-6510c72cafea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d971b722-04e0-47d4-b1b2-f84060a7292e","artifactVersion":"2","generatedFromUUID":"9e278115-fb3f-4fbb-9921-6aae6baf133e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWE4N2JlMGVlMGE1YjZmYTM3NWNlYmUxNTZiMmZlOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98457e96-b13d-4aea-96e7-9856b1767d98","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTU5YmI1ZTBjZjRhYjEwNThjNDAwNmI3M2QxMTY4ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32578aad-2d66-43a4-889c-2156cdf39857","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T03:49:50.781Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:50.782Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:50.782Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:50.782Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:51.783Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:51.783Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:51.783Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:51.783Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:52.784Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:52.785Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:52.785Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:52.785Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:53.787Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:53.788Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:53.788Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:53.788Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:54.789Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:54.790Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:54.790Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:54.790Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:55.791Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:55.791Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:55.791Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:55.792Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:56.793Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T03:49:56.794Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:56.794Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:56.794Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:57.797Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3572b4d0-d3c9-444c-9904-d4ad792dceeb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1905a2a9-8bd0-4172-b933-3258ce25bbea",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "819a8517-8c7f-43c4-9d46-c36fd7ed44ff",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7108114-62bb-40ef-aedb-2688a7915815",
      "resourceInvariantUUID": "bc6bb2ec-17dd-4cb4-8ebd-4516ba3fb5e5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "M2UzYTVlNWYxZDFhM2QzNTNjNWFjZWI1MTUwOTc2NTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "726c435f-32d5-41a2-bc43-ef3c759b63d0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9e278115-fb3f-4fbb-9921-6aae6baf133e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d971b722-04e0-47d4-b1b2-f84060a7292e",
            "generatedFromUUID": "9e278115-fb3f-4fbb-9921-6aae6baf133e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d971b722-04e0-47d4-b1b2-f84060a7292e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTU5YmI1ZTBjZjRhYjEwNThjNDAwNmI3M2QxMTY4ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "32578aad-2d66-43a4-889c-2156cdf39857"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T03:49:57.797Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T03:49:57.797Z|3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3572b4d0-d3c9-444c-9904-d4ad792dceeb ASDC
2023-02-11T03:49:57.798Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:59e0099f-1cbf-42b9-bd7f-623c368fe4a7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3572b4d0-d3c9-444c-9904-d4ad792dceeb
ServiceInvariantUUID:1905a2a9-8bd0-4172-b933-3258ce25bbea
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:32578aad-2d66-43a4-889c-2156cdf39857
ArtifactChecksum:NTU5YmI1ZTBjZjRhYjEwNThjNDAwNmI3M2QxMTY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:819a8517-8c7f-43c4-9d46-c36fd7ed44ff
ResourceInvariantUUID:bc6bb2ec-17dd-4cb4-8ebd-4516ba3fb5e5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e7108114-62bb-40ef-aedb-2688a7915815
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:726c435f-32d5-41a2-bc43-ef3c759b63d0
ArtifactChecksum:M2UzYTVlNWYxZDFhM2QzNTNjNWFjZWI1MTUwOTc2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:9e278115-fb3f-4fbb-9921-6aae6baf133e
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d971b722-04e0-47d4-b1b2-f84060a7292e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d971b722-04e0-47d4-b1b2-f84060a7292e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T03:49:57.798Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3572b4d0-d3c9-444c-9904-d4ad792dceeb 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-02-11T03:49:58.121Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:49:58.123Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:49:58.123Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:49:58.139Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 32578aad-2d66-43a4-889c-2156cdf39857 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T03:49:58.139Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:49:58.139Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T03:49:58.361Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:49:58.398Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 32578aad-2d66-43a4-889c-2156cdf39857 75195
2023-02-11T03:49:58.399Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-11T03:49:58.399Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T03:49:58.399Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:49:58.400Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:49:58.400Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:49:58.400Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087398399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:49:59.408Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T03:49:59.408Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-02-11T03:49:59.409Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 32578aad-2d66-43a4-889c-2156cdf39857, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:49:59.409Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-11T03:49:59.410Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:49:59.412Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:50:00.463Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2369831045444162110/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-11T03:50:05.130Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T03:50:05.131Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:50:05.281Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:50:05.281Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-BasicVm-csar.csar
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.282Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.283Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:05.283Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:50:05.283Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:50:05.283Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.283Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.284Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:05.284Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-02-11T03:50:05.284Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T03:50:05.325Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-11T03:50:05.326Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:05.327Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:05.328Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.328Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:05.328Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:05.329Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.329Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:05.329Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:05.329Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69f481ac-b721-4d9f-8719-dad1bf9cff58
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.330Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.331Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.331Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.331Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:05.331Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:05.331Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3572b4d0-d3c9-444c-9904-d4ad792dceeb
Model Version:NULL
Model InvariantUuid:1905a2a9-8bd0-4172-b933-3258ce25bbea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ca1c1500-8648-4df2-8662-1c38f9cb5485
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc6bb2ec-17dd-4cb4-8ebd-4516ba3fb5e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:819a8517-8c7f-43c4-9d46-c36fd7ed44ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9a51e84d-5263-4598-8152-17bdca4ff7e8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d2bf03d7-ad69-4858-8c95-512667d8e737
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69f481ac-b721-4d9f-8719-dad1bf9cff58
ModelInvariantUuid:6cfaf7e1-7dad-4348-bf81-cf345214da00
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:990cae79-3339-4ad3-88e7-fa38bf1682f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f81c7e84-66b8-4da4-a271-a19eb8cb0073
ModelInvariantUuid:d7e6bfce-a698-4419-826b-246256a6ae7f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2750eafa-9fd3-44bc-9638-f7684b4a159a
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-02-11T03:50:05.586Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e7108114-62bb-40ef-aedb-2688a7915815
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-02-11T03:50:05.715Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||basic_vm 0
2023-02-11T03:50:05.716Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7108114-62bb-40ef-aedb-2688a7915815
2023-02-11T03:50:05.716Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 726c435f-32d5-41a2-bc43-ef3c759b63d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T03:50:05.716Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:50:05.716Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T03:50:05.951Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:50:05.952Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 726c435f-32d5-41a2-bc43-ef3c759b63d0 787
2023-02-11T03:50:05.952Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-11T03:50:05.952Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T03:50:05.952Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:50:05.953Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:05.953Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:05.953Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087405952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:06.956Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9a51e84d-5263-4598-8152-17bdca4ff7e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2bf03d7-ad69-4858-8c95-512667d8e737",
    "vfModuleModelCustomizationUUID": "82c9c8fe-159c-448f-a195-da79e5b91d52",
    "isBase": true,
    "artifacts": [
      "9e278115-fb3f-4fbb-9921-6aae6baf133e",
      "d971b722-04e0-47d4-b1b2-f84060a7292e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T03:50:06.975Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2bf03d7-ad69-4858-8c95-512667d8e737
VfModuleModelInvariantUUID:9a51e84d-5263-4598-8152-17bdca4ff7e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e278115-fb3f-4fbb-9921-6aae6baf133e
,
d971b722-04e0-47d4-b1b2-f84060a7292e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-02-11T03:50:06.990Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9a51e84d-5263-4598-8152-17bdca4ff7e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d2bf03d7-ad69-4858-8c95-512667d8e737",
    "vfModuleModelCustomizationUUID": "82c9c8fe-159c-448f-a195-da79e5b91d52",
    "isBase": true,
    "artifacts": [
      "9e278115-fb3f-4fbb-9921-6aae6baf133e",
      "d971b722-04e0-47d4-b1b2-f84060a7292e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T03:50:06.991Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2bf03d7-ad69-4858-8c95-512667d8e737
VfModuleModelInvariantUUID:9a51e84d-5263-4598-8152-17bdca4ff7e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e278115-fb3f-4fbb-9921-6aae6baf133e
,
d971b722-04e0-47d4-b1b2-f84060a7292e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-02-11T03:50:06.991Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e278115-fb3f-4fbb-9921-6aae6baf133e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T03:50:06.991Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:50:06.991Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T03:50:07.094Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:50:07.095Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9e278115-fb3f-4fbb-9921-6aae6baf133e 5033
2023-02-11T03:50:07.095Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T03:50:07.096Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T03:50:07.096Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:50:07.096Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:07.096Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:07.096Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087407095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:08.097Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d971b722-04e0-47d4-b1b2-f84060a7292e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T03:50:08.097Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-02-11T03:50:08.098Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T03:50:08.276Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-02-11T03:50:08.287Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d971b722-04e0-47d4-b1b2-f84060a7292e 903
2023-02-11T03:50:08.289Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T03:50:08.289Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T03:50:08.293Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T03:50:08.297Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:08.307Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:08.307Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087408289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:09.313Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3572b4d0-d3c9-444c-9904-d4ad792dceeb
2023-02-11T03:50:09.314Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e7108114-62bb-40ef-aedb-2688a7915815 ASDC
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 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 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-02-11T03:50:09.404Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@def7534, org.onap.sdc.toscaparser.api.parameters.Input@3929cc41, org.onap.sdc.toscaparser.api.parameters.Input@48a421d2, org.onap.sdc.toscaparser.api.parameters.Input@1f0a543b, org.onap.sdc.toscaparser.api.parameters.Input@693ac43b]
2023-02-11T03:50:09.406Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.406Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.406Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-02-11T03:50:09.407Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 819a8517-8c7f-43c4-9d46-c36fd7ed44ff
2023-02-11T03:50:09.407Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 819a8517-8c7f-43c4-9d46-c36fd7ed44ff matches Tosca VF Customization UUID: 819a8517-8c7f-43c4-9d46-c36fd7ed44ff
2023-02-11T03:50:09.407Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 819a8517-8c7f-43c4-9d46-c36fd7ed44ff  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-02-11T03:50:09.419Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.420Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.421Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 819a8517-8c7f-43c4-9d46-c36fd7ed44ff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-11T03:50:09.421Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a236765
2023-02-11T03:50:09.422Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.422Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T03:50:09.422Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82c9c8fe-159c-448f-a195-da79e5b91d52
2023-02-11T03:50:09.422Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82c9c8fe-159c-448f-a195-da79e5b91d52
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-02-11T03:50:09.432Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.432Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:09.433Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:09.433Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.433Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:09.434Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:09.434Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.434Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-11T03:50:09.434Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T03:50:09.435Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T03:50:09.435Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69f481ac-b721-4d9f-8719-dad1bf9cff58
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-02-11T03:50:09.441Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.442Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:09.442Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T03:50:09.442Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.443Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-11T03:50:09.443Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=819a8517-8c7f-43c4-9d46-c36fd7ed44ff
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-02-11T03:50:09.457Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.457Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3572b4d0-d3c9-444c-9904-d4ad792dceeb: basic_vm
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.458Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.459Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.459Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.459Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.459Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T03:50:09.459Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T03:50:09.460Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
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-02-11T03:50:10.537Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e7108114-62bb-40ef-aedb-2688a7915815 1 ASDC deployResourceStructure
2023-02-11T03:50:10.544Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-11T03:50:10.545Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-11T03:50:10.545Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:50:10.545Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:10.546Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:10.546Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087410544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:11.548Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T03:50:11.549Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-11T03:50:11.549Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:50:11.549Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:11.549Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:11.549Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087411548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:12.550Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T03:50:12.551Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-11T03:50:12.551Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:50:12.551Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:12.551Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:12.552Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087412550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:13.553Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-11T03:50:13.553Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-11T03:50:13.554Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T03:50:13.554Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:13.554Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:13.554Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087413553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:13.852Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:50:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.910Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087295053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJwrr5gej8aow6dcjv4py/1.0/artifacts/service-DemoPnfJwrr5gej8aow6dcjv4py-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:50:13.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "f1564335-9657-431e-8fd8-28f5df16a907",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087327130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:50:13.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.919Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.920Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:50:13.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.921Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:50:13.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087337856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087344630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.923Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087345728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.924Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087346833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.925Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087348153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087349607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:50:13.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:13.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:50:13.928Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087352638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T03:50:13.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:50:14.558Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59e0099f-1cbf-42b9-bd7f-623c368fe4a7
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-02-11T03:50:14.668Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59e0099f-1cbf-42b9-bd7f-623c368fe4a7
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-02-11T03:50:14.696Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T03:50:14.697Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T03:50:14.698Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-02-11T03:50:14.764Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T03:50:44.768Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 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-02-11T03:50:44.795Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 and serviceModelVersionId: 3572b4d0-d3c9-444c-9904-d4ad792dceeb
2023-02-11T03:50:44.796Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1905a2a9-8bd0-4172-b933-3258ce25bbea
2023-02-11T03:50:44.798Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0
2023-02-11T03:50:44.809Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T03:50:44.874Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0|INFO|500||Invoke
2023-02-11T03:50:44.877Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59e0099f-1cbf-42b9-bd7f-623c368fe4a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8df6954e-2594-4861-a292-b4d7b42bfadb], X-ECOMP-RequestID=[59e0099f-1cbf-42b9-bd7f-623c368fe4a7], X-TransactionId=[], X-ONAP-RequestID=[59e0099f-1cbf-42b9-bd7f-623c368fe4a7], Content-Type=[application/merge-patch+json]}
2023-02-11T03:50:44.894Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T03:50:45.049Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?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/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 03:50:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[467104], x-aai-txid=[0-aai-resources-230211-03:50:45:604-83073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T03:50:45.049Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T03:50:45.050Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1905a2a9-8bd0-4172-b933-3258ce25bbea/model-vers/model-ver/3572b4d0-d3c9-444c-9904-d4ad792dceeb?depth=0|INFO|500||InvokeReturn
2023-02-11T03:50:45.051Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T03:50:45.051Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-02-11T03:50:45.084Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|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-02-11T03:50:45.085Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59e0099f-1cbf-42b9-bd7f-623c368fe4a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T03:50:45.085Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T03:50:45.086Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-02-11T03:50:45.086Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T03:50:45.086Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087445085,
  "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-02-11T03:50:46.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:51:13.844Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:51:13.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.863Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087353701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T03:51:13.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.869Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087354705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.869Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087355725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087356798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087357804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "3a8c0b20-46c5-4b5a-b4e7-4a7d7fac0425",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087389636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.871Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.872Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:51:13.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.905Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T03:51:13.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.906Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T03:51:13.906Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087279579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087398399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.907Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087405952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:51:13.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.908Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087407095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:51:13.909Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.912Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087408289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087410544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087411548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087412550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087413553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T03:51:13.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:51:46.304Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:52:13.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:52:13.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-02-11T03:52:13.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "59e0099f-1cbf-42b9-bd7f-623c368fe4a7",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676087445085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T03:52:13.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T03:52:46.308Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:53:13.844Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:53:46.310Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:54:13.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:54:46.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:55:13.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:55:46.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:56:13.858Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:56:46.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:57:13.860Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:57:46.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:58:13.862Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:58:46.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T03:59:13.864Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T03:59:46.349Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:00:13.866Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:00:46.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:01:13.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:01:46.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:02:13.871Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:02:46.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:03:13.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:03:46.362Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:04:13.908Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:04:46.363Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:05:13.909Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:05:46.369Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:06:13.909Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:06:46.370Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:07:13.911Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:07:46.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:08:13.916Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:08:46.378Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:09:13.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:09:46.389Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:10:13.920Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:10:46.390Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:11:13.923Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:11:46.390Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:12:13.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:12:46.392Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:13:13.938Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:13:47.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:14:13.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:14:47.132Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:15:13.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:15:47.135Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:16:13.943Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:16:47.139Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:17:13.948Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:17:47.144Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:18:13.949Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:18:47.149Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:19:13.958Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:19:47.151Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:20:13.971Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:20:47.152Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:21:13.972Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:21:47.154Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:22:13.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:22:47.168Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:23:13.975Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:23:47.178Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:24:13.978Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:24:47.182Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:25:13.979Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:25:47.185Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:26:13.982Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:26:47.188Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:27:13.983Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:27:47.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:28:13.988Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:28:47.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:29:13.997Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:29:47.204Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:30:14.004Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:30:47.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:31:14.008Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:31:47.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:32:14.009Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:32:47.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:33:14.010Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:33:47.212Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:34:14.019Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:34:47.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:35:14.020Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:35:47.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:36:14.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:36:47.215Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:37:14.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:37:47.217Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:38:14.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:38:47.218Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:39:14.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:39:47.224Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:40:14.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:40:47.226Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:41:14.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:41:47.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:42:14.042Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:42:47.228Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:43:14.044Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:43:47.229Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:44:14.053Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:44:47.233Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:45:14.053Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:45:47.234Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:46:14.055Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:46:47.244Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:47:14.069Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:47:47.246Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:48:14.076Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:48:47.247Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:49:14.084Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:49:47.248Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:50:14.090Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:50:47.252Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:51:14.092Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:51:47.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:52:14.093Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:52:47.261Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:53:14.093Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:17.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T04:53:18.005Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"a6ae94b9-215a-41cc-aa9b-0433a1a0f327","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a1620d0c-b3bf-413e-90fa-d121d87389ef","serviceDescription":"service","serviceInvariantUUID":"1af2a053-88e4-430a-ae6b-d71f19d2007f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10953b30-38c3-4536-ad45-656734c3ccf7","resourceInvariantUUID":"d9160a2b-c943-4973-af5f-67a1222b6401","resourceCustomizationUUID":"af278283-96b6-4905-9b91-23bf9ee1cc9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjQ0ZTdiMjMzZDFiMDcxY2Y4MTU5ZjNkMGViN2VkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3991d671-bf29-4f65-97fe-d4482aae8bdf","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ODZiZGYwODFjMTcyZDQ3M2Y5YWQxMDkzN2I3NTk1OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"711e8c55-8411-4a83-ae6b-1f26fe510542","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"954e6602-295a-44b6-abd4-1a29b50af268","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"922adce1-58b9-4c3d-9815-52c287468c8e","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb8f4225-5195-4b15-838a-01ee10313ef5","artifactVersion":"2","generatedFromUUID":"c6e74a4d-4165-48c2-885a-fa82d327075c"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a5a62a4-5eeb-4287-b37a-f3c77cb675c9","artifactVersion":"2","generatedFromUUID":"954e6602-295a-44b6-abd4-1a29b50af268"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6e74a4d-4165-48c2-885a-fa82d327075c","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1cf343dd-57e0-417d-b197-066521df8ce3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YzFhYWMxNGNlNDIyYmQ0Zjc5MDc1ZDE1MzdjOTA4YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e418ff01-ea25-44a3-bb6c-b9d1cca5039f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODlmZjI2OWJlNWEzMjI1ZDY5ZjFjZGNlNTg0M2JlNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e1795b8-a053-4dea-a210-ea19ec148339","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T04:53:18.022Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:18.023Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:18.023Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:18.024Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:18.050Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.051Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.051Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.052Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.052Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.052Z||kafka-producer-network-thread | SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-527fc505-73e5-4de8-b1e4-655421db7186] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ydnEjwNURDK7FWGldhY-Iw
2023-02-11T04:53:18.174Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-11T04:53:18.175Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:53:18.177Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:53:19.123Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:19.123Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:19.123Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:19.123Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:20.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:20.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:20.148Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:20.149Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:21.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:21.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:21.151Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:21.151Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:22.183Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:22.184Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:22.184Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:22.184Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:23.203Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:23.208Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:23.208Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:23.208Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:24.236Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:24.237Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:24.238Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:24.238Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:25.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:25.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:25.241Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:25.241Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:26.243Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:26.244Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:26.244Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:26.245Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:27.249Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:53:27.250Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:27.250Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:27.250Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:28.254Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a1620d0c-b3bf-413e-90fa-d121d87389ef",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1af2a053-88e4-430a-ae6b-d71f19d2007f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "af278283-96b6-4905-9b91-23bf9ee1cc9c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "10953b30-38c3-4536-ad45-656734c3ccf7",
      "resourceInvariantUUID": "d9160a2b-c943-4973-af5f-67a1222b6401",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ODZiZGYwODFjMTcyZDQ3M2Y5YWQxMDkzN2I3NTk1OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "711e8c55-8411-4a83-ae6b-1f26fe510542",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "954e6602-295a-44b6-abd4-1a29b50af268",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3a5a62a4-5eeb-4287-b37a-f3c77cb675c9",
            "generatedFromUUID": "954e6602-295a-44b6-abd4-1a29b50af268"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cb8f4225-5195-4b15-838a-01ee10313ef5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3a5a62a4-5eeb-4287-b37a-f3c77cb675c9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c6e74a4d-4165-48c2-885a-fa82d327075c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODlmZjI2OWJlNWEzMjI1ZDY5ZjFjZGNlNTg0M2JlNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e1795b8-a053-4dea-a210-ea19ec148339"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T04:53:28.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T04:53:28.255Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a1620d0c-b3bf-413e-90fa-d121d87389ef ASDC
2023-02-11T04:53:28.257Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a6ae94b9-215a-41cc-aa9b-0433a1a0f327
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:a1620d0c-b3bf-413e-90fa-d121d87389ef
ServiceInvariantUUID:1af2a053-88e4-430a-ae6b-d71f19d2007f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:5e1795b8-a053-4dea-a210-ea19ec148339
ArtifactChecksum:ODlmZjI2OWJlNWEzMjI1ZDY5ZjFjZGNlNTg0M2JlNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:af278283-96b6-4905-9b91-23bf9ee1cc9c
ResourceInvariantUUID:d9160a2b-c943-4973-af5f-67a1222b6401
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:10953b30-38c3-4536-ad45-656734c3ccf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:711e8c55-8411-4a83-ae6b-1f26fe510542
ArtifactChecksum:ODZiZGYwODFjMTcyZDQ3M2Y5YWQxMDkzN2I3NTk1OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:954e6602-295a-44b6-abd4-1a29b50af268
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3a5a62a4-5eeb-4287-b37a-f3c77cb675c9
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:cb8f4225-5195-4b15-838a-01ee10313ef5
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3a5a62a4-5eeb-4287-b37a-f3c77cb675c9
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:c6e74a4d-4165-48c2-885a-fa82d327075c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T04:53:28.258Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1620d0c-b3bf-413e-90fa-d121d87389ef 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-02-11T04:53:28.730Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:53:28.732Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:53:28.732Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:53:28.735Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e1795b8-a053-4dea-a210-ea19ec148339 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:28.735Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:28.736Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:28.976Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:29.100Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5e1795b8-a053-4dea-a210-ea19ec148339 163286
2023-02-11T04:53:29.101Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:53:29.101Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:29.101Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:29.101Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:29.102Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:29.102Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091209101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:30.132Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:53:30.161Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:53:30.162Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5e1795b8-a053-4dea-a210-ea19ec148339, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:30.163Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-11T04:53:30.175Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:30.176Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:30.877Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3276294549769730177/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-11T04:53:34.216Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T04:53:34.219Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||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-BasicCnfMacro-csar.csar
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:34.224Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:53:34.225Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.225Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.225Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.226Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:53:34.226Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:53:34.226Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.226Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.226Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.227Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:53:34.227Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:53:34.227Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.227Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.227Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.228Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T04:53:34.229Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.229Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.229Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:34.230Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.230Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.230Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:34.231Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.232Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.232Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:34.232Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-11T04:53:34.233Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8b4cbaa2-ca14-408b-a29e-ae90074d7dfb
2023-02-11T04:53:34.234Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:34.235Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:34.236Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:a1620d0c-b3bf-413e-90fa-d121d87389ef
Model Version:NULL
Model InvariantUuid:1af2a053-88e4-430a-ae6b-d71f19d2007f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:badb1466-36c3-458e-bb84-47c89e4be9ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d9160a2b-c943-4973-af5f-67a1222b6401
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af278283-96b6-4905-9b91-23bf9ee1cc9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:49409423-a5bd-4869-a569-324ce2338082
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f83eeded-1d91-4b27-8617-5d61c70dc02d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b66416d9-ab07-47b0-9ef3-709e5d23545c
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:705e2045-5cc8-421d-9b9f-11db3aeb88ef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b4cbaa2-ca14-408b-a29e-ae90074d7dfb
ModelInvariantUuid:d75aca77-4dba-470a-9cf0-afc327e9237f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9f80f539-4fee-4196-a6c2-0cc69a0e220d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:da0def99-1c8c-4728-8bc5-b77b428d796f
ModelInvariantUuid:a5003699-1908-4708-a6ce-54dfd82852a7
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:579b68e6-30ed-44f8-ba88-edd07c196a67
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-02-11T04:53:34.325Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 10953b30-38c3-4536-ad45-656734c3ccf7
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-02-11T04:53:34.373Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2023-02-11T04:53:34.374Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10953b30-38c3-4536-ad45-656734c3ccf7
2023-02-11T04:53:34.374Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 711e8c55-8411-4a83-ae6b-1f26fe510542 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T04:53:34.374Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:34.374Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T04:53:34.502Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:34.503Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 711e8c55-8411-4a83-ae6b-1f26fe510542 1565
2023-02-11T04:53:34.503Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-11T04:53:34.504Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T04:53:34.510Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:34.511Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:34.513Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:34.518Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091214503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:35.537Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b66416d9-ab07-47b0-9ef3-709e5d23545c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "705e2045-5cc8-421d-9b9f-11db3aeb88ef",
    "vfModuleModelCustomizationUUID": "3ec8ea30-f355-4cfe-a3cc-356ea8a7e33e",
    "isBase": true,
    "artifacts": [
      "954e6602-295a-44b6-abd4-1a29b50af268",
      "3a5a62a4-5eeb-4287-b37a-f3c77cb675c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "49409423-a5bd-4869-a569-324ce2338082",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f83eeded-1d91-4b27-8617-5d61c70dc02d",
    "vfModuleModelCustomizationUUID": "79acd7ad-c0ef-4a5f-a45a-73d3187ce882",
    "isBase": false,
    "artifacts": [
      "c6e74a4d-4165-48c2-885a-fa82d327075c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T04:53:35.584Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:705e2045-5cc8-421d-9b9f-11db3aeb88ef
VfModuleModelInvariantUUID:b66416d9-ab07-47b0-9ef3-709e5d23545c
VfModuleModelDescription:NULL
Artifacts UUID List:{
954e6602-295a-44b6-abd4-1a29b50af268
,
3a5a62a4-5eeb-4287-b37a-f3c77cb675c9

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:f83eeded-1d91-4b27-8617-5d61c70dc02d
VfModuleModelInvariantUUID:49409423-a5bd-4869-a569-324ce2338082
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6e74a4d-4165-48c2-885a-fa82d327075c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-11T04:53:35.628Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b66416d9-ab07-47b0-9ef3-709e5d23545c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "705e2045-5cc8-421d-9b9f-11db3aeb88ef",
    "vfModuleModelCustomizationUUID": "3ec8ea30-f355-4cfe-a3cc-356ea8a7e33e",
    "isBase": true,
    "artifacts": [
      "954e6602-295a-44b6-abd4-1a29b50af268",
      "3a5a62a4-5eeb-4287-b37a-f3c77cb675c9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "49409423-a5bd-4869-a569-324ce2338082",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f83eeded-1d91-4b27-8617-5d61c70dc02d",
    "vfModuleModelCustomizationUUID": "79acd7ad-c0ef-4a5f-a45a-73d3187ce882",
    "isBase": false,
    "artifacts": [
      "c6e74a4d-4165-48c2-885a-fa82d327075c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T04:53:35.629Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:705e2045-5cc8-421d-9b9f-11db3aeb88ef
VfModuleModelInvariantUUID:b66416d9-ab07-47b0-9ef3-709e5d23545c
VfModuleModelDescription:NULL
Artifacts UUID List:{
954e6602-295a-44b6-abd4-1a29b50af268
,
3a5a62a4-5eeb-4287-b37a-f3c77cb675c9

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:f83eeded-1d91-4b27-8617-5d61c70dc02d
VfModuleModelInvariantUUID:49409423-a5bd-4869-a569-324ce2338082
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6e74a4d-4165-48c2-885a-fa82d327075c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-02-11T04:53:35.629Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 954e6602-295a-44b6-abd4-1a29b50af268 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T04:53:35.630Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:35.631Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T04:53:35.767Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:35.778Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 954e6602-295a-44b6-abd4-1a29b50af268 914
2023-02-11T04:53:35.779Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-11T04:53:35.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T04:53:35.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:35.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:35.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:35.781Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091215779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:36.807Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb8f4225-5195-4b15-838a-01ee10313ef5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T04:53:36.808Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:36.808Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T04:53:36.929Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:36.930Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cb8f4225-5195-4b15-838a-01ee10313ef5 12
2023-02-11T04:53:36.930Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-11T04:53:36.931Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-11T04:53:36.931Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:36.931Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:36.932Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:36.935Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091216930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:37.936Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a5a62a4-5eeb-4287-b37a-f3c77cb675c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T04:53:37.936Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:37.937Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T04:53:38.127Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:38.128Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3a5a62a4-5eeb-4287-b37a-f3c77cb675c9 96
2023-02-11T04:53:38.129Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-11T04:53:38.129Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T04:53:38.130Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:38.132Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:38.132Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:38.132Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091218129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:39.135Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c6e74a4d-4165-48c2-885a-fa82d327075c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T04:53:39.135Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:53:39.135Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T04:53:39.316Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:53:39.320Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c6e74a4d-4165-48c2-885a-fa82d327075c 20206
2023-02-11T04:53:39.322Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-11T04:53:39.322Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-11T04:53:39.322Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:53:39.322Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:39.323Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:39.323Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091219322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:40.338Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a1620d0c-b3bf-413e-90fa-d121d87389ef
2023-02-11T04:53:40.338Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 10953b30-38c3-4536-ad45-656734c3ccf7 ASDC
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-02-11T04:53:40.518Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d7dfa0, org.onap.sdc.toscaparser.api.parameters.Input@3fb50e41, org.onap.sdc.toscaparser.api.parameters.Input@9df5ab8, org.onap.sdc.toscaparser.api.parameters.Input@6eb072d9, org.onap.sdc.toscaparser.api.parameters.Input@51a58a70]
2023-02-11T04:53:40.532Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.532Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.533Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-11T04:53:40.533Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= af278283-96b6-4905-9b91-23bf9ee1cc9c
2023-02-11T04:53:40.533Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af278283-96b6-4905-9b91-23bf9ee1cc9c matches Tosca VF Customization UUID: af278283-96b6-4905-9b91-23bf9ee1cc9c
2023-02-11T04:53:40.533Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: af278283-96b6-4905-9b91-23bf9ee1cc9c  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-02-11T04:53:40.588Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.588Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.589Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id af278283-96b6-4905-9b91-23bf9ee1cc9c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-11T04:53:40.589Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5847432d
2023-02-11T04:53:40.589Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.590Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T04:53:40.590Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 79acd7ad-c0ef-4a5f-a45a-73d3187ce882
2023-02-11T04:53:40.590Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 79acd7ad-c0ef-4a5f-a45a-73d3187ce882
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-02-11T04:53:40.620Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.620Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:40.621Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:40.621Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.621Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:40.621Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:53:40.621Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.622Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-11T04:53:40.622Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=af278283-96b6-4905-9b91-23bf9ee1cc9c
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-02-11T04:53:40.629Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.629Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.629Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a1620d0c-b3bf-413e-90fa-d121d87389ef: basic_cnf_macro
2023-02-11T04:53:40.630Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.653Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.666Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.667Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.667Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.667Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.667Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.668Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.668Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:53:40.668Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:53:40.668Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
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 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: 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 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-02-11T04:53:41.476Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 10953b30-38c3-4536-ad45-656734c3ccf7 2 ASDC deployResourceStructure
2023-02-11T04:53:41.477Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-11T04:53:41.477Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-11T04:53:41.478Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:53:41.489Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:41.490Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:41.490Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091221477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:42.499Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-11T04:53:42.499Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-11T04:53:42.499Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:53:42.500Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:42.500Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:42.500Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091222499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:43.502Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-11T04:53:43.502Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-11T04:53:43.502Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T04:53:43.503Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:43.503Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:43.503Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091223502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:44.505Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-11T04:53:44.505Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-11T04:53:44.505Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:53:44.505Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:44.506Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:44.537Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091224505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:45.539Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-11T04:53:45.540Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-11T04:53:45.540Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-11T04:53:45.542Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:45.543Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:45.543Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091225539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:46.557Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:53:46.562Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-11T04:53:46.562Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:53:46.563Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:53:46.563Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:53:46.564Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091226557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:53:47.568Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:53:47.824Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:53:47.863Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:53:47.864Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T04:53:47.864Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T04:54:13.844Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:54:13.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:54:13.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:54:13.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:54:17.889Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:54:18.061Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:54:18.078Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:54:18.079Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T04:54:18.079Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T04:54:48.079Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:54:48.173Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:54:48.199Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:54:48.199Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T04:54:48.199Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T04:55:13.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:13.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.883Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.885Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.886Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.899Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.900Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.904Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.912Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.914Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.914Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.915Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.917Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.917Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.920Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091183505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.922Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091193884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091167261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.924Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.924Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091210087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.925Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091209688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.926Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.926Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.926Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.927Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091209101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.927Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091211316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.928Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091212498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.930Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091213618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.933Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091203657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:13.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.941Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:13.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.949Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091213879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:13.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:13.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:13.950Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091215109,
  "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-02-11T04:55:14.008Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6ae94b9-215a-41cc-aa9b-0433a1a0f327
2023-02-11T04:55:14.010Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6ae94b9-215a-41cc-aa9b-0433a1a0f327 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-02-11T04:55:14.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.164Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091216115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091214503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.205Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091215779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091207424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091216930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091218802,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091218129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091219322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091221477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091223064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.208Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091222499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.209Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091224081,
  "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-02-11T04:55:14.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6ae94b9-215a-41cc-aa9b-0433a1a0f327
2023-02-11T04:55:14.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6ae94b9-215a-41cc-aa9b-0433a1a0f327 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-02-11T04:55:14.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.342Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091223502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T04:55:14.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091224505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091225539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091226525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.343Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091226557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.344Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091227531,
  "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-02-11T04:55:14.436Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6ae94b9-215a-41cc-aa9b-0433a1a0f327
2023-02-11T04:55:14.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6ae94b9-215a-41cc-aa9b-0433a1a0f327 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-02-11T04:55:14.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.611Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.640Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091217118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091210717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091239706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091239256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091240910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091233657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091242014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091241868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091243128,
  "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-02-11T04:55:14.829Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 318abd88-e8c0-4f63-9383-773435d1f27c
2023-02-11T04:55:14.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 318abd88-e8c0-4f63-9383-773435d1f27c 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-02-11T04:55:14.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.861Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.861Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091244131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.862Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:55:14.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091237423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091246374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.864Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091250421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:14.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:14.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:14.867Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091251435,
  "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-02-11T04:55:14.933Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 318abd88-e8c0-4f63-9383-773435d1f27c
2023-02-11T04:55:14.934Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 318abd88-e8c0-4f63-9383-773435d1f27c 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-02-11T04:55:15.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:55:15.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091253921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:55:15.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:55:18.207Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:55:18.263Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327
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-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:55:18.277Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:55:18.278Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:55:18.278Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||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-02-11T04:55:18.291Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T04:55:48.293Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327 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-02-11T04:55:48.321Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6ae94b9-215a-41cc-aa9b-0433a1a0f327 and serviceModelVersionId: a1620d0c-b3bf-413e-90fa-d121d87389ef
2023-02-11T04:55:48.321Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1af2a053-88e4-430a-ae6b-d71f19d2007f
2023-02-11T04:55:48.323Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0
2023-02-11T04:55:48.343Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T04:55:48.488Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0|INFO|500||Invoke
2023-02-11T04:55:48.491Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6ae94b9-215a-41cc-aa9b-0433a1a0f327], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[888b0353-0b90-4713-a9e3-3ce23543d0ed], X-ECOMP-RequestID=[a6ae94b9-215a-41cc-aa9b-0433a1a0f327], X-TransactionId=[], X-ONAP-RequestID=[a6ae94b9-215a-41cc-aa9b-0433a1a0f327], Content-Type=[application/merge-patch+json]}
2023-02-11T04:55:48.564Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T04:55:48.727Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?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/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 04:55:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[487656], x-aai-txid=[0-aai-resources-230211-04:55:49:350-38820], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T04:55:48.728Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T04:55:48.730Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1af2a053-88e4-430a-ae6b-d71f19d2007f/model-vers/model-ver/a1620d0c-b3bf-413e-90fa-d121d87389ef?depth=0|INFO|500||InvokeReturn
2023-02-11T04:55:48.730Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T04:55:48.730Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||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-02-11T04:55:48.779Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||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-02-11T04:55:48.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6ae94b9-215a-41cc-aa9b-0433a1a0f327 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T04:55:48.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T04:55:48.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:48.780Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:48.781Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091348780,
  "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-02-11T04:55:50.017Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:55:50.058Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T04:55:50.059Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"318abd88-e8c0-4f63-9383-773435d1f27c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d66fc207-8af9-44c6-9d04-3a8fde045ede","serviceDescription":"service","serviceInvariantUUID":"483cab80-f0fe-4427-81db-e14f111e5c8a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad96c026-2ea9-45b6-8cbb-768727a35590","resourceInvariantUUID":"0ee255e9-5f50-4dbb-91f0-48558e5dc927","resourceCustomizationUUID":"0cfa95be-d274-48ba-a4be-c2a47cb5d53f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmQ2NzZiODMxOGE0MTgzMWUxMzBlYThlZWFlN2UwZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bc9d067-43fa-407b-b7e6-53c05c4099d6","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ODBiMWFhZmYzMzkyZTA1NWM2OTRmZTM2OTNjZjY2MGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8f95f30-4fe4-4e79-b3f6-caa9b4bde7e5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6734fe3-bf66-4807-bb52-550668c8efc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c875f6d7-2410-4686-80e3-7cc006dbc79f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fe2a4f79-e226-4833-bdf9-91e287d561d2","artifactVersion":"2","generatedFromUUID":"a6734fe3-bf66-4807-bb52-550668c8efc7"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZThjMDE5MWMwNjY1MjlmYmU3ODQ4YjRlNmUxODg1Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"67c2cd74-4366-4763-a83a-f5717642c1ea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"M2NmYjE2MDljNWI0MGM4YTY2YmM4N2QyM2MyZThlOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ade33d8d-1c64-4b1b-8c72-2b67311f4447","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTk5ZTFiODRlOWFhZDFlOWNjYzk5ODRhNTEyNzc0ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ce95112-86b1-4c66-8414-50e36a853ae7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T04:55:50.062Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:50.062Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:50.062Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:50.062Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:51.063Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:51.064Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:51.064Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:51.064Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:52.069Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:52.069Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:52.070Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:52.070Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:53.080Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:53.081Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:53.082Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:53.082Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:54.086Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:54.087Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:54.087Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:54.088Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:55.093Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:55.095Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:55.095Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:55.095Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:56.101Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:56.102Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:56.102Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:56.103Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:57.104Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:55:57.105Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:57.106Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:57.106Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:58.107Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d66fc207-8af9-44c6-9d04-3a8fde045ede",
  "serviceDescription": "service",
  "serviceInvariantUUID": "483cab80-f0fe-4427-81db-e14f111e5c8a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0cfa95be-d274-48ba-a4be-c2a47cb5d53f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad96c026-2ea9-45b6-8cbb-768727a35590",
      "resourceInvariantUUID": "0ee255e9-5f50-4dbb-91f0-48558e5dc927",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ODBiMWFhZmYzMzkyZTA1NWM2OTRmZTM2OTNjZjY2MGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e8f95f30-4fe4-4e79-b3f6-caa9b4bde7e5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a6734fe3-bf66-4807-bb52-550668c8efc7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fe2a4f79-e226-4833-bdf9-91e287d561d2",
            "generatedFromUUID": "a6734fe3-bf66-4807-bb52-550668c8efc7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fe2a4f79-e226-4833-bdf9-91e287d561d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTk5ZTFiODRlOWFhZDFlOWNjYzk5ODRhNTEyNzc0ZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ce95112-86b1-4c66-8414-50e36a853ae7"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T04:55:58.108Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T04:55:58.108Z|a6ae94b9-215a-41cc-aa9b-0433a1a0f327|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d66fc207-8af9-44c6-9d04-3a8fde045ede ASDC
2023-02-11T04:55:58.109Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:318abd88-e8c0-4f63-9383-773435d1f27c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d66fc207-8af9-44c6-9d04-3a8fde045ede
ServiceInvariantUUID:483cab80-f0fe-4427-81db-e14f111e5c8a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:5ce95112-86b1-4c66-8414-50e36a853ae7
ArtifactChecksum:MTk5ZTFiODRlOWFhZDFlOWNjYzk5ODRhNTEyNzc0ZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0cfa95be-d274-48ba-a4be-c2a47cb5d53f
ResourceInvariantUUID:0ee255e9-5f50-4dbb-91f0-48558e5dc927
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:ad96c026-2ea9-45b6-8cbb-768727a35590
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:e8f95f30-4fe4-4e79-b3f6-caa9b4bde7e5
ArtifactChecksum:ODBiMWFhZmYzMzkyZTA1NWM2OTRmZTM2OTNjZjY2MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a6734fe3-bf66-4807-bb52-550668c8efc7
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:fe2a4f79-e226-4833-bdf9-91e287d561d2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:fe2a4f79-e226-4833-bdf9-91e287d561d2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-11T04:55:58.109Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d66fc207-8af9-44c6-9d04-3a8fde045ede 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-02-11T04:55:58.311Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:55:58.317Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:55:58.318Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:55:58.318Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ce95112-86b1-4c66-8414-50e36a853ae7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T04:55:58.318Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:55:58.319Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T04:55:58.429Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:55:58.438Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5ce95112-86b1-4c66-8414-50e36a853ae7 82999
2023-02-11T04:55:58.439Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:55:58.439Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T04:55:58.439Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:55:58.440Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:55:58.440Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:55:58.440Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091358439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:55:59.445Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:55:59.447Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:55:59.447Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ce95112-86b1-4c66-8414-50e36a853ae7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:55:59.447Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-11T04:55:59.462Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:55:59.463Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:55:59.855Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18414972522255947266/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-11T04:56:02.811Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T04:56:02.811Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:56:02.812Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:56:02.812Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T04:56:02.812Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:56:02.812Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2023-02-11T04:56:02.812Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:56:02.813Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2023-02-11T04:56:02.813Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2023-02-11T04:56:02.813Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-BasicVmMacro-csar.csar
2023-02-11T04:56:02.813Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-11T04:56:02.814Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:56:02.814Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.814Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.814Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:02.815Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:56:02.815Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:56:02.815Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.816Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.816Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:02.816Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:56:02.816Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:56:02.817Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.817Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.818Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.818Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T04:56:02.818Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-11T04:56:02.818Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-11T04:56:02.818Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-11T04:56:02.819Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T04:56:02.819Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-11T04:56:02.819Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.819Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T04:56:02.819Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.820Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:02.820Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:02.821Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.821Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:02.822Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:02.822Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.822Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:02.822Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:02.823Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.824Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T04:56:02.824Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T04:56:02.824Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T04:56:02.825Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5304bb3a-fd26-4568-8ce9-826f9793352d
2023-02-11T04:56:02.826Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.826Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.826Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.826Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.827Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.827Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.828Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:02.828Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:02.828Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d66fc207-8af9-44c6-9d04-3a8fde045ede
Model Version:NULL
Model InvariantUuid:483cab80-f0fe-4427-81db-e14f111e5c8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4fb19edc-a75d-4bba-93cc-f322e963d246
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ee255e9-5f50-4dbb-91f0-48558e5dc927
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0cfa95be-d274-48ba-a4be-c2a47cb5d53f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc2c7693-df83-4bbf-a553-1ccf6a3de6ba
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:08ea7fdc-8262-4248-90c3-63ea27fa5106
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5304bb3a-fd26-4568-8ce9-826f9793352d
ModelInvariantUuid:6c6bc38b-a050-49e0-bfa3-26fc148d597b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:629cf61b-f734-4f1d-bacb-e0e8607ee0cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c1029400-c4af-4d02-85fd-eae96ebda1d4
ModelInvariantUuid:1dff2c25-14f0-4fd6-866a-b7a3f7c05c86
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1f9ebeb0-3b40-4f89-98d9-d1ec6a1eb4d4
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-02-11T04:56:02.897Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ad96c026-2ea9-45b6-8cbb-768727a35590
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-02-11T04:56:02.917Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-02-11T04:56:02.917Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad96c026-2ea9-45b6-8cbb-768727a35590
2023-02-11T04:56:02.917Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e8f95f30-4fe4-4e79-b3f6-caa9b4bde7e5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T04:56:02.917Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:56:02.917Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T04:56:03.031Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:56:03.031Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e8f95f30-4fe4-4e79-b3f6-caa9b4bde7e5 792
2023-02-11T04:56:03.031Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-11T04:56:03.032Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T04:56:03.032Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:56:03.034Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:03.034Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:03.036Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091363031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:04.046Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bc2c7693-df83-4bbf-a553-1ccf6a3de6ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08ea7fdc-8262-4248-90c3-63ea27fa5106",
    "vfModuleModelCustomizationUUID": "221cf8b5-9c18-4c34-8577-aef3d28743f9",
    "isBase": true,
    "artifacts": [
      "a6734fe3-bf66-4807-bb52-550668c8efc7",
      "fe2a4f79-e226-4833-bdf9-91e287d561d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T04:56:04.057Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08ea7fdc-8262-4248-90c3-63ea27fa5106
VfModuleModelInvariantUUID:bc2c7693-df83-4bbf-a553-1ccf6a3de6ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6734fe3-bf66-4807-bb52-550668c8efc7
,
fe2a4f79-e226-4833-bdf9-91e287d561d2

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-02-11T04:56:04.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bc2c7693-df83-4bbf-a553-1ccf6a3de6ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08ea7fdc-8262-4248-90c3-63ea27fa5106",
    "vfModuleModelCustomizationUUID": "221cf8b5-9c18-4c34-8577-aef3d28743f9",
    "isBase": true,
    "artifacts": [
      "a6734fe3-bf66-4807-bb52-550668c8efc7",
      "fe2a4f79-e226-4833-bdf9-91e287d561d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-11T04:56:04.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08ea7fdc-8262-4248-90c3-63ea27fa5106
VfModuleModelInvariantUUID:bc2c7693-df83-4bbf-a553-1ccf6a3de6ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6734fe3-bf66-4807-bb52-550668c8efc7
,
fe2a4f79-e226-4833-bdf9-91e287d561d2

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-02-11T04:56:04.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a6734fe3-bf66-4807-bb52-550668c8efc7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T04:56:04.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:56:04.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T04:56:04.193Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:56:04.194Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a6734fe3-bf66-4807-bb52-550668c8efc7 5033
2023-02-11T04:56:04.194Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T04:56:04.194Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T04:56:04.207Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:56:04.207Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:04.207Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:04.207Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091364194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:05.210Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fe2a4f79-e226-4833-bdf9-91e287d561d2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T04:56:05.210Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:56:05.210Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T04:56:05.393Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:56:05.394Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env fe2a4f79-e226-4833-bdf9-91e287d561d2 903
2023-02-11T04:56:05.394Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T04:56:05.395Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T04:56:05.395Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:56:05.395Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:05.396Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:05.396Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091365394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:06.398Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d66fc207-8af9-44c6-9d04-3a8fde045ede
2023-02-11T04:56:06.399Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ad96c026-2ea9-45b6-8cbb-768727a35590 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-02-11T04:56:06.474Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@173095f8, org.onap.sdc.toscaparser.api.parameters.Input@68a300d4, org.onap.sdc.toscaparser.api.parameters.Input@1850797f, org.onap.sdc.toscaparser.api.parameters.Input@46fbdc7b, org.onap.sdc.toscaparser.api.parameters.Input@55f70e09]
2023-02-11T04:56:06.478Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.479Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.480Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-02-11T04:56:06.480Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0cfa95be-d274-48ba-a4be-c2a47cb5d53f
2023-02-11T04:56:06.481Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0cfa95be-d274-48ba-a4be-c2a47cb5d53f matches Tosca VF Customization UUID: 0cfa95be-d274-48ba-a4be-c2a47cb5d53f
2023-02-11T04:56:06.482Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0cfa95be-d274-48ba-a4be-c2a47cb5d53f  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-02-11T04:56:06.491Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.492Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.500Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0cfa95be-d274-48ba-a4be-c2a47cb5d53f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-11T04:56:06.501Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26a20432
2023-02-11T04:56:06.502Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.503Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-11T04:56:06.504Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 221cf8b5-9c18-4c34-8577-aef3d28743f9
2023-02-11T04:56:06.504Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 221cf8b5-9c18-4c34-8577-aef3d28743f9
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-02-11T04:56:06.551Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.556Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:06.557Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:06.557Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.557Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:06.557Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:06.558Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.558Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-11T04:56:06.558Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-11T04:56:06.558Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-11T04:56:06.558Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5304bb3a-fd26-4568-8ce9-826f9793352d
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-02-11T04:56:06.584Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.585Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:06.585Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-11T04:56:06.586Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.586Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-11T04:56:06.586Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0cfa95be-d274-48ba-a4be-c2a47cb5d53f
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-02-11T04:56:06.601Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.602Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.602Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d66fc207-8af9-44c6-9d04-3a8fde045ede: basic_vm_macro
2023-02-11T04:56:06.602Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.603Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.603Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.603Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.603Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.603Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.604Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.604Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.607Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:56:06.607Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:56:06.607Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
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-02-11T04:56:07.751Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ad96c026-2ea9-45b6-8cbb-768727a35590 1 ASDC deployResourceStructure
2023-02-11T04:56:07.755Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-11T04:56:07.755Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-11T04:56:07.756Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:56:07.756Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:07.757Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:07.757Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091367755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:08.766Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-11T04:56:08.766Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-11T04:56:08.766Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:56:08.767Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:08.767Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:08.767Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091368766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:09.768Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-11T04:56:09.769Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-11T04:56:09.770Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:56:09.771Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:09.772Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:09.773Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091369768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:10.794Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:56:10.796Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-11T04:56:10.799Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:56:10.800Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:56:10.800Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:56:10.801Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091370794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:11.809Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 318abd88-e8c0-4f63-9383-773435d1f27c
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-02-11T04:56:11.930Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 318abd88-e8c0-4f63-9383-773435d1f27c
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-02-11T04:56:11.953Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:56:11.953Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-11T04:56:11.953Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-11T04:56:13.852Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:56:13.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-11T04:56:13.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091254924,
  "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-02-11T04:56:14.001Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 318abd88-e8c0-4f63-9383-773435d1f27c
2023-02-11T04:56:14.001Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 318abd88-e8c0-4f63-9383-773435d1f27c 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-02-11T04:56:41.960Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 318abd88-e8c0-4f63-9383-773435d1f27c
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-02-11T04:56:42.040Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 318abd88-e8c0-4f63-9383-773435d1f27c
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-02-11T04:56:42.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:56:42.061Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:56:42.062Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-02-11T04:56:42.111Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T04:57:12.127Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 318abd88-e8c0-4f63-9383-773435d1f27c 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-02-11T04:57:12.282Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 318abd88-e8c0-4f63-9383-773435d1f27c and serviceModelVersionId: d66fc207-8af9-44c6-9d04-3a8fde045ede
2023-02-11T04:57:12.283Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 483cab80-f0fe-4427-81db-e14f111e5c8a
2023-02-11T04:57:12.284Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0
2023-02-11T04:57:12.291Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T04:57:12.411Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0|INFO|500||Invoke
2023-02-11T04:57:12.411Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[318abd88-e8c0-4f63-9383-773435d1f27c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8ef1ef0-bdc4-4da3-a52c-f959edf41654], X-ECOMP-RequestID=[318abd88-e8c0-4f63-9383-773435d1f27c], X-TransactionId=[], X-ONAP-RequestID=[318abd88-e8c0-4f63-9383-773435d1f27c], Content-Type=[application/merge-patch+json]}
2023-02-11T04:57:12.519Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T04:57:12.695Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?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/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 04:57:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[504040], x-aai-txid=[2-aai-resources-230211-04:57:13:296-52090], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T04:57:12.696Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-11T04:57:12.697Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/483cab80-f0fe-4427-81db-e14f111e5c8a/model-vers/model-ver/d66fc207-8af9-44c6-9d04-3a8fde045ede?depth=0|INFO|500||InvokeReturn
2023-02-11T04:57:12.697Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T04:57:12.697Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-02-11T04:57:12.747Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||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-02-11T04:57:12.747Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 318abd88-e8c0-4f63-9383-773435d1f27c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T04:57:12.748Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T04:57:12.748Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:12.773Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:12.773Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091432748,
  "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=?
2023-02-11T04:57:13.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:13.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.853Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.854Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.855Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.856Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.867Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.869Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.870Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.872Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.873Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.874Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.878Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1676091305150,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091300296,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.879Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1676091331699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091323657,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:57:13.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091332805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091327423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091337628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.883Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091341277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:13.884Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:13.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:13.884Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1676091342296,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where 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: 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-02-11T04:57:14.046Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.051Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b427d8b9-5757-4211-b1d1-7f645df3debd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"427e80f6-8d2c-434d-aa42-195ea830f0b7","serviceDescription":"service","serviceInvariantUUID":"73cb0efc-fbbc-4fc4-aecd-eb05f9385aab","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"587fcb99-da8e-468c-b36b-370c5d6c5cb6","resourceInvariantUUID":"2c55c744-b288-4866-9aab-9689d90f5c14","resourceCustomizationUUID":"eb9c32c5-d83d-4161-a9d5-805a1430967a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZmIzYjYxNTAwODhhMzRjY2I2ZGE1MWJjNWE0MTg5ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4826d7d4-a010-4d85-a55b-32344835289b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8569a0eb-9c9c-4651-b771-b3fa71076963","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2249b90a-197c-4ec6-b178-a2064d1747bb","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzNlZmM1YTBjZWIwYWE2MmE2MjM3MGEyNzIzZTNiMjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3a7f1ca-03fb-4ddc-bb43-db1f98393402","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"949b9244-8e68-4179-b21c-a2704f5cb95a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79139ea5-026f-4811-a616-03de20fd3c76","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c366f31-9c19-4275-a098-5b4723466881","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZmZkOGQ1M2UzNWNhMzJmYWRjN2Y4NGUyYTQ3NGQwZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bced1cb5-ac5a-40c4-aba4-9f76f9f41965","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTE4YTk5MjdjNTY2Mjc1ZjMzNzE3MDI5ODBkMjVmZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ea18f14-8ef2-44df-a22f-66d748c76992","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-11T04:57:14.051Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:14.052Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:14.052Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:14.052Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:14.158Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b427d8b9-5757-4211-b1d1-7f645df3debd
2023-02-11T04:57:14.158Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b427d8b9-5757-4211-b1d1-7f645df3debd 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-02-11T04:57:14.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.326Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091341709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:14.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.327Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "aai-model-loader",
  "timestamp": 1676091342712,
  "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-02-11T04:57:14.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b427d8b9-5757-4211-b1d1-7f645df3debd
2023-02-11T04:57:14.526Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b427d8b9-5757-4211-b1d1-7f645df3debd 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-02-11T04:57:14.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.651Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "a6ae94b9-215a-41cc-aa9b-0433a1a0f327",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091348780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-11T04:57:14.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:14.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.654Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-11T04:57:14.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.654Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:14.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.655Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.657Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091358439,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091363031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.658Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091364194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:14.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.660Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091365394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091367755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.661Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091368766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:14.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.663Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091369768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:14.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:14.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:57:14.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091370794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:57:14.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:57:15.055Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:15.056Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:15.056Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:15.056Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:16.058Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:16.058Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:16.063Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:16.063Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:17.093Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:17.093Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:17.093Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:17.093Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:18.097Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:18.097Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:18.097Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:18.097Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:19.110Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:19.110Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:19.110Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:19.111Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:20.113Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:20.113Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:20.114Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:20.114Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:21.132Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:21.135Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:21.136Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:21.152Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:22.153Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-11T04:57:22.154Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:22.154Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:22.154Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:23.160Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "427e80f6-8d2c-434d-aa42-195ea830f0b7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "73cb0efc-fbbc-4fc4-aecd-eb05f9385aab",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "eb9c32c5-d83d-4161-a9d5-805a1430967a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "587fcb99-da8e-468c-b36b-370c5d6c5cb6",
      "resourceInvariantUUID": "2c55c744-b288-4866-9aab-9689d90f5c14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "YTE4YTk5MjdjNTY2Mjc1ZjMzNzE3MDI5ODBkMjVmZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ea18f14-8ef2-44df-a22f-66d748c76992"
    }
  ],
  "workloadContext": "Production"
}
2023-02-11T04:57:23.161Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-11T04:57:23.161Z|318abd88-e8c0-4f63-9383-773435d1f27c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 427e80f6-8d2c-434d-aa42-195ea830f0b7 ASDC
2023-02-11T04:57:23.161Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b427d8b9-5757-4211-b1d1-7f645df3debd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:427e80f6-8d2c-434d-aa42-195ea830f0b7
ServiceInvariantUUID:73cb0efc-fbbc-4fc4-aecd-eb05f9385aab
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:5ea18f14-8ef2-44df-a22f-66d748c76992
ArtifactChecksum:YTE4YTk5MjdjNTY2Mjc1ZjMzNzE3MDI5ODBkMjVmZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:eb9c32c5-d83d-4161-a9d5-805a1430967a
ResourceInvariantUUID:2c55c744-b288-4866-9aab-9689d90f5c14
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:587fcb99-da8e-468c-b36b-370c5d6c5cb6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-11T04:57:23.161Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 427e80f6-8d2c-434d-aa42-195ea830f0b7 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-02-11T04:57:23.513Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:57:23.513Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:57:23.514Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:57:23.514Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ea18f14-8ef2-44df-a22f-66d748c76992 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T04:57:23.514Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-02-11T04:57:23.514Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T04:57:23.752Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-02-11T04:57:23.791Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5ea18f14-8ef2-44df-a22f-66d748c76992 111100
2023-02-11T04:57:23.791Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:57:23.792Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T04:57:23.792Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-11T04:57:23.792Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:23.793Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:23.793Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091443791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:24.800Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-11T04:57:24.801Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-02-11T04:57:24.801Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ea18f14-8ef2-44df-a22f-66d748c76992, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T04:57:24.802Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-11T04:57:24.802Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T04:57:24.803Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T04:57:25.124Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13148500742297038224/Definitions/service-TestPnfMacro-template.yml
2023-02-11T04:57:27.287Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-11T04:57:27.295Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:57:27.295Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T04:57:27.296Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-11T04:57:27.296Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.296Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-11T04:57:27.296Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.297Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.297Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.297Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.297Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-TestPnfMacro-csar.csar
2023-02-11T04:57:27.297Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-02-11T04:57:27.298Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.298Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.298Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-11T04:57:27.299Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:57:27.299Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:57:27.312Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.313Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.313Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-11T04:57:27.314Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-02-11T04:57:27.316Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-11T04:57:27.317Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.318Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.318Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.318Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.319Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.319Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.320Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.333Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.333Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.333Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.334Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:427e80f6-8d2c-434d-aa42-195ea830f0b7
Model Version:NULL
Model InvariantUuid:73cb0efc-fbbc-4fc4-aecd-eb05f9385aab
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-02-11T04:57:27.427Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 587fcb99-da8e-468c-b36b-370c5d6c5cb6
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-02-11T04:57:27.441Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-02-11T04:57:27.441Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 587fcb99-da8e-468c-b36b-370c5d6c5cb6
2023-02-11T04:57:27.441Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 427e80f6-8d2c-434d-aa42-195ea830f0b7
2023-02-11T04:57:27.442Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 427e80f6-8d2c-434d-aa42-195ea830f0b7
2023-02-11T04:57:27.442Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 587fcb99-da8e-468c-b36b-370c5d6c5cb6 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-02-11T04:57:27.491Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d900ba9, org.onap.sdc.toscaparser.api.parameters.Input@7ff0a2e9, org.onap.sdc.toscaparser.api.parameters.Input@530e46c4, org.onap.sdc.toscaparser.api.parameters.Input@410ad24f, org.onap.sdc.toscaparser.api.parameters.Input@3cba4484]
2023-02-11T04:57:27.492Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.492Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.493Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 427e80f6-8d2c-434d-aa42-195ea830f0b7: test-pnf
2023-02-11T04:57:27.493Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Processing PNF resource: 587fcb99-da8e-468c-b36b-370c5d6c5cb6
2023-02-11T04:57:27.493Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-11T04:57:27.494Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-11T04:57:27.494Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Resource customization UUID: eb9c32c5-d83d-4161-a9d5-805a1430967a is the same as notified resource customizationUUID: eb9c32c5-d83d-4161-a9d5-805a1430967a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-11T04:57:27.931Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 587fcb99-da8e-468c-b36b-370c5d6c5cb6 0 ASDC deployResourceStructure
2023-02-11T04:57:27.931Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-11T04:57:27.932Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-11T04:57:27.932Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-11T04:57:27.932Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:27.932Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:27.932Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091447931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:57:28.954Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b427d8b9-5757-4211-b1d1-7f645df3debd
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-02-11T04:57:29.162Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b427d8b9-5757-4211-b1d1-7f645df3debd
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-02-11T04:57:29.183Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-11T04:57:29.183Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-11T04:57:29.183Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-11T04:57:29.184Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-11T04:57:29.184Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:57:29.184Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:57:29.184Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-11T04:57:29.185Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-02-11T04:57:29.389Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-11T04:57:59.393Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b427d8b9-5757-4211-b1d1-7f645df3debd 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-02-11T04:57:59.434Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b427d8b9-5757-4211-b1d1-7f645df3debd and serviceModelVersionId: 427e80f6-8d2c-434d-aa42-195ea830f0b7
2023-02-11T04:57:59.434Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73cb0efc-fbbc-4fc4-aecd-eb05f9385aab
2023-02-11T04:57:59.436Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?depth=0
2023-02-11T04:57:59.478Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-02-11T04:57:59.607Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?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-02-11T04:57:59.630Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?depth=0|INFO|500||Invoke
2023-02-11T04:57:59.674Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-11T04:57:59.921Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?depth=0|INFO|500||InvokeReturn
2023-02-11T04:57:59.922Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73cb0efc-fbbc-4fc4-aecd-eb05f9385aab/model-vers/model-ver/427e80f6-8d2c-434d-aa42-195ea830f0b7?depth=0 has http status code:200 and response headers:{date=[Sat, 11 Feb 2023 04:58:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[232], vertex-id=[290960], x-aai-txid=[2-aai-resources-230211-04:58:00:447-56664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-11T04:57:59.922Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-02-11T04:57:59.923Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-11T04:57:59.923Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-02-11T04:57:59.970Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||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-02-11T04:57:59.971Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b427d8b9-5757-4211-b1d1-7f645df3debd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-11T04:57:59.972Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-11T04:57:59.972Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-02-11T04:57:59.973Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-11T04:57:59.973Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091479971,
  "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-02-11T04:58:01.076Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:58:13.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:58:13.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-02-11T04:58:13.862Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "318abd88-e8c0-4f63-9383-773435d1f27c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091432748,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T04:58:13.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:01.086Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T04:59:13.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T04:59:13.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.853Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.863Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.865Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-11T04:59:13.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.865Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091350017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-11T04:59:13.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091443791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-11T04:59:13.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.867Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091447931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-11T04:59:13.871Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T04:59:13.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-11T04:59:13.872Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b427d8b9-5757-4211-b1d1-7f645df3debd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1676091479971,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-11T04:59:13.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-11T05:00:01.089Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:00:13.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:01:01.091Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:01:13.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:02:01.093Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:02:13.847Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:03:01.113Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:03:13.866Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:04:01.118Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:04:13.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:05:01.119Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:05:13.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:06:01.120Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:06:13.899Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:07:01.129Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:07:13.901Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:08:01.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:08:13.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:09:01.159Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:09:13.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:10:01.160Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:10:13.960Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:11:01.163Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:11:13.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:12:01.164Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:12:13.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:13:01.168Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:13:13.992Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:14:01.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:14:13.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:15:01.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:15:13.996Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:16:01.176Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:16:14.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:17:01.179Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:17:14.006Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:18:01.182Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:18:14.007Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:19:01.184Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:19:14.009Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:20:01.216Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:20:14.026Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:21:01.254Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:21:14.028Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:22:01.256Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:22:14.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:23:01.264Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:23:14.035Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:24:01.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:24:14.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:25:01.267Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:25:14.040Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:26:01.268Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:26:14.042Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:27:01.317Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:27:14.053Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:28:01.348Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:28:14.053Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:29:01.351Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:29:14.054Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:30:01.365Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:30:14.055Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:31:01.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:31:14.056Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:32:01.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:32:14.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:33:01.473Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:33:14.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:34:01.495Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:34:14.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:35:01.499Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:35:14.089Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:36:01.500Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:36:14.092Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:37:01.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:37:14.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:38:01.517Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:38:14.096Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:39:01.518Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:39:14.099Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:40:01.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:40:14.100Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:41:01.528Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:41:14.123Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:42:01.532Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:42:14.128Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:43:01.538Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:43:14.146Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:44:01.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:44:14.147Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:45:01.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:45:14.150Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:46:01.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:46:14.154Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:47:01.560Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:47:14.159Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:48:01.561Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:48:14.166Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:49:01.565Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:49:14.168Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:50:01.566Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:50:14.183Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:51:01.568Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:51:14.191Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:52:01.574Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:52:14.192Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:53:01.577Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:53:14.219Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:54:01.579Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:54:14.224Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:55:01.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:55:14.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:56:01.581Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:56:14.232Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:57:01.583Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:57:14.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:58:01.584Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:58:14.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T05:59:01.592Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T05:59:14.240Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:00:01.592Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:00:14.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:01:01.597Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:01:14.270Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:02:01.610Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:02:14.285Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:03:01.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:03:14.286Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:04:01.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:04:14.290Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:05:01.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:05:14.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:06:01.619Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:06:14.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:07:01.652Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:07:14.351Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:08:01.703Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:08:14.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:09:01.705Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:09:14.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:10:01.707Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:10:14.363Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:11:01.710Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:11:14.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:12:01.711Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:12:14.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:13:01.712Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:13:14.399Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:14:01.745Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:14:14.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:15:01.754Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:15:14.425Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:16:01.754Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:16:14.427Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:17:01.755Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:17:14.431Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:18:01.757Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:18:14.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:19:01.758Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:19:14.433Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:20:01.759Z|d611847f-71ee-4157-9840-f0cb14c7254d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:20:14.433Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:21:01.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:21:14.461Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:22:01.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:22:14.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:23:01.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:23:14.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:24:01.765Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:24:14.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:25:01.767Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:25:14.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:26:01.767Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:26:14.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:27:01.772Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:27:14.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:28:01.776Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:28:14.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:29:01.777Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:29:14.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:30:01.805Z|b427d8b9-5757-4211-b1d1-7f645df3debd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:30:14.544Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:31:01.807Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:31:14.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:32:01.815Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:32:14.552Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:33:01.818Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:33:14.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:34:01.819Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:34:14.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:35:01.820Z|59e0099f-1cbf-42b9-bd7f-623c368fe4a7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:35:14.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:36:01.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:36:14.639Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:37:01.835Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:37:14.645Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:38:01.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:38:14.647Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:39:01.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:39:14.648Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:40:01.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:40:14.651Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:41:01.858Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:41:14.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:42:01.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:42:14.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:43:01.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:43:14.680Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-11T06:44:01.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-11T06:44:14.687Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO