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-05-26T23:45:50.570Z||main|||||INFO|500||The following profiles are active: basic
2023-05-26T23:46:04.368Z||main|||||INFO|500||Starting service [Tomcat]
2023-05-26T23:46:04.368Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-05-26T23:46:04.557Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-05-26T23:46:07.590Z||main|||||INFO|500||catdb-pool - Starting...
2023-05-26T23:46:07.989Z||main|||||INFO|500||catdb-pool - Start completed.
2023-05-26T23:46:08.594Z||main|||||INFO|500||reqdb-pool - Starting...
2023-05-26T23:46:08.644Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-05-26T23:46:08.820Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-05-26T23:46:09.156Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-05-26T23:46:10.202Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-05-26T23:46:13.605Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-26T23:46:15.497Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-26T23:46:15.538Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-05-26T23:46:15.817Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-05-26T23:46:16.067Z||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-05-26T23:46:16.745Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-05-26T23:46:17.693Z||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-05-26T23:46:18.477Z||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-05-26T23:46:19.191Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:19.194Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[63a40c75-170f-45cc-8efe-a14695dd7485], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:19.216Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:21.469Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[2235], Server=[envoy], Date=[Fri, 26 May 2023 23:46:20 GMT], Content-Type=[application/json]}
2023-05-26T23:46:21.473Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ee93fe68bf8047a8a72e9bd507121a4a","versionId":"0d655bc683ab40a39ada19b5db365750"}
2023-05-26T23:46:21.474Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:21.537Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2023-05-26T23:46:21.582Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:21.583Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[09df6737-7408-4326-88df-d884967abb8f], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:21.584Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:22.186Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[563], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:22 GMT]}
2023-05-26T23:46:22.187Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:22.189Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ee93fe68bf8047a8a72e9bd507121a4a/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:22.191Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2023-05-26T23:46:22.192Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:22.288Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:22.289Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a9520e7d-7ae8-4f06-82ad-c3e934f71681], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:22.291Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:22.561Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[266], Server=[envoy], Date=[Fri, 26 May 2023 23:46:23 GMT], Content-Type=[application/json]}
2023-05-26T23:46:22.562Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c2366fd6e4644963acdc522a2ad302be","versionId":"f3b4764a7135488aafaffb270ed3c386"}
2023-05-26T23:46:22.563Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:22.566Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2023-05-26T23:46:22.638Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c2366fd6e4644963acdc522a2ad302be/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:22.638Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2366fd6e4644963acdc522a2ad302be/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:22.639Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2366fd6e4644963acdc522a2ad302be/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:23.106Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2366fd6e4644963acdc522a2ad302be/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:23.106Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c2366fd6e4644963acdc522a2ad302be/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[463], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:24 GMT]}
2023-05-26T23:46:23.107Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:23.107Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2023-05-26T23:46:23.108Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:23.198Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:23.200Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:23.202Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:23.479Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:23.480Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[272], Server=[envoy], Date=[Fri, 26 May 2023 23:46:24 GMT], Content-Type=[application/json]}
2023-05-26T23:46:23.481Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"34b5be680bd4456b9d737473025a71a2","versionId":"b79fcb9d2b5e41f2a04eb63a46977f4b"}
2023-05-26T23:46:23.485Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2023-05-26T23:46:23.549Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/34b5be680bd4456b9d737473025a71a2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:23.551Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/34b5be680bd4456b9d737473025a71a2/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:23.553Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/34b5be680bd4456b9d737473025a71a2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:24.018Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/34b5be680bd4456b9d737473025a71a2/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:24.019Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/34b5be680bd4456b9d737473025a71a2/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[462], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:24 GMT]}
2023-05-26T23:46:24.020Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:24.020Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2023-05-26T23:46:24.021Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:24.089Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:24.089Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7057f467-baad-48d9-bdc2-bad36adc79e3], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:24.091Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:24.454Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[360], Server=[envoy], Date=[Fri, 26 May 2023 23:46:25 GMT], Content-Type=[application/json]}
2023-05-26T23:46:24.455Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0d38dbe4bc814f00939748f76fab7426","versionId":"14c5193dcfda4c95ae592d22603cd523"}
2023-05-26T23:46:24.456Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:24.460Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-05-26T23:46:24.521Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:24.522Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[264efdcf-3349-4116-9c84-d340f4b354ae], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:24.524Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:24.977Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[450], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:25 GMT]}
2023-05-26T23:46:24.978Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:24.979Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0d38dbe4bc814f00939748f76fab7426/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:24.979Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2023-05-26T23:46:24.979Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:25.028Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:25.029Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:25.031Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:25.287Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:25.288Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[251], Server=[envoy], Date=[Fri, 26 May 2023 23:46:26 GMT], Content-Type=[application/json]}
2023-05-26T23:46:25.289Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"f2b36214121246fca1232244d589615b","versionId":"1a1433356d28466fa3271374710dcc5f"}
2023-05-26T23:46:25.292Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-05-26T23:46:25.345Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f2b36214121246fca1232244d589615b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:25.345Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f2b36214121246fca1232244d589615b/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:25.346Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f2b36214121246fca1232244d589615b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:25.731Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f2b36214121246fca1232244d589615b/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:25.732Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f2b36214121246fca1232244d589615b/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[381], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:26 GMT]}
2023-05-26T23:46:25.733Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:25.733Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2023-05-26T23:46:25.733Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:25.799Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:25.800Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c25db183-a8d7-4d66-a30f-9465f84fc574], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:25.802Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:26.068Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[263], Server=[envoy], Date=[Fri, 26 May 2023 23:46:27 GMT], Content-Type=[application/json]}
2023-05-26T23:46:26.069Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"207694f68a114e5a89a7be09d31f78c6","versionId":"06a95e973c17465694cf56f35d60b512"}
2023-05-26T23:46:26.070Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:26.074Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-05-26T23:46:26.123Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/207694f68a114e5a89a7be09d31f78c6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:26.125Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/207694f68a114e5a89a7be09d31f78c6/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:26.127Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/207694f68a114e5a89a7be09d31f78c6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:26.545Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/207694f68a114e5a89a7be09d31f78c6/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:26.546Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/207694f68a114e5a89a7be09d31f78c6/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[415], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:27 GMT]}
2023-05-26T23:46:26.546Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:26.547Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2023-05-26T23:46:26.547Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:26.597Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:26.598Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e0fb5933-ffb6-4b7b-889f-a12fa521195a], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:26.599Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:26.860Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[258], Server=[envoy], Date=[Fri, 26 May 2023 23:46:27 GMT], Content-Type=[application/json]}
2023-05-26T23:46:26.861Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8e8589427abc44b5bb86b56a3bd3cd41","versionId":"7cec310f7f9e4566ab6275aedc30aafe"}
2023-05-26T23:46:26.863Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:26.866Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2023-05-26T23:46:26.917Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:26.918Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1e6fab49-ec34-460b-b47b-4c7facd17d50], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:26.920Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:27.343Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[418], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:28 GMT]}
2023-05-26T23:46:27.344Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:27.345Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e8589427abc44b5bb86b56a3bd3cd41/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:27.345Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2023-05-26T23:46:27.346Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:27.410Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:27.411Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a2782a01-db20-4560-9535-c9d4c0a2c9ca], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:27.413Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:27.655Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[238], Server=[envoy], Date=[Fri, 26 May 2023 23:46:28 GMT], Content-Type=[application/json]}
2023-05-26T23:46:27.656Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bd08064e63854d5ebb849ffbef8a36ec","versionId":"413c69998cce40b7975583ea4e6bb3f4"}
2023-05-26T23:46:27.657Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:27.661Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2023-05-26T23:46:27.735Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:27.736Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[74f0b2a6-f119-4548-90bb-1d5d6d1f5416], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:27.738Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:28.152Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[410], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:29 GMT]}
2023-05-26T23:46:28.153Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:28.154Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd08064e63854d5ebb849ffbef8a36ec/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:28.155Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2023-05-26T23:46:28.156Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:28.228Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:28.231Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:28.233Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:28.589Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:28.591Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[352], Server=[envoy], Date=[Fri, 26 May 2023 23:46:29 GMT], Content-Type=[application/json]}
2023-05-26T23:46:28.593Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"4d55f1dbf49e48c893b48ddcfdb0d1c0","versionId":"e9ca603aac354e21bbb544664c75e9c2"}
2023-05-26T23:46:28.597Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2023-05-26T23:46:28.674Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:28.675Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[0cc1117b-7651-4337-afbe-e3768ad78766], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:28.676Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:29.151Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[473], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:30 GMT]}
2023-05-26T23:46:29.151Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:29.152Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4d55f1dbf49e48c893b48ddcfdb0d1c0/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:29.152Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2023-05-26T23:46:29.152Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:29.182Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:29.182Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[76970181-30ad-4ab3-84dc-c08310cf77b1], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:29.183Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:29.426Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[241], Server=[envoy], Date=[Fri, 26 May 2023 23:46:30 GMT], Content-Type=[application/json]}
2023-05-26T23:46:29.427Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c79001b2f1c748f8885be296cf53f209","versionId":"4040905bd6264c6993edef79bebca912"}
2023-05-26T23:46:29.428Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:29.430Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2023-05-26T23:46:29.468Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:29.469Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d22b2289-2b74-4595-9ab3-afaa2de15b96], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:29.470Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:29.867Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[393], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:30 GMT]}
2023-05-26T23:46:29.868Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:29.869Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c79001b2f1c748f8885be296cf53f209/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:29.869Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2023-05-26T23:46:29.870Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:29.924Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:29.925Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2a15a277-dcea-468c-83d6-da529678991e], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:29.927Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:30.165Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[234], Server=[envoy], Date=[Fri, 26 May 2023 23:46:31 GMT], Content-Type=[application/json]}
2023-05-26T23:46:30.166Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e467f6854b65484b9520e96c1d7f3ad1","versionId":"5855c109d2c34c98b84e2ac51e1d2ad5"}
2023-05-26T23:46:30.166Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:30.169Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2023-05-26T23:46:30.215Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e467f6854b65484b9520e96c1d7f3ad1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:30.216Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e467f6854b65484b9520e96c1d7f3ad1/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:30.218Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e467f6854b65484b9520e96c1d7f3ad1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:30.594Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e467f6854b65484b9520e96c1d7f3ad1/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:30.594Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e467f6854b65484b9520e96c1d7f3ad1/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[372], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:31 GMT]}
2023-05-26T23:46:30.595Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:30.595Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2023-05-26T23:46:30.596Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:30.657Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:30.658Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:30.660Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:30.909Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:30.909Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[245], Server=[envoy], Date=[Fri, 26 May 2023 23:46:32 GMT], Content-Type=[application/json]}
2023-05-26T23:46:30.910Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"6794f19d413047d2b966fd46a69f4135","versionId":"c4db7e4531f246c4bf5fcab849c10700"}
2023-05-26T23:46:30.913Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2023-05-26T23:46:30.973Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:30.974Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f1ad9c25-af41-4253-b75a-2682f518840e], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:30.975Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:31.394Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[416], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:32 GMT]}
2023-05-26T23:46:31.395Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:31.396Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6794f19d413047d2b966fd46a69f4135/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:31.396Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2023-05-26T23:46:31.397Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:31.430Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:31.431Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[06be205a-1891-448f-8b03-3b2402075083], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:31.432Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:31.700Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[265], Server=[envoy], Date=[Fri, 26 May 2023 23:46:32 GMT], Content-Type=[application/json]}
2023-05-26T23:46:31.702Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"8e57e8e7c9474db7b07bbb72402fe4bb","versionId":"a5136617d8dc41f28c037e54b0aa8775"}
2023-05-26T23:46:31.704Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:31.707Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2023-05-26T23:46:31.751Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:31.752Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cdd4d25c-fc51-4796-9e28-af1eee458e8e], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:31.754Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:32.164Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[406], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:33 GMT]}
2023-05-26T23:46:32.165Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:32.167Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8e57e8e7c9474db7b07bbb72402fe4bb/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:32.168Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2023-05-26T23:46:32.169Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:32.219Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:32.220Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[204e770e-c229-42c8-9f8e-49048b832a12], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:32.221Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:32.478Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[254], Server=[envoy], Date=[Fri, 26 May 2023 23:46:33 GMT], Content-Type=[application/json]}
2023-05-26T23:46:32.479Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2a92ff8a2ff146138fe3f0748251739e","versionId":"ba241da04af441e795d4f72086485a67"}
2023-05-26T23:46:32.480Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:32.484Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2023-05-26T23:46:32.530Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:32.531Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a1770e76-2b5b-47ad-8ed6-f9ce506f6e17], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:32.533Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:32.939Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[402], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:33 GMT]}
2023-05-26T23:46:32.940Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:32.941Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2a92ff8a2ff146138fe3f0748251739e/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:32.942Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2023-05-26T23:46:32.942Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:32.996Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:32.997Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:32.999Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:33.285Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:33.285Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[282], Server=[envoy], Date=[Fri, 26 May 2023 23:46:34 GMT], Content-Type=[application/json]}
2023-05-26T23:46:33.286Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"28d95f596ba34e21931a00254f24156f","versionId":"975e93d9b890477e8c94f368ae996c5c"}
2023-05-26T23:46:33.289Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2023-05-26T23:46:33.332Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:33.334Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ba80fdb3-9076-4632-8459-306fd5b30551], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:33.337Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:33.757Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[417], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:34 GMT]}
2023-05-26T23:46:33.758Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:33.760Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/28d95f596ba34e21931a00254f24156f/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:33.760Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2023-05-26T23:46:33.761Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:33.831Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:33.833Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:33.835Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:34.135Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:34.135Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[296], Server=[envoy], Date=[Fri, 26 May 2023 23:46:35 GMT], Content-Type=[application/json]}
2023-05-26T23:46:34.136Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"d254b2ade91741008a0ba02de09b9b57","versionId":"1ed6be2d2d2a4986835171fafd09ce1f"}
2023-05-26T23:46:34.141Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2023-05-26T23:46:34.191Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d254b2ade91741008a0ba02de09b9b57/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:34.193Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d254b2ade91741008a0ba02de09b9b57/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:34.195Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d254b2ade91741008a0ba02de09b9b57/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:34.589Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d254b2ade91741008a0ba02de09b9b57/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:34.590Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d254b2ade91741008a0ba02de09b9b57/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[388], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:35 GMT]}
2023-05-26T23:46:34.590Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:34.591Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2023-05-26T23:46:34.591Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:34.632Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:34.633Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[be30bf69-6231-474d-81cc-5dc110da1f59], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:34.634Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:34.891Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[254], Server=[envoy], Date=[Fri, 26 May 2023 23:46:36 GMT], Content-Type=[application/json]}
2023-05-26T23:46:34.893Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ca812806e22740e78cca4738afaf3e6b","versionId":"0842d2f72984474884d1b473e761b5a1"}
2023-05-26T23:46:34.894Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:34.898Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2023-05-26T23:46:34.944Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ca812806e22740e78cca4738afaf3e6b/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:34.945Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca812806e22740e78cca4738afaf3e6b/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:34.946Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca812806e22740e78cca4738afaf3e6b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:35.318Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca812806e22740e78cca4738afaf3e6b/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:35.319Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ca812806e22740e78cca4738afaf3e6b/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[368], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:36 GMT]}
2023-05-26T23:46:35.319Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:35.320Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2023-05-26T23:46:35.320Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:35.365Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:35.367Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:35.368Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:35.630Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:35.631Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[258], Server=[envoy], Date=[Fri, 26 May 2023 23:46:36 GMT], Content-Type=[application/json]}
2023-05-26T23:46:35.632Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"b63543fd3fce407885271471d7909e2f","versionId":"0c0a27d10b4a47f2802b8285020db4d9"}
2023-05-26T23:46:35.636Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2023-05-26T23:46:35.684Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b63543fd3fce407885271471d7909e2f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:35.685Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b63543fd3fce407885271471d7909e2f/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:35.686Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b63543fd3fce407885271471d7909e2f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:36.118Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b63543fd3fce407885271471d7909e2f/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:36.119Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b63543fd3fce407885271471d7909e2f/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[429], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:37 GMT]}
2023-05-26T23:46:36.119Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:36.119Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2023-05-26T23:46:36.120Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:36.193Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:36.194Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3a290481-d5a1-40b3-8c8e-a82a948e6575], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:36.196Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:36.428Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[229], Server=[envoy], Date=[Fri, 26 May 2023 23:46:37 GMT], Content-Type=[application/json]}
2023-05-26T23:46:36.429Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"0312e374d21c4c00a99eb27554ee1d17","versionId":"f2a9fa44d69a487baaa62c4d029b8b7f"}
2023-05-26T23:46:36.429Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:36.431Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2023-05-26T23:46:36.452Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:36.452Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions with request headers:{X-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2082f2e2-d0ec-45a7-9bfe-1f723fc85645], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:36.453Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:36.883Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[427], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:37 GMT]}
2023-05-26T23:46:36.884Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:36.885Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0312e374d21c4c00a99eb27554ee1d17/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:36.885Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2023-05-26T23:46:36.885Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:36.935Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:36.935Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[11b78156-7411-4a64-ba8f-723799be91a7], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:36.937Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:37.181Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[241], Server=[envoy], Date=[Fri, 26 May 2023 23:46:38 GMT], Content-Type=[application/json]}
2023-05-26T23:46:37.182Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ca8d0002765d4a4296e8430dcb053169","versionId":"e31ca934b09a49418ff00b7cdafd8710"}
2023-05-26T23:46:37.182Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:37.184Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2023-05-26T23:46:37.212Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ca8d0002765d4a4296e8430dcb053169/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:37.213Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca8d0002765d4a4296e8430dcb053169/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:37.214Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca8d0002765d4a4296e8430dcb053169/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:37.698Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca8d0002765d4a4296e8430dcb053169/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:37.698Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ca8d0002765d4a4296e8430dcb053169/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[480], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:38 GMT]}
2023-05-26T23:46:37.698Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:37.699Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2023-05-26T23:46:37.699Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:37.730Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:37.731Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f52984ef-d56d-49fc-8974-ddc8eae925d7], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:37.731Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:38.075Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[339], Server=[envoy], Date=[Fri, 26 May 2023 23:46:39 GMT], Content-Type=[application/json]}
2023-05-26T23:46:38.076Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"5f6eb3246ae84ae8bdd0e3fe650d9271","versionId":"c54541b86a6546a5a10092e35c4e6ae1"}
2023-05-26T23:46:38.076Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:38.077Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2023-05-26T23:46:38.092Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5f6eb3246ae84ae8bdd0e3fe650d9271/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:38.092Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f6eb3246ae84ae8bdd0e3fe650d9271/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:38.093Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f6eb3246ae84ae8bdd0e3fe650d9271/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:38.508Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5f6eb3246ae84ae8bdd0e3fe650d9271/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:38.509Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5f6eb3246ae84ae8bdd0e3fe650d9271/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[412], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:39 GMT]}
2023-05-26T23:46:38.510Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:38.510Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2023-05-26T23:46:38.511Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:38.559Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:38.560Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[eb6b9d66-009e-4bf0-ab51-acc0797d2d71], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:38.562Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:38.821Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[255], Server=[envoy], Date=[Fri, 26 May 2023 23:46:39 GMT], Content-Type=[application/json]}
2023-05-26T23:46:38.822Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2ccb2e8578b941b5af6cf07be3500b86","versionId":"042a5bf53811429eb4d54bea29d63544"}
2023-05-26T23:46:38.823Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:38.825Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2023-05-26T23:46:38.857Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2ccb2e8578b941b5af6cf07be3500b86/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:38.859Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ccb2e8578b941b5af6cf07be3500b86/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:38.860Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ccb2e8578b941b5af6cf07be3500b86/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:39.254Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2ccb2e8578b941b5af6cf07be3500b86/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:39.255Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2ccb2e8578b941b5af6cf07be3500b86/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[390], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:40 GMT]}
2023-05-26T23:46:39.255Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:39.255Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2023-05-26T23:46:39.256Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:39.299Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:39.300Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:39.301Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:39.532Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:39.533Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[227], Server=[envoy], Date=[Fri, 26 May 2023 23:46:40 GMT], Content-Type=[application/json]}
2023-05-26T23:46:39.535Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||{"id":"847a38e4853b47f4ba935c6fdce92c69","versionId":"bea6e542dd364f6d9a4ac82092c93ff5"}
2023-05-26T23:46:39.537Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2023-05-26T23:46:39.565Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/847a38e4853b47f4ba935c6fdce92c69/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:39.566Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/847a38e4853b47f4ba935c6fdce92c69/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:39.567Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/847a38e4853b47f4ba935c6fdce92c69/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:39.941Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/847a38e4853b47f4ba935c6fdce92c69/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:39.941Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/847a38e4853b47f4ba935c6fdce92c69/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[369], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:40 GMT]}
2023-05-26T23:46:39.942Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:39.942Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2023-05-26T23:46:39.942Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:39.990Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2023-05-26T23:46:39.990Z|d115c06f-8ec6-40f4-892b-a6734995e741|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=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d6bd7730-aa20-4239-85d9-1d364274247c], X-ECOMP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-TransactionID=[d115c06f-8ec6-40f4-892b-a6734995e741], X-ONAP-RequestID=[d115c06f-8ec6-40f4-892b-a6734995e741], Content-Type=[application/json]}
2023-05-26T23:46:39.992Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:40.247Z|d115c06f-8ec6-40f4-892b-a6734995e741|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:{Transfer-Encoding=[chunked], x-envoy-upstream-service-time=[253], Server=[envoy], Date=[Fri, 26 May 2023 23:46:41 GMT], Content-Type=[application/json]}
2023-05-26T23:46:40.248Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"b15f187a6f5c4206a0f9c1c252cc3d1f","versionId":"e665aa9cd8f6464abcbc311cd593272b"}
2023-05-26T23:46:40.249Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2023-05-26T23:46:40.251Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2023-05-26T23:46:40.282Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b15f187a6f5c4206a0f9c1c252cc3d1f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2023-05-26T23:46:40.284Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b15f187a6f5c4206a0f9c1c252cc3d1f/versions/latest/actions|INFO|500||Invoke
2023-05-26T23:46:40.285Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b15f187a6f5c4206a0f9c1c252cc3d1f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2023-05-26T23:46:40.692Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b15f187a6f5c4206a0f9c1c252cc3d1f/versions/latest/actions|INFO|500||InvokeReturn
2023-05-26T23:46:40.693Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b15f187a6f5c4206a0f9c1c252cc3d1f/versions/latest/actions has http status code:200 and response headers:{x-envoy-upstream-service-time=[404], Server=[envoy], Content-Length=[0], Date=[Fri, 26 May 2023 23:46:41 GMT]}
2023-05-26T23:46:40.693Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Response was returned with an empty entity.
2023-05-26T23:46:40.694Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2023-05-26T23:46:43.369Z|d115c06f-8ec6-40f4-892b-a6734995e741|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-05-26T23:46:45.272Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||WARN|500||---
2023-05-26T23:46:45.272Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-05-26T23:46:45.272Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||WARN|500||---
2023-05-26T23:46:45.637Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-05-26T23:46:49.350Z|d115c06f-8ec6-40f4-892b-a6734995e741|main|||||INFO|500||Started Application in 67.019 seconds (JVM running for 71.245)
2023-05-26T23:46:49.381Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-05-26T23:46:49.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-05-26T23:46:49.395Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-05-26T23:46:49.483Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d2e6dfc4-2546-4fd6-9390-ae56ca51a605 url= /sdc/v1/artifactTypes
2023-05-26T23:46:49.493Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-05-26T23:46:49.734Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-26T23:46:49.772Z||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-05-26T23:46:49.773Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-05-26T23:46:49.773Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8747a6dd-e159-42e2-90ab-f13076d54aec url= /sdc/v1/distributionKafkaData
2023-05-26T23:46:49.773Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-05-26T23:46:49.802Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-05-26T23:46:49.807Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6104ae1b
2023-05-26T23:46:49.876Z||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-a3f21edb-48bb-466f-ada0-8b48939886ad
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-05-26T23:46:49.949Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Instantiated an idempotent producer.
2023-05-26T23:46:50.041Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-05-26T23:46:50.091Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-26T23:46:50.091Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-26T23:46:50.091Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685144810089
2023-05-26T23:46:50.095Z||scheduling-1|||||INFO|500||start DistributionClient
2023-05-26T23:46:50.112Z||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-5510a019-9d52-429b-844f-0a43e613e758
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-05-26T23:46:50.182Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-26T23:46:50.182Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-26T23:46:50.182Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685144810182
2023-05-26T23:46:50.183Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:46:50.186Z||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-cc761194-c9df-4581-a2d7-6165a0bc4c49
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-05-26T23:46:50.186Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:46:50.206Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-05-26T23:46:50.206Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-05-26T23:46:50.206Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1685144810206
2023-05-26T23:46:50.207Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:46:50.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:46:50.217Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-05-26T23:46:50.913Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Cluster ID: 16MjUPKjQo6ECPmfCDD49g
2023-05-26T23:46:50.915Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] ProducerId set to 6 with epoch 0
2023-05-26T23:46:50.915Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.915Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.916Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.916Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.916Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.917Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.917Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.917Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:50.917Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.919Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.919Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.920Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 B9Yhh2TWTqmSZOaqYJy5yg
2023-05-26T23:46:50.921Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Cluster ID: 16MjUPKjQo6ECPmfCDD49g
2023-05-26T23:46:50.921Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Cluster ID: 16MjUPKjQo6ECPmfCDD49g
2023-05-26T23:46:50.922Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-26T23:46:50.922Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-05-26T23:46:50.958Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] (Re-)joining group
2023-05-26T23:46:50.959Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] (Re-)joining group
2023-05-26T23:46:51.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758-c707a068-f1f0-4d54-a9fb-e1cae05aed8b
2023-05-26T23:46:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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-05-26T23:46:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] (Re-)joining group
2023-05-26T23:46:51.021Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49-c09bc4d6-6b94-4ac6-9cfd-4dd4cd3d1905
2023-05-26T23:46:51.021Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:51.022Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] (Re-)joining group
2023-05-26T23:46:57.019Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49-c09bc4d6-6b94-4ac6-9cfd-4dd4cd3d1905', protocol='range'}
2023-05-26T23:46:57.019Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758-c707a068-f1f0-4d54-a9fb-e1cae05aed8b', protocol='range'}
2023-05-26T23:46:57.105Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.106Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.107Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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 KiGNbfmTRk6CasHmJGf1OA
2023-05-26T23:46:57.116Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758-c707a068-f1f0-4d54-a9fb-e1cae05aed8b=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-cc761194-c9df-4581-a2d7-6165a0bc4c49-c09bc4d6-6b94-4ac6-9cfd-4dd4cd3d1905=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-05-26T23:46:57.162Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49-c09bc4d6-6b94-4ac6-9cfd-4dd4cd3d1905', protocol='range'}
2023-05-26T23:46:57.163Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758-c707a068-f1f0-4d54-a9fb-e1cae05aed8b', protocol='range'}
2023-05-26T23:46:57.178Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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-05-26T23:46:57.181Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, 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-05-26T23:46:57.181Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.204Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-05-26T23:46:57.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-05-26T23:46:57.204Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-05-26T23:46:57.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-05-26T23:46:57.204Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-05-26T23:46:57.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-05-26T23:46:57.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-05-26T23:46:57.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-05-26T23:46:57.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-05-26T23:46:57.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-05-26T23:46:57.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-05-26T23:46:57.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-05-26T23:46:57.261Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-26T23:46:57.263Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-05-26T23:46:57.329Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-26T23:46:57.330Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-05-26T23:46:57.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-26T23:46:57.331Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-05-26T23:46:57.361Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.361Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:46:57.365Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, 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-05-26T23:47:50.189Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:47:50.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:48:50.190Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:48:50.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:49:50.191Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:49:50.221Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:50:50.194Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:50:50.223Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:51:50.195Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:51:50.225Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:52:50.196Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:52:50.226Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:53:50.197Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:53:50.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:54:50.198Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:54:50.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:55:50.199Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:55:50.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:55:51.110Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5510a019-9d52-429b-844f-0a43e613e758, groupId=SO] Node -1 disconnected.
2023-05-26T23:55:51.165Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-cc761194-c9df-4581-a2d7-6165a0bc4c49, groupId=SO] Node -1 disconnected.
2023-05-26T23:55:51.192Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Node -1 disconnected.
2023-05-26T23:56:08.042Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-05-26T23:56:50.201Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:56:50.230Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:57:50.203Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:57:50.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:58:50.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:58:50.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-26T23:59:50.204Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-26T23:59:50.235Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:00:50.205Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:00:50.236Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:01:50.206Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:01:50.237Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:02:50.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:02:50.238Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:03:50.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:03:50.240Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:04:50.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:04:50.241Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:05:50.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:05:50.242Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:06:50.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:06:50.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:07:50.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:07:50.244Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:08:50.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:08:50.246Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:09:50.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:09:50.247Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:10:50.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:10:50.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:11:50.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:11:50.248Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:12:50.222Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:12:50.250Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:13:50.223Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:13:50.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:14:50.224Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:14:50.251Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:15:50.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:15:50.253Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:16:50.230Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:16:50.254Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:17:50.231Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:17:50.255Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:18:50.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:18:50.256Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:19:50.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:19:50.258Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:20:50.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:20:50.259Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:21:50.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:21:50.261Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:22:50.236Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:22:50.262Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:23:50.237Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:23:50.263Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:24:50.239Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:24:50.264Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:25:50.241Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:25:50.266Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:26:50.243Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:26:50.267Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:27:50.246Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:27:50.269Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:28:50.247Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:28:50.270Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:29:50.249Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:29:50.271Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:30:50.249Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:30:50.272Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:31:50.251Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:31:50.274Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:32:50.253Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:32:50.275Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:33:50.253Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:33:50.276Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:34:50.255Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:34:50.277Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:35:50.257Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:35:50.278Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:36:50.258Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:36:50.279Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:37:50.260Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:37:50.280Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:38:50.261Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:38:50.281Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:39:50.263Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:39:50.282Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:40:50.264Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:40:50.283Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:41:50.266Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:41:50.283Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:42:50.268Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:42:50.285Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:43:50.270Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:43:50.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:44:50.270Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:44:50.287Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:45:50.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:45:50.289Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:46:50.273Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:46:50.291Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:47:50.275Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:47:50.292Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:48:50.276Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:48:50.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:49:50.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:49:50.295Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:50:50.279Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:50:50.296Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:51:50.281Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:51:50.297Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:52:50.282Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:52:50.299Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:53:50.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:53:50.300Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:22.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-27T00:54:22.694Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"11b9a6ee-eb4c-4970-8d68-8024390b3f5a","serviceName":"vFW 2023-05-27 00-52-58","serviceVersion":"1.0","serviceUUID":"f28d02b4-ed7c-4ed1-a603-4b4a26b21b42","serviceDescription":"catalog service description","serviceInvariantUUID":"4f3d7760-d2fd-435c-bb73-3eb528f7db82","resources":[{"resourceInstanceName":"vFW 90a24109-3afc 0","resourceName":"vFW 90a24109-3afc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"487174c7-1a1c-47d8-8e88-77129be07ab5","resourceInvariantUUID":"55ee91d5-842e-432e-b7f4-d090fc141762","resourceCustomizationUUID":"64cf5964-96de-4186-a277-283e4d142918","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml","artifactChecksum":"MzRiZTYwMzQzNGQyMmI1OTkzZWNiMzVlNWUyZGM4N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43f047e4-ae93-4f0f-8189-98988346902c","artifactVersion":"1"},{"artifactName":"vfw90a241093afc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json","artifactChecksum":"YjUzYmEzZjA5Y2Q4YjUyODljZTMyZjI2YWJiNWEyMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b46007db-f013-4ae1-8d02-d2684307c060","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"702d0535-7111-4022-ab56-f9f6dede35a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml","artifactChecksum":"Yjg0ZDdiYWFmOGVlY2M2YzNlYTA5Y2RhYmE2NjNkM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5f51eb14-1eb6-4f18-99df-b0886b580ff5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"72f8a8c5-0938-4428-ad26-eb41d18b8c9a","artifactVersion":"2","generatedFromUUID":"702d0535-7111-4022-ab56-f9f6dede35a1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230527005258-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml","artifactChecksum":"Y2NkMzg0NTBjNTRjYzk0ZWM2ZjIyODBkMmE0ZTU4MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8015746-f57b-46b4-b25f-d846210a2aef","artifactVersion":"1"},{"artifactName":"service-Vfw20230527005258-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar","artifactChecksum":"Yjc0OWJjZTY1NTYyM2FkZWYxYzc4NzJhZGEwMGE4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35aa6d0f-00b3-4c3e-be66-7d65970ddbeb","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-27T00:54:22.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:22.721Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:22.721Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:22.722Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.736Z||kafka-producer-network-thread | SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-a3f21edb-48bb-466f-ada0-8b48939886ad] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to KiGNbfmTRk6CasHmJGf1OA
2023-05-27T00:54:22.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:54:22.760Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:54:22.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:54:23.770Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:23.770Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:23.771Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:23.771Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:24.772Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:24.773Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:24.773Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:24.773Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:25.774Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:25.775Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:25.775Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:25.775Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:26.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:26.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:26.777Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:26.777Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:27.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:27.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:27.780Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:27.780Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:28.780Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:54:28.781Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:28.781Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:28.781Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:29.785Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"serviceName": "vFW 2023-05-27 00-52-58",
"serviceVersion": "1.0",
"serviceUUID": "f28d02b4-ed7c-4ed1-a603-4b4a26b21b42",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4f3d7760-d2fd-435c-bb73-3eb528f7db82",
"resources": [
{
"resourceInstanceName": "vFW 90a24109-3afc 0",
"resourceCustomizationUUID": "64cf5964-96de-4186-a277-283e4d142918",
"resourceName": "vFW 90a24109-3afc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "487174c7-1a1c-47d8-8e88-77129be07ab5",
"resourceInvariantUUID": "55ee91d5-842e-432e-b7f4-d090fc141762",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw90a241093afc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"artifactChecksum": "YjUzYmEzZjA5Y2Q4YjUyODljZTMyZjI2YWJiNWEyMWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b46007db-f013-4ae1-8d02-d2684307c060",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "702d0535-7111-4022-ab56-f9f6dede35a1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72f8a8c5-0938-4428-ad26-eb41d18b8c9a",
"generatedFromUUID": "702d0535-7111-4022-ab56-f9f6dede35a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "72f8a8c5-0938-4428-ad26-eb41d18b8c9a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20230527005258-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"artifactChecksum": "Yjc0OWJjZTY1NTYyM2FkZWYxYzc4NzJhZGEwMGE4NDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35aa6d0f-00b3-4c3e-be66-7d65970ddbeb"
}
],
"workloadContext": "Production"
}
2023-05-27T00:54:29.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-27T00:54:29.787Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f28d02b4-ed7c-4ed1-a603-4b4a26b21b42 ASDC
2023-05-27T00:54:29.947Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:11b9a6ee-eb4c-4970-8d68-8024390b3f5a
ServiceName:vFW 2023-05-27 00-52-58
ServiceVersion:1.0
ServiceUUID:f28d02b4-ed7c-4ed1-a603-4b4a26b21b42
ServiceInvariantUUID:4f3d7760-d2fd-435c-bb73-3eb528f7db82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230527005258-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar
ArtifactUUID:35aa6d0f-00b3-4c3e-be66-7d65970ddbeb
ArtifactChecksum:Yjc0OWJjZTY1NTYyM2FkZWYxYzc4NzJhZGEwMGE4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 90a24109-3afc 0
ResourceCustomizationUUID:64cf5964-96de-4186-a277-283e4d142918
ResourceInvariantUUID:55ee91d5-842e-432e-b7f4-d090fc141762
ResourceName:vFW 90a24109-3afc
ResourceType:VF
ResourceUUID:487174c7-1a1c-47d8-8e88-77129be07ab5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw90a241093afc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json
ArtifactUUID:b46007db-f013-4ae1-8d02-d2684307c060
ArtifactChecksum:YjUzYmEzZjA5Y2Q4YjUyODljZTMyZjI2YWJiNWEyMWE=
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/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml
ArtifactUUID:702d0535-7111-4022-ab56-f9f6dede35a1
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/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
ArtifactUUID:72f8a8c5-0938-4428-ad26-eb41d18b8c9a
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/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
ArtifactUUID:72f8a8c5-0938-4428-ad26-eb41d18b8c9a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-27T00:54:29.948Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f28d02b4-ed7c-4ed1-a603-4b4a26b21b42 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-05-27T00:54:30.122Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T00:54:30.123Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T00:54:30.124Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T00:54:30.125Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35aa6d0f-00b3-4c3e-be66-7d65970ddbeb from URL: /sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:30.125Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T00:54:30.125Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:30.282Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T00:54:30.288Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar 35aa6d0f-00b3-4c3e-be66-7d65970ddbeb 101396
2023-05-27T00:54:30.289Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar ASDC sendASDCNotification
2023-05-27T00:54:30.289Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:30.290Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:54:30.291Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:30.292Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:30.292Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148870288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:31.293Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T00:54:31.294Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T00:54:31.294Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 35aa6d0f-00b3-4c3e-be66-7d65970ddbeb, URL: /sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar to file: /app/ASDC/1/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:31.295Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230527005258-csar.csar
2023-05-27T00:54:31.403Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:31.404Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:31.886Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP335929583530784885/Definitions/service-Vfw20230527005258-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
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
2023-05-27T00:54:33.793Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.797Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 90a24109-3afc 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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-Vfw20230527005258-csar.csar
2023-05-27T00:54:33.798Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T00:54:33.804Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.805Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.807Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:33.808Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-27T00:54:33.809Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T00:54:33.809Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.810Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.813Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.814Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:33.815Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.816Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9311dd8a-34af-4f4b-8b2c-a9816f618231
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.817Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdde502f-07d0-4f62-834d-2ced79102bf3
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:33.818Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:33.819Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e428bda9-a9fe-499c-a240-c9f9d17897b1
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:33.820Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2023-05-27 00-52-58
Description:catalog service description
Model UUID:f28d02b4-ed7c-4ed1-a603-4b4a26b21b42
Model Version:NULL
Model InvariantUuid:4f3d7760-d2fd-435c-bb73-3eb528f7db82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 90a24109-3afc
Model UUID:ba94cea6-f8d1-47db-adac-5e665db2863a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55ee91d5-842e-432e-b7f4-d090fc141762
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:64cf5964-96de-4186-a277-283e4d142918
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:cef055e1-043b-436d-ba23-a77bab6424ae
ModelName:Vfw90a241093afc..base_vfw..module-0
ModelUuid:e10370ca-c072-4893-b24b-b89eaa3259d9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9311dd8a-34af-4f4b-8b2c-a9816f618231
ModelInvariantUuid:45034f5e-d1fa-4f94-b502-23a4d2e128ab
ModelName:vFW 90a24109-3afc-nodes.vfwCvfc
ModelUuid:0c7844ec-a82f-40d5-a390-e3dccd587429
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54f3dd57-7ddb-4137-b8ab-ed2e39c111ee
ModelInvariantUuid:6755fec1-7c25-4c72-ae4a-28b5b1aae74f
ModelName:Vfw90a241093afc.compute.nodes.heat.vfw
ModelUuid:5b71d590-06b1-4453-a7e4-14dad23dcc7f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fdde502f-07d0-4f62-834d-2ced79102bf3
ModelInvariantUuid:3ce7abbd-751f-4a53-b64c-13efbb4cbe9b
ModelName:vFW 90a24109-3afc-nodes.vsnCvfc
ModelUuid:84e7e0f8-5df7-4208-b3f4-b0c3fda7c07b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:034f062a-9e5b-4d82-9006-616a221cff56
ModelInvariantUuid:9b9bb3f9-5c69-4760-b570-23c6bce23950
ModelName:Vfw90a241093afc.compute.nodes.heat.vsn
ModelUuid:5bfe41fb-9bd1-4cd3-81c8-72f4f047fdec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e428bda9-a9fe-499c-a240-c9f9d17897b1
ModelInvariantUuid:02f2cae5-cff5-4657-ab0c-cb10bcb0d7fb
ModelName:vFW 90a24109-3afc-nodes.vpgCvfc
ModelUuid:ceb25c59-0e00-4094-83c4-6e285044d9dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:031cd0e9-ef31-4355-86d5-f47ff16ca24f
ModelInvariantUuid:d95885bb-c0e1-4531-ad96-7adccb893f00
ModelName:Vfw90a241093afc.compute.nodes.heat.vpg
ModelUuid:b4826c3f-700f-4d23-9f24-a25ecd58a57f
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-05-27T00:54:33.845Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 487174c7-1a1c-47d8-8e88-77129be07ab5
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-05-27T00:54:33.894Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||vFW 90a24109-3afc 0
2023-05-27T00:54:33.899Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 487174c7-1a1c-47d8-8e88-77129be07ab5
2023-05-27T00:54:33.899Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b46007db-f013-4ae1-8d02-d2684307c060 from URL: /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json
2023-05-27T00:54:33.899Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T00:54:33.899Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json
2023-05-27T00:54:34.002Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T00:54:34.003Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json b46007db-f013-4ae1-8d02-d2684307c060 785
2023-05-27T00:54:34.003Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json ASDC sendASDCNotification
2023-05-27T00:54:34.003Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json
2023-05-27T00:54:34.004Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:54:34.004Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:34.004Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:34.004Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148874003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:35.006Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90a241093afc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cef055e1-043b-436d-ba23-a77bab6424ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e10370ca-c072-4893-b24b-b89eaa3259d9",
"vfModuleModelCustomizationUUID": "c4b114d5-0bde-4a04-8e9b-36fd981bac5a",
"isBase": true,
"artifacts": [
"702d0535-7111-4022-ab56-f9f6dede35a1",
"72f8a8c5-0938-4428-ad26-eb41d18b8c9a"
],
"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-05-27T00:54:35.014Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90a241093afc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e10370ca-c072-4893-b24b-b89eaa3259d9
VfModuleModelInvariantUUID:cef055e1-043b-436d-ba23-a77bab6424ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
702d0535-7111-4022-ab56-f9f6dede35a1
,
72f8a8c5-0938-4428-ad26-eb41d18b8c9a
}
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-05-27T00:54:35.019Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw90a241093afc..base_vfw..module-0",
"vfModuleModelInvariantUUID": "cef055e1-043b-436d-ba23-a77bab6424ae",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e10370ca-c072-4893-b24b-b89eaa3259d9",
"vfModuleModelCustomizationUUID": "c4b114d5-0bde-4a04-8e9b-36fd981bac5a",
"isBase": true,
"artifacts": [
"702d0535-7111-4022-ab56-f9f6dede35a1",
"72f8a8c5-0938-4428-ad26-eb41d18b8c9a"
],
"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-05-27T00:54:35.020Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw90a241093afc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e10370ca-c072-4893-b24b-b89eaa3259d9
VfModuleModelInvariantUUID:cef055e1-043b-436d-ba23-a77bab6424ae
VfModuleModelDescription:NULL
Artifacts UUID List:{
702d0535-7111-4022-ab56-f9f6dede35a1
,
72f8a8c5-0938-4428-ad26-eb41d18b8c9a
}
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-05-27T00:54:35.020Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 702d0535-7111-4022-ab56-f9f6dede35a1 from URL: /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml
2023-05-27T00:54:35.020Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T00:54:35.020Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml
2023-05-27T00:54:35.119Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T00:54:35.119Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml 702d0535-7111-4022-ab56-f9f6dede35a1 20368
2023-05-27T00:54:35.120Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-27T00:54:35.120Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml
2023-05-27T00:54:35.120Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:54:35.120Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:35.121Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:35.121Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148875120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:36.122Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72f8a8c5-0938-4428-ad26-eb41d18b8c9a from URL: /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
2023-05-27T00:54:36.122Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T00:54:36.123Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
2023-05-27T00:54:36.231Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T00:54:36.232Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env 72f8a8c5-0938-4428-ad26-eb41d18b8c9a 2098
2023-05-27T00:54:36.232Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-27T00:54:36.232Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
2023-05-27T00:54:36.232Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:54:36.233Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:36.233Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:36.233Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148876232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:37.234Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f28d02b4-ed7c-4ed1-a603-4b4a26b21b42
2023-05-27T00:54:37.234Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 90a24109-3afc 0 487174c7-1a1c-47d8-8e88-77129be07ab5 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-05-27T00:54:37.300Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb7cf7d, org.onap.sdc.toscaparser.api.parameters.Input@31a13247, org.onap.sdc.toscaparser.api.parameters.Input@2a92a8c8, org.onap.sdc.toscaparser.api.parameters.Input@24f2010f, org.onap.sdc.toscaparser.api.parameters.Input@465ceecb]
2023-05-27T00:54:37.306Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.307Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.307Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2023-05-27T00:54:37.307Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 64cf5964-96de-4186-a277-283e4d142918
2023-05-27T00:54:37.307Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64cf5964-96de-4186-a277-283e4d142918 matches Tosca VF Customization UUID: 64cf5964-96de-4186-a277-283e4d142918
2023-05-27T00:54:37.307Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 64cf5964-96de-4186-a277-283e4d142918 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-05-27T00:54:37.320Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.321Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.323Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 64cf5964-96de-4186-a277-283e4d142918: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-27T00:54:37.323Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@296424ea
2023-05-27T00:54:37.324Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.324Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-27T00:54:37.325Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4b114d5-0bde-4a04-8e9b-36fd981bac5a
2023-05-27T00:54:37.327Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4b114d5-0bde-4a04-8e9b-36fd981bac5a
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-05-27T00:54:37.340Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.340Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.341Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:37.342Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.343Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.343Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:37.344Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.344Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:37.344Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:37.344Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:37.345Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-05-27T00:54:37.345Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-27T00:54:37.345Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-27T00:54:37.345Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.345Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.346Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-27T00:54:37.346Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.347Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-27T00:54:37.347Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.347Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9311dd8a-34af-4f4b-8b2c-a9816f618231
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-05-27T00:54:37.360Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.361Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.362Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:37.363Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.363Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:37.364Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:37.364Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:37.365Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-27T00:54:37.365Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.365Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.366Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.366Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-27T00:54:37.366Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-05-27T00:54:37.367Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-05-27T00:54:37.367Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.367Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-05-27T00:54:37.367Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.368Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdde502f-07d0-4f62-834d-2ced79102bf3
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-05-27T00:54:37.373Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.373Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.374Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:37.378Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.378Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-05-27T00:54:37.379Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-05-27T00:54:37.380Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e428bda9-a9fe-499c-a240-c9f9d17897b1
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-05-27T00:54:37.383Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.383Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.383Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:54:37.383Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.384Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Node template vFW 90a24109-3afc 0 is matching search criteria
2023-05-27T00:54:37.384Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 90a24109-3afc 0] matching following query criteria: sdcType=VF, customizationUUID=64cf5964-96de-4186-a277-283e4d142918
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-05-27T00:54:37.386Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.386Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f28d02b4-ed7c-4ed1-a603-4b4a26b21b42: vFW 90a24109-3afc
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:54:37.387Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-05-27 00-52-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:54:37.388Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-05-27 00-52-58
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-05-27T00:54:37.929Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 90a24109-3afc 487174c7-1a1c-47d8-8e88-77129be07ab5 1 ASDC deployResourceStructure
2023-05-27T00:54:37.930Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json ASDC sendASDCNotification
2023-05-27T00:54:37.930Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json
2023-05-27T00:54:37.930Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:54:37.931Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:37.931Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:37.931Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148877930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:38.932Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-05-27T00:54:38.933Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml
2023-05-27T00:54:38.933Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:54:38.934Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:38.934Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:38.934Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148878932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:39.936Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-05-27T00:54:39.936Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env
2023-05-27T00:54:39.936Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:54:39.937Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:39.937Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:39.937Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148879936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:40.939Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar ASDC sendASDCNotification
2023-05-27T00:54:40.939Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar
2023-05-27T00:54:40.939Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:54:40.940Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:54:40.940Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:54:40.940Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148880939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:41.941Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:54:41.980Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:54:41.988Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T00:54:41.988Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T00:54:41.989Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T00:54:50.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:54:50.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:54:50.212Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:54:50.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:11.990Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:55:12.021Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:55:12.029Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T00:55:12.030Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T00:55:12.030Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T00:55:42.030Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:55:42.063Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:55:42.069Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T00:55:42.069Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T00:55:42.069Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T00:55:50.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:55:50.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148829430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148847247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148846216,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148857212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148830284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148857534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148870360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148871220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148871356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.242Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.243Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148870675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.243Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.243Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.243Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148870288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148871382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.244Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148872369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-05-27T00:55:50.271Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
2023-05-27T00:55:50.272Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b9a6ee-eb4c-4970-8d68-8024390b3f5a and ComponentName cds
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-05-27T00:55:50.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148872353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.295Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "policy-distribution-id",
"timestamp": 1685148872386,
"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-05-27T00:55:50.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
2023-05-27T00:55:50.311Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b9a6ee-eb4c-4970-8d68-8024390b3f5a 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-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148873462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.335Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148874597,
"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-05-27T00:55:50.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
2023-05-27T00:55:50.350Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b9a6ee-eb4c-4970-8d68-8024390b3f5a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-27T00:55:50.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148874003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "multicloud-k8s",
"timestamp": 1685148875600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148875120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148876232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.375Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148877930,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/vfw90a241093afc0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.376Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148878932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.378Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148872498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:55:50.378Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148879936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/resourceInstances/vfw90a241093afc0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148880434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.379Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685148880939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148885700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148885822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20230527005258/1.0/artifacts/service-Vfw20230527005258-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:55:50.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:55:50.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.381Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "aai-model-loader",
"timestamp": 1685148886705,
"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-05-27T00:55:50.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
2023-05-27T00:55:50.400Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b9a6ee-eb4c-4970-8d68-8024390b3f5a 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-05-27T00:55:50.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:55:50.427Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148886828,
"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-05-27T00:55:50.446Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
2023-05-27T00:55:50.446Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b9a6ee-eb4c-4970-8d68-8024390b3f5a 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-05-27T00:56:12.070Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:56:12.098Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a
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-05-27T00:56:12.106Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:56:12.107Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-05-27T00:56:12.123Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-27T00:56:42.124Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a 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-05-27T00:56:42.142Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11b9a6ee-eb4c-4970-8d68-8024390b3f5a and serviceModelVersionId: f28d02b4-ed7c-4ed1-a603-4b4a26b21b42
2023-05-27T00:56:42.142Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f3d7760-d2fd-435c-bb73-3eb528f7db82
2023-05-27T00:56:50.209Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:56:50.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.213Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.214Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.216Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.217Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.219Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.220Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.221Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.222Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148876605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148873388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148887708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148873372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "ves-openapi-manager",
"timestamp": 1685148890659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148909930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148909081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148910090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148909463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148902498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148910086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "cds-sdc-listener",
"timestamp": 1685148911095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-05-27T00:56:50.266Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c53c912e-1447-42a0-bbcf-863d79e23d5b
2023-05-27T00:56:50.266Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53c912e-1447-42a0-bbcf-863d79e23d5b and ComponentName cds
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-05-27T00:56:50.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.289Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148911257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148910397,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.290Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "policy-distribution-id",
"timestamp": 1685148911090,
"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-05-27T00:56:50.304Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53c912e-1447-42a0-bbcf-863d79e23d5b
2023-05-27T00:56:50.304Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53c912e-1447-42a0-bbcf-863d79e23d5b 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-05-27T00:56:50.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.328Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148912445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:56:50.329Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.329Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148913495,
"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-05-27T00:56:50.341Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53c912e-1447-42a0-bbcf-863d79e23d5b
2023-05-27T00:56:50.341Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53c912e-1447-42a0-bbcf-863d79e23d5b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-05-27T00:56:50.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.359Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148912926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:56:50.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "multicloud-k8s",
"timestamp": 1685148914499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-27T00:56:50.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.360Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685148913932,
"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-05-27T00:56:50.378Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c53c912e-1447-42a0-bbcf-863d79e23d5b
2023-05-27T00:56:50.378Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53c912e-1447-42a0-bbcf-863d79e23d5b 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-05-27T00:56:50.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.404Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148915895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:56:50.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:56:50.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-05-27T00:56:50.404Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "aai-model-loader",
"timestamp": 1685148916898,
"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-05-27T00:56:50.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c53c912e-1447-42a0-bbcf-863d79e23d5b
2023-05-27T00:56:50.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53c912e-1447-42a0-bbcf-863d79e23d5b 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-05-27T00:56:56.653Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0
2023-05-27T00:56:56.735Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-27T00:56:56.759Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0|INFO|500||Invoke
2023-05-27T00:56:56.760Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[11b9a6ee-eb4c-4970-8d68-8024390b3f5a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[97920170-1132-4af3-a6f2-132ebc20a784], X-ECOMP-RequestID=[11b9a6ee-eb4c-4970-8d68-8024390b3f5a], X-TransactionId=[], X-ONAP-RequestID=[11b9a6ee-eb4c-4970-8d68-8024390b3f5a], Content-Type=[application/merge-patch+json]}
2023-05-27T00:56:56.774Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-27T00:56:57.229Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?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/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0 has http status code:200 and response headers:{date=[Sat, 27 May 2023 00:56:57 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[430], vertex-id=[176352], x-aai-txid=[1-aai-resources-230527-00:56:57:706-67177], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-27T00:56:57.230Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-27T00:56:57.230Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4f3d7760-d2fd-435c-bb73-3eb528f7db82/model-vers/model-ver/f28d02b4-ed7c-4ed1-a603-4b4a26b21b42?depth=0|INFO|500||InvokeReturn
2023-05-27T00:56:57.238Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-27T00:56:57.239Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-05-27T00:56:57.257Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|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-05-27T00:56:57.265Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11b9a6ee-eb4c-4970-8d68-8024390b3f5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-27T00:56:57.267Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-27T00:56:57.268Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:56:57.268Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:56:57.268Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149017265,
"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-05-27T00:56:58.293Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:56:58.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-05-27T00:56:58.300Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c53c912e-1447-42a0-bbcf-863d79e23d5b","serviceName":"basic_onboard_gRriFW","serviceVersion":"1.0","serviceUUID":"3037a154-ed5e-47aa-a28d-d9103b1b05a8","serviceDescription":"service","serviceInvariantUUID":"b6e66559-ca93-45a1-b56c-c35909e59ac2","resources":[{"resourceInstanceName":"basic_onboard_gRriFW 0","resourceName":"basic_onboard_gRriFW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1","resourceInvariantUUID":"64cc4987-5455-4dcb-b218-7261b6a03c6f","resourceCustomizationUUID":"2e91b0e4-36a8-4af3-8953-17d3710c4835","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml","artifactChecksum":"ZDA0NzRlNDA1MzYzNWVkZWNjNGM5NGUzODBlOWJlYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b5dfea9-1aa7-4192-aa09-4e4720d938dd","artifactVersion":"1"},{"artifactName":"basic_onboard_grrifw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json","artifactChecksum":"Y2JiMjczMDRlZDc2MTQ1NDA2OWM3YzNiMjllM2ExNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe54169b-2552-45b2-9e28-a971b1fbce8c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a201628c-1689-479c-8c0d-b79ff35380f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7e2b4246-fc9c-4090-a969-0f1cb1f55f2e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a777ca1a-d3db-4a2f-81dc-4521d969143d","artifactVersion":"2","generatedFromUUID":"a201628c-1689-479c-8c0d-b79ff35380f5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGrrifw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml","artifactChecksum":"YjMyOGM4NDU0N2FhZDdkMWFmNzM2ZjllNDc3NWM0MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1f39789-486e-460f-bfac-df7ed9c465aa","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGrrifw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar","artifactChecksum":"MmZhMGQ2ODI3ODNkZDZmZWEzNTE0OTJlOGFjYTI4YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb0da12e-2e60-4cbc-a661-b8926423af40","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-27T00:56:58.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:56:58.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:56:58.303Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:56:58.303Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:56:59.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:56:59.305Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:56:59.305Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:56:59.306Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:00.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:57:00.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:00.307Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:00.307Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:01.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:57:01.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:01.309Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:01.309Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:02.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:57:02.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:02.310Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:02.310Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:03.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:57:03.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:03.312Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:03.312Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:04.313Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T00:57:04.313Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:04.313Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:04.313Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:05.315Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"serviceName": "basic_onboard_gRriFW",
"serviceVersion": "1.0",
"serviceUUID": "3037a154-ed5e-47aa-a28d-d9103b1b05a8",
"serviceDescription": "service",
"serviceInvariantUUID": "b6e66559-ca93-45a1-b56c-c35909e59ac2",
"resources": [
{
"resourceInstanceName": "basic_onboard_gRriFW 0",
"resourceCustomizationUUID": "2e91b0e4-36a8-4af3-8953-17d3710c4835",
"resourceName": "basic_onboard_gRriFW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1",
"resourceInvariantUUID": "64cc4987-5455-4dcb-b218-7261b6a03c6f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_grrifw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"artifactChecksum": "Y2JiMjczMDRlZDc2MTQ1NDA2OWM3YzNiMjllM2ExNTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fe54169b-2552-45b2-9e28-a971b1fbce8c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a201628c-1689-479c-8c0d-b79ff35380f5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a777ca1a-d3db-4a2f-81dc-4521d969143d",
"generatedFromUUID": "a201628c-1689-479c-8c0d-b79ff35380f5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a777ca1a-d3db-4a2f-81dc-4521d969143d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGrrifw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"artifactChecksum": "MmZhMGQ2ODI3ODNkZDZmZWEzNTE0OTJlOGFjYTI4YjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bb0da12e-2e60-4cbc-a661-b8926423af40"
}
],
"workloadContext": "Production"
}
2023-05-27T00:57:05.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-27T00:57:05.316Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3037a154-ed5e-47aa-a28d-d9103b1b05a8 ASDC
2023-05-27T00:57:05.316Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c53c912e-1447-42a0-bbcf-863d79e23d5b
ServiceName:basic_onboard_gRriFW
ServiceVersion:1.0
ServiceUUID:3037a154-ed5e-47aa-a28d-d9103b1b05a8
ServiceInvariantUUID:b6e66559-ca93-45a1-b56c-c35909e59ac2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGrrifw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar
ArtifactUUID:bb0da12e-2e60-4cbc-a661-b8926423af40
ArtifactChecksum:MmZhMGQ2ODI3ODNkZDZmZWEzNTE0OTJlOGFjYTI4YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_gRriFW 0
ResourceCustomizationUUID:2e91b0e4-36a8-4af3-8953-17d3710c4835
ResourceInvariantUUID:64cc4987-5455-4dcb-b218-7261b6a03c6f
ResourceName:basic_onboard_gRriFW
ResourceType:VF
ResourceUUID:4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_grrifw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json
ArtifactUUID:fe54169b-2552-45b2-9e28-a971b1fbce8c
ArtifactChecksum:Y2JiMjczMDRlZDc2MTQ1NDA2OWM3YzNiMjllM2ExNTU=
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/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a201628c-1689-479c-8c0d-b79ff35380f5
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/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
ArtifactUUID:a777ca1a-d3db-4a2f-81dc-4521d969143d
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/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
ArtifactUUID:a777ca1a-d3db-4a2f-81dc-4521d969143d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-27T00:57:05.316Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3037a154-ed5e-47aa-a28d-d9103b1b05a8 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-05-27T00:57:05.391Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T00:57:05.392Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-27T00:57:05.392Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-27T00:57:05.392Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bb0da12e-2e60-4cbc-a661-b8926423af40 from URL: /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:05.392Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-27T00:57:05.392Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:05.508Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-27T00:57:05.510Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar bb0da12e-2e60-4cbc-a661-b8926423af40 75652
2023-05-27T00:57:05.511Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar ASDC sendASDCNotification
2023-05-27T00:57:05.511Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:05.511Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:57:05.512Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:05.512Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:05.512Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149025511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:06.512Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T00:57:06.513Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-05-27T00:57:06.514Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bb0da12e-2e60-4cbc-a661-b8926423af40, URL: /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar to file: /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:06.514Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:06.515Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:06.515Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:06.656Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6333502540840119496/Definitions/service-BasicOnboardGrrifw-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-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.636Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_gRriFW 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-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T00:57:07.637Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is not matching search criteria
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.638Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is not matching search criteria
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-27T00:57:07.639Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a4c678-2561-46f6-82dc-13614668f8b0
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:07.640Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_gRriFW
Description:service
Model UUID:3037a154-ed5e-47aa-a28d-d9103b1b05a8
Model Version:NULL
Model InvariantUuid:b6e66559-ca93-45a1-b56c-c35909e59ac2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_gRriFW
Model UUID:bd57e69b-0d58-44b0-bbde-e80572b502e1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:64cc4987-5455-4dcb-b218-7261b6a03c6f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2e91b0e4-36a8-4af3-8953-17d3710c4835
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:06075e63-ffae-4c26-9478-87acceb81299
ModelName:BasicOnboardGrrifw..base_ubuntu18..module-0
ModelUuid:e8ce3832-ca24-480d-a043-bbf91d9fd488
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c2a4c678-2561-46f6-82dc-13614668f8b0
ModelInvariantUuid:25eac89c-fd1a-491a-91e2-04c3a94de14d
ModelName:basic_onboard_gRriFW-nodes.ubuntu18Cvfc
ModelUuid:2e222fd6-2b25-46a8-864b-2bfa75ba8381
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b59120f9-6b00-4224-b80c-27a262124348
ModelInvariantUuid:60c6d6a0-70d7-46ad-823f-43e8e5ee1312
ModelName:BasicOnboardGrrifw.compute.nodes.heat.ubuntu18
ModelUuid:8fbed651-39e5-49cc-b695-12ea74be16a7
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-05-27T00:57:07.659Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1
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-05-27T00:57:07.665Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||basic_onboard_gRriFW 0
2023-05-27T00:57:07.666Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1
2023-05-27T00:57:07.666Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fe54169b-2552-45b2-9e28-a971b1fbce8c from URL: /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json
2023-05-27T00:57:07.666Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-27T00:57:07.666Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json
2023-05-27T00:57:07.825Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-27T00:57:07.825Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json fe54169b-2552-45b2-9e28-a971b1fbce8c 798
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json ASDC sendASDCNotification
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:07.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149027826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:08.826Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGrrifw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "06075e63-ffae-4c26-9478-87acceb81299",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8ce3832-ca24-480d-a043-bbf91d9fd488",
"vfModuleModelCustomizationUUID": "974751a9-b858-49e7-96d3-2167dbe7d146",
"isBase": true,
"artifacts": [
"a201628c-1689-479c-8c0d-b79ff35380f5",
"a777ca1a-d3db-4a2f-81dc-4521d969143d"
],
"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-05-27T00:57:08.831Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGrrifw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8ce3832-ca24-480d-a043-bbf91d9fd488
VfModuleModelInvariantUUID:06075e63-ffae-4c26-9478-87acceb81299
VfModuleModelDescription:NULL
Artifacts UUID List:{
a201628c-1689-479c-8c0d-b79ff35380f5
,
a777ca1a-d3db-4a2f-81dc-4521d969143d
}
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-05-27T00:57:08.834Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGrrifw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "06075e63-ffae-4c26-9478-87acceb81299",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e8ce3832-ca24-480d-a043-bbf91d9fd488",
"vfModuleModelCustomizationUUID": "974751a9-b858-49e7-96d3-2167dbe7d146",
"isBase": true,
"artifacts": [
"a201628c-1689-479c-8c0d-b79ff35380f5",
"a777ca1a-d3db-4a2f-81dc-4521d969143d"
],
"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-05-27T00:57:08.834Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGrrifw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8ce3832-ca24-480d-a043-bbf91d9fd488
VfModuleModelInvariantUUID:06075e63-ffae-4c26-9478-87acceb81299
VfModuleModelDescription:NULL
Artifacts UUID List:{
a201628c-1689-479c-8c0d-b79ff35380f5
,
a777ca1a-d3db-4a2f-81dc-4521d969143d
}
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-05-27T00:57:08.835Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a201628c-1689-479c-8c0d-b79ff35380f5 from URL: /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml
2023-05-27T00:57:08.835Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-27T00:57:08.835Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml
2023-05-27T00:57:09.096Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-27T00:57:09.097Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml a201628c-1689-479c-8c0d-b79ff35380f5 5033
2023-05-27T00:57:09.097Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-27T00:57:09.097Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml
2023-05-27T00:57:09.097Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:57:09.098Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:09.098Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:09.098Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149029097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:10.099Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a777ca1a-d3db-4a2f-81dc-4521d969143d from URL: /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
2023-05-27T00:57:10.099Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-05-27T00:57:10.099Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
2023-05-27T00:57:10.293Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-05-27T00:57:10.293Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env a777ca1a-d3db-4a2f-81dc-4521d969143d 909
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:10.294Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149030294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:11.295Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3037a154-ed5e-47aa-a28d-d9103b1b05a8
2023-05-27T00:57:11.296Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_gRriFW 0 4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1 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-05-27T00:57:11.329Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3234893b, org.onap.sdc.toscaparser.api.parameters.Input@6c4081d5, org.onap.sdc.toscaparser.api.parameters.Input@24063416, org.onap.sdc.toscaparser.api.parameters.Input@a88aaff, org.onap.sdc.toscaparser.api.parameters.Input@1ce387c4]
2023-05-27T00:57:11.331Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.332Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.332Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2023-05-27T00:57:11.332Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2e91b0e4-36a8-4af3-8953-17d3710c4835
2023-05-27T00:57:11.332Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e91b0e4-36a8-4af3-8953-17d3710c4835 matches Tosca VF Customization UUID: 2e91b0e4-36a8-4af3-8953-17d3710c4835
2023-05-27T00:57:11.332Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2e91b0e4-36a8-4af3-8953-17d3710c4835 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-05-27T00:57:11.338Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.338Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.339Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2e91b0e4-36a8-4af3-8953-17d3710c4835: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-05-27T00:57:11.340Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e664e2d
2023-05-27T00:57:11.340Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.340Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-05-27T00:57:11.340Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 974751a9-b858-49e7-96d3-2167dbe7d146
2023-05-27T00:57:11.340Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 974751a9-b858-49e7-96d3-2167dbe7d146
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-05-27T00:57:11.346Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.347Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:11.347Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:11.348Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.348Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:11.348Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:11.348Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.349Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is not matching search criteria
2023-05-27T00:57:11.349Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-05-27T00:57:11.349Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-05-27T00:57:11.349Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2a4c678-2561-46f6-82dc-13614668f8b0
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-05-27T00:57:11.355Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.356Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:11.356Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-05-27T00:57:11.356Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.356Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_gRriFW 0 is matching search criteria
2023-05-27T00:57:11.356Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_gRriFW 0] matching following query criteria: sdcType=VF, customizationUUID=2e91b0e4-36a8-4af3-8953-17d3710c4835
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-05-27T00:57:11.361Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.361Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.361Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3037a154-ed5e-47aa-a28d-d9103b1b05a8: basic_onboard_gRriFW
2023-05-27T00:57:11.361Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.362Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.363Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.363Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T00:57:11.363Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_gRriFW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T00:57:11.363Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_gRriFW
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-05-27T00:57:11.570Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_gRriFW 4d3c2083-88c0-45ed-8ef7-5c55b72bd4f1 1 ASDC deployResourceStructure
2023-05-27T00:57:11.571Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json ASDC sendASDCNotification
2023-05-27T00:57:11.571Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json
2023-05-27T00:57:11.571Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:57:11.572Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:11.572Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:11.572Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149031571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:12.573Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-05-27T00:57:12.573Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml
2023-05-27T00:57:12.573Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:57:12.574Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:12.574Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:12.574Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149032573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:13.575Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-05-27T00:57:13.575Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env
2023-05-27T00:57:13.575Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:57:13.576Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:13.576Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:13.576Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149033575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:14.578Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar ASDC sendASDCNotification
2023-05-27T00:57:14.578Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar
2023-05-27T00:57:14.579Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T00:57:14.579Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:14.579Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:14.579Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149034578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:15.580Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53c912e-1447-42a0-bbcf-863d79e23d5b
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-05-27T00:57:15.610Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53c912e-1447-42a0-bbcf-863d79e23d5b
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-05-27T00:57:15.616Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T00:57:15.616Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-27T00:57:15.616Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T00:57:15.617Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-05-27T00:57:15.633Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-27T00:57:45.633Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c53c912e-1447-42a0-bbcf-863d79e23d5b 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-05-27T00:57:45.650Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c53c912e-1447-42a0-bbcf-863d79e23d5b and serviceModelVersionId: 3037a154-ed5e-47aa-a28d-d9103b1b05a8
2023-05-27T00:57:45.651Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6e66559-ca93-45a1-b56c-c35909e59ac2
2023-05-27T00:57:45.652Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?depth=0
2023-05-27T00:57:45.663Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-05-27T00:57:45.706Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?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-05-27T00:57:45.707Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?depth=0|INFO|500||Invoke
2023-05-27T00:57:45.716Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-27T00:57:45.939Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?depth=0|INFO|500||InvokeReturn
2023-05-27T00:57:45.939Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b6e66559-ca93-45a1-b56c-c35909e59ac2/model-vers/model-ver/3037a154-ed5e-47aa-a28d-d9103b1b05a8?depth=0 has http status code:200 and response headers:{date=[Sat, 27 May 2023 00:57:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[207], vertex-id=[151744], x-aai-txid=[2-aai-resources-230527-00:57:46:648-7279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-27T00:57:45.939Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-05-27T00:57:45.939Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-27T00:57:45.940Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-05-27T00:57:45.956Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||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-05-27T00:57:45.956Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c53c912e-1447-42a0-bbcf-863d79e23d5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-27T00:57:45.957Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-27T00:57:45.957Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-05-27T00:57:45.957Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T00:57:45.957Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Trying to send status: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149065956,
"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-05-27T00:57:46.991Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:57:50.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:57:50.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.219Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "11b9a6ee-eb4c-4970-8d68-8024390b3f5a",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149017265,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T00:57:50.220Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149018293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149025511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149027826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149029097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149030294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149031571,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/basic_onboard_grrifw0_modules.json",
"status": "DEPLOY_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149032573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2023-05-27T00:57:50.221Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149033575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/resourceInstances/basic_onboard_grrifw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149034578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGrrifw/1.0/artifacts/service-BasicOnboardGrrifw-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
"distributionID": "c53c912e-1447-42a0-bbcf-863d79e23d5b",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149065956,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2023-05-27T00:57:50.222Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T00:58:46.991Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:58:50.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T00:59:46.992Z|c53c912e-1447-42a0-bbcf-863d79e23d5b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T00:59:50.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:00:46.994Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:00:50.211Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:01:46.995Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:01:50.213Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:02:46.996Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:02:50.214Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:03:46.997Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:03:50.215Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:04:46.998Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:04:50.217Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:05:46.998Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:05:50.217Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:06:46.999Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:06:50.218Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:07:47.001Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:07:50.220Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:08:47.002Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:08:50.220Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:36.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-05-27T01:09:36.844Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"51eb1b7a-92bc-4446-b562-585fa1f76dcf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ee14f3ba-5d24-499e-91c7-c1629312eb06","serviceDescription":"service","serviceInvariantUUID":"07e8a263-c87a-402a-9205-0f8a1d645801","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"945186aa-e9de-49b0-9d18-74eaac8d2506","resourceInvariantUUID":"f5c3e6b1-ec34-470b-930b-e93f8f41119c","resourceCustomizationUUID":"d05aba0e-963e-4cf0-95ef-fcb8cd4d937a","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":"ZmY5OWQ5ZmNiM2JjZDNhMzA5MGY0YWZiYWY2MDE2NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42af5617-4bca-4e0d-b879-4b635754e7ac","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTEyYTM3OWM4ODJkZDliNWZiZmU2MTEwMjEwMWY0MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce8aceab-8c99-4fea-a680-5670abfffa2c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-27T01:09:36.848Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:09:36.848Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:09:36.849Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:09:36.849Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149727002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:36.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:09:36.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149727002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:09:36.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:09:36.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:09:36.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "policy-distribution-id",
"timestamp": 1685149752121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:09:36.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:09:37.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:09:37.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:09:37.855Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:09:37.855Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149727002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:38.857Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ee14f3ba-5d24-499e-91c7-c1629312eb06",
"serviceDescription": "service",
"serviceInvariantUUID": "07e8a263-c87a-402a-9205-0f8a1d645801",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d05aba0e-963e-4cf0-95ef-fcb8cd4d937a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "945186aa-e9de-49b0-9d18-74eaac8d2506",
"resourceInvariantUUID": "f5c3e6b1-ec34-470b-930b-e93f8f41119c",
"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": "YTEyYTM3OWM4ODJkZDliNWZiZmU2MTEwMjEwMWY0MjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce8aceab-8c99-4fea-a680-5670abfffa2c"
}
],
"workloadContext": "Production"
}
2023-05-27T01:09:38.857Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-27T01:09:38.857Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee14f3ba-5d24-499e-91c7-c1629312eb06 ASDC
2023-05-27T01:09:38.857Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:51eb1b7a-92bc-4446-b562-585fa1f76dcf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ee14f3ba-5d24-499e-91c7-c1629312eb06
ServiceInvariantUUID:07e8a263-c87a-402a-9205-0f8a1d645801
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:ce8aceab-8c99-4fea-a680-5670abfffa2c
ArtifactChecksum:YTEyYTM3OWM4ODJkZDliNWZiZmU2MTEwMjEwMWY0MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d05aba0e-963e-4cf0-95ef-fcb8cd4d937a
ResourceInvariantUUID:f5c3e6b1-ec34-470b-930b-e93f8f41119c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:945186aa-e9de-49b0-9d18-74eaac8d2506
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2023-05-27T01:09:38.858Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee14f3ba-5d24-499e-91c7-c1629312eb06 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-05-27T01:09:38.913Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:09:38.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-27T01:09:38.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-27T01:09:38.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce8aceab-8c99-4fea-a680-5670abfffa2c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-27T01:09:38.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-05-27T01:09:38.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-27T01:09:39.047Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-05-27T01:09:39.049Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ce8aceab-8c99-4fea-a680-5670abfffa2c 57779
2023-05-27T01:09:39.049Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-27T01:09:39.049Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-27T01:09:39.050Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T01:09:39.050Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:09:39.050Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:09:39.050Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149779049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:40.051Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:09:40.052Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-05-27T01:09:40.052Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ce8aceab-8c99-4fea-a680-5670abfffa2c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-27T01:09:40.052Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-05-27T01:09:40.053Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-27T01:09:40.053Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-27T01:09:40.169Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3239377594557098113/Definitions/service-BasicNetwork-template.yml
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-05-27T01:09:40.568Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.569Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.570Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.570Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.570Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ee14f3ba-5d24-499e-91c7-c1629312eb06
Model Version:NULL
Model InvariantUuid:07e8a263-c87a-402a-9205-0f8a1d645801
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f5c3e6b1-ec34-470b-930b-e93f8f41119c
Model UUID:f89883a3-4a93-45a1-bfb5-fcd1afb0db25
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d05aba0e-963e-4cf0-95ef-fcb8cd4d937a
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-05-27T01:09:40.584Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 945186aa-e9de-49b0-9d18-74eaac8d2506
2023-05-27T01:09:40.584Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||No resources found for Service: ee14f3ba-5d24-499e-91c7-c1629312eb06
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-05-27T01:09:40.588Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||
2023-05-27T01:09:40.588Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2023-05-27T01:09:40.588Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ee14f3ba-5d24-499e-91c7-c1629312eb06
2023-05-27T01:09:40.589Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ee14f3ba-5d24-499e-91c7-c1629312eb06
2023-05-27T01:09:40.589Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2023-05-27T01:09:40.589Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.598Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48590c73, org.onap.sdc.toscaparser.api.parameters.Input@7eb4e34d, org.onap.sdc.toscaparser.api.parameters.Input@2f8c3691, org.onap.sdc.toscaparser.api.parameters.Input@1e6d1d2a, org.onap.sdc.toscaparser.api.parameters.Input@1ed7a000]
2023-05-27T01:09:40.599Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.599Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.599Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ee14f3ba-5d24-499e-91c7-c1629312eb06: Generic NeutronNet
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.600Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.643Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.643Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.643Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.644Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.644Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:09:40.644Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:09:40.644Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:09:40.756Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:09:40.757Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149780757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:41.758Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:09:41.782Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:09:41.789Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T01:09:41.789Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T01:09:41.789Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T01:09:50.209Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:09:50.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:09:50.211Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149769319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:09:50.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:09:50.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:09:50.212Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149752114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:09:50.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:11.790Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:10:11.813Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:10:11.819Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T01:10:11.819Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T01:10:11.819Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T01:10:41.820Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:10:41.852Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:10:41.860Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T01:10:41.860Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-05-27T01:10:41.860Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-05-27T01:10:50.209Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:10:50.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.213Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "aai-model-loader",
"timestamp": 1685149757534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:10:50.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.214Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "multicloud-k8s",
"timestamp": 1685149755533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:10:50.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149772498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:10:50.216Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "multicloud-k8s",
"timestamp": 1685149755533,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "policy-distribution-id",
"timestamp": 1685149752121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149769319,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:10:50.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149752114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149727002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "aai-model-loader",
"timestamp": 1685149757534,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149772498,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "policy-distribution-id",
"timestamp": 1685149779416,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149780421,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149779049,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:10:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "aai-model-loader",
"timestamp": 1685149779699,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149779753,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "policy-distribution-id",
"timestamp": 1685149780420,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:10:50.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149781426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-05-27T01:10:50.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51eb1b7a-92bc-4446-b562-585fa1f76dcf
2023-05-27T01:10:50.244Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51eb1b7a-92bc-4446-b562-585fa1f76dcf and ComponentName cds
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-05-27T01:10:50.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.275Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149780757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:10:50.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.276Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "policy-distribution-id",
"timestamp": 1685149781421,
"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-05-27T01:10:50.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51eb1b7a-92bc-4446-b562-585fa1f76dcf
2023-05-27T01:10:50.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51eb1b7a-92bc-4446-b562-585fa1f76dcf 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-05-27T01:10:50.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149781276,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "aai-model-loader",
"timestamp": 1685149782856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:10:50.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.313Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149782282,
"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-05-27T01:10:50.326Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51eb1b7a-92bc-4446-b562-585fa1f76dcf
2023-05-27T01:10:50.326Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51eb1b7a-92bc-4446-b562-585fa1f76dcf 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-05-27T01:10:50.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:10:50.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "aai-model-loader",
"timestamp": 1685149783859,
"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-05-27T01:10:50.371Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51eb1b7a-92bc-4446-b562-585fa1f76dcf
2023-05-27T01:10:50.372Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51eb1b7a-92bc-4446-b562-585fa1f76dcf 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-05-27T01:11:11.860Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:11:11.893Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf
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-05-27T01:11:11.899Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T01:11:11.899Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-27T01:11:11.899Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:11.900Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:11:11.913Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-27T01:11:41.914Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf 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-05-27T01:11:41.924Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51eb1b7a-92bc-4446-b562-585fa1f76dcf and serviceModelVersionId: ee14f3ba-5d24-499e-91c7-c1629312eb06
2023-05-27T01:11:41.924Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07e8a263-c87a-402a-9205-0f8a1d645801
2023-05-27T01:11:41.925Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?depth=0
2023-05-27T01:11:41.934Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-05-27T01:11:41.967Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?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-05-27T01:11:41.968Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?depth=0|INFO|500||Invoke
2023-05-27T01:11:41.977Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-27T01:11:42.136Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?depth=0|INFO|500||InvokeReturn
2023-05-27T01:11:42.136Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/07e8a263-c87a-402a-9205-0f8a1d645801/model-vers/model-ver/ee14f3ba-5d24-499e-91c7-c1629312eb06?depth=0 has http status code:200 and response headers:{date=[Sat, 27 May 2023 01:11:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[168136], x-aai-txid=[1-aai-resources-230527-01:11:42:893-27456], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-27T01:11:42.137Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-05-27T01:11:42.137Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-27T01:11:42.137Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:11:42.152Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||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-05-27T01:11:42.153Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51eb1b7a-92bc-4446-b562-585fa1f76dcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-27T01:11:42.153Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-27T01:11:42.154Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:42.154Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:42.155Z|51eb1b7a-92bc-4446-b562-585fa1f76dcf|pool-2-thread-7|||||INFO|500||Trying to send status: {
"distributionID": "51eb1b7a-92bc-4446-b562-585fa1f76dcf",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149902153,
"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-05-27T01:11:43.187Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-05-27T01:11:43.195Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-27T01:11:43.195Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"271c9177-20b4-4173-bf8d-f20797b435f2","serviceName":"Demo_pNF_2XH1DStvfJmX5oV8bREC","serviceVersion":"1.0","serviceUUID":"24a55173-1fe4-4709-ae05-0f39885d326e","serviceDescription":"catalog service description","serviceInvariantUUID":"dfe8d215-9d9c-4798-8d26-18d05488fda9","resources":[{"resourceInstanceName":"pNF 37b8e235-8847 0","resourceName":"pNF 37b8e235-8847","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6df8d6c-aa6f-4f8b-84b1-912b4342174a","resourceInvariantUUID":"d107e7f1-97bc-414e-b115-109ac9451be9","resourceCustomizationUUID":"c126da38-12e2-4769-96a2-00a9d775b726","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml","artifactChecksum":"ZTViNWNlYWQ4ZWEzMTAxNzYzMjZjNmIzNDU0NTQ4Yjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0682e869-c099-4f8f-97d5-8f0bfdf6d250","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar","artifactChecksum":"Y2VhNjJmMTVlYjM2M2I0ZTMwNmZhNmQ2ZTk4ZTg1OGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b4164b2-f1f4-4b07-af8d-956b34e06aaf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68c52e00-2bda-4929-9a3e-db7e8693ff85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml","artifactChecksum":"MjVmZDI2ZjcxOGU5YjkyMWE2YTA2NmI4NGVkYzliM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eaa418be-b552-4b16-a664-ca12feedc704","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"531e179c-7dfe-4b81-92ca-ff48eabec915","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19921cff-73a0-4bad-a053-1c565789e4c5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml","artifactChecksum":"OWJlNzA1OGVmODM0NWVhYmFkMmYzNTFkZjBlN2VjZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c09c386b-2c86-4c9c-9b94-f1e4964f7297","artifactVersion":"1"},{"artifactName":"service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar","artifactChecksum":"ODNlYjZkOTliNjAyYTczMDg3MjA3NmE2ZDc0ZDAwZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab39fc58-302e-444f-a20a-4efa28c1c8f4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-27T01:11:43.198Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:43.198Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:43.198Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:43.198Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:44.199Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:44.200Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:44.200Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:44.200Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:45.201Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:45.201Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:45.202Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:45.202Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:46.203Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:46.204Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:46.204Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:46.204Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:47.205Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:47.206Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:47.206Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:47.206Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:48.207Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:48.208Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:48.208Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:48.208Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:49.209Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:49.209Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:49.209Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:49.209Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:50.209Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:50.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.216Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.215Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:11:50.216Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:50.216Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:50.216Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.217Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.219Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.221Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.222Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.224Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.226Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149806997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149782423,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149782428,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "multicloud-k8s",
"timestamp": 1685149780108,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149802498,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149816861,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149815861,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149816441,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149816295,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:11:50.232Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.233Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149816864,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:11:50.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.233Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149817866,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
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-05-27T01:11:50.267Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 271c9177-20b4-4173-bf8d-f20797b435f2
2023-05-27T01:11:50.267Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271c9177-20b4-4173-bf8d-f20797b435f2 and ComponentName cds
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-05-27T01:11:50.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.293Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.293Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149817874,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2023-05-27T01:11:50.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.294Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "policy-distribution-id",
"timestamp": 1685149817866,
"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-05-27T01:11:50.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 271c9177-20b4-4173-bf8d-f20797b435f2
2023-05-27T01:11:50.307Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271c9177-20b4-4173-bf8d-f20797b435f2 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-05-27T01:11:50.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.325Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.326Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149818876,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-05-27T01:11:50.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 271c9177-20b4-4173-bf8d-f20797b435f2
2023-05-27T01:11:50.338Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271c9177-20b4-4173-bf8d-f20797b435f2 and ComponentName
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-05-27T01:11:50.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.422Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149818302,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:11:50.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.423Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.423Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1685149819307,
"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-05-27T01:11:50.436Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 271c9177-20b4-4173-bf8d-f20797b435f2
2023-05-27T01:11:50.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271c9177-20b4-4173-bf8d-f20797b435f2 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-05-27T01:11:50.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.458Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/resourceInstances/pnf37b8e23588470/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.459Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149817534,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149825692,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DOWNLOAD_OK"
}
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.460Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149829662,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DEPLOY_OK"
}
2023-05-27T01:11:50.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.461Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "aai-model-loader",
"timestamp": 1685149830668,
"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-05-27T01:11:50.472Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 271c9177-20b4-4173-bf8d-f20797b435f2
2023-05-27T01:11:50.472Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271c9177-20b4-4173-bf8d-f20797b435f2 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-05-27T01:11:50.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.492Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149846996,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "multicloud-k8s",
"timestamp": 1685149846626,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149818868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "aai-model-loader",
"timestamp": 1685149847534,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.493Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "policy-distribution-id",
"timestamp": 1685149848869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "ves-openapi-manager",
"timestamp": 1685149846996,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "multicloud-k8s",
"timestamp": 1685149846626,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.494Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "cds-sdc-listener",
"timestamp": 1685149818868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "aai-model-loader",
"timestamp": 1685149847534,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "policy-distribution-id",
"timestamp": 1685149848869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2023-05-27T01:11:50.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-05-27T01:11:51.218Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"serviceName": "Demo_pNF_2XH1DStvfJmX5oV8bREC",
"serviceVersion": "1.0",
"serviceUUID": "24a55173-1fe4-4709-ae05-0f39885d326e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "dfe8d215-9d9c-4798-8d26-18d05488fda9",
"resources": [
{
"resourceInstanceName": "pNF 37b8e235-8847 0",
"resourceCustomizationUUID": "c126da38-12e2-4769-96a2-00a9d775b726",
"resourceName": "pNF 37b8e235-8847",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d6df8d6c-aa6f-4f8b-84b1-912b4342174a",
"resourceInvariantUUID": "d107e7f1-97bc-414e-b115-109ac9451be9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"artifactChecksum": "ODNlYjZkOTliNjAyYTczMDg3MjA3NmE2ZDc0ZDAwZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ab39fc58-302e-444f-a20a-4efa28c1c8f4"
}
],
"workloadContext": "Production"
}
2023-05-27T01:11:51.218Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-27T01:11:51.219Z|11b9a6ee-eb4c-4970-8d68-8024390b3f5a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24a55173-1fe4-4709-ae05-0f39885d326e ASDC
2023-05-27T01:11:51.219Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:271c9177-20b4-4173-bf8d-f20797b435f2
ServiceName:Demo_pNF_2XH1DStvfJmX5oV8bREC
ServiceVersion:1.0
ServiceUUID:24a55173-1fe4-4709-ae05-0f39885d326e
ServiceInvariantUUID:dfe8d215-9d9c-4798-8d26-18d05488fda9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
ArtifactUUID:ab39fc58-302e-444f-a20a-4efa28c1c8f4
ArtifactChecksum:ODNlYjZkOTliNjAyYTczMDg3MjA3NmE2ZDc0ZDAwZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 37b8e235-8847 0
ResourceCustomizationUUID:c126da38-12e2-4769-96a2-00a9d775b726
ResourceInvariantUUID:d107e7f1-97bc-414e-b115-109ac9451be9
ResourceName:pNF 37b8e235-8847
ResourceType:PNF
ResourceUUID:d6df8d6c-aa6f-4f8b-84b1-912b4342174a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2023-05-27T01:11:51.219Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a55173-1fe4-4709-ae05-0f39885d326e 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-05-27T01:11:51.272Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:11:51.272Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:11:51.273Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:11:51.273Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ab39fc58-302e-444f-a20a-4efa28c1c8f4 from URL: /sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:51.273Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T01:11:51.273Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:51.386Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T01:11:51.390Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar ab39fc58-302e-444f-a20a-4efa28c1c8f4 88006
2023-05-27T01:11:51.391Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar ASDC sendASDCNotification
2023-05-27T01:11:51.391Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:51.391Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T01:11:51.391Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:51.392Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:51.392Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149911391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:52.393Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:11:52.394Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:11:52.394Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ab39fc58-302e-444f-a20a-4efa28c1c8f4, URL: /sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar to file: /app/ASDC/1/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:52.394Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:52.395Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:52.396Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:52.504Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16234902282881182181/Definitions/service-DemoPnf2xh1dstvfjmx5ov8brec-template.yml
2023-05-27T01:11:53.091Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 37b8e235-8847 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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Node template pNF 37b8e235-8847 0 is matching search criteria
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-27T01:11:53.092Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 37b8e235-8847 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Node template pNF 37b8e235-8847 0 is matching search criteria
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 37b8e235-8847 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.093Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_2XH1DStvfJmX5oV8bREC
Description:catalog service description
Model UUID:24a55173-1fe4-4709-ae05-0f39885d326e
Model Version:NULL
Model InvariantUuid:dfe8d215-9d9c-4798-8d26-18d05488fda9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-05-27T01:11:53.115Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6df8d6c-aa6f-4f8b-84b1-912b4342174a
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-05-27T01:11:53.120Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||pNF 37b8e235-8847 0
2023-05-27T01:11:53.120Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6df8d6c-aa6f-4f8b-84b1-912b4342174a
2023-05-27T01:11:53.120Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 24a55173-1fe4-4709-ae05-0f39885d326e
2023-05-27T01:11:53.120Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 24a55173-1fe4-4709-ae05-0f39885d326e
2023-05-27T01:11:53.120Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 37b8e235-8847 0 d6df8d6c-aa6f-4f8b-84b1-912b4342174a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42a797a5, org.onap.sdc.toscaparser.api.parameters.Input@60c030c8, org.onap.sdc.toscaparser.api.parameters.Input@23189fd0, org.onap.sdc.toscaparser.api.parameters.Input@1efa8189, org.onap.sdc.toscaparser.api.parameters.Input@609e374c]
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 24a55173-1fe4-4709-ae05-0f39885d326e: pNF 37b8e235-8847
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Processing PNF resource: d6df8d6c-aa6f-4f8b-84b1-912b4342174a
2023-05-27T01:11:53.131Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2023-05-27T01:11:53.132Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_2XH1DStvfJmX5oV8bREC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-05-27T01:11:53.132Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Resource customization UUID: c126da38-12e2-4769-96a2-00a9d775b726 is the same as notified resource customizationUUID: c126da38-12e2-4769-96a2-00a9d775b726
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-05-27T01:11:53.243Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 37b8e235-8847 d6df8d6c-aa6f-4f8b-84b1-912b4342174a 0 ASDC deployResourceStructure
2023-05-27T01:11:53.244Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar ASDC sendASDCNotification
2023-05-27T01:11:53.244Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar
2023-05-27T01:11:53.245Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-05-27T01:11:53.245Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:11:53.245Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:11:53.245Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149913244,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2xh1dstvfjmx5ov8brec/1.0/artifacts/service-DemoPnf2xh1dstvfjmx5ov8brec-csar.csar",
"status": "DEPLOY_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:11:54.248Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271c9177-20b4-4173-bf8d-f20797b435f2
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-05-27T01:11:54.278Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271c9177-20b4-4173-bf8d-f20797b435f2
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-05-27T01:11:54.284Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-05-27T01:11:54.284Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-05-27T01:11:54.285Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-05-27T01:11:54.285Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-05-27T01:11:54.285Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.285Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.286Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.286Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.286Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.286Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2023-05-27T01:11:54.286Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-05-27T01:11:54.299Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-05-27T01:12:24.300Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 271c9177-20b4-4173-bf8d-f20797b435f2 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-05-27T01:12:24.310Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 271c9177-20b4-4173-bf8d-f20797b435f2 and serviceModelVersionId: 24a55173-1fe4-4709-ae05-0f39885d326e
2023-05-27T01:12:24.311Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dfe8d215-9d9c-4798-8d26-18d05488fda9
2023-05-27T01:12:24.312Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0
2023-05-27T01:12:24.320Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-05-27T01:12:24.355Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0|INFO|500||Invoke
2023-05-27T01:12:24.356Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[271c9177-20b4-4173-bf8d-f20797b435f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c02d0174-0ae9-4827-80b9-7f3bae437d79], X-ECOMP-RequestID=[271c9177-20b4-4173-bf8d-f20797b435f2], X-TransactionId=[], X-ONAP-RequestID=[271c9177-20b4-4173-bf8d-f20797b435f2], Content-Type=[application/merge-patch+json]}
2023-05-27T01:12:24.364Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2023-05-27T01:12:24.537Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?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/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0 has http status code:200 and response headers:{date=[Sat, 27 May 2023 01:12:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[169], vertex-id=[172224], x-aai-txid=[0-aai-resources-230527-01:12:25:280-33755], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-05-27T01:12:24.537Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-05-27T01:12:24.538Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dfe8d215-9d9c-4798-8d26-18d05488fda9/model-vers/model-ver/24a55173-1fe4-4709-ae05-0f39885d326e?depth=0|INFO|500||InvokeReturn
2023-05-27T01:12:24.539Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-05-27T01:12:24.539Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-05-27T01:12:25.457Z|271c9177-20b4-4173-bf8d-f20797b435f2|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-05-27T01:12:25.457Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 271c9177-20b4-4173-bf8d-f20797b435f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-05-27T01:12:25.457Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-05-27T01:12:25.458Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:25.458Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:25.458Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "271c9177-20b4-4173-bf8d-f20797b435f2",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149945457,
"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-05-27T01:12:26.488Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-05-27T01:12:26.489Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"11f49090-e13f-4f3d-bbac-c4eb4b46a89d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1119af5d-3a05-433e-9565-149de34aff95","serviceDescription":"service","serviceInvariantUUID":"acc8eebb-9a84-4030-8757-4be4816bee03","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7bc8942a-6977-4779-b121-463e3cd88c0e","resourceInvariantUUID":"3b641f6b-bd74-4806-9d4f-4e41e932c504","resourceCustomizationUUID":"470a35e1-b407-42bf-8048-5277aaf98ae6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY2ZGQyNGQ3MjRiNzE4ODJjYmYxYmY2M2IxYzQwZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c0ad53bb-6b0c-4182-928c-ae32779b24ba","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZWYxMjliNTI5YzY1ZjQwYmQ1NzhlM2Q2OWU5NzVjNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d90f21e-db10-4b8a-a62b-c6a6bfd97456","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71e0ee4a-8794-4dc0-a278-7a78b94e11cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efd93697-a968-4cc6-9c04-0b87b0609b0e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06a52103-4e97-4881-85a4-d7c9bf22f560","artifactVersion":"2","generatedFromUUID":"71e0ee4a-8794-4dc0-a278-7a78b94e11cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTdlNDRkMzgwOWE4NTk5NDRlYjM2MjhiN2FhMTJkZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0e828d8-aec8-4101-9713-d7d523575ec0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzYwYzg1MWYwNGVlMjQ3YjQ1NjQ3YWUxMjdhYjFiY2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f917093-aca9-42d4-8dbb-59bee26f57e0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-05-27T01:12:26.489Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:26.490Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:26.490Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:26.490Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:27.491Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:27.492Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:27.492Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:27.492Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:28.493Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:28.494Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:28.494Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:28.494Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:29.495Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:29.496Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:29.496Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:29.496Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:30.497Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:30.498Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:30.498Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:30.498Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:31.499Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:31.499Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:31.499Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:31.499Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:32.500Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-05-27T01:12:32.501Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:32.501Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:32.501Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149903187,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:33.503Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "1119af5d-3a05-433e-9565-149de34aff95",
"serviceDescription": "service",
"serviceInvariantUUID": "acc8eebb-9a84-4030-8757-4be4816bee03",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "470a35e1-b407-42bf-8048-5277aaf98ae6",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7bc8942a-6977-4779-b121-463e3cd88c0e",
"resourceInvariantUUID": "3b641f6b-bd74-4806-9d4f-4e41e932c504",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZWYxMjliNTI5YzY1ZjQwYmQ1NzhlM2Q2OWU5NzVjNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d90f21e-db10-4b8a-a62b-c6a6bfd97456",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "71e0ee4a-8794-4dc0-a278-7a78b94e11cd",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06a52103-4e97-4881-85a4-d7c9bf22f560",
"generatedFromUUID": "71e0ee4a-8794-4dc0-a278-7a78b94e11cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06a52103-4e97-4881-85a4-d7c9bf22f560",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzYwYzg1MWYwNGVlMjQ3YjQ1NjQ3YWUxMjdhYjFiY2E\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f917093-aca9-42d4-8dbb-59bee26f57e0"
}
],
"workloadContext": "Production"
}
2023-05-27T01:12:33.504Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-05-27T01:12:33.504Z|271c9177-20b4-4173-bf8d-f20797b435f2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1119af5d-3a05-433e-9565-149de34aff95 ASDC
2023-05-27T01:12:33.504Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:11f49090-e13f-4f3d-bbac-c4eb4b46a89d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:1119af5d-3a05-433e-9565-149de34aff95
ServiceInvariantUUID:acc8eebb-9a84-4030-8757-4be4816bee03
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:6f917093-aca9-42d4-8dbb-59bee26f57e0
ArtifactChecksum:YzYwYzg1MWYwNGVlMjQ3YjQ1NjQ3YWUxMjdhYjFiY2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:470a35e1-b407-42bf-8048-5277aaf98ae6
ResourceInvariantUUID:3b641f6b-bd74-4806-9d4f-4e41e932c504
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7bc8942a-6977-4779-b121-463e3cd88c0e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:4d90f21e-db10-4b8a-a62b-c6a6bfd97456
ArtifactChecksum:ZWYxMjliNTI5YzY1ZjQwYmQ1NzhlM2Q2OWU5NzVjNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:71e0ee4a-8794-4dc0-a278-7a78b94e11cd
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:06a52103-4e97-4881-85a4-d7c9bf22f560
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:06a52103-4e97-4881-85a4-d7c9bf22f560
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2023-05-27T01:12:33.504Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1119af5d-3a05-433e-9565-149de34aff95 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-05-27T01:12:33.593Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:12:33.594Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:12:33.594Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:12:33.594Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6f917093-aca9-42d4-8dbb-59bee26f57e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-27T01:12:33.594Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-05-27T01:12:33.594Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-27T01:12:33.711Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-05-27T01:12:33.714Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6f917093-aca9-42d4-8dbb-59bee26f57e0 75169
2023-05-27T01:12:33.715Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-05-27T01:12:33.715Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-05-27T01:12:33.715Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-05-27T01:12:33.716Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-05-27T01:12:33.716Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-05-27T01:12:33.716Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||Trying to send status: {
"distributionID": "11f49090-e13f-4f3d-bbac-c4eb4b46a89d",
"consumerID": "SO-sdc-controller",
"timestamp": 1685149953715,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-05-27T01:12:34.717Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-05-27T01:12:34.718Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-05-27T01:12:34.718Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6f917093-aca9-42d4-8dbb-59bee26f57e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:34.719Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-05-27T01:12:34.719Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:34.720Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:34.856Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12715523200391787780/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-05-27T01:12:35.865Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-05-27T01:12:35.865Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T01:12:35.865Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:35.865Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-05-27T01:12:35.866Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:35.866Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|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-BasicVm-csar.csar
2023-05-27T01:12:35.866Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:35.866Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-05-27T01:12:35.866Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|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-BasicVm-csar.csar
2023-05-27T01:12:35.867Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|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-BasicVm-csar.csar
2023-05-27T01:12:35.867Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|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-BasicVm-csar.csar
2023-05-27T01:12:35.867Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-05-27T01:12:35.868Z|11f49090-e13f-4f3d-bbac-c4eb4b46a89d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery