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)
2022-12-17T23:32:36.573Z||main|||||INFO|500||The following profiles are active: basic
2022-12-17T23:32:55.849Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-17T23:32:55.851Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-17T23:32:55.999Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-17T23:33:03.644Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-17T23:33:04.518Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-17T23:33:05.148Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-17T23:33:05.213Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-17T23:33:05.371Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-17T23:33:05.705Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-17T23:33:06.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-17T23:33:08.956Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-17T23:33:19.312Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-17T23:33:19.411Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-17T23:33:20.248Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-17T23:33:20.713Z||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.
2022-12-17T23:33:22.297Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-17T23:33:23.604Z||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_
2022-12-17T23:33:24.408Z||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=?
2022-12-17T23:33:25.306Z||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]}
2022-12-17T23:33:25.317Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:25.350Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:27.814Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:27.814Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:26 GMT], server=[envoy], x-envoy-upstream-service-time=[2448], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:27.820Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"f93a4909540d42e6b207da6103c3bff7","versionId":"5d098ec005404326b024917867eed41b"}
2022-12-17T23:33:27.856Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-12-17T23:33:27.936Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:27.936Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[07dd81f0-e67e-47b4-af31-f61b5b506482], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:27.939Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:28.564Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[590]}
2022-12-17T23:33:28.565Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:28.567Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f93a4909540d42e6b207da6103c3bff7/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:28.568Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-12-17T23:33:28.568Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:28.662Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:28.665Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:28.667Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:29.025Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:29.026Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:29 GMT], server=[envoy], x-envoy-upstream-service-time=[334], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:29.028Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"8aa8d900369d449a9b97ee6207ead03f","versionId":"155e3edbf8b04676b5d3f5f3e897c748"}
2022-12-17T23:33:29.030Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-12-17T23:33:29.112Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/8aa8d900369d449a9b97ee6207ead03f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:29.114Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8aa8d900369d449a9b97ee6207ead03f/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:29.118Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8aa8d900369d449a9b97ee6207ead03f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:29.637Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/8aa8d900369d449a9b97ee6207ead03f/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:29.639Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/8aa8d900369d449a9b97ee6207ead03f/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[510]}
2022-12-17T23:33:29.640Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:29.641Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-12-17T23:33:29.641Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:29.721Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:29.722Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6a9944a8-3973-49f4-91cb-b3c4ca650e4e], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:29.724Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:30.071Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:30 GMT], server=[envoy], x-envoy-upstream-service-time=[344], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:30.072Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"1ca00fa5d1774afe868f24a6f0bd5e6f","versionId":"40c77c0579954bb5aa507b1064199d40"}
2022-12-17T23:33:30.073Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:30.078Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-12-17T23:33:30.150Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1ca00fa5d1774afe868f24a6f0bd5e6f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:30.152Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ca00fa5d1774afe868f24a6f0bd5e6f/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:30.154Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ca00fa5d1774afe868f24a6f0bd5e6f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:30.659Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1ca00fa5d1774afe868f24a6f0bd5e6f/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:30.660Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1ca00fa5d1774afe868f24a6f0bd5e6f/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[501]}
2022-12-17T23:33:30.660Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:30.661Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-12-17T23:33:30.661Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:30.749Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:30.751Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:30.753Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:31.138Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:31.195Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:32 GMT], server=[envoy], x-envoy-upstream-service-time=[347], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:31.220Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"59ceee1c508f4cd681af7440eb5f2758","versionId":"c6e120668b364bf9ab9bad90f7d0061e"}
2022-12-17T23:33:31.243Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-17T23:33:31.716Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:31.732Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3253c790-1f05-494a-a0b8-49339463c0d0], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:31.735Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:32.425Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[655]}
2022-12-17T23:33:32.425Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:32.426Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/59ceee1c508f4cd681af7440eb5f2758/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:32.427Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-12-17T23:33:32.443Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:32.822Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:32.824Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:32.834Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:33.315Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:33.326Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:34 GMT], server=[envoy], x-envoy-upstream-service-time=[474], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:33.328Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"dbea20ba57464c1b949f76d7a67424c5","versionId":"867341fd88de47da9dd2e7971a566616"}
2022-12-17T23:33:33.331Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-17T23:33:33.447Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:33.449Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e5e62d31-bd11-42d0-a4d2-c3d293a86c3c], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:33.464Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:34.094Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[626]}
2022-12-17T23:33:34.095Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:34.095Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dbea20ba57464c1b949f76d7a67424c5/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:34.096Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-12-17T23:33:34.096Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:34.189Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:34.191Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:34.193Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:34.999Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:35.000Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:35 GMT], server=[envoy], x-envoy-upstream-service-time=[797], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:35.034Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"f8de710d074b4b37824a9d73eaa57825","versionId":"00796ae048384e358bcedea39f2c7116"}
2022-12-17T23:33:35.095Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-17T23:33:35.520Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f8de710d074b4b37824a9d73eaa57825/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:35.521Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f8de710d074b4b37824a9d73eaa57825/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:35.535Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f8de710d074b4b37824a9d73eaa57825/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:36.799Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f8de710d074b4b37824a9d73eaa57825/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:36.800Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f8de710d074b4b37824a9d73eaa57825/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1247]}
2022-12-17T23:33:36.800Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:36.801Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-12-17T23:33:36.824Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:36.996Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:36.997Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4b3edf5d-7d95-4163-b62f-bb407a641ab3], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:36.998Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:37.298Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:38 GMT], server=[envoy], x-envoy-upstream-service-time=[293], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:37.299Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"82adfaa30d384a2b9abce94f7d0a8a43","versionId":"7b1c86f5ba2f4dceb1c80f9c900d7ed7"}
2022-12-17T23:33:37.302Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:37.305Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-12-17T23:33:37.367Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:37.369Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[439b1eec-c034-4ede-815c-4360652fd13c], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:37.371Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:37.921Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[539]}
2022-12-17T23:33:37.922Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:37.924Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/82adfaa30d384a2b9abce94f7d0a8a43/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:37.924Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-12-17T23:33:37.925Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:38.005Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:38.007Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:38.009Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:38.375Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:38.376Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:39 GMT], server=[envoy], x-envoy-upstream-service-time=[256], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:38.377Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"786ed55a2c1c460cac98d75b46ff89b9","versionId":"a94da77434054db1b1bdd533ce77b67c"}
2022-12-17T23:33:38.380Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-12-17T23:33:38.434Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:38.434Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[162278bc-3268-4ab7-a9f8-1196d3c695f7], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:38.435Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:38.750Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[312]}
2022-12-17T23:33:38.752Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:38.752Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/786ed55a2c1c460cac98d75b46ff89b9/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:38.753Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-12-17T23:33:38.753Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:38.810Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:38.811Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:38.812Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:39.078Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:39.080Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:40 GMT], server=[envoy], x-envoy-upstream-service-time=[262], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:39.081Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"ca9aedaa93aa44818669895a180593d6","versionId":"0575d057c82c4e3bb12c71c6ce6463ff"}
2022-12-17T23:33:39.084Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-12-17T23:33:39.133Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ca9aedaa93aa44818669895a180593d6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:39.135Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca9aedaa93aa44818669895a180593d6/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:39.136Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca9aedaa93aa44818669895a180593d6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:39.499Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ca9aedaa93aa44818669895a180593d6/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:39.500Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ca9aedaa93aa44818669895a180593d6/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[359]}
2022-12-17T23:33:39.501Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:39.501Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-12-17T23:33:39.501Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:39.549Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:39.549Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[01ba2779-c2a4-47e7-96d6-1ab8525da4c0], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:39.551Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:39.849Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:40 GMT], server=[envoy], x-envoy-upstream-service-time=[294], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:39.850Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"49369e6d0dcd4ad5ba4f0f343f1598ff","versionId":"2167929a96524676b244e3dd01f94635"}
2022-12-17T23:33:39.851Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:39.853Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-12-17T23:33:39.890Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49369e6d0dcd4ad5ba4f0f343f1598ff/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:39.892Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49369e6d0dcd4ad5ba4f0f343f1598ff/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:39.893Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49369e6d0dcd4ad5ba4f0f343f1598ff/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:40.426Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49369e6d0dcd4ad5ba4f0f343f1598ff/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:40.426Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49369e6d0dcd4ad5ba4f0f343f1598ff/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[527]}
2022-12-17T23:33:40.427Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:40.427Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-12-17T23:33:40.427Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:40.470Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:40.471Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:40.473Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:40.690Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:40.690Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:41 GMT], server=[envoy], x-envoy-upstream-service-time=[214], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:40.691Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"50e9a537186e45ee8495ce13746b0989","versionId":"6a64f194bc474611b0a2c1d59d1abe5d"}
2022-12-17T23:33:40.693Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-12-17T23:33:40.730Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:40.731Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[44bdf8c9-fe3f-4f9b-9b03-39a302f9d804], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:40.732Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:41.418Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[680]}
2022-12-17T23:33:41.419Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:41.420Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/50e9a537186e45ee8495ce13746b0989/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:41.420Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-12-17T23:33:41.420Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:41.472Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:41.482Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:41.483Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:42.077Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:42.079Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:42 GMT], server=[envoy], x-envoy-upstream-service-time=[559], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:42.080Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"41bbd29a8a384b93a57b685302afa9a4","versionId":"fee348d5be5a405ab80b6f8681161632"}
2022-12-17T23:33:42.096Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-12-17T23:33:42.196Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:42.197Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[035b4394-814d-464d-8b3b-55edfbebad29], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:42.200Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:42.754Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[550]}
2022-12-17T23:33:42.754Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:42.755Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/41bbd29a8a384b93a57b685302afa9a4/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:42.755Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-12-17T23:33:42.762Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:42.966Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:42.967Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[04f288ff-e4b9-49ad-9d0b-f506d3ce04ce], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:42.970Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:43.606Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:44 GMT], server=[envoy], x-envoy-upstream-service-time=[613], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:43.607Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"2b2aa55919084aa7abc9b3a2a13e8c96","versionId":"1749f614f01748e7a9d40fb28b9505b7"}
2022-12-17T23:33:43.608Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:43.612Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-12-17T23:33:43.656Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:43.657Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[986f4b70-6f8a-4bd9-a97e-e51955810d2a], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:43.658Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:44.615Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[947]}
2022-12-17T23:33:44.616Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:44.616Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2b2aa55919084aa7abc9b3a2a13e8c96/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:44.617Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-12-17T23:33:44.617Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:44.728Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:44.731Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:44.733Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:45.257Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:45.269Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:46 GMT], server=[envoy], x-envoy-upstream-service-time=[518], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:45.271Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"620fd03e4f514730af32e6f198af4272","versionId":"05385f0374d64600b7d1585f8fe77278"}
2022-12-17T23:33:45.287Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-12-17T23:33:45.387Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:45.388Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c1a343ce-a198-49ce-ad7d-aabdefb56f6f], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:45.402Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:46.600Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1192]}
2022-12-17T23:33:46.601Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:46.602Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/620fd03e4f514730af32e6f198af4272/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:46.602Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-12-17T23:33:46.603Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:46.660Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:46.661Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[93667cc9-f6b3-4647-add9-42edd705c607], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:46.663Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:46.891Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:47 GMT], server=[envoy], x-envoy-upstream-service-time=[226], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:46.893Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"97133cd41c964f2abcd139aa04b85781","versionId":"6e412ffcfe284d39af2c72f030f0a8ca"}
2022-12-17T23:33:46.894Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:46.897Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-12-17T23:33:46.935Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/97133cd41c964f2abcd139aa04b85781/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:46.936Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/97133cd41c964f2abcd139aa04b85781/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:46.937Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/97133cd41c964f2abcd139aa04b85781/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:47.299Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/97133cd41c964f2abcd139aa04b85781/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:47.300Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/97133cd41c964f2abcd139aa04b85781/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[359]}
2022-12-17T23:33:47.300Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:47.301Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-12-17T23:33:47.301Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:47.343Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:47.344Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[401ccb5d-6fd5-4011-82f8-a3289fc83d42], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:47.345Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:47.564Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:48 GMT], server=[envoy], x-envoy-upstream-service-time=[216], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:47.567Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"653f4897736547dc92a1282528943bd6","versionId":"2a6522f7aee2450ab7c18857111a42fd"}
2022-12-17T23:33:47.568Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:47.575Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-12-17T23:33:47.620Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/653f4897736547dc92a1282528943bd6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:47.621Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/653f4897736547dc92a1282528943bd6/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:47.623Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/653f4897736547dc92a1282528943bd6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:48.049Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/653f4897736547dc92a1282528943bd6/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:48.051Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/653f4897736547dc92a1282528943bd6/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[421]}
2022-12-17T23:33:48.051Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:48.052Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-12-17T23:33:48.052Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:48.112Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:48.114Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:48.116Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:48.378Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:48.379Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:49 GMT], server=[envoy], x-envoy-upstream-service-time=[259], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:48.380Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"0a3565fc2f8c41a58a7186d84fa69806","versionId":"d10aa26a8c834689a15fbbec5a5571c1"}
2022-12-17T23:33:48.383Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-12-17T23:33:48.415Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:48.416Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[374917cc-016e-4193-9598-e5ede98c9acf], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:48.417Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:48.974Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[554]}
2022-12-17T23:33:48.975Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:48.976Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0a3565fc2f8c41a58a7186d84fa69806/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:48.976Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-12-17T23:33:48.976Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:49.034Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:49.036Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:49.037Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:49.234Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:49.235Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:50 GMT], server=[envoy], x-envoy-upstream-service-time=[194], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:49.236Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"6f162fa112a245f19200559f4a7bb7b7","versionId":"acee5964b59a4560af04484c83a8dc87"}
2022-12-17T23:33:49.239Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-12-17T23:33:49.273Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:49.273Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9e054553-c900-4f1e-8ecf-b3fe36140085], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:49.275Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:49.594Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[316]}
2022-12-17T23:33:49.594Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:49.595Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6f162fa112a245f19200559f4a7bb7b7/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:49.595Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-12-17T23:33:49.595Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:49.636Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:49.637Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6fc8ad72-1ec6-406b-b0b6-c3d11d17044a], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:49.639Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:49.873Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:50 GMT], server=[envoy], x-envoy-upstream-service-time=[228], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:49.875Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"550930777e2e4e6d93ad70b9e01a5e75","versionId":"c1c08664100b44f9bba87e7e701bbf0e"}
2022-12-17T23:33:49.876Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:49.879Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-12-17T23:33:49.923Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/550930777e2e4e6d93ad70b9e01a5e75/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:49.924Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/550930777e2e4e6d93ad70b9e01a5e75/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:49.925Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/550930777e2e4e6d93ad70b9e01a5e75/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:50.302Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/550930777e2e4e6d93ad70b9e01a5e75/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:50.303Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/550930777e2e4e6d93ad70b9e01a5e75/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[366]}
2022-12-17T23:33:50.303Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:50.304Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-12-17T23:33:50.304Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:50.347Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:50.348Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:50.349Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:50.580Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:50.581Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:51 GMT], server=[envoy], x-envoy-upstream-service-time=[227], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:50.582Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"ff0f900b8ab7452fba22f72f0b12f76a","versionId":"0d9d14c37c9e463595fcad7893d336d8"}
2022-12-17T23:33:50.585Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-12-17T23:33:50.831Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:50.832Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[88497c2b-ca12-4032-990d-d769e210087d], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:50.833Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:51.206Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[370]}
2022-12-17T23:33:51.207Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:51.208Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ff0f900b8ab7452fba22f72f0b12f76a/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:51.208Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-12-17T23:33:51.208Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:51.253Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:51.253Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[8e8e5e34-8d5a-4d25-86c6-d8a5b77fcc42], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:51.255Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:51.634Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:52 GMT], server=[envoy], x-envoy-upstream-service-time=[377], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:51.636Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"42a7999e0d584b978d92600a2592e658","versionId":"a39746401b3f426bb30fc540751355f0"}
2022-12-17T23:33:51.637Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:51.640Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-12-17T23:33:51.691Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:51.692Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[dfe1f615-64f4-47ec-a969-7c7b6c5861c7], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:51.694Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:52.201Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[501]}
2022-12-17T23:33:52.202Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:52.203Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/42a7999e0d584b978d92600a2592e658/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:52.203Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-12-17T23:33:52.203Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:52.243Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:52.244Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:52.246Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:52.457Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:52.458Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:53 GMT], server=[envoy], x-envoy-upstream-service-time=[207], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:52.460Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"c1a70803b09a46ddae204fb08523c72c","versionId":"bc05eea597694768bc5a0b0ba66a1bfd"}
2022-12-17T23:33:52.463Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-12-17T23:33:52.498Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c1a70803b09a46ddae204fb08523c72c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:52.500Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c1a70803b09a46ddae204fb08523c72c/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:52.501Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c1a70803b09a46ddae204fb08523c72c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:52.820Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c1a70803b09a46ddae204fb08523c72c/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:52.821Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c1a70803b09a46ddae204fb08523c72c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[316]}
2022-12-17T23:33:52.822Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:52.822Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-12-17T23:33:52.823Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:52.871Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:52.872Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[94b1a414-5379-4684-b699-b1cac720233e], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:52.874Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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"}]}
2022-12-17T23:33:53.092Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:54 GMT], server=[envoy], x-envoy-upstream-service-time=[215], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:53.094Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"36f79bb7a313454f8b0a6808bfc20e01","versionId":"2089a819208c4bd286b448ba3ac9af63"}
2022-12-17T23:33:53.095Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:53.100Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-12-17T23:33:53.141Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:53.142Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions with request headers:{X-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bf3288f7-7d38-4373-8113-3d4844bea803], X-ECOMP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-TransactionID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], X-ONAP-RequestID=[dfe4edb8-b103-419b-89b7-c11756bf0f5a], Content-Type=[application/json]}
2022-12-17T23:33:53.143Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:53.538Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[392]}
2022-12-17T23:33:53.539Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:53.540Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/36f79bb7a313454f8b0a6808bfc20e01/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:53.540Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-12-17T23:33:53.541Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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=?
2022-12-17T23:33:53.593Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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]}
2022-12-17T23:33:53.595Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-12-17T23:33:53.596Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"name":"VnfInPlaceSoftwareUpdate","description":"Activity InPlace Software Update on VNF","categoryList":["VNF"]}
2022-12-17T23:33:53.831Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-12-17T23:33:53.832Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:POST performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec has http status code:201 and response headers:{date=[Sat, 17 Dec 2022 23:33:54 GMT], server=[envoy], x-envoy-upstream-service-time=[227], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-12-17T23:33:53.834Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||{"id":"1000589a88b245429b8a87479f7a583c","versionId":"c4ec88af1fe5431abde2c361a81b751b"}
2022-12-17T23:33:53.837Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-12-17T23:33:53.883Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1000589a88b245429b8a87479f7a583c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-12-17T23:33:53.885Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1000589a88b245429b8a87479f7a583c/versions/latest/actions|INFO|500||Invoke
2022-12-17T23:33:53.886Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1000589a88b245429b8a87479f7a583c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-12-17T23:33:54.319Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1000589a88b245429b8a87479f7a583c/versions/latest/actions|INFO|500||InvokeReturn
2022-12-17T23:33:54.320Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1000589a88b245429b8a87479f7a583c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 17 Dec 2022 23:33:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[429]}
2022-12-17T23:33:54.320Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Response was returned with an empty entity.
2022-12-17T23:33:54.321Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-12-17T23:33:58.904Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|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
2022-12-17T23:34:04.117Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||WARN|500||---
2022-12-17T23:34:04.118Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-17T23:34:04.119Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||WARN|500||---
2022-12-17T23:34:07.456Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-17T23:34:14.357Z|dfe4edb8-b103-419b-89b7-c11756bf0f5a|main|||||INFO|500||Started Application in 102.257 seconds (JVM running for 110.651)
2022-12-17T23:34:14.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-17T23:34:14.375Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-17T23:34:14.396Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-17T23:34:14.449Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-17T23:34:14.483Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 46321b0a-877c-4c7a-aceb-d6bbfc096a57 url= /sdc/v1/artifactTypes
2022-12-17T23:34:14.484Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-17T23:34:14.671Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-17T23:34:14.696Z||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 ASDC server
2022-12-17T23:34:14.720Z||scheduling-1|||||DEBUG|500||create keys
2022-12-17T23:34:14.727Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-17T23:34:14.858Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:34:14.885Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 14f1280e-59c5-482e-8962-de4928f29045 url= /sdc/v1/registerForDistribution
2022-12-17T23:34:15.021Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 14f1280e-59c5-482e-8962-de4928f29045 url= /sdc/v1/registerForDistribution
2022-12-17T23:34:15.022Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-17T23:34:15.030Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:34:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:34:15.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-17T23:34:15.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:34:15.044Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:34:15.043Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:34:15.044Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:34:25.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:34:25.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:35:15.028Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:35:15.030Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:35:15.030Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:35:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:35:15.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:35:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:35:24.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:35:24.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:36:15.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:36:15.029Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:36:15.029Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:36:15.030Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:36:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:36:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:36:24.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:36:24.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:37:15.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:37:15.030Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:37:15.030Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:37:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:37:15.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:37:15.031Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:37:24.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:37:24.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:38:15.029Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:38:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:38:15.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:38:15.033Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:38:15.033Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:38:15.033Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:38:24.605Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:38:24.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:39:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:39:15.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:39:15.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:39:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:39:15.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:39:15.032Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:39:24.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:39:24.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:40:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:40:15.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:40:15.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:40:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:40:15.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:40:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:40:24.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:40:24.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:41:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:41:15.029Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:41:15.029Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:41:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:41:15.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:41:15.033Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:41:24.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:41:24.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:42:15.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:42:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:42:15.121Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:42:15.122Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:42:15.123Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:42:15.123Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:42:24.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:42:24.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:43:15.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:43:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:43:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:43:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:43:15.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:43:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:43:18.525Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-17T23:43:24.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:43:24.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:44:15.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:44:15.030Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:44:15.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:44:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:44:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:44:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:44:24.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:44:24.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:45:15.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:45:15.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:45:15.029Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:45:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:45:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:45:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:45:24.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:45:24.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:46:15.028Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:46:15.029Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:46:15.030Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:46:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:46:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:46:15.031Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:46:24.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:46:24.590Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:47:15.029Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:47:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:47:15.034Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:47:15.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:47:15.034Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:47:15.034Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:47:24.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:47:24.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:48:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:48:15.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:48:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:48:15.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:48:15.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:48:15.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:48:24.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:48:24.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:49:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:49:15.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:49:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:49:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:49:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:49:15.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:49:24.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:49:24.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:50:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:50:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:50:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:50:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:50:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:50:15.031Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:50:24.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:50:24.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:51:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:51:15.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:51:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:51:15.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:51:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:51:15.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:51:24.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:51:24.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:52:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:52:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:52:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:52:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:52:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:52:15.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:52:24.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:52:24.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:53:15.029Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:53:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:53:15.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:53:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:53:15.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:53:15.032Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:53:24.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:53:24.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:54:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:54:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:54:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:54:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:54:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:54:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:54:24.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:54:24.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:55:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:55:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:55:15.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:55:15.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:55:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:55:15.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:55:24.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:55:24.605Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:56:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:56:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:56:15.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:56:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:56:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:56:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:56:24.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:56:24.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:57:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:57:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:57:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:57:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:57:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:57:15.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:57:24.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:57:24.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:58:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:58:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:58:15.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:58:15.033Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:58:15.034Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:58:15.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:58:24.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:58:24.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:59:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:59:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-17T23:59:15.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:59:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:59:15.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-17T23:59:15.035Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-17T23:59:24.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-17T23:59:24.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:00:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:00:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:00:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:00:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:00:15.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:00:15.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:00:24.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:00:24.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:01:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:01:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:01:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:01:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:01:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:01:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:01:24.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:01:24.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:02:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:02:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:02:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:02:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:02:15.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:02:15.031Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:02:24.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:02:24.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:03:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:03:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:03:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:03:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:03:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:03:15.031Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:03:24.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:03:24.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:04:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:04:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:04:15.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:04:15.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:04:15.034Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:04:15.034Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:04:24.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:04:24.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:05:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:05:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:05:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:05:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:05:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:05:15.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:05:24.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:05:24.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:06:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:06:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:06:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:06:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:06:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:06:15.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:06:24.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:06:24.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:07:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:07:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:07:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:07:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:07:15.031Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:07:15.031Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:07:24.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:07:24.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:08:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:08:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:08:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:08:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:08:15.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:08:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:08:24.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:08:24.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:09:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:09:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:09:15.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:09:15.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:09:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:09:15.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:09:24.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:09:24.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:10:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:10:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:10:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:10:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:10:15.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:10:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:10:24.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:10:24.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:11:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:11:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:11:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:11:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:11:15.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:11:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:11:24.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:11:24.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:12:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:12:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:12:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:12:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:12:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:12:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:12:24.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:12:24.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:13:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:13:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:13:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:13:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:13:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:13:15.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:13:24.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:13:24.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:14:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:14:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:14:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:14:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:14:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:14:15.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:14:24.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:14:24.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:15:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:15:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:15:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:15:15.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:15:15.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:15:15.032Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:15:24.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:15:24.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:16:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:16:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:16:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:16:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:16:15.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:16:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:16:24.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:16:24.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:17:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:17:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:17:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:17:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:17:15.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:17:15.034Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:17:24.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:17:24.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:18:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:18:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:18:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:18:15.030Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:18:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:18:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:18:24.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:18:24.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:19:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:19:15.032Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:19:15.033Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:19:15.033Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:19:15.034Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:19:15.034Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:19:24.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:19:24.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:20:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:20:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:20:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:20:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:20:15.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:20:15.031Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:20:24.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:20:24.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:21:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:21:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:21:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:21:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:21:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:21:15.031Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:21:24.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:21:24.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:22:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:22:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:22:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:22:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:22:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:22:15.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:22:24.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:22:24.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:23:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:23:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:23:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:23:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:23:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:23:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:23:24.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:23:24.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:24:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:24:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:24:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:24:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:24:15.032Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:24:15.032Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:24:24.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:24:24.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:25:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:25:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:25:15.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:25:15.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:25:15.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:25:15.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:25:24.599Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:25:24.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:26:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:26:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:26:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:26:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:26:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:26:15.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:26:24.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:26:24.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:27:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:27:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:27:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:27:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:27:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:27:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:27:24.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:27:24.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:28:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:28:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:28:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:28:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:28:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:28:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:28:24.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:28:24.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:29:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:29:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:29:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:29:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:29:15.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:29:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:29:24.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:29:24.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:30:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:30:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:30:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:30:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:30:15.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:30:15.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:30:24.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:30:24.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:31:15.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:31:15.030Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:31:15.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:31:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:31:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:31:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:31:24.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:31:24.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:32:15.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:32:15.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:32:15.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:32:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:32:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:32:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:32:24.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:32:24.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:33:15.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:33:15.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:33:15.030Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:33:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:33:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:33:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:33:24.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:33:24.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:34:15.028Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:34:15.029Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:34:15.029Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:34:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:34:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:34:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:34:24.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:34:24.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:35:15.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:35:15.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:35:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:35:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:35:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:35:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:35:24.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:35:24.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:36:15.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:36:15.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:36:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:36:15.030Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:36:15.031Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:36:15.031Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:36:24.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:36:24.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:37:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:37:15.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:37:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:37:15.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:37:15.032Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:37:15.032Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:37:24.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:37:24.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:38:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:38:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:38:15.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:38:15.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:38:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:38:15.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:38:24.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:38:24.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:39:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:39:15.030Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:39:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:39:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:39:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:39:15.031Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:39:24.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:39:24.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:40:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:40:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:40:15.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:40:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:40:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:40:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:40:24.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:40:24.607Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:41:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:41:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:41:15.032Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:41:15.033Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:41:15.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:41:15.035Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:41:24.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:41:24.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:42:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:42:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:42:15.029Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:42:15.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:42:15.031Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:42:15.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:42:24.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:42:24.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:43:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:43:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:43:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:43:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:43:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:43:15.031Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:43:24.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:43:24.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:44:15.028Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:44:15.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:44:15.030Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:44:15.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:44:15.032Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:44:15.032Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:44:24.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:44:24.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:45:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:45:15.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:45:15.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:45:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:45:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:45:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:45:24.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:45:24.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:46:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:46:15.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:46:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:46:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:46:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:46:15.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:46:24.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:46:24.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:15.028Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:47:15.030Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:47:15.030Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:47:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:47:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:15.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:15.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.292Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324405735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324408865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324395537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324408086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324404323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:15.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-18T00:47:15.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324418034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.301Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324419177,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.302Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.302Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324418544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.303Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324420464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324419984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324420314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324421004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:15.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324421407,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:15.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "policy-id",
"timestamp": 1671324422011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-18T00:47:15.452Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e2a4bfd-9b0f-4036-94d9-5923b6121079
2022-12-18T00:47:15.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e2a4bfd-9b0f-4036-94d9-5923b6121079 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 (?, ?, ?, ?, ?)
2022-12-18T00:47:15.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324422541,
"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=?
2022-12-18T00:47:15.557Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e2a4bfd-9b0f-4036-94d9-5923b6121079
2022-12-18T00:47:15.557Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e2a4bfd-9b0f-4036-94d9-5923b6121079 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=?
2022-12-18T00:47:15.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "multicloud-k8s",
"timestamp": 1671324423543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:15.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324427871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:15.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:47:15.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324428877,
"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=?
2022-12-18T00:47:15.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e2a4bfd-9b0f-4036-94d9-5923b6121079
2022-12-18T00:47:15.593Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e2a4bfd-9b0f-4036-94d9-5923b6121079 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 (?, ?, ?, ?, ?)
2022-12-18T00:47:15.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:15.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-18T00:47:15.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e2a4bfd-9b0f-4036-94d9-5923b6121079","serviceName":"vFW 2022-12-18 00-45-38","serviceVersion":"1.0","serviceUUID":"32206fc4-e649-4892-9d48-026a0109a1e8","serviceDescription":"catalog service description","serviceInvariantUUID":"27f0eac3-a4cb-428c-9095-b4f2f1202f06","resources":[{"resourceInstanceName":"vFW 4c453ad2-d6b7 0","resourceName":"vFW 4c453ad2-d6b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16bcbaea-3286-4a0c-9c14-94577e501436","resourceInvariantUUID":"81d10c94-6cc5-4b23-b4d5-6ce953258ec1","resourceCustomizationUUID":"78acefee-624b-4a4a-9e79-52ce3afb3f8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml","artifactChecksum":"YjBkYzQyYTlmZTMwNzVjNjViMWIxNGU1M2FkNDJmYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1109a607-eeea-4621-a326-c27684b7fc6d","artifactVersion":"1"},{"artifactName":"vfw4c453ad2d6b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json","artifactChecksum":"NjI5OTI2MTRlYjkxNzM3NDUxMTQwODEwNjA4NDQ4YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"863c3173-adbd-49ae-b0fa-1bf8255d1361","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml","artifactChecksum":"M2I1M2RlNGUwNjFmNjZiODc3NThjYmViNzIzY2U0Mzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0870a9aa-b3d8-4761-8f9f-8a0475f55386","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa","artifactVersion":"2","generatedFromUUID":"0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221218004538-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml","artifactChecksum":"Y2ZhOTIyNTBjM2JiMzlmMzg2OGU2NjdhOWE1NTIxODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d94c4fb-92ed-46fa-bb4f-3e8157fb9039","artifactVersion":"1"},{"artifactName":"service-Vfw20221218004538-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar","artifactChecksum":"NTBhN2Q3NmI4MGM2ZTQ2YTE1NjBhNjIyNjllYWI1MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63a48775-1834-4593-be9f-63baf016992f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-18T00:47:15.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:15.685Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:15.699Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:15.700Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:15.799Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-18T00:47:15.804Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:15.804Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:15.830Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:15.832Z||pool-3-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:16.710Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:16.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:16.718Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:16.719Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:47:16.819Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:16.820Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:16.821Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:16.840Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:16.845Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:17.720Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:17.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:17.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:17.724Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:47:17.824Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:17.825Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:17.825Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:17.840Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:17.841Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:18.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:18.726Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:18.728Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:18.728Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:18.829Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T00:47:18.830Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:18.830Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:18.847Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:18.847Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:19.729Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:19.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:19.732Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:19.732Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-18T00:47:19.832Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:47:19.833Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:19.834Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:19.850Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:19.851Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:20.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:20.734Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:20.737Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:20.737Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:47:20.837Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:20.838Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:20.838Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:20.856Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:20.856Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:47:21.737Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:47:21.740Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:21.743Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:21.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:47:21.843Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:21.844Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:21.844Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:21.862Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:21.863Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:47:22.745Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"serviceName": "vFW 2022-12-18 00-45-38",
"serviceVersion": "1.0",
"serviceUUID": "32206fc4-e649-4892-9d48-026a0109a1e8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "27f0eac3-a4cb-428c-9095-b4f2f1202f06",
"resources": [
{
"resourceInstanceName": "vFW 4c453ad2-d6b7 0",
"resourceCustomizationUUID": "78acefee-624b-4a4a-9e79-52ce3afb3f8b",
"resourceName": "vFW 4c453ad2-d6b7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "16bcbaea-3286-4a0c-9c14-94577e501436",
"resourceInvariantUUID": "81d10c94-6cc5-4b23-b4d5-6ce953258ec1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4c453ad2d6b70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"artifactChecksum": "NjI5OTI2MTRlYjkxNzM3NDUxMTQwODEwNjA4NDQ4YjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "863c3173-adbd-49ae-b0fa-1bf8255d1361",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa",
"generatedFromUUID": "0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221218004538-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"artifactChecksum": "NTBhN2Q3NmI4MGM2ZTQ2YTE1NjBhNjIyNjllYWI1MmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63a48775-1834-4593-be9f-63baf016992f"
}
],
"workloadContext": "Production"
}
2022-12-18T00:47:22.747Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-18T00:47:22.748Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32206fc4-e649-4892-9d48-026a0109a1e8 ASDC
2022-12-18T00:47:22.863Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8e2a4bfd-9b0f-4036-94d9-5923b6121079
ServiceName:vFW 2022-12-18 00-45-38
ServiceVersion:1.0
ServiceUUID:32206fc4-e649-4892-9d48-026a0109a1e8
ServiceInvariantUUID:27f0eac3-a4cb-428c-9095-b4f2f1202f06
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221218004538-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar
ArtifactUUID:63a48775-1834-4593-be9f-63baf016992f
ArtifactChecksum:NTBhN2Q3NmI4MGM2ZTQ2YTE1NjBhNjIyNjllYWI1MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4c453ad2-d6b7 0
ResourceCustomizationUUID:78acefee-624b-4a4a-9e79-52ce3afb3f8b
ResourceInvariantUUID:81d10c94-6cc5-4b23-b4d5-6ce953258ec1
ResourceName:vFW 4c453ad2-d6b7
ResourceType:VF
ResourceUUID:16bcbaea-3286-4a0c-9c14-94577e501436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4c453ad2d6b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json
ArtifactUUID:863c3173-adbd-49ae-b0fa-1bf8255d1361
ArtifactChecksum:NjI5OTI2MTRlYjkxNzM3NDUxMTQwODEwNjA4NDQ4YjM=
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/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml
ArtifactUUID:0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a
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/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
ArtifactUUID:e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa
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/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
ArtifactUUID:e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-18T00:47:22.863Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32206fc4-e649-4892-9d48-026a0109a1e8 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=?
2022-12-18T00:47:22.929Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T00:47:22.931Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-18T00:47:22.932Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-18T00:47:22.932Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 63a48775-1834-4593-be9f-63baf016992f from URL: /sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:22.933Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-18T00:47:22.935Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:23.034Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-18T00:47:23.058Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar 63a48775-1834-4593-be9f-63baf016992f 101477
2022-12-18T00:47:23.059Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar ASDC sendASDCNotification
2022-12-18T00:47:23.059Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:23.061Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:47:23.062Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:23.070Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:23.071Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324443058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:23.170Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:47:23.171Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:23.172Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:23.185Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:23.186Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:24.071Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T00:47:24.074Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-12-18T00:47:24.074Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 63a48775-1834-4593-be9f-63baf016992f, URL: /sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar to file: /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:24.075Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221218004538-csar.csar
2022-12-18T00:47:24.193Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:24.194Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:25.042Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8919200637195896472/Definitions/service-Vfw20221218004538-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-12-18T00:47:28.468Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-18T00:47:28.473Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-18T00:47:28.474Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.474Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-18T00:47:28.474Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.474Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4c453ad2-d6b7 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-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.474Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.475Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.476Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:28.476Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-12-18T00:47:28.482Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.484Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.488Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:28.488Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-18T00:47:28.490Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T00:47:28.491Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.491Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.492Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:28.492Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-12-18T00:47:28.492Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T00:47:28.492Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.492Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.496Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.496Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:28.497Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:28.497Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-18T00:47:28.497Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.497Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-18T00:47:28.498Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-18T00:47:28.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.500Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-18T00:47:28.501Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.501Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:28.501Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:28.502Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:28.503Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-18T00:47:28.504Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=05b0d048-dd71-4259-8c88-1c8f86d0ac91
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-18T00:47:28.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-18T00:47:28.506Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5515f82-42a8-457f-a176-fae1b2450263
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:28.507Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:28.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-18T00:47:28.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-18T00:47:28.509Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01a849e5-c546-4af6-b773-815bd85fee06
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.510Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.511Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:28.511Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:28.511Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-18 00-45-38
Description:catalog service description
Model UUID:32206fc4-e649-4892-9d48-026a0109a1e8
Model Version:NULL
Model InvariantUuid:27f0eac3-a4cb-428c-9095-b4f2f1202f06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4c453ad2-d6b7
Model UUID:78a0638d-94c6-4ac2-8c19-0a5bca8dd67a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:81d10c94-6cc5-4b23-b4d5-6ce953258ec1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:78acefee-624b-4a4a-9e79-52ce3afb3f8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8b6743c4-e5a2-4c81-adb0-ae0e174ae78a
ModelName:Vfw4c453ad2D6b7..base_vfw..module-0
ModelUuid:7e10ea27-26ec-40fd-b837-1e10a22f9a74
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:05b0d048-dd71-4259-8c88-1c8f86d0ac91
ModelInvariantUuid:ae316b66-9bdc-46ba-8577-305eef4f326e
ModelName:vFW 4c453ad2-d6b7-nodes.vfwCvfc
ModelUuid:4c2fb42a-1dcc-4371-8cf2-d85dad72fab0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ad22c10c-750b-4964-bfb5-71c80efab9da
ModelInvariantUuid:5d4ecdd2-45bc-45bd-bbf8-3ebc4b846791
ModelName:Vfw4c453ad2D6b7.compute.nodes.heat.vfw
ModelUuid:a8259041-2e5f-4b8b-90ad-3fc3e1e9c946
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a5515f82-42a8-457f-a176-fae1b2450263
ModelInvariantUuid:96c58a1a-08e5-46c0-a04a-65137ac2139f
ModelName:vFW 4c453ad2-d6b7-nodes.vsnCvfc
ModelUuid:3a07c59a-f318-4299-be03-a8ac030d71d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f05e02f4-19f5-4470-a508-d7c2e7a489de
ModelInvariantUuid:5954840a-32e1-4c0f-b509-b48589e260cf
ModelName:Vfw4c453ad2D6b7.compute.nodes.heat.vsn
ModelUuid:6214b2fa-8432-43fb-b9cf-13bccd3a7b80
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:01a849e5-c546-4af6-b773-815bd85fee06
ModelInvariantUuid:8a8364ce-19dc-42af-936f-45f17cafacd8
ModelName:vFW 4c453ad2-d6b7-nodes.vpgCvfc
ModelUuid:99f1038d-5485-4762-96a7-b35ca56f7bbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e2e48f0b-2f78-4baa-bec6-f053f7f1f0c5
ModelInvariantUuid:d877e7e2-a192-462a-bc37-7ebe5df24279
ModelName:Vfw4c453ad2D6b7.compute.nodes.heat.vpg
ModelUuid:205b8a15-c76d-49b8-83a0-a9f4697a3eff
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=?
2022-12-18T00:47:28.531Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 16bcbaea-3286-4a0c-9c14-94577e501436
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=?
2022-12-18T00:47:28.593Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||vFW 4c453ad2-d6b7 0
2022-12-18T00:47:28.600Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16bcbaea-3286-4a0c-9c14-94577e501436
2022-12-18T00:47:28.601Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 863c3173-adbd-49ae-b0fa-1bf8255d1361 from URL: /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json
2022-12-18T00:47:28.601Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-18T00:47:28.601Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json
2022-12-18T00:47:28.668Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-18T00:47:28.669Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json 863c3173-adbd-49ae-b0fa-1bf8255d1361 785
2022-12-18T00:47:28.669Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json ASDC sendASDCNotification
2022-12-18T00:47:28.669Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json
2022-12-18T00:47:28.669Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:47:28.670Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:28.672Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:28.673Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324448669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:28.773Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:28.774Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:28.775Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:28.791Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:28.792Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:47:29.674Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4c453ad2D6b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8b6743c4-e5a2-4c81-adb0-ae0e174ae78a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e10ea27-26ec-40fd-b837-1e10a22f9a74",
"vfModuleModelCustomizationUUID": "fd4eee77-9cc8-44e6-95f9-f2fb20ad487e",
"isBase": true,
"artifacts": [
"0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a",
"e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa"
],
"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": ""
}
}
]
2022-12-18T00:47:29.681Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4c453ad2D6b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e10ea27-26ec-40fd-b837-1e10a22f9a74
VfModuleModelInvariantUUID:8b6743c4-e5a2-4c81-adb0-ae0e174ae78a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a
,
e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa
}
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
}
2022-12-18T00:47:29.684Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4c453ad2D6b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8b6743c4-e5a2-4c81-adb0-ae0e174ae78a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7e10ea27-26ec-40fd-b837-1e10a22f9a74",
"vfModuleModelCustomizationUUID": "fd4eee77-9cc8-44e6-95f9-f2fb20ad487e",
"isBase": true,
"artifacts": [
"0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a",
"e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa"
],
"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": ""
}
}
]
2022-12-18T00:47:29.684Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4c453ad2D6b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e10ea27-26ec-40fd-b837-1e10a22f9a74
VfModuleModelInvariantUUID:8b6743c4-e5a2-4c81-adb0-ae0e174ae78a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a
,
e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa
}
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
}
2022-12-18T00:47:29.684Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a from URL: /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml
2022-12-18T00:47:29.685Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-18T00:47:29.685Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml
2022-12-18T00:47:29.758Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-18T00:47:29.758Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml 0cdaa6a0-1fd5-4a18-ab8c-08903cc16f0a 20368
2022-12-18T00:47:29.759Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-18T00:47:29.761Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml
2022-12-18T00:47:29.761Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:47:29.762Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:29.766Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:29.767Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324449759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:29.866Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:47:29.868Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:29.868Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:29.886Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:29.887Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:30.767Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa from URL: /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
2022-12-18T00:47:30.768Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-12-18T00:47:30.769Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
2022-12-18T00:47:30.844Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-12-18T00:47:30.844Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env e4e51e0b-acbc-4997-b4f6-ee06cbeb48aa 2098
2022-12-18T00:47:30.845Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-18T00:47:30.845Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
2022-12-18T00:47:30.845Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:47:30.846Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:30.849Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:30.849Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324450845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:47:30.949Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:30.950Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:30.950Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:30.965Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:30.966Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:31.850Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 32206fc4-e649-4892-9d48-026a0109a1e8
2022-12-18T00:47:31.851Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4c453ad2-d6b7 0 16bcbaea-3286-4a0c-9c14-94577e501436 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=?
2022-12-18T00:47:31.926Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c9dde4d, org.onap.sdc.toscaparser.api.parameters.Input@6eb9ec17, org.onap.sdc.toscaparser.api.parameters.Input@2f87c166, org.onap.sdc.toscaparser.api.parameters.Input@60da378f, org.onap.sdc.toscaparser.api.parameters.Input@7227f26f]
2022-12-18T00:47:31.933Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.934Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:31.934Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-12-18T00:47:31.935Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 78acefee-624b-4a4a-9e79-52ce3afb3f8b
2022-12-18T00:47:31.935Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78acefee-624b-4a4a-9e79-52ce3afb3f8b matches Tosca VF Customization UUID: 78acefee-624b-4a4a-9e79-52ce3afb3f8b
2022-12-18T00:47:31.935Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 78acefee-624b-4a4a-9e79-52ce3afb3f8b 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=?
2022-12-18T00:47:31.949Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.950Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:31.952Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 78acefee-624b-4a4a-9e79-52ce3afb3f8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-18T00:47:31.952Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29e302b0
2022-12-18T00:47:31.953Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.953Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-18T00:47:31.954Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd4eee77-9cc8-44e6-95f9-f2fb20ad487e
2022-12-18T00:47:31.956Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd4eee77-9cc8-44e6-95f9-f2fb20ad487e
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=?
2022-12-18T00:47:31.967Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.968Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:31.968Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:31.970Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.970Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:31.971Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:31.971Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.972Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:31.972Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:31.973Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-18T00:47:31.973Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:31.974Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-18T00:47:31.974Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-18T00:47:31.974Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:31.975Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:31.975Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-18T00:47:31.976Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:31.976Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-18T00:47:31.976Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:31.977Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=05b0d048-dd71-4259-8c88-1c8f86d0ac91
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=?
2022-12-18T00:47:31.987Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.988Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:31.989Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:31.989Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.990Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:31.990Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:31.991Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-18T00:47:31.991Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:31.992Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:31.992Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:31.993Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-18T00:47:31.993Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:31.994Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-18T00:47:31.994Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-18T00:47:31.994Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:31.995Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-18T00:47:31.995Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:31.995Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5515f82-42a8-457f-a176-fae1b2450263
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=?
2022-12-18T00:47:31.999Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:31.999Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:32.000Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:32.004Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.004Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is not matching search criteria
2022-12-18T00:47:32.005Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-18T00:47:32.005Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-18T00:47:32.005Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:32.006Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:32.006Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-18T00:47:32.006Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-18T00:47:32.007Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-18T00:47:32.007Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-18T00:47:32.008Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-18T00:47:32.008Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-18T00:47:32.008Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-18T00:47:32.009Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-18T00:47:32.009Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01a849e5-c546-4af6-b773-815bd85fee06
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=?
2022-12-18T00:47:32.015Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.016Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:32.016Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:47:32.017Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.017Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Node template vFW 4c453ad2-d6b7 0 is matching search criteria
2022-12-18T00:47:32.018Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 4c453ad2-d6b7 0] matching following query criteria: sdcType=VF, customizationUUID=78acefee-624b-4a4a-9e79-52ce3afb3f8b
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=?
2022-12-18T00:47:32.021Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.021Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.022Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 32206fc4-e649-4892-9d48-026a0109a1e8: vFW 4c453ad2-d6b7
2022-12-18T00:47:32.022Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.022Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.022Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.023Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.023Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.023Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.023Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.024Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.024Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:47:32.024Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-12-18 00-45-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:47:32.024Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-12-18 00-45-38
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 (?, ?, ?, ?, ?)
2022-12-18T00:47:32.358Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4c453ad2-d6b7 16bcbaea-3286-4a0c-9c14-94577e501436 1 ASDC deployResourceStructure
2022-12-18T00:47:32.358Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json ASDC sendASDCNotification
2022-12-18T00:47:32.359Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json
2022-12-18T00:47:32.359Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:47:32.359Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:32.361Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:32.361Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324452358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:32.461Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:32.462Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:32.463Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:32.475Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:32.475Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:47:33.362Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-18T00:47:33.363Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml
2022-12-18T00:47:33.363Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:47:33.363Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:33.366Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:33.366Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324453362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:33.466Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:33.466Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:33.467Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:33.483Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:33.484Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:47:34.366Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-18T00:47:34.367Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env
2022-12-18T00:47:34.367Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:47:34.367Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:34.370Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:34.370Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324454366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:34.470Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:47:34.471Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:34.471Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:34.487Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:34.488Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:35.374Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar ASDC sendASDCNotification
2022-12-18T00:47:35.374Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar
2022-12-18T00:47:35.374Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:47:35.375Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:47:35.377Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:47:35.377Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324455373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:47:35.478Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T00:47:35.479Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:47:35.479Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:47:35.493Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:47:35.494Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:47:36.378Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:47:36.400Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:47:36.404Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:47:36.405Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T00:47:36.405Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T00:48:06.406Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:48:06.418Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:48:06.423Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:48:06.423Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T00:48:06.423Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T00:48:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:48:15.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:48:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:48:15.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:48:15.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:48:15.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324435153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:48:15.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:48:36.423Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:48:36.442Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:48:36.449Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:48:36.450Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T00:48:36.450Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T00:49:06.450Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:49:06.470Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:49:06.473Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:49:06.473Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T00:49:06.473Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T00:49:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:49:15.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:49:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:49:15.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:49:15.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "aai-model-loader",
"timestamp": 1671324436157,
"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=?
2022-12-18T00:49:15.597Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e2a4bfd-9b0f-4036-94d9-5923b6121079
2022-12-18T00:49:15.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e2a4bfd-9b0f-4036-94d9-5923b6121079 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 (?, ?, ?, ?, ?)
2022-12-18T00:49:15.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324435028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324443058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324448669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324449759,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324450845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324452358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/vfw4c453ad2d6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324453362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324454366,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/resourceInstances/vfw4c453ad2d6b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324455373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221218004538/1.0/artifacts/service-Vfw20221218004538-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324419051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324454548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324457160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324469707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "cds-sdc-listener",
"timestamp": 1671324468580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324469065,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324470787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324464323,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324471863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324472069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324472896,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-18T00:49:15.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd1db2e7-9f92-44f9-8912-f39405aaed6b
2022-12-18T00:49:15.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd1db2e7-9f92-44f9-8912-f39405aaed6b 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 (?, ?, ?, ?, ?)
2022-12-18T00:49:15.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324473076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:49:15.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "multicloud-k8s",
"timestamp": 1671324473900,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "policy-id",
"timestamp": 1671324474080,
"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=?
2022-12-18T00:49:15.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd1db2e7-9f92-44f9-8912-f39405aaed6b
2022-12-18T00:49:15.669Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd1db2e7-9f92-44f9-8912-f39405aaed6b 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=?
2022-12-18T00:49:15.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324468087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324475851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324476142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "aai-model-loader",
"timestamp": 1671324477145,
"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=?
2022-12-18T00:49:15.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd1db2e7-9f92-44f9-8912-f39405aaed6b
2022-12-18T00:49:15.691Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd1db2e7-9f92-44f9-8912-f39405aaed6b 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 (?, ?, ?, ?, ?)
2022-12-18T00:49:15.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324478702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:49:15.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:49:15.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:49:15.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671324479707,
"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=?
2022-12-18T00:49:15.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd1db2e7-9f92-44f9-8912-f39405aaed6b
2022-12-18T00:49:15.712Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd1db2e7-9f92-44f9-8912-f39405aaed6b 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 (?, ?, ?, ?, ?)
2022-12-18T00:49:36.473Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:49:36.505Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079
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=?
2022-12-18T00:49:36.515Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:49:36.516Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-18T00:49:36.516Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-18T00:49:36.516Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-18T00:49:36.516Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:49:36.517Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:49:36.517Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:49:36.517Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:49:36.517Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-18T00:49:36.528Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-18T00:50:06.528Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079 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=?
2022-12-18T00:50:06.551Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e2a4bfd-9b0f-4036-94d9-5923b6121079 and serviceModelVersionId: 32206fc4-e649-4892-9d48-026a0109a1e8
2022-12-18T00:50:06.552Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27f0eac3-a4cb-428c-9095-b4f2f1202f06
2022-12-18T00:50:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:50:15.033Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:50:15.033Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:23.365Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0
2022-12-18T00:50:23.463Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-12-18T00:50:23.499Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0|INFO|500||Invoke
2022-12-18T00:50:23.500Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e2a4bfd-9b0f-4036-94d9-5923b6121079], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[376f31d9-52b8-4fe5-a864-e2813b4f5c2f], X-ECOMP-RequestID=[8e2a4bfd-9b0f-4036-94d9-5923b6121079], X-TransactionId=[], X-ONAP-RequestID=[8e2a4bfd-9b0f-4036-94d9-5923b6121079], Content-Type=[application/merge-patch+json]}
2022-12-18T00:50:23.508Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-18T00:50:23.779Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?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/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0 has http status code:200 and response headers:{date=[Sun, 18 Dec 2022 00:50:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[238], vertex-id=[167960], x-aai-txid=[2-aai-resources-221218-00:50:23:557-96182], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-18T00:50:23.779Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-18T00:50:23.780Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/27f0eac3-a4cb-428c-9095-b4f2f1202f06/model-vers/model-ver/32206fc4-e649-4892-9d48-026a0109a1e8?depth=0|INFO|500||InvokeReturn
2022-12-18T00:50:23.787Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-18T00:50:23.787Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-18T00:50:23.801Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
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)
2022-12-18T00:50:23.803Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e2a4bfd-9b0f-4036-94d9-5923b6121079 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-18T00:50:23.805Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-18T00:50:23.806Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:23.810Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:23.810Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324623804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T00:50:23.910Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:23.911Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:23.912Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:23.940Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:23.941Z||pool-18-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:24.562Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:24.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:50:24.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8e2a4bfd-9b0f-4036-94d9-5923b6121079",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324623804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T00:50:24.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-18T00:50:24.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:50:24.836Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:50:24.836Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:30.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:30.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-18T00:50:30.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd1db2e7-9f92-44f9-8912-f39405aaed6b","serviceName":"basic_onboard_GbCmUW","serviceVersion":"1.0","serviceUUID":"cb8ab805-3e11-42b1-83b1-dc99011a6268","serviceDescription":"service","serviceInvariantUUID":"0ea8937b-2717-4aad-865e-504028e56caf","resources":[{"resourceInstanceName":"basic_onboard_GbCmUW 0","resourceName":"basic_onboard_GbCmUW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6604aa77-ddcd-4cb7-a14d-6adca9634616","resourceInvariantUUID":"0268b2da-2946-41b9-a6de-379ae0d325f9","resourceCustomizationUUID":"6cef9e4d-20bc-48b7-be35-30969e223b08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml","artifactChecksum":"M2NkYmViNjU4YTYzMGExNmUyM2U1YWNiZjcyZGZlOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37c8711a-8935-46e0-82cf-a4dc6a5f478a","artifactVersion":"1"},{"artifactName":"basic_onboard_gbcmuw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json","artifactChecksum":"MGE3YWVmOWM0MWE5NWZhYjc0ZjMwNjgyNzAzMDAyNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad99dec0-d7df-4a08-94ab-ec1a1442d17d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"afd112a0-9057-482e-8a50-bcb84e8c5fd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"42d068fe-fa3f-4f7e-9352-8270778df4bb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5ae7bb24-83cc-427d-b39f-02652accddfa","artifactVersion":"2","generatedFromUUID":"afd112a0-9057-482e-8a50-bcb84e8c5fd9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGbcmuw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml","artifactChecksum":"YTdmNTc1NmMyM2ZmM2RlYjg2ZTM0MmEyNDc3NzAyN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6136029a-cddd-44de-9248-76654f02dfbe","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGbcmuw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar","artifactChecksum":"OTVhODc4MjY1NDRhMDQyZWNkNTRiMmIyMjc3OGUyYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1277539e-4508-4037-b314-e87e50331231","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-18T00:50:30.479Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:30.480Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:30.487Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:30.488Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:50:30.587Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:30.588Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:30.589Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:30.604Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:30.604Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:31.488Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:31.489Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:31.491Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:31.492Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:50:31.593Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T00:50:31.595Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:31.595Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:31.617Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:31.618Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:32.492Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:32.494Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:32.496Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:32.497Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:50:32.597Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:32.600Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:32.600Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:32.616Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:32.617Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:33.497Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:33.498Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:33.500Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:33.500Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:50:33.603Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-18T00:50:33.604Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:33.604Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:33.621Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:33.622Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:34.501Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:34.502Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:34.504Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:34.504Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-18T00:50:34.604Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:34.606Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:34.606Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:34.620Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:34.620Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:35.505Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:35.506Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:35.508Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:35.509Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:50:35.608Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:35.609Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:35.610Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:35.631Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:35.631Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:36.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T00:50:36.511Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:36.514Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:36.514Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:50:36.614Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:36.616Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:36.616Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:36.634Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:36.634Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:37.516Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"serviceName": "basic_onboard_GbCmUW",
"serviceVersion": "1.0",
"serviceUUID": "cb8ab805-3e11-42b1-83b1-dc99011a6268",
"serviceDescription": "service",
"serviceInvariantUUID": "0ea8937b-2717-4aad-865e-504028e56caf",
"resources": [
{
"resourceInstanceName": "basic_onboard_GbCmUW 0",
"resourceCustomizationUUID": "6cef9e4d-20bc-48b7-be35-30969e223b08",
"resourceName": "basic_onboard_GbCmUW",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6604aa77-ddcd-4cb7-a14d-6adca9634616",
"resourceInvariantUUID": "0268b2da-2946-41b9-a6de-379ae0d325f9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gbcmuw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"artifactChecksum": "MGE3YWVmOWM0MWE5NWZhYjc0ZjMwNjgyNzAzMDAyNTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad99dec0-d7df-4a08-94ab-ec1a1442d17d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "afd112a0-9057-482e-8a50-bcb84e8c5fd9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ae7bb24-83cc-427d-b39f-02652accddfa",
"generatedFromUUID": "afd112a0-9057-482e-8a50-bcb84e8c5fd9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5ae7bb24-83cc-427d-b39f-02652accddfa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGbcmuw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"artifactChecksum": "OTVhODc4MjY1NDRhMDQyZWNkNTRiMmIyMjc3OGUyYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1277539e-4508-4037-b314-e87e50331231"
}
],
"workloadContext": "Production"
}
2022-12-18T00:50:37.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-18T00:50:37.517Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb8ab805-3e11-42b1-83b1-dc99011a6268 ASDC
2022-12-18T00:50:37.517Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dd1db2e7-9f92-44f9-8912-f39405aaed6b
ServiceName:basic_onboard_GbCmUW
ServiceVersion:1.0
ServiceUUID:cb8ab805-3e11-42b1-83b1-dc99011a6268
ServiceInvariantUUID:0ea8937b-2717-4aad-865e-504028e56caf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGbcmuw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar
ArtifactUUID:1277539e-4508-4037-b314-e87e50331231
ArtifactChecksum:OTVhODc4MjY1NDRhMDQyZWNkNTRiMmIyMjc3OGUyYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GbCmUW 0
ResourceCustomizationUUID:6cef9e4d-20bc-48b7-be35-30969e223b08
ResourceInvariantUUID:0268b2da-2946-41b9-a6de-379ae0d325f9
ResourceName:basic_onboard_GbCmUW
ResourceType:VF
ResourceUUID:6604aa77-ddcd-4cb7-a14d-6adca9634616
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gbcmuw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json
ArtifactUUID:ad99dec0-d7df-4a08-94ab-ec1a1442d17d
ArtifactChecksum:MGE3YWVmOWM0MWE5NWZhYjc0ZjMwNjgyNzAzMDAyNTM=
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/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:afd112a0-9057-482e-8a50-bcb84e8c5fd9
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/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
ArtifactUUID:5ae7bb24-83cc-427d-b39f-02652accddfa
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/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
ArtifactUUID:5ae7bb24-83cc-427d-b39f-02652accddfa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-18T00:50:37.518Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb8ab805-3e11-42b1-83b1-dc99011a6268 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=?
2022-12-18T00:50:37.554Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T00:50:37.555Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-18T00:50:37.555Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-18T00:50:37.555Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1277539e-4508-4037-b314-e87e50331231 from URL: /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:37.555Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-18T00:50:37.555Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:37.653Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-18T00:50:37.654Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar 1277539e-4508-4037-b314-e87e50331231 75684
2022-12-18T00:50:37.655Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar ASDC sendASDCNotification
2022-12-18T00:50:37.655Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:37.655Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:50:37.655Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:37.658Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:37.658Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324637655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:50:37.758Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:37.759Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:37.760Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:37.777Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:37.777Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:50:38.658Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T00:50:38.659Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-18T00:50:38.660Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1277539e-4508-4037-b314-e87e50331231, URL: /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar to file: /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:38.660Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:38.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:38.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:38.883Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1229535598950672694/Definitions/service-BasicOnboardGbcmuw-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
2022-12-18T00:50:40.344Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-18T00:50:40.345Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-18T00:50:40.345Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.345Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-18T00:50:40.345Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GbCmUW 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-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:40.346Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-18T00:50:40.347Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.347Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.347Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:40.348Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-18T00:50:40.348Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T00:50:40.348Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.349Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.349Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:40.349Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-18T00:50:40.349Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T00:50:40.350Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.350Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.350Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.350Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is not matching search criteria
2022-12-18T00:50:40.351Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-18T00:50:40.351Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-18T00:50:40.351Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-18T00:50:40.351Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-18T00:50:40.351Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-18T00:50:40.352Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.352Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-18T00:50:40.352Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.352Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:40.353Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:40.353Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.353Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:40.354Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:40.354Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.354Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:40.354Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:40.355Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.355Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is not matching search criteria
2022-12-18T00:50:40.355Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-18T00:50:40.355Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-18T00:50:40.355Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57a61725-15b4-4e8d-a3cd-e16b5be218a1
2022-12-18T00:50:40.356Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.356Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.356Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.356Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.357Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.357Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.357Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:40.357Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:40.358Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GbCmUW
Description:service
Model UUID:cb8ab805-3e11-42b1-83b1-dc99011a6268
Model Version:NULL
Model InvariantUuid:0ea8937b-2717-4aad-865e-504028e56caf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GbCmUW
Model UUID:6ddacd94-b1cc-45fe-8acf-dfaa8484f9f7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0268b2da-2946-41b9-a6de-379ae0d325f9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:6cef9e4d-20bc-48b7-be35-30969e223b08
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f3d9640f-932b-43e7-a853-ccc21dafb2f0
ModelName:BasicOnboardGbcmuw..base_ubuntu18..module-0
ModelUuid:2680e410-7e22-420e-a949-ce024365010f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57a61725-15b4-4e8d-a3cd-e16b5be218a1
ModelInvariantUuid:7d58a57a-d68f-44d3-868d-8a2267b103af
ModelName:basic_onboard_GbCmUW-nodes.ubuntu18Cvfc
ModelUuid:c059ebf1-f5a5-4f46-be3c-c337c2d60f97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:9c500476-e473-4cb5-8466-0349863fb18a
ModelInvariantUuid:679fd10e-2a5e-4ebf-97cd-ae247b8530c7
ModelName:BasicOnboardGbcmuw.compute.nodes.heat.ubuntu18
ModelUuid:b187cfdc-ee1e-4a48-9d4b-723603fcc408
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=?
2022-12-18T00:50:40.373Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6604aa77-ddcd-4cb7-a14d-6adca9634616
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=?
2022-12-18T00:50:40.380Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||basic_onboard_GbCmUW 0
2022-12-18T00:50:40.380Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6604aa77-ddcd-4cb7-a14d-6adca9634616
2022-12-18T00:50:40.381Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad99dec0-d7df-4a08-94ab-ec1a1442d17d from URL: /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json
2022-12-18T00:50:40.381Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-18T00:50:40.381Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json
2022-12-18T00:50:40.447Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-18T00:50:40.448Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json ad99dec0-d7df-4a08-94ab-ec1a1442d17d 798
2022-12-18T00:50:40.449Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json ASDC sendASDCNotification
2022-12-18T00:50:40.449Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json
2022-12-18T00:50:40.450Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:50:40.450Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:40.453Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:40.454Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324640449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:50:40.555Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:40.556Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:40.556Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:40.570Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:40.570Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:41.455Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGbcmuw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f3d9640f-932b-43e7-a853-ccc21dafb2f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2680e410-7e22-420e-a949-ce024365010f",
"vfModuleModelCustomizationUUID": "dbcbd060-6a8f-4433-a427-96d9b3af4fa8",
"isBase": true,
"artifacts": [
"afd112a0-9057-482e-8a50-bcb84e8c5fd9",
"5ae7bb24-83cc-427d-b39f-02652accddfa"
],
"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": ""
}
}
]
2022-12-18T00:50:41.461Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGbcmuw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2680e410-7e22-420e-a949-ce024365010f
VfModuleModelInvariantUUID:f3d9640f-932b-43e7-a853-ccc21dafb2f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
afd112a0-9057-482e-8a50-bcb84e8c5fd9
,
5ae7bb24-83cc-427d-b39f-02652accddfa
}
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
}
2022-12-18T00:50:41.463Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGbcmuw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f3d9640f-932b-43e7-a853-ccc21dafb2f0",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2680e410-7e22-420e-a949-ce024365010f",
"vfModuleModelCustomizationUUID": "dbcbd060-6a8f-4433-a427-96d9b3af4fa8",
"isBase": true,
"artifacts": [
"afd112a0-9057-482e-8a50-bcb84e8c5fd9",
"5ae7bb24-83cc-427d-b39f-02652accddfa"
],
"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": ""
}
}
]
2022-12-18T00:50:41.464Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGbcmuw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2680e410-7e22-420e-a949-ce024365010f
VfModuleModelInvariantUUID:f3d9640f-932b-43e7-a853-ccc21dafb2f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
afd112a0-9057-482e-8a50-bcb84e8c5fd9
,
5ae7bb24-83cc-427d-b39f-02652accddfa
}
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
}
2022-12-18T00:50:41.464Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: afd112a0-9057-482e-8a50-bcb84e8c5fd9 from URL: /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml
2022-12-18T00:50:41.464Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-18T00:50:41.465Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml
2022-12-18T00:50:41.524Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-18T00:50:41.526Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml afd112a0-9057-482e-8a50-bcb84e8c5fd9 5033
2022-12-18T00:50:41.526Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-18T00:50:41.526Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml
2022-12-18T00:50:41.527Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:50:41.527Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:41.530Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:41.530Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324641526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:50:41.631Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:41.632Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:41.632Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:41.648Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:41.649Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:42.531Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5ae7bb24-83cc-427d-b39f-02652accddfa from URL: /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
2022-12-18T00:50:42.532Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-18T00:50:42.532Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
2022-12-18T00:50:42.627Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-18T00:50:42.628Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env 5ae7bb24-83cc-427d-b39f-02652accddfa 909
2022-12-18T00:50:42.629Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-18T00:50:42.629Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
2022-12-18T00:50:42.629Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T00:50:42.630Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:42.634Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:42.634Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324642629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:50:42.734Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:42.735Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:42.735Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:42.795Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:42.796Z||pool-29-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:43.635Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cb8ab805-3e11-42b1-83b1-dc99011a6268
2022-12-18T00:50:43.636Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GbCmUW 0 6604aa77-ddcd-4cb7-a14d-6adca9634616 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=?
2022-12-18T00:50:43.658Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b4e2b10, org.onap.sdc.toscaparser.api.parameters.Input@3c9051a8, org.onap.sdc.toscaparser.api.parameters.Input@635329a7, org.onap.sdc.toscaparser.api.parameters.Input@32f34061, org.onap.sdc.toscaparser.api.parameters.Input@782feb84]
2022-12-18T00:50:43.660Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.660Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-18T00:50:43.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 6cef9e4d-20bc-48b7-be35-30969e223b08
2022-12-18T00:50:43.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6cef9e4d-20bc-48b7-be35-30969e223b08 matches Tosca VF Customization UUID: 6cef9e4d-20bc-48b7-be35-30969e223b08
2022-12-18T00:50:43.661Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 6cef9e4d-20bc-48b7-be35-30969e223b08 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=?
2022-12-18T00:50:43.664Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.665Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.665Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 6cef9e4d-20bc-48b7-be35-30969e223b08: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-18T00:50:43.666Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14b040fb
2022-12-18T00:50:43.666Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.666Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-18T00:50:43.666Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dbcbd060-6a8f-4433-a427-96d9b3af4fa8
2022-12-18T00:50:43.666Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dbcbd060-6a8f-4433-a427-96d9b3af4fa8
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=?
2022-12-18T00:50:43.670Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.670Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:43.671Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:43.671Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.671Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is not matching search criteria
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-18T00:50:43.672Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57a61725-15b4-4e8d-a3cd-e16b5be218a1
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=?
2022-12-18T00:50:43.676Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.676Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:43.676Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-18T00:50:43.676Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.676Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GbCmUW 0 is matching search criteria
2022-12-18T00:50:43.677Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GbCmUW 0] matching following query criteria: sdcType=VF, customizationUUID=6cef9e4d-20bc-48b7-be35-30969e223b08
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=?
2022-12-18T00:50:43.679Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.680Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.680Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cb8ab805-3e11-42b1-83b1-dc99011a6268: basic_onboard_GbCmUW
2022-12-18T00:50:43.680Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.681Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.682Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.682Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.682Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.683Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.683Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.683Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.683Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T00:50:43.683Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GbCmUW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T00:50:43.684Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_GbCmUW
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 (?, ?, ?, ?, ?)
2022-12-18T00:50:43.802Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GbCmUW 6604aa77-ddcd-4cb7-a14d-6adca9634616 1 ASDC deployResourceStructure
2022-12-18T00:50:43.802Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json ASDC sendASDCNotification
2022-12-18T00:50:43.802Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json
2022-12-18T00:50:43.802Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:50:43.803Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:43.809Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:43.809Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324643802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:50:43.905Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-12-18T00:50:43.906Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:43.906Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:43.924Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:43.925Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-18T00:50:44.810Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-18T00:50:44.811Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml
2022-12-18T00:50:44.811Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:50:44.811Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:44.813Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:44.813Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324644810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-18T00:50:44.914Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T00:50:44.915Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:44.915Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:44.930Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:44.931Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:45.815Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-18T00:50:45.815Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env
2022-12-18T00:50:45.815Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:50:45.815Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:45.818Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:45.818Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324645814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-18T00:50:45.918Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:45.919Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:45.919Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:45.949Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:45.950Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:46.818Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar ASDC sendASDCNotification
2022-12-18T00:50:46.819Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar
2022-12-18T00:50:46.819Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T00:50:46.819Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:50:46.821Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:50:46.821Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324646818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:50:46.921Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:50:46.923Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:50:46.923Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:50:46.959Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:50:46.959Z||pool-33-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-18T00:50:47.822Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd1db2e7-9f92-44f9-8912-f39405aaed6b
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=?
2022-12-18T00:50:47.841Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd1db2e7-9f92-44f9-8912-f39405aaed6b
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=?
2022-12-18T00:50:47.846Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T00:50:47.846Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-18T00:50:47.846Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T00:50:47.847Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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=?
2022-12-18T00:50:47.855Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-18T00:51:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:51:15.032Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:51:15.032Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:51:15.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:51:15.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:51:15.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T00:51:15.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324624835,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T00:51:15.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-18T00:51:15.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324637655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:51:15.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324640449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:51:15.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324641526,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324642629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324643802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/basic_onboard_gbcmuw0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T00:51:15.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324644810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-18T00:51:15.681Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324645814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/resourceInstances/basic_onboard_gbcmuw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-18T00:51:15.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:15.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-18T00:51:15.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324646818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbcmuw/1.0/artifacts/service-BasicOnboardGbcmuw-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T00:51:15.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:51:17.856Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd1db2e7-9f92-44f9-8912-f39405aaed6b 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=?
2022-12-18T00:51:17.865Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd1db2e7-9f92-44f9-8912-f39405aaed6b and serviceModelVersionId: cb8ab805-3e11-42b1-83b1-dc99011a6268
2022-12-18T00:51:17.865Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ea8937b-2717-4aad-865e-504028e56caf
2022-12-18T00:51:17.866Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?depth=0
2022-12-18T00:51:17.878Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-18T00:51:17.926Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?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]}
2022-12-18T00:51:17.928Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?depth=0|INFO|500||Invoke
2022-12-18T00:51:17.936Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-18T00:51:18.088Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?depth=0|INFO|500||InvokeReturn
2022-12-18T00:51:18.089Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0ea8937b-2717-4aad-865e-504028e56caf/model-vers/model-ver/cb8ab805-3e11-42b1-83b1-dc99011a6268?depth=0 has http status code:200 and response headers:{date=[Sun, 18 Dec 2022 00:51:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[233520], x-aai-txid=[1-aai-resources-221218-00:51:17:989-41073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-18T00:51:18.091Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-12-18T00:51:18.092Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-18T00:51:18.092Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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=?
2022-12-18T00:51:18.099Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|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:71)
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)
2022-12-18T00:51:18.099Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd1db2e7-9f92-44f9-8912-f39405aaed6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-18T00:51:18.100Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-18T00:51:18.101Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-18T00:51:18.104Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T00:51:18.104Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324678100,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T00:51:18.204Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T00:51:18.205Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T00:51:18.205Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:51:18.226Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:51:18.227Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
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=?
2022-12-18T00:51:19.123Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:51:19.124Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:51:19.124Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:51:28.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:51:28.674Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:51:28.675Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:51:28.676Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:51:38.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:51:38.232Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:51:38.232Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:51:38.232Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:51:47.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:52:15.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:52:15.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:52:15.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:52:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:52:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:52:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:52:15.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:52:15.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T00:52:15.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd1db2e7-9f92-44f9-8912-f39405aaed6b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671324678100,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T00:52:15.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T00:52:24.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:53:15.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:53:15.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:53:15.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:53:15.030Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:53:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:53:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:53:24.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:53:24.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:54:15.028Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:54:15.029Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:54:15.029Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:54:15.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:54:15.031Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:54:15.031Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:54:24.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:54:24.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:55:15.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:55:15.031Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:55:15.032Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:55:15.032Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:55:15.032Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:55:15.032Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:55:24.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:55:24.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:56:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:56:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:56:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:56:15.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:56:15.031Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:56:15.031Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:56:24.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:56:24.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:57:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:57:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:57:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:57:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:57:15.031Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:57:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:57:24.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:57:24.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:58:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:58:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:58:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:58:15.031Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:58:15.031Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:58:15.031Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:58:24.603Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:58:24.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:59:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:59:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:59:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:59:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T00:59:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T00:59:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T00:59:24.574Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T00:59:24.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:00:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:00:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:00:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:00:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:00:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:00:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:00:24.582Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:00:24.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:01:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:01:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:01:15.034Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:01:15.034Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:01:15.035Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:01:15.035Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:01:24.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:01:24.581Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:02:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:02:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:02:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:02:15.030Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:02:15.031Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:02:15.032Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:02:24.571Z|8e2a4bfd-9b0f-4036-94d9-5923b6121079|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:02:24.573Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:03:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:03:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:03:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:03:15.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:03:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:03:15.031Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:03:24.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:03:24.592Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:04:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:04:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:04:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:04:15.030Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:04:15.031Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:04:15.031Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:04:24.604Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:04:24.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:05:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:05:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:05:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:05:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:05:15.031Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:05:15.032Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:05:24.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:05:24.580Z|dd1db2e7-9f92-44f9-8912-f39405aaed6b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:06:15.029Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:06:15.033Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:06:15.033Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:06:15.033Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:06:15.034Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:06:15.034Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:06:24.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:06:24.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:07:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:07:15.030Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:07:15.030Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:07:15.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:07:15.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:07:15.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:07:24.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:07:24.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:08:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:08:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:08:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:08:15.031Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:08:15.031Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:08:15.031Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:08:24.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:08:24.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:15.028Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:09:15.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:09:15.029Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:09:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:09:15.031Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:18.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:18.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:18.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:09:18.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "aai-model-loader",
"timestamp": 1671325745537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:09:18.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-18T01:09:18.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c0e3c84-87a6-4192-b3aa-6e399c9bdaca","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"28dc0777-489a-4444-b5f0-716a847d016b","serviceDescription":"service","serviceInvariantUUID":"8f811162-1245-4a1d-9be4-225d5a7782d6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b083c345-3203-4cc2-aaea-4b7015ed84f8","resourceInvariantUUID":"ec825c7e-ba88-41bf-9301-928a3ff3d83c","resourceCustomizationUUID":"a6e94a99-e8d8-4d1f-be86-f6cc43802fe6","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":"NWQxZDExOWUxNWI0MjNjYTk1NTZkNWY2NDZiN2IxYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd48cd14-4210-43e1-a811-801de70e2895","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWJkMDE1NjlmNDJjOTE5NWM4NDk5ZWRhN2YzODM5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cfd16bd-1787-4598-a524-1ca76a8c9b40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-18T01:09:18.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "multicloud-k8s",
"timestamp": 1671325734957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325729608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:09:18.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:09:18.094Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:09:18.095Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:09:18.103Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:09:18.103Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325755028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:09:18.203Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:09:18.204Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:09:18.204Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:18.226Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:18.227Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:09:19.104Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:09:19.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:09:19.107Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:09:19.108Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325755028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:09:19.208Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:09:19.209Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:09:19.210Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:19.230Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:19.230Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:09:20.130Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "28dc0777-489a-4444-b5f0-716a847d016b",
"serviceDescription": "service",
"serviceInvariantUUID": "8f811162-1245-4a1d-9be4-225d5a7782d6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a6e94a99-e8d8-4d1f-be86-f6cc43802fe6",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b083c345-3203-4cc2-aaea-4b7015ed84f8",
"resourceInvariantUUID": "ec825c7e-ba88-41bf-9301-928a3ff3d83c",
"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": "ZWJkMDE1NjlmNDJjOTE5NWM4NDk5ZWRhN2YzODM5MTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1cfd16bd-1787-4598-a524-1ca76a8c9b40"
}
],
"workloadContext": "Production"
}
2022-12-18T01:09:20.131Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-18T01:09:20.131Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28dc0777-489a-4444-b5f0-716a847d016b ASDC
2022-12-18T01:09:20.132Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:28dc0777-489a-4444-b5f0-716a847d016b
ServiceInvariantUUID:8f811162-1245-4a1d-9be4-225d5a7782d6
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:1cfd16bd-1787-4598-a524-1ca76a8c9b40
ArtifactChecksum:ZWJkMDE1NjlmNDJjOTE5NWM4NDk5ZWRhN2YzODM5MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a6e94a99-e8d8-4d1f-be86-f6cc43802fe6
ResourceInvariantUUID:ec825c7e-ba88-41bf-9301-928a3ff3d83c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b083c345-3203-4cc2-aaea-4b7015ed84f8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-18T01:09:20.132Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28dc0777-489a-4444-b5f0-716a847d016b 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 (?, ?, ?, ?, ?)
2022-12-18T01:09:20.196Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:09:20.198Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:09:20.198Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:09:20.199Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1cfd16bd-1787-4598-a524-1ca76a8c9b40 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-18T01:09:20.199Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-18T01:09:20.199Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-18T01:09:20.310Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-18T01:09:20.312Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1cfd16bd-1787-4598-a524-1ca76a8c9b40 57791
2022-12-18T01:09:20.312Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-18T01:09:20.312Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-18T01:09:20.312Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T01:09:20.313Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:09:20.354Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:09:20.355Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325760312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:09:20.418Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 63 ms
2022-12-18T01:09:20.419Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:09:20.419Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:20.435Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:20.437Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:09:21.355Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:09:21.356Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:09:21.357Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1cfd16bd-1787-4598-a524-1ca76a8c9b40, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-18T01:09:21.357Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-18T01:09:21.357Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-18T01:09:21.357Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-18T01:09:21.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3041476856159012482/Definitions/service-BasicNetwork-template.yml
2022-12-18T01:09:22.179Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.180Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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
2022-12-18T01:09:22.181Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:09:22.182Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.182Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.182Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-18T01:09:22.182Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-18T01:09:22.183Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T01:09:22.184Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.184Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.184Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.184Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.185Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.185Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.185Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.185Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.185Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.186Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.186Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:28dc0777-489a-4444-b5f0-716a847d016b
Model Version:NULL
Model InvariantUuid:8f811162-1245-4a1d-9be4-225d5a7782d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ec825c7e-ba88-41bf-9301-928a3ff3d83c
Model UUID:add8e298-2f7f-48c5-b67a-5da4bfde3067
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a6e94a99-e8d8-4d1f-be86-f6cc43802fe6
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=?
2022-12-18T01:09:22.199Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b083c345-3203-4cc2-aaea-4b7015ed84f8
2022-12-18T01:09:22.199Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||No resources found for Service: 28dc0777-489a-4444-b5f0-716a847d016b
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=?
2022-12-18T01:09:22.207Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||
2022-12-18T01:09:22.208Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-18T01:09:22.209Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 28dc0777-489a-4444-b5f0-716a847d016b
2022-12-18T01:09:22.209Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 28dc0777-489a-4444-b5f0-716a847d016b
2022-12-18T01:09:22.209Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-18T01:09:22.210Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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=?
2022-12-18T01:09:22.217Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36336fe, org.onap.sdc.toscaparser.api.parameters.Input@79466af1, org.onap.sdc.toscaparser.api.parameters.Input@273aca6a, org.onap.sdc.toscaparser.api.parameters.Input@5325a305, org.onap.sdc.toscaparser.api.parameters.Input@496bbb59]
2022-12-18T01:09:22.219Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.219Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.219Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.219Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.220Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 28dc0777-489a-4444-b5f0-716a847d016b: Generic NeutronNet
2022-12-18T01:09:22.220Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.220Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.220Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.221Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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=?
2022-12-18T01:09:22.257Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.258Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.258Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.258Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.259Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:09:22.259Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:09:22.259Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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 (?, ?)
2022-12-18T01:09:22.320Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-18T01:09:22.321Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-18T01:09:22.322Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-18T01:09:22.322Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T01:09:22.322Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:09:22.324Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:09:22.324Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325762321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:09:22.425Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:09:22.426Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:09:22.426Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:09:22.447Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:09:22.448Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:09:23.325Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:09:23.351Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:09:23.358Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:09:23.358Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T01:09:23.359Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T01:09:53.359Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:09:53.449Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:09:53.492Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:09:53.492Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T01:09:53.492Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T01:10:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:10:15.032Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:10:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:10:15.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:10:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:10:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325758086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:10:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:10:23.493Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:10:23.512Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:10:23.515Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:10:23.516Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T01:10:23.516Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T01:10:53.516Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:10:53.540Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:10:53.543Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:10:53.543Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T01:10:53.543Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T01:11:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:11:15.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:11:15.034Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:11:15.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:11:15.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325755028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325729608,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "aai-model-loader",
"timestamp": 1671325745537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "multicloud-k8s",
"timestamp": 1671325734957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325758086,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325755028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "aai-model-loader",
"timestamp": 1671325759543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325759043,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.089Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325761551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325760312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325763591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:11:15.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325762321,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:11:15.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.095Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325764596,
"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=?
2022-12-18T01:11:15.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
2022-12-18T01:11:15.109Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca 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 (?, ?, ?, ?, ?)
2022-12-18T01:11:15.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "aai-model-loader",
"timestamp": 1671325763405,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:11:15.123Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "policy-id",
"timestamp": 1671325764324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "aai-model-loader",
"timestamp": 1671325764408,
"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=?
2022-12-18T01:11:15.131Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
2022-12-18T01:11:15.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca 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 (?, ?, ?, ?, ?)
2022-12-18T01:11:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "policy-id",
"timestamp": 1671325764324,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "policy-id",
"timestamp": 1671325767108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "policy-id",
"timestamp": 1671325768113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:11:15.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "policy-id",
"timestamp": 1671325769117,
"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=?
2022-12-18T01:11:15.153Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
2022-12-18T01:11:15.153Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca 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 (?, ?, ?, ?, ?)
2022-12-18T01:11:15.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325760048,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "multicloud-k8s",
"timestamp": 1671325790039,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325806609,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325804323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325813094,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325805536,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325814100,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325813635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:11:15.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:11:15.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:11:15.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "policy-id",
"timestamp": 1671325815104,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-18T01:11:15.204Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
2022-12-18T01:11:15.204Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 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 (?, ?, ?, ?, ?)
2022-12-18T01:11:23.543Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:11:23.556Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca
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=?
2022-12-18T01:11:23.571Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:11:23.572Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:11:23.573Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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=?
2022-12-18T01:11:23.580Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-18T01:11:53.580Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca 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=?
2022-12-18T01:11:53.587Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca and serviceModelVersionId: 28dc0777-489a-4444-b5f0-716a847d016b
2022-12-18T01:11:53.587Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f811162-1245-4a1d-9be4-225d5a7782d6
2022-12-18T01:11:53.591Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?depth=0
2022-12-18T01:11:53.602Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-18T01:11:53.650Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?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]}
2022-12-18T01:11:53.651Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?depth=0|INFO|500||Invoke
2022-12-18T01:11:53.658Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-18T01:11:53.830Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?depth=0|INFO|500||InvokeReturn
2022-12-18T01:11:53.831Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f811162-1245-4a1d-9be4-225d5a7782d6/model-vers/model-ver/28dc0777-489a-4444-b5f0-716a847d016b?depth=0 has http status code:200 and response headers:{date=[Sun, 18 Dec 2022 01:11:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[200744], x-aai-txid=[1-aai-resources-221218-01:11:53:673-97047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-18T01:11:53.831Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-18T01:11:53.831Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-18T01:11:53.831Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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=?
2022-12-18T01:11:53.837Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||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:71)
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)
2022-12-18T01:11:53.837Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c0e3c84-87a6-4192-b3aa-6e399c9bdaca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-18T01:11:53.838Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-18T01:11:53.838Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:11:53.842Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:11:53.842Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325913838,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T01:11:53.941Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:11:53.943Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:11:53.943Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:11:53.972Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:11:53.973Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
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=?
2022-12-18T01:11:54.859Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:11:54.860Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:11:54.861Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:00.559Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:00.561Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-18T01:12:00.562Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce0154b2-bf59-4c9a-b424-b4d19c80b2d8","serviceName":"Demo_pNF_E7GJPqBhlfl1YMGlyvv3","serviceVersion":"1.0","serviceUUID":"e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd","serviceDescription":"catalog service description","serviceInvariantUUID":"63e0e84a-9175-4680-ad06-f96155f53be4","resources":[{"resourceInstanceName":"pNF 7dfbe447-46ad 0","resourceName":"pNF 7dfbe447-46ad","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bd8272d4-9103-4095-b984-d15326eb0f46","resourceInvariantUUID":"e38fdd31-9ff0-4e6d-818b-d88e001b27a2","resourceCustomizationUUID":"1865e0c1-1baf-4ed2-b0ed-a4f3676d46a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml","artifactChecksum":"MGQyYjQ4ZmZkYTFiMGNlYzAwNDRmYTA4ZDQyN2Q2MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac42b284-9349-4135-b859-755c249f1e33","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar","artifactChecksum":"OTgzODQ3YWIxOTM1NzNmNzc2OThmNjI0NGY1OTY0Y2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d97fdbe-3122-4d75-84ed-bc99e556972c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7258ad0-c9a1-4511-a9c7-053a7cd80858","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml","artifactChecksum":"MzE3YzJiY2QxNTcwNGQ0MGI1NjhmM2QwY2IwMzU5Y2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"510ffd79-54dc-4052-9c30-d266e3e12149","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"183175ad-8879-4ba1-8505-b041f06f650e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"572ee799-4166-43ec-8c35-4d2ff1fd057b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml","artifactChecksum":"ZGFlYjRjMTU5Nzg3YjE4ZTJhODI5YTQ4ZDRmN2FlMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01c73c11-b68d-42f3-9ef3-f58422c9fd9a","artifactVersion":"1"},{"artifactName":"service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar","artifactChecksum":"MWQ4NGE0MmMxZmQzNjVjODlhMjE2NjZjN2RiYzA3ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7451c423-c4df-457e-94f5-8f156b9e2812","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-18T01:12:00.566Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:00.567Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:00.569Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:00.569Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:00.670Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T01:12:00.671Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:00.671Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:00.691Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:00.692Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:12:01.570Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:01.571Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:01.575Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:01.575Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:01.675Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:12:01.676Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:01.676Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:01.693Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:01.694Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:02.576Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:02.576Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:02.580Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:02.580Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:02.679Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:12:02.680Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:02.680Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:02.696Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:02.697Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:12:03.581Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:03.583Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:03.587Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:03.587Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:03.687Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:12:03.688Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:03.688Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:03.705Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:03.706Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:04.587Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:04.589Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:04.600Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:04.600Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:04.693Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-12-18T01:12:04.694Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:04.694Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:04.711Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:04.712Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:12:05.602Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:05.602Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:05.606Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:05.606Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:05.705Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:12:05.706Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:05.706Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:05.724Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:05.725Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:06.606Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:06.608Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:06.613Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:06.614Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:06.713Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:12:06.714Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:06.715Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:06.731Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:06.732Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:07.615Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:12:07.617Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:07.625Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:07.625Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:07.725Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:12:07.726Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:07.726Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:07.766Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:07.767Z||pool-47-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:08.628Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"serviceName": "Demo_pNF_E7GJPqBhlfl1YMGlyvv3",
"serviceVersion": "1.0",
"serviceUUID": "e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "63e0e84a-9175-4680-ad06-f96155f53be4",
"resources": [
{
"resourceInstanceName": "pNF 7dfbe447-46ad 0",
"resourceCustomizationUUID": "1865e0c1-1baf-4ed2-b0ed-a4f3676d46a8",
"resourceName": "pNF 7dfbe447-46ad",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "bd8272d4-9103-4095-b984-d15326eb0f46",
"resourceInvariantUUID": "e38fdd31-9ff0-4e6d-818b-d88e001b27a2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"artifactChecksum": "MWQ4NGE0MmMxZmQzNjVjODlhMjE2NjZjN2RiYzA3ZjU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7451c423-c4df-457e-94f5-8f156b9e2812"
}
],
"workloadContext": "Production"
}
2022-12-18T01:12:08.628Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-18T01:12:08.629Z|1c0e3c84-87a6-4192-b3aa-6e399c9bdaca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd ASDC
2022-12-18T01:12:08.630Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
ServiceName:Demo_pNF_E7GJPqBhlfl1YMGlyvv3
ServiceVersion:1.0
ServiceUUID:e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd
ServiceInvariantUUID:63e0e84a-9175-4680-ad06-f96155f53be4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
ArtifactUUID:7451c423-c4df-457e-94f5-8f156b9e2812
ArtifactChecksum:MWQ4NGE0MmMxZmQzNjVjODlhMjE2NjZjN2RiYzA3ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7dfbe447-46ad 0
ResourceCustomizationUUID:1865e0c1-1baf-4ed2-b0ed-a4f3676d46a8
ResourceInvariantUUID:e38fdd31-9ff0-4e6d-818b-d88e001b27a2
ResourceName:pNF 7dfbe447-46ad
ResourceType:PNF
ResourceUUID:bd8272d4-9103-4095-b984-d15326eb0f46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-18T01:12:08.631Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd 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=?
2022-12-18T01:12:08.678Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:12:08.679Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:12:08.680Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:12:08.680Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7451c423-c4df-457e-94f5-8f156b9e2812 from URL: /sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:08.680Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-18T01:12:08.681Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:08.803Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-18T01:12:08.807Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar 7451c423-c4df-457e-94f5-8f156b9e2812 88015
2022-12-18T01:12:08.808Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar ASDC sendASDCNotification
2022-12-18T01:12:08.808Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:08.808Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T01:12:08.808Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:08.811Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:08.811Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325928808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:08.911Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:12:08.912Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:08.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:08.929Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:08.929Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:09.811Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:12:09.812Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:12:09.813Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7451c423-c4df-457e-94f5-8f156b9e2812, URL: /sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar to file: /app/ASDC/1/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:09.813Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:09.814Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:09.814Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:10.065Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2300303832278587112/Definitions/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml
2022-12-18T01:12:11.025Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-18T01:12:11.025Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7dfbe447-46ad 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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.026Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.027Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Node template pNF 7dfbe447-46ad 0 is matching search criteria
2022-12-18T01:12:11.027Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-18T01:12:11.027Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7dfbe447-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T01:12:11.027Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.027Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Node template pNF 7dfbe447-46ad 0 is matching search criteria
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7dfbe447-46ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.028Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.029Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.030Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_E7GJPqBhlfl1YMGlyvv3
Description:catalog service description
Model UUID:e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd
Model Version:NULL
Model InvariantUuid:63e0e84a-9175-4680-ad06-f96155f53be4
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=?
2022-12-18T01:12:11.038Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: bd8272d4-9103-4095-b984-d15326eb0f46
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=?
2022-12-18T01:12:11.041Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||pNF 7dfbe447-46ad 0
2022-12-18T01:12:11.042Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bd8272d4-9103-4095-b984-d15326eb0f46
2022-12-18T01:12:11.042Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd
2022-12-18T01:12:11.042Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd
2022-12-18T01:12:11.042Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7dfbe447-46ad 0 bd8272d4-9103-4095-b984-d15326eb0f46 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=?
2022-12-18T01:12:11.052Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7677eca, org.onap.sdc.toscaparser.api.parameters.Input@2c52ecba, org.onap.sdc.toscaparser.api.parameters.Input@135a45c6, org.onap.sdc.toscaparser.api.parameters.Input@3393ddb2, org.onap.sdc.toscaparser.api.parameters.Input@f3e6424]
2022-12-18T01:12:11.052Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.052Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.053Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd: pNF 7dfbe447-46ad
2022-12-18T01:12:11.053Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Processing PNF resource: bd8272d4-9103-4095-b984-d15326eb0f46
2022-12-18T01:12:11.053Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-18T01:12:11.053Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_E7GJPqBhlfl1YMGlyvv3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-18T01:12:11.053Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1865e0c1-1baf-4ed2-b0ed-a4f3676d46a8 is the same as notified resource customizationUUID: 1865e0c1-1baf-4ed2-b0ed-a4f3676d46a8
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 (?, ?)
2022-12-18T01:12:11.122Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7dfbe447-46ad bd8272d4-9103-4095-b984-d15326eb0f46 0 ASDC deployResourceStructure
2022-12-18T01:12:11.122Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar ASDC sendASDCNotification
2022-12-18T01:12:11.122Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar
2022-12-18T01:12:11.123Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-18T01:12:11.123Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:12:11.125Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:12:11.125Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325931122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:11.225Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:12:11.226Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:12:11.226Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:11.240Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:11.240Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:12:12.126Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
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=?
2022-12-18T01:12:12.141Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
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=?
2022-12-18T01:12:12.144Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:12:12.144Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-18T01:12:12.144Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-18T01:12:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:12:15.031Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:12:15.032Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:12:15.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:12:15.076Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.076Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325818851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "aai-model-loader",
"timestamp": 1671325819855,
"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=?
2022-12-18T01:12:15.110Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
2022-12-18T01:12:15.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325818086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325826873,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325829210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325830216,
"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=?
2022-12-18T01:12:15.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
2022-12-18T01:12:15.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325807614,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325807702,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325824323,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325834339,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325833185,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325835143,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325835427,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325836150,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325836504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "policy-id",
"timestamp": 1671325837154,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-18T01:12:15.195Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273c5070-ae72-420c-bbd4-9077c0f7af7a
2022-12-18T01:12:15.195Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273c5070-ae72-420c-bbd4-9077c0f7af7a 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.207Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325837551,
"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=?
2022-12-18T01:12:15.216Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 273c5070-ae72-420c-bbd4-9077c0f7af7a
2022-12-18T01:12:15.216Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273c5070-ae72-420c-bbd4-9077c0f7af7a 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=?
2022-12-18T01:12:15.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "multicloud-k8s",
"timestamp": 1671325838552,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325835536,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325842721,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325834188,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "cds-sdc-listener",
"timestamp": 1671325846084,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325839556,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325848664,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325849771,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325849650,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325850857,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "aai-model-loader",
"timestamp": 1671325850654,
"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=?
2022-12-18T01:12:15.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 273c5070-ae72-420c-bbd4-9077c0f7af7a
2022-12-18T01:12:15.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273c5070-ae72-420c-bbd4-9077c0f7af7a 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325851936,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325844323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325853022,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-18T01:12:15.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f994681-ca1f-4d69-879c-97e8ecc59f07
2022-12-18T01:12:15.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f994681-ca1f-4d69-879c-97e8ecc59f07 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325854105,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "multicloud-k8s",
"timestamp": 1671325854024,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325855110,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325855857,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.323Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "policy-id",
"timestamp": 1671325856113,
"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=?
2022-12-18T01:12:15.331Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1f994681-ca1f-4d69-879c-97e8ecc59f07
2022-12-18T01:12:15.332Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f994681-ca1f-4d69-879c-97e8ecc59f07 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=?
2022-12-18T01:12:15.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325858810,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.342Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325859815,
"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=?
2022-12-18T01:12:15.350Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 273c5070-ae72-420c-bbd4-9077c0f7af7a
2022-12-18T01:12:15.350Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 273c5070-ae72-420c-bbd4-9077c0f7af7a 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325848087,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325869933,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325872641,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:12:15.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:15.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1671325873646,
"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=?
2022-12-18T01:12:15.394Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1f994681-ca1f-4d69-879c-97e8ecc59f07
2022-12-18T01:12:15.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f994681-ca1f-4d69-879c-97e8ecc59f07 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 (?, ?, ?, ?, ?)
2022-12-18T01:12:15.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:12:15.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325865536,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:12:15.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:12:15.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:12:15.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325874702,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:12:15.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:12:42.145Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
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=?
2022-12-18T01:12:42.165Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8
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=?
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:12:42.170Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:12:42.171Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:12:42.171Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-18T01:12:42.171Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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=?
2022-12-18T01:12:42.185Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-18T01:13:12.186Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 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=?
2022-12-18T01:13:12.197Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 and serviceModelVersionId: e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd
2022-12-18T01:13:12.197Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 63e0e84a-9175-4680-ad06-f96155f53be4
2022-12-18T01:13:12.202Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0
2022-12-18T01:13:12.206Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-18T01:13:12.236Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0|INFO|500||Invoke
2022-12-18T01:13:12.236Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce0154b2-bf59-4c9a-b424-b4d19c80b2d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d02f3c36-5536-40bf-b296-cc9d3f34eb49], X-ECOMP-RequestID=[ce0154b2-bf59-4c9a-b424-b4d19c80b2d8], X-TransactionId=[], X-ONAP-RequestID=[ce0154b2-bf59-4c9a-b424-b4d19c80b2d8], Content-Type=[application/merge-patch+json]}
2022-12-18T01:13:12.242Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-18T01:13:12.410Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?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/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0 has http status code:200 and response headers:{date=[Sun, 18 Dec 2022 01:13:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[167968], x-aai-txid=[1-aai-resources-221218-01:13:12:253-34317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-18T01:13:12.411Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-18T01:13:12.411Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/63e0e84a-9175-4680-ad06-f96155f53be4/model-vers/model-ver/e1e473d1-acd2-4a53-a5cb-4bdc36e5eedd?depth=0|INFO|500||InvokeReturn
2022-12-18T01:13:12.412Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-18T01:13:12.412Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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=?
2022-12-18T01:13:12.420Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||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:71)
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)
2022-12-18T01:13:12.420Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce0154b2-bf59-4c9a-b424-b4d19c80b2d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-18T01:13:12.421Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-18T01:13:12.421Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:12.423Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:12.423Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325992420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T01:13:12.524Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-18T01:13:12.525Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:12.525Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:12.551Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:12.552Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
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=?
2022-12-18T01:13:13.440Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-18T01:13:13.441Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"273c5070-ae72-420c-bbd4-9077c0f7af7a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c6c13def-7921-4d27-901f-408ae1c850e7","serviceDescription":"service","serviceInvariantUUID":"e8d1444a-a085-450c-81a4-a4450e2473d2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcaaef4c-3203-40a9-a6a3-087238f0df5d","resourceInvariantUUID":"0606dfe1-a52f-4714-8ec4-fae37e2dac36","resourceCustomizationUUID":"6a611885-47bd-4a2d-8f70-b36640e23600","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":"NGM0ZmQ3ZDBkNjQ2N2QwMTQxNjE0ZGQ4NmE3NGQxYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"133cd2ff-3fce-4597-a84a-c9613155e7be","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":"MWJjMTQ2MDE5NTMwYWE1ZjhkYWNmMTc1MzM3NTYwMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fee8bb56-2a98-4305-9f3c-9f0730e90b40","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":"f557ad5d-86a1-4220-800f-d8f6e772f239","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":"90709990-fbf8-4e06-ab4f-e4c8b2c29468","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":"e9a8fe58-b87e-4ab0-8dea-63109b2df922","artifactVersion":"2","generatedFromUUID":"f557ad5d-86a1-4220-800f-d8f6e772f239"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjM0Y2M4NTFkM2Q1OTcyNjljZjUxZTkzY2E1MzkwYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"416dc863-57f1-406c-8f9c-6f50cbbfc844","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmQ4YmJmYjk5NmY4NTYyOGViYmUzZDg2OWNiZWZiODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02ebd406-7a1d-4c30-9a6d-e96dd0861b67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-18T01:13:13.442Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:13.442Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:13.444Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:13.444Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:13.545Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T01:13:13.546Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:13.546Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:13.564Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:13.565Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:14.445Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:14.446Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:14.449Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:14.449Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-18T01:13:14.549Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:13:14.550Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:14.550Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:14.567Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:14.568Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:15.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-18T01:13:15.033Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-18T01:13:15.033Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:15.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:15.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325881384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:13:15.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:13:15.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1f994681-ca1f-4d69-879c-97e8ecc59f07",
"consumerID": "aai-model-loader",
"timestamp": 1671325882387,
"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=?
2022-12-18T01:13:15.078Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1f994681-ca1f-4d69-879c-97e8ecc59f07
2022-12-18T01:13:15.078Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1f994681-ca1f-4d69-879c-97e8ecc59f07 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 (?, ?, ?, ?, ?)
2022-12-18T01:13:15.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.089Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1c0e3c84-87a6-4192-b3aa-6e399c9bdaca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325913838,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.090Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/resourceInstances/pnf7dfbe44746ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:13:15.092Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325928808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ce0154b2-bf59-4c9a-b424-b4d19c80b2d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325931122,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfE7gjpqbhlfl1ymglyvv3/1.0/artifacts/service-DemoPnfE7gjpqbhlfl1ymglyvv3-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-18T01:13:15.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-18T01:13:15.450Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:15.451Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:15.453Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:15.454Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-18T01:13:15.558Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-18T01:13:15.559Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:15.559Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:15.582Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:15.583Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:13:16.454Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:16.455Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:16.457Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:16.457Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:16.557Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:13:16.559Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:16.559Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:16.580Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:16.582Z||pool-54-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:17.458Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:17.459Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:17.461Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:17.461Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-18T01:13:17.561Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:13:17.562Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:17.563Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:17.576Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:17.577Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:18.462Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:18.463Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:18.465Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:18.466Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-18T01:13:18.566Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-18T01:13:18.567Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:18.567Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:18.593Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:18.594Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:19.470Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-18T01:13:19.492Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:19.559Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:19.560Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671325914859,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-18T01:13:19.661Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T01:13:19.662Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:19.662Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:19.702Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:19.702Z||pool-57-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-12-18T01:13:20.562Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "c6c13def-7921-4d27-901f-408ae1c850e7",
"serviceDescription": "service",
"serviceInvariantUUID": "e8d1444a-a085-450c-81a4-a4450e2473d2",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6a611885-47bd-4a2d-8f70-b36640e23600",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dcaaef4c-3203-40a9-a6a3-087238f0df5d",
"resourceInvariantUUID": "0606dfe1-a52f-4714-8ec4-fae37e2dac36",
"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": "MWJjMTQ2MDE5NTMwYWE1ZjhkYWNmMTc1MzM3NTYwMTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fee8bb56-2a98-4305-9f3c-9f0730e90b40",
"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": "f557ad5d-86a1-4220-800f-d8f6e772f239",
"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": "e9a8fe58-b87e-4ab0-8dea-63109b2df922",
"generatedFromUUID": "f557ad5d-86a1-4220-800f-d8f6e772f239"
},
"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": "e9a8fe58-b87e-4ab0-8dea-63109b2df922",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmQ4YmJmYjk5NmY4NTYyOGViYmUzZDg2OWNiZWZiODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02ebd406-7a1d-4c30-9a6d-e96dd0861b67"
}
],
"workloadContext": "Production"
}
2022-12-18T01:13:20.563Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-18T01:13:20.563Z|ce0154b2-bf59-4c9a-b424-b4d19c80b2d8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c6c13def-7921-4d27-901f-408ae1c850e7 ASDC
2022-12-18T01:13:20.563Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:273c5070-ae72-420c-bbd4-9077c0f7af7a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c6c13def-7921-4d27-901f-408ae1c850e7
ServiceInvariantUUID:e8d1444a-a085-450c-81a4-a4450e2473d2
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:02ebd406-7a1d-4c30-9a6d-e96dd0861b67
ArtifactChecksum:YmQ4YmJmYjk5NmY4NTYyOGViYmUzZDg2OWNiZWZiODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6a611885-47bd-4a2d-8f70-b36640e23600
ResourceInvariantUUID:0606dfe1-a52f-4714-8ec4-fae37e2dac36
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dcaaef4c-3203-40a9-a6a3-087238f0df5d
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:fee8bb56-2a98-4305-9f3c-9f0730e90b40
ArtifactChecksum:MWJjMTQ2MDE5NTMwYWE1ZjhkYWNmMTc1MzM3NTYwMTg=
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:f557ad5d-86a1-4220-800f-d8f6e772f239
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:e9a8fe58-b87e-4ab0-8dea-63109b2df922
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:e9a8fe58-b87e-4ab0-8dea-63109b2df922
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-18T01:13:20.574Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6c13def-7921-4d27-901f-408ae1c850e7 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=?
2022-12-18T01:13:20.734Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:13:20.735Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:13:20.735Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:13:20.735Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 02ebd406-7a1d-4c30-9a6d-e96dd0861b67 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-18T01:13:20.735Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-18T01:13:20.735Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-18T01:13:20.920Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-18T01:13:20.921Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 02ebd406-7a1d-4c30-9a6d-e96dd0861b67 75184
2022-12-18T01:13:20.922Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-18T01:13:20.922Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-18T01:13:20.922Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-18T01:13:20.923Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-18T01:13:20.935Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-18T01:13:20.935Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "273c5070-ae72-420c-bbd4-9077c0f7af7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1671326000921,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-18T01:13:21.037Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-18T01:13:21.038Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-18T01:13:21.038Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0vPtE1zCYSJ4oKUq) ...
2022-12-18T01:13:21.064Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-18T01:13:21.065Z||pool-58-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-12-18T01:13:21.938Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-18T01:13:21.938Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-18T01:13:21.938Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 02ebd406-7a1d-4c30-9a6d-e96dd0861b67, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-18T01:13:21.939Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-18T01:13:21.939Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-18T01:13:21.939Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-18T01:13:22.121Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13532236029080657623/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
2022-12-18T01:13:24.615Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-18T01:13:24.615Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:13:24.615Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||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
2022-12-18T01:13:24.616Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-18T01:13:24.617Z|273c5070-ae72-420c-bbd4-9077c0f7af7a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery