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