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-11-12T23:13:11.409Z||main|||||INFO|500||The following profiles are active: basic
2022-11-12T23:13:38.213Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-12T23:13:38.214Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-12T23:13:38.475Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-12T23:13:48.225Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-12T23:13:48.772Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-12T23:13:49.651Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-12T23:13:49.699Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-12T23:13:49.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-12T23:13:50.257Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-12T23:13:50.988Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-12T23:13:54.839Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-12T23:13:57.931Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-12T23:13:58.035Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-12T23:13:58.828Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-12T23:13:59.186Z||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-11-12T23:14:01.055Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-12T23:14:02.655Z||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-11-12T23:14:03.458Z||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-11-12T23:14:04.482Z||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-11-12T23:14:04.496Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:04.534Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:06.818Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:06.819Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:03 GMT], server=[envoy], x-envoy-upstream-service-time=[2268], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:06.821Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"7f70c5b267274252ad24d33d46aed330","versionId":"d9171848493b44a3879deb255e09bbb3"}
2022-11-12T23:14:06.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-11-12T23:14:06.966Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:06.969Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:06.972Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:07.455Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:07.456Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/7f70c5b267274252ad24d33d46aed330/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[426]}
2022-11-12T23:14:07.457Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:07.458Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-11-12T23:14:07.458Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:07.532Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:07.534Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:07.536Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:08.035Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:08.036Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:06 GMT], server=[envoy], x-envoy-upstream-service-time=[496], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:08.038Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"5397576145464288a260f42995ee964d","versionId":"f99ed5d6d5d646c4a71694f4534b6f86"}
2022-11-12T23:14:08.041Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-11-12T23:14:08.141Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:08.144Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:08.146Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:08.658Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:08.660Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/5397576145464288a260f42995ee964d/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[507]}
2022-11-12T23:14:08.662Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:08.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-11-12T23:14:08.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:08.753Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:08.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:08.759Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:09.246Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:09.246Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:07 GMT], server=[envoy], x-envoy-upstream-service-time=[481], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:09.247Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"6ff1698fd82e42f79ff4e50058276992","versionId":"e8e83a626c6a4b6bb8a72018e953f873"}
2022-11-12T23:14:09.252Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-11-12T23:14:09.322Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:09.323Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1690ce3c-1ce4-4339-bd3d-c10aad562498], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:09.325Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:10.062Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[733]}
2022-11-12T23:14:10.063Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:10.065Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6ff1698fd82e42f79ff4e50058276992/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:10.071Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-11-12T23:14:10.073Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.167Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.169Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:10.171Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.357Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:10.358Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:09 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:10.359Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"87d35c927d64481893a2eee8812e374c","versionId":"f8ab82e280b2418ba94cc15060c4c6ce"}
2022-11-12T23:14:10.362Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-12T23:14:10.409Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:10.410Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b4f3b19d-d3a4-490a-ab93-7ab9d206f361], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:10.412Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:10.727Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[311]}
2022-11-12T23:14:10.728Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:10.729Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/87d35c927d64481893a2eee8812e374c/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:10.742Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-11-12T23:14:10.743Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.819Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.821Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:10.822Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:10.986Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:10.988Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:09 GMT], server=[envoy], x-envoy-upstream-service-time=[160], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:10.989Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"d089c6d0f21b4a94a645b54e2a1e3536","versionId":"e4d0227a792f4a63b1388b2ac5e047b6"}
2022-11-12T23:14:10.992Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-12T23:14:11.033Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:11.033Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fa057020-059c-45b8-9f24-ae4fea4771a0], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:11.035Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:11.310Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269]}
2022-11-12T23:14:11.311Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:11.312Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d089c6d0f21b4a94a645b54e2a1e3536/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:11.313Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-11-12T23:14:11.313Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:11.367Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:11.369Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:11.370Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:11.548Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:11.553Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:10 GMT], server=[envoy], x-envoy-upstream-service-time=[171], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:11.554Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"db0ffd1e114840469a85ca7ae4e48a49","versionId":"897bf029751f41cfba906dbde73bd5df"}
2022-11-12T23:14:11.560Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-12T23:14:11.599Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:11.600Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[c368f9eb-2c93-4458-8e9b-b7bdd4afd981], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:11.601Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:11.858Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[253]}
2022-11-12T23:14:11.859Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:11.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/db0ffd1e114840469a85ca7ae4e48a49/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:11.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-11-12T23:14:11.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:11.925Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:11.927Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:11.928Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:12.086Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:12.087Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:11 GMT], server=[envoy], x-envoy-upstream-service-time=[153], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:12.087Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"fd55fc23d31a4bfaa365bc9e567f2590","versionId":"6e70205d91fe45c8b347882695f8f480"}
2022-11-12T23:14:12.090Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-11-12T23:14:12.121Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:12.122Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:12.123Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:12.377Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/fd55fc23d31a4bfaa365bc9e567f2590/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[250]}
2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-11-12T23:14:12.378Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:12.643Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:12.646Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:12.648Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:12.810Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:12.812Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:11 GMT], server=[envoy], x-envoy-upstream-service-time=[158], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:12.813Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"2580b381020a4d5c9c783368c39b4ab1","versionId":"5bc4b24b22844a35be4e0a1ab92dda06"}
2022-11-12T23:14:12.816Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-11-12T23:14:12.906Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:12.907Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[00bdc81d-7ba1-4118-ad35-9d0ee5402361], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:12.909Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:13.182Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[270]}
2022-11-12T23:14:13.183Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:13.184Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/2580b381020a4d5c9c783368c39b4ab1/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:13.185Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-11-12T23:14:13.186Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:13.242Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:13.243Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[55c82041-01d0-42d3-8cd4-253439e5f7e3], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:13.244Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:13.433Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:12 GMT], server=[envoy], x-envoy-upstream-service-time=[185], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:13.434Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"55c06c30f9bb402490c91b6f451104de","versionId":"fcb1f7bf280946b09aa9b90a04b40962"}
2022-11-12T23:14:13.435Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:13.437Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-11-12T23:14:13.491Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:13.492Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:13.494Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:13.793Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:13.794Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/55c06c30f9bb402490c91b6f451104de/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[296]}
2022-11-12T23:14:13.795Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:13.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-11-12T23:14:13.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:13.872Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:13.873Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:13.875Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:14.057Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:12 GMT], server=[envoy], x-envoy-upstream-service-time=[176], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:14.058Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"49b49d8a59b64339bb8e10f2e73d8d62","versionId":"35e28ff07c294c329a1438a23f2b954a"}
2022-11-12T23:14:14.060Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-11-12T23:14:14.092Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:14.094Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:14.096Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:14.362Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:14.363Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/49b49d8a59b64339bb8e10f2e73d8d62/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[263]}
2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-11-12T23:14:14.364Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.407Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.409Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:14.410Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.580Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:14.581Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:13 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:14.581Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"0f4c051cca804fb58b02a98bcdcfe7e7","versionId":"75aac3164cfc475db21e8fa4a5909728"}
2022-11-12T23:14:14.583Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-11-12T23:14:14.639Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:14.640Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[3233000d-2e4a-43a5-8ef6-0d187ed8e524], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:14.641Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:14.898Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254]}
2022-11-12T23:14:14.901Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:14.902Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/0f4c051cca804fb58b02a98bcdcfe7e7/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:14.902Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-11-12T23:14:14.903Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.947Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:14.948Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:14.949Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:15.134Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:15.135Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:14 GMT], server=[envoy], x-envoy-upstream-service-time=[181], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:15.136Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"3be65146e470417997fc0ef79199633b","versionId":"0965c50d74d44863a418525e758fde67"}
2022-11-12T23:14:15.139Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-11-12T23:14:15.183Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:15.184Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ca0b7b61-3eeb-4a3a-bb11-f1a60c578d33], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:15.186Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:15.448Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257]}
2022-11-12T23:14:15.449Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:15.450Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/3be65146e470417997fc0ef79199633b/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:15.451Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-11-12T23:14:15.452Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:15.508Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:15.509Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:15.511Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:15.672Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:15.674Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:14 GMT], server=[envoy], x-envoy-upstream-service-time=[157], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:15.674Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"26f6d0255a5740f6b7ad648ddb5121b8","versionId":"ce013ff39e2342488413c76822673d10"}
2022-11-12T23:14:15.677Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-11-12T23:14:15.722Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:15.723Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[e0e60cf1-6495-4237-afc5-94434494d31b], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:15.724Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:15.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[255]}
2022-11-12T23:14:15.983Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:15.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/26f6d0255a5740f6b7ad648ddb5121b8/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:15.985Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-11-12T23:14:15.985Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:16.049Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:16.050Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:16.052Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:16.219Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:16.220Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:15 GMT], server=[envoy], x-envoy-upstream-service-time=[164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:16.220Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"a3e3133254fb483595fdcbf59e25bab6","versionId":"8f6ecfbe86fa40dd97b5390197deab25"}
2022-11-12T23:14:16.223Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-11-12T23:14:16.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:16.262Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:16.266Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:16.514Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:16.515Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a3e3133254fb483595fdcbf59e25bab6/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[244]}
2022-11-12T23:14:16.515Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:16.516Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-11-12T23:14:16.516Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:16.590Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:16.591Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ead74be8-7569-4991-83f3-ec143f41889f], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:16.592Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:16.756Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:15 GMT], server=[envoy], x-envoy-upstream-service-time=[161], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:16.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"80bedf03dfe94356a86f7df5e899374a","versionId":"463a7a07c9b54f7daee62cc1e85fe998"}
2022-11-12T23:14:16.758Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:16.761Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-11-12T23:14:16.795Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:16.796Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[d7c12217-ccf6-430f-a886-d351c195cdf5], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:16.797Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:17.053Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:15 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[254]}
2022-11-12T23:14:17.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:17.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/80bedf03dfe94356a86f7df5e899374a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:17.055Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-11-12T23:14:17.055Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.092Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.094Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:17.095Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.259Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:17.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:16 GMT], server=[envoy], x-envoy-upstream-service-time=[161], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:17.260Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"53fefe1c41e94bc4b1660c95766c2402","versionId":"6e6875589e9c417aad8075648536f440"}
2022-11-12T23:14:17.264Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-11-12T23:14:17.293Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:17.294Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:17.294Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:17.571Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/53fefe1c41e94bc4b1660c95766c2402/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[273]}
2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-11-12T23:14:17.572Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.610Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.611Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:17.612Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:17.785Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:17.786Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:16 GMT], server=[envoy], x-envoy-upstream-service-time=[170], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:17.787Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"75ed9482758f4decad66965c706458a2","versionId":"bec04e0ae98141b79ca9d4bb50434b1c"}
2022-11-12T23:14:17.791Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-11-12T23:14:17.854Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:17.856Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:17.857Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:18.124Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:18.125Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/75ed9482758f4decad66965c706458a2/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[261]}
2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-11-12T23:14:18.126Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:18.198Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:18.199Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5e98c9ad-0567-49aa-bf23-074a83cc6df4], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:18.200Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:18.412Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:17 GMT], server=[envoy], x-envoy-upstream-service-time=[209], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:18.413Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"dcf93a1f1c6c4fec9cd93e86a8eb9d6a","versionId":"31e0221cf7ec4d80b832f48be18716bb"}
2022-11-12T23:14:18.414Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:18.417Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-11-12T23:14:18.444Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:18.445Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:18.446Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:18.981Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:18.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dcf93a1f1c6c4fec9cd93e86a8eb9d6a/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[531]}
2022-11-12T23:14:18.982Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:18.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-11-12T23:14:18.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:19.038Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:19.039Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:19.040Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:19.285Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:19.285Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:18 GMT], server=[envoy], x-envoy-upstream-service-time=[242], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:19.286Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"eefca150599f4b2da768d19338a6118c","versionId":"2846a4596ce649ac9a9f2a28557218f2"}
2022-11-12T23:14:19.289Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-11-12T23:14:19.320Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:19.321Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:19.322Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:19.859Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:19.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/eefca150599f4b2da768d19338a6118c/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[534]}
2022-11-12T23:14:19.860Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:19.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-11-12T23:14:19.861Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:19.917Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:19.917Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[ec94360a-c087-48e9-8536-2935c65ce26d], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:19.919Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:20.158Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:19 GMT], server=[envoy], x-envoy-upstream-service-time=[236], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:20.159Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"234ebb3cd16b48a8981e33656e685365","versionId":"35ba8ed7903e431dacc4ce39347c6cc3"}
2022-11-12T23:14:20.159Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:20.162Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-11-12T23:14:20.367Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:20.369Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:20.370Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:20.744Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:20.745Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/234ebb3cd16b48a8981e33656e685365/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[371]}
2022-11-12T23:14:20.745Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:20.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-11-12T23:14:20.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:20.797Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:20.798Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:20.800Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:21.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:21.056Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:19 GMT], server=[envoy], x-envoy-upstream-service-time=[252], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:21.057Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||{"id":"b97d6a7fb7024cce907343163f58b290","versionId":"ca25ac900fcf4f3bb6494fdcdb87cf6e"}
2022-11-12T23:14:21.064Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-11-12T23:14:21.103Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:21.104Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[f2b6cbbf-8b47-4715-affc-596e9ba3222f], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:21.105Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:21.742Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[627]}
2022-11-12T23:14:21.744Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/b97d6a7fb7024cce907343163f58b290/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-11-12T23:14:21.746Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:21.799Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:21.800Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[cbd6c36b-dfb4-49b3-9a43-c290d44a8b5e], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:21.801Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:22.422Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:20 GMT], server=[envoy], x-envoy-upstream-service-time=[614], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:22.423Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"e456815ce67240fda324f3c308432c31","versionId":"9e09e043334c4975bf6f3d65ae83bb17"}
2022-11-12T23:14:22.424Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:22.663Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-11-12T23:14:22.903Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:22.905Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:22.907Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:23.498Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:23.509Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/e456815ce67240fda324f3c308432c31/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[585]}
2022-11-12T23:14:23.518Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:23.519Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-11-12T23:14:23.519Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:23.757Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:23.807Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[4a4f87e0-7cc5-4bda-bd9a-3c20815e0758], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:23.808Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:24.048Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:22 GMT], server=[envoy], x-envoy-upstream-service-time=[235], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:24.049Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"6b555121e73340609330a97af03da52e","versionId":"f66f6df120cb4d3dad9012882b289ee7"}
2022-11-12T23:14:24.050Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:24.054Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-11-12T23:14:24.104Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:24.105Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions with request headers:{X-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[53313c0a-3977-4049-9719-af479646834e], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:24.106Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:24.772Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[661]}
2022-11-12T23:14:24.772Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/6b555121e73340609330a97af03da52e/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-11-12T23:14:24.773Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:24.814Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-11-12T23:14:24.814Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[746792fd-1c3a-4965-ae01-5e1779742861], X-ECOMP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-TransactionID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], X-ONAP-RequestID=[c7588247-b901-4e80-bb4e-3b0e911b7c88], Content-Type=[application/json]}
2022-11-12T23:14:24.815Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:24.984Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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, 12 Nov 2022 23:14:23 GMT], server=[envoy], x-envoy-upstream-service-time=[166], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-11-12T23:14:24.989Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"c84c3e40d26840bcbc23ae0747df7181","versionId":"fb4b273ec216479790ac51fa16bca6c4"}
2022-11-12T23:14:24.990Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-11-12T23:14:24.992Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-11-12T23:14:25.021Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-11-12T23:14:25.022Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|INFO|500||Invoke
2022-11-12T23:14:25.023Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-11-12T23:14:25.303Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions|INFO|500||InvokeReturn
2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c84c3e40d26840bcbc23ae0747df7181/versions/latest/actions has http status code:200 and response headers:{date=[Sat, 12 Nov 2022 23:14:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[277]}
2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T23:14:25.304Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-11-12T23:14:30.404Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|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-11-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||---
2022-11-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-12T23:14:33.690Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||WARN|500||---
2022-11-12T23:14:34.403Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-12T23:14:40.538Z|c7588247-b901-4e80-bb4e-3b0e911b7c88|main|||||INFO|500||Started Application in 95.628 seconds (JVM running for 100.035)
2022-11-12T23:14:40.552Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-12T23:14:40.554Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-12T23:14:40.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-12T23:14:40.623Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-12T23:14:40.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1878295d-a69d-4291-aef5-2ed917d92a66 url= /sdc/v1/artifactTypes
2022-11-12T23:14:40.690Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-12T23:14:40.862Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-12T23:14:40.865Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5237d377
2022-11-12T23:14:40.865Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-12T23:14:40.883Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-12T23:14:40.886Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-12T23:14:40.894Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8d97459.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to ASDC
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-11-12T23:15:30.527Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-12T23:15:30.529Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-12T23:15:30.530Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-12T23:15:30.545Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-12T23:15:30.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca64dc17-a590-4baf-9b93-437a528b078d url= /sdc/v1/artifactTypes
2022-11-12T23:15:30.559Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-12T23:15:30.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-12T23:15:30.869Z||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-11-12T23:15:30.913Z||scheduling-1|||||DEBUG|500||create keys
2022-11-12T23:15:30.926Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-12T23:15:31.082Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:15:31.115Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d5d996bc-b48c-4422-8c3b-630c339dccbc url= /sdc/v1/registerForDistribution
2022-11-12T23:15:31.346Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d5d996bc-b48c-4422-8c3b-630c339dccbc url= /sdc/v1/registerForDistribution
2022-11-12T23:15:31.347Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-12T23:15:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:15:31.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:15:31.372Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-12T23:15:31.372Z||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-11-12T23:15:31.373Z||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-11-12T23:15:31.373Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:15:31.373Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:15:41.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:15:42.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:16:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:16:31.363Z||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-11-12T23:16:31.363Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:16:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:16:31.365Z||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-11-12T23:16:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:16:40.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:16:40.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:17:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:17:31.361Z||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-11-12T23:17:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:17:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:17:31.365Z||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-11-12T23:17:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:17:40.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:17:40.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:18:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:18:31.361Z||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-11-12T23:18:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:18:31.364Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:18:31.365Z||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-11-12T23:18:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:18:40.933Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:18:40.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:19:31.361Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:19:31.362Z||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-11-12T23:19:31.363Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:19:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:19:31.365Z||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-11-12T23:19:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:19:40.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:19:40.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:20:31.359Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:20:31.361Z||pool-2-thread-7|||||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-11-12T23:20:31.361Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:20:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:20:31.365Z||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-11-12T23:20:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:20:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:20:40.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:21:31.360Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:21:31.362Z||pool-2-thread-7|||||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-11-12T23:21:31.362Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:21:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:21:31.365Z||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-11-12T23:21:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:21:40.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:21:40.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:22:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:22:31.363Z||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-11-12T23:22:31.363Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:22:31.365Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:22:31.366Z||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-11-12T23:22:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:22:40.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:22:40.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:23:15.938Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-12T23:23:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:23:31.361Z||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-11-12T23:23:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:23:31.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:23:31.366Z||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-11-12T23:23:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:23:40.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:23:40.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:24:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:24:31.360Z||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-11-12T23:24:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:24:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:24:31.365Z||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-11-12T23:24:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:24:40.926Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:24:40.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:25:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:25:31.360Z||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-11-12T23:25:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:25:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:25:31.364Z||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-11-12T23:25:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:25:40.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:25:40.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:26:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:26:31.360Z||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-11-12T23:26:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:26:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:26:31.365Z||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-11-12T23:26:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:26:40.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:26:40.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:27:31.361Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:27:31.362Z||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-11-12T23:27:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:27:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:27:31.365Z||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-11-12T23:27:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:27:40.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:27:40.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:28:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:28:31.360Z||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-11-12T23:28:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:28:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:28:31.365Z||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-11-12T23:28:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:28:40.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:28:40.929Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:29:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:29:31.364Z||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-11-12T23:29:31.364Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:29:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:29:31.365Z||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-11-12T23:29:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:29:40.925Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:29:40.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:30:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:30:31.362Z||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-11-12T23:30:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:30:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:30:31.365Z||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-11-12T23:30:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:30:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:30:40.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:31:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:31:31.361Z||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-11-12T23:31:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:31:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:31:31.365Z||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-11-12T23:31:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:31:40.944Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:31:40.944Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:32:31.360Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:32:31.361Z||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-11-12T23:32:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:32:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:32:31.365Z||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-11-12T23:32:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:32:40.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:32:40.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:33:31.359Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:33:31.360Z||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-11-12T23:33:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:33:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:33:31.365Z||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-11-12T23:33:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:33:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:33:40.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:34:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:34:31.360Z||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-11-12T23:34:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:34:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:34:31.365Z||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-11-12T23:34:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:34:40.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:34:40.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:35:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:35:31.360Z||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-11-12T23:35:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:35:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:35:31.365Z||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-11-12T23:35:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:35:40.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:35:40.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:36:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:36:31.361Z||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-11-12T23:36:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:36:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:36:31.365Z||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-11-12T23:36:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:36:40.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:36:40.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:37:31.359Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:37:31.362Z||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-11-12T23:37:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:37:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:37:31.365Z||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-11-12T23:37:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:37:40.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:37:40.928Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:38:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:38:31.361Z||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-11-12T23:38:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:38:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:38:31.365Z||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-11-12T23:38:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:38:40.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:38:40.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:39:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:39:31.360Z||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-11-12T23:39:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:39:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:39:31.365Z||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-11-12T23:39:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:39:40.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:39:40.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:40:31.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:40:31.360Z||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-11-12T23:40:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:40:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:40:31.365Z||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-11-12T23:40:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:40:40.925Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:40:40.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:41:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:41:31.361Z||pool-2-thread-5|||||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-11-12T23:41:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:41:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:41:31.365Z||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-11-12T23:41:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:41:40.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:41:40.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:42:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:42:31.362Z||pool-2-thread-5|||||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-11-12T23:42:31.362Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:42:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:42:31.366Z||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-11-12T23:42:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:42:40.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:42:40.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:43:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:43:31.362Z||pool-2-thread-5|||||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-11-12T23:43:31.362Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:43:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:43:31.364Z||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-11-12T23:43:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:43:40.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:43:40.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:44:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:44:31.360Z||pool-2-thread-5|||||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-11-12T23:44:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:44:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:44:31.365Z||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-11-12T23:44:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:44:40.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:44:40.942Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:45:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:45:31.361Z||pool-2-thread-5|||||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-11-12T23:45:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:45:31.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:45:31.367Z||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-11-12T23:45:31.367Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:45:40.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:45:40.931Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:46:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:46:31.363Z||pool-2-thread-5|||||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-11-12T23:46:31.363Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:46:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:46:31.364Z||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-11-12T23:46:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:46:40.920Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:46:40.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:47:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:47:31.360Z||pool-2-thread-5|||||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-11-12T23:47:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:47:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:47:31.365Z||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-11-12T23:47:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:47:40.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:47:40.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:48:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:48:31.361Z||pool-2-thread-5|||||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-11-12T23:48:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:48:31.364Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:48:31.365Z||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-11-12T23:48:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:48:40.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:48:40.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:49:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:49:31.363Z||pool-2-thread-5|||||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-11-12T23:49:31.363Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:49:31.364Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:49:31.365Z||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-11-12T23:49:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:49:40.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:49:40.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:50:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:50:31.360Z||pool-2-thread-5|||||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-11-12T23:50:31.361Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:50:31.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:50:31.365Z||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-11-12T23:50:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:50:40.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:50:40.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:51:31.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:51:31.361Z||pool-2-thread-5|||||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-11-12T23:51:31.362Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:51:31.364Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:51:31.365Z||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-11-12T23:51:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:51:40.931Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:51:40.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:52:31.359Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:52:31.360Z||pool-2-thread-5|||||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-11-12T23:52:31.360Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as F0ybBT4KR8sluR4Y) ...
2022-11-12T23:52:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:52:31.365Z||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-11-12T23:52:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:52:40.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:52:40.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:53:31.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:53:31.360Z||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-11-12T23:53:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:53:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:53:31.365Z||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-11-12T23:53:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:53:40.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:53:40.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:54:31.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:54:31.361Z||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-11-12T23:54:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:54:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:54:31.365Z||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-11-12T23:54:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:54:40.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:54:40.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:55:31.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:55:31.362Z||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-11-12T23:55:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:55:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:55:31.364Z||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-11-12T23:55:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:55:40.932Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:55:40.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:56:31.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:56:31.360Z||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-11-12T23:56:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:56:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:56:31.365Z||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-11-12T23:56:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:56:40.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:56:40.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:57:31.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:57:31.361Z||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-11-12T23:57:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:57:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:57:31.365Z||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-11-12T23:57:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:57:40.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:57:40.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:58:31.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:58:31.360Z||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-11-12T23:58:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:58:31.364Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:58:31.364Z||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-11-12T23:58:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:58:40.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:58:40.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:59:31.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:59:31.361Z||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-11-12T23:59:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:59:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T23:59:31.365Z||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-11-12T23:59:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-12T23:59:40.919Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-12T23:59:40.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:00:31.359Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:00:31.360Z||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-11-13T00:00:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:00:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:00:31.365Z||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-11-13T00:00:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:00:40.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:00:40.925Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:01:31.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:01:31.361Z||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-11-13T00:01:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:01:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:01:31.365Z||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-11-13T00:01:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:01:40.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:01:40.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:02:31.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:02:31.361Z||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-11-13T00:02:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:02:31.364Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:02:31.365Z||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-11-13T00:02:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:02:40.911Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:02:40.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:03:31.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:03:31.362Z||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-11-13T00:03:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:03:31.364Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:03:31.365Z||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-11-13T00:03:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:03:40.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:03:40.942Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:04:31.360Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:04:31.362Z||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-11-13T00:04:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:04:31.364Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:04:31.365Z||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-11-13T00:04:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:04:40.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:04:40.937Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:05:31.359Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:05:31.362Z||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-11-13T00:05:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:05:31.369Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:05:31.371Z||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-11-13T00:05:31.371Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:05:40.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:05:40.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:06:31.360Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:06:31.362Z||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-11-13T00:06:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:06:31.364Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:06:31.365Z||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-11-13T00:06:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:06:40.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:06:40.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:07:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:07:31.361Z||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-11-13T00:07:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:07:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:07:31.365Z||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-11-13T00:07:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:07:40.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:07:40.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:08:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:08:31.360Z||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-11-13T00:08:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:08:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:08:31.365Z||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-11-13T00:08:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:08:40.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:08:40.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:09:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:09:31.361Z||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-11-13T00:09:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:09:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:09:31.365Z||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-11-13T00:09:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:09:40.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:09:40.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:10:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:10:31.360Z||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-11-13T00:10:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:10:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:10:31.365Z||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-11-13T00:10:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:10:40.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:10:40.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:11:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:11:31.362Z||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-11-13T00:11:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:11:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:11:31.366Z||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-11-13T00:11:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:11:40.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:11:40.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:12:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:12:31.362Z||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-11-13T00:12:31.362Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:12:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:12:31.365Z||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-11-13T00:12:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:12:40.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:12:40.922Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:13:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:13:31.360Z||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-11-13T00:13:31.360Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:13:31.365Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:13:31.365Z||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-11-13T00:13:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:13:40.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:13:40.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:31.359Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:14:31.360Z||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-11-13T00:14:31.361Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:14:31.365Z||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-11-13T00:14:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:32.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:32.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2344045f-058e-4a59-b941-f499e9587edc","serviceName":"basic_onboard_cKUWyQ","serviceVersion":"1.0","serviceUUID":"b5b246a5-4030-4fe2-bf79-085ac505cef4","serviceDescription":"service","serviceInvariantUUID":"d40938e4-90e3-4edc-b8fa-5ba50bb34bd1","resources":[{"resourceInstanceName":"basic_onboard_cKUWyQ 0","resourceName":"basic_onboard_cKUWyQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c62f2efd-9b4b-49c7-b98b-abbc5d66f296","resourceInvariantUUID":"6063541d-1e2f-4a99-9327-d5e3635934ed","resourceCustomizationUUID":"2224e4b1-9967-4374-8955-5aae77571559","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml","artifactChecksum":"OGU1OWQ2OTViMzkxYTNmMWU1MjIxMjc1YjI3ZWU1Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2266079-410d-4595-8c78-ee0cf195cba5","artifactVersion":"1"},{"artifactName":"basic_onboard_ckuwyq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json","artifactChecksum":"YzYyZWMzM2IxOTg2NTc5NmVhOTczZmU0ZWNjZTQzY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58589cc8-a5f7-4916-8176-71fe48a7e6b5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4ff38773-790e-48e4-8f4a-8350b2cf205c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14a41279-d68d-4497-9665-f715724866e8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3d273bb-229f-499c-9796-387d0b1a34a1","artifactVersion":"2","generatedFromUUID":"4ff38773-790e-48e4-8f4a-8350b2cf205c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCkuwyq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml","artifactChecksum":"OTFjMWRmNzRlYTg0OGUzMjgyNDcxMjNhNTMzYjJjZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd24d9cf-10a6-46b5-9c72-94790fe2b88f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCkuwyq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar","artifactChecksum":"MmE4MjE0YmRmMDEzMzE0NjY1YjE5ZGRjZjBmNjA5OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc665195-41e5-4aa2-8f5a-b73a779e81c3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T00:14:32.006Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:32.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:32.030Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:32.048Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:32.048Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298438700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298439373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298449709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "cds",
"timestamp": 1668298449711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298450803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298444647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298451888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298452402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298452996,
"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-11-13T00:14:32.148Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-13T00:14:32.152Z||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-11-13T00:14:32.152Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:14:32.179Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:32.180Z||pool-3-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-13T00:14:32.211Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2344045f-058e-4a59-b941-f499e9587edc
2022-11-13T00:14:32.251Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2344045f-058e-4a59-b941-f499e9587edc 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-11-13T00:14:32.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298453420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298454001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:32.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "policy-id",
"timestamp": 1668298454424,
"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-11-13T00:14:32.287Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2344045f-058e-4a59-b941-f499e9587edc
2022-11-13T00:14:32.287Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2344045f-058e-4a59-b941-f499e9587edc 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-11-13T00:14:32.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298447392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298455251,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:32.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298449768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:32.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:14:32.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298457697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:32.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298458970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:32.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:32.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298459975,
"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-11-13T00:14:32.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2344045f-058e-4a59-b941-f499e9587edc
2022-11-13T00:14:32.306Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2344045f-058e-4a59-b941-f499e9587edc 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-11-13T00:14:32.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:14:32.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298469698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:32.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:14:33.058Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:33.059Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:33.061Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:33.061Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:14:33.161Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:33.163Z||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-11-13T00:14:33.163Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:33.179Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:33.180Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:34.062Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:34.063Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:34.065Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:34.065Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:14:34.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:14:34.167Z||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-11-13T00:14:34.167Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:34.203Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:34.204Z||pool-5-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:35.066Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:35.068Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:35.070Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:35.071Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:35.171Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:35.172Z||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-11-13T00:14:35.172Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:35.193Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:35.195Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:36.071Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:36.074Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:36.077Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:36.077Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-13T00:14:36.177Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:36.178Z||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-11-13T00:14:36.178Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:36.200Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:36.201Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:37.078Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:37.078Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:37.080Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:37.081Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:14:37.181Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:37.182Z||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-11-13T00:14:37.183Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:37.206Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:37.207Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:38.081Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:14:38.083Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:38.085Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:38.085Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:14:38.185Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:38.186Z||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-11-13T00:14:38.187Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:38.204Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:38.205Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:39.087Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"serviceName": "basic_onboard_cKUWyQ",
"serviceVersion": "1.0",
"serviceUUID": "b5b246a5-4030-4fe2-bf79-085ac505cef4",
"serviceDescription": "service",
"serviceInvariantUUID": "d40938e4-90e3-4edc-b8fa-5ba50bb34bd1",
"resources": [
{
"resourceInstanceName": "basic_onboard_cKUWyQ 0",
"resourceCustomizationUUID": "2224e4b1-9967-4374-8955-5aae77571559",
"resourceName": "basic_onboard_cKUWyQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c62f2efd-9b4b-49c7-b98b-abbc5d66f296",
"resourceInvariantUUID": "6063541d-1e2f-4a99-9327-d5e3635934ed",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ckuwyq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"artifactChecksum": "YzYyZWMzM2IxOTg2NTc5NmVhOTczZmU0ZWNjZTQzY2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58589cc8-a5f7-4916-8176-71fe48a7e6b5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4ff38773-790e-48e4-8f4a-8350b2cf205c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3d273bb-229f-499c-9796-387d0b1a34a1",
"generatedFromUUID": "4ff38773-790e-48e4-8f4a-8350b2cf205c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d3d273bb-229f-499c-9796-387d0b1a34a1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCkuwyq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"artifactChecksum": "MmE4MjE0YmRmMDEzMzE0NjY1YjE5ZGRjZjBmNjA5OWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dc665195-41e5-4aa2-8f5a-b73a779e81c3"
}
],
"workloadContext": "Production"
}
2022-11-13T00:14:39.089Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T00:14:39.089Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b5b246a5-4030-4fe2-bf79-085ac505cef4 ASDC
2022-11-13T00:14:39.231Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2344045f-058e-4a59-b941-f499e9587edc
ServiceName:basic_onboard_cKUWyQ
ServiceVersion:1.0
ServiceUUID:b5b246a5-4030-4fe2-bf79-085ac505cef4
ServiceInvariantUUID:d40938e4-90e3-4edc-b8fa-5ba50bb34bd1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCkuwyq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar
ArtifactUUID:dc665195-41e5-4aa2-8f5a-b73a779e81c3
ArtifactChecksum:MmE4MjE0YmRmMDEzMzE0NjY1YjE5ZGRjZjBmNjA5OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cKUWyQ 0
ResourceCustomizationUUID:2224e4b1-9967-4374-8955-5aae77571559
ResourceInvariantUUID:6063541d-1e2f-4a99-9327-d5e3635934ed
ResourceName:basic_onboard_cKUWyQ
ResourceType:VF
ResourceUUID:c62f2efd-9b4b-49c7-b98b-abbc5d66f296
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ckuwyq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json
ArtifactUUID:58589cc8-a5f7-4916-8176-71fe48a7e6b5
ArtifactChecksum:YzYyZWMzM2IxOTg2NTc5NmVhOTczZmU0ZWNjZTQzY2Y=
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/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4ff38773-790e-48e4-8f4a-8350b2cf205c
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/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
ArtifactUUID:d3d273bb-229f-499c-9796-387d0b1a34a1
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/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
ArtifactUUID:d3d273bb-229f-499c-9796-387d0b1a34a1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-13T00:14:39.232Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5b246a5-4030-4fe2-bf79-085ac505cef4 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-11-13T00:14:39.283Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:14:39.284Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:14:39.286Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:14:39.286Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dc665195-41e5-4aa2-8f5a-b73a779e81c3 from URL: /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:39.286Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:14:39.288Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:39.410Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:14:39.416Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar dc665195-41e5-4aa2-8f5a-b73a779e81c3 75324
2022-11-13T00:14:39.417Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar ASDC sendASDCNotification
2022-11-13T00:14:39.417Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:39.418Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:14:39.419Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:39.422Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:39.422Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298479416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:39.522Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:39.525Z||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-11-13T00:14:39.526Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:39.545Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:39.546Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:40.423Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:14:40.424Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:14:40.425Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dc665195-41e5-4aa2-8f5a-b73a779e81c3, URL: /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar to file: /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:40.426Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:40.542Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:40.542Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:41.240Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12450697023106564436/Definitions/service-BasicOnboardCkuwyq-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-11-13T00:14:43.991Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T00:14:43.999Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:14:43.999Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.000Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T00:14:44.000Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.000Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.000Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cKUWyQ 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-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.001Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.001Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.001Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.001Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:44.002Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:14:44.009Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.011Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.016Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:44.016Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:14:44.018Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:14:44.020Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.020Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.021Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:44.021Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:14:44.021Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:14:44.021Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.022Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.026Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.026Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is not matching search criteria
2022-11-13T00:14:44.026Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-13T00:14:44.026Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-13T00:14:44.027Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-13T00:14:44.027Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T00:14:44.027Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T00:14:44.027Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.027Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T00:14:44.029Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.029Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:44.030Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:44.030Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.030Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:44.031Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:44.031Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.031Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:44.031Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:44.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is not matching search criteria
2022-11-13T00:14:44.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-13T00:14:44.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T00:14:44.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=85dcd6e0-dbeb-40e5-b8ff-cb1a9cbb939e
2022-11-13T00:14:44.033Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.033Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.033Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.033Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.034Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.034Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.034Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:44.034Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:44.034Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cKUWyQ
Description:service
Model UUID:b5b246a5-4030-4fe2-bf79-085ac505cef4
Model Version:NULL
Model InvariantUuid:d40938e4-90e3-4edc-b8fa-5ba50bb34bd1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cKUWyQ
Model UUID:8d701685-c6e1-45bf-85cd-5535c35d8f5a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6063541d-1e2f-4a99-9327-d5e3635934ed
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2224e4b1-9967-4374-8955-5aae77571559
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e74fbbf3-e858-49cb-9dc7-a2339d01cda3
ModelName:BasicOnboardCkuwyq..base_ubuntu18..module-0
ModelUuid:e6a66d75-c90f-40fa-b8e9-ca520fe399e4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:85dcd6e0-dbeb-40e5-b8ff-cb1a9cbb939e
ModelInvariantUuid:de1a3cd2-ceeb-45dd-82d2-c7dc53decf87
ModelName:basic_onboard_cKUWyQ-nodes.ubuntu18Cvfc
ModelUuid:e34b50d8-3bb2-479b-989d-eebd1f35502b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:01716f47-e314-498e-8f8f-0ba528da08c6
ModelInvariantUuid:845177c1-ca99-4e3b-9476-84daad6d1e00
ModelName:BasicOnboardCkuwyq.compute.nodes.heat.ubuntu18
ModelUuid:9d9f17d5-9ad1-46de-8112-c5db11625e9a
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-11-13T00:14:44.053Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c62f2efd-9b4b-49c7-b98b-abbc5d66f296
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-11-13T00:14:44.130Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||basic_onboard_cKUWyQ 0
2022-11-13T00:14:44.139Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c62f2efd-9b4b-49c7-b98b-abbc5d66f296
2022-11-13T00:14:44.139Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 58589cc8-a5f7-4916-8176-71fe48a7e6b5 from URL: /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json
2022-11-13T00:14:44.139Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:14:44.139Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json
2022-11-13T00:14:44.204Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:14:44.204Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json 58589cc8-a5f7-4916-8176-71fe48a7e6b5 798
2022-11-13T00:14:44.204Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json ASDC sendASDCNotification
2022-11-13T00:14:44.205Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json
2022-11-13T00:14:44.205Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:14:44.205Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:44.208Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:44.208Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298484204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:44.308Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:44.309Z||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-11-13T00:14:44.310Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:44.325Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:44.326Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:45.210Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCkuwyq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e74fbbf3-e858-49cb-9dc7-a2339d01cda3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e6a66d75-c90f-40fa-b8e9-ca520fe399e4",
"vfModuleModelCustomizationUUID": "598102f4-09a0-4597-834a-6d48bb778f13",
"isBase": true,
"artifacts": [
"4ff38773-790e-48e4-8f4a-8350b2cf205c",
"d3d273bb-229f-499c-9796-387d0b1a34a1"
],
"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-11-13T00:14:45.219Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCkuwyq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a66d75-c90f-40fa-b8e9-ca520fe399e4
VfModuleModelInvariantUUID:e74fbbf3-e858-49cb-9dc7-a2339d01cda3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ff38773-790e-48e4-8f4a-8350b2cf205c
,
d3d273bb-229f-499c-9796-387d0b1a34a1
}
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-11-13T00:14:45.223Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCkuwyq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e74fbbf3-e858-49cb-9dc7-a2339d01cda3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e6a66d75-c90f-40fa-b8e9-ca520fe399e4",
"vfModuleModelCustomizationUUID": "598102f4-09a0-4597-834a-6d48bb778f13",
"isBase": true,
"artifacts": [
"4ff38773-790e-48e4-8f4a-8350b2cf205c",
"d3d273bb-229f-499c-9796-387d0b1a34a1"
],
"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-11-13T00:14:45.224Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCkuwyq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a66d75-c90f-40fa-b8e9-ca520fe399e4
VfModuleModelInvariantUUID:e74fbbf3-e858-49cb-9dc7-a2339d01cda3
VfModuleModelDescription:NULL
Artifacts UUID List:{
4ff38773-790e-48e4-8f4a-8350b2cf205c
,
d3d273bb-229f-499c-9796-387d0b1a34a1
}
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-11-13T00:14:45.224Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4ff38773-790e-48e4-8f4a-8350b2cf205c from URL: /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml
2022-11-13T00:14:45.224Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:14:45.224Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml
2022-11-13T00:14:45.339Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:14:45.340Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml 4ff38773-790e-48e4-8f4a-8350b2cf205c 5033
2022-11-13T00:14:45.341Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-13T00:14:45.341Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml
2022-11-13T00:14:45.341Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:14:45.341Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:45.345Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:45.345Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298485341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:45.445Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:45.446Z||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-11-13T00:14:45.446Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:45.467Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:45.467Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:46.346Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d3d273bb-229f-499c-9796-387d0b1a34a1 from URL: /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
2022-11-13T00:14:46.352Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:14:46.352Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
2022-11-13T00:14:46.448Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:14:46.448Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env d3d273bb-229f-499c-9796-387d0b1a34a1 909
2022-11-13T00:14:46.449Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-13T00:14:46.449Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
2022-11-13T00:14:46.449Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:14:46.449Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:46.474Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:46.474Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298486449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:14:46.553Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-11-13T00:14:46.554Z||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-11-13T00:14:46.554Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:46.570Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:46.571Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:47.475Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b5b246a5-4030-4fe2-bf79-085ac505cef4
2022-11-13T00:14:47.476Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cKUWyQ 0 c62f2efd-9b4b-49c7-b98b-abbc5d66f296 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-13T00:14:47.518Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a820f3, org.onap.sdc.toscaparser.api.parameters.Input@22e52f53, org.onap.sdc.toscaparser.api.parameters.Input@1f87b4a8, org.onap.sdc.toscaparser.api.parameters.Input@52719a94, org.onap.sdc.toscaparser.api.parameters.Input@15198791]
2022-11-13T00:14:47.523Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.524Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.524Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-11-13T00:14:47.524Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2224e4b1-9967-4374-8955-5aae77571559
2022-11-13T00:14:47.524Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2224e4b1-9967-4374-8955-5aae77571559 matches Tosca VF Customization UUID: 2224e4b1-9967-4374-8955-5aae77571559
2022-11-13T00:14:47.525Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2224e4b1-9967-4374-8955-5aae77571559 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-11-13T00:14:47.535Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.536Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.537Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2224e4b1-9967-4374-8955-5aae77571559: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T00:14:47.538Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a9e46f6
2022-11-13T00:14:47.538Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.538Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T00:14:47.539Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 598102f4-09a0-4597-834a-6d48bb778f13
2022-11-13T00:14:47.540Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 598102f4-09a0-4597-834a-6d48bb778f13
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-11-13T00:14:47.549Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.550Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:47.550Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:47.551Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.551Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:47.551Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:47.551Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.552Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is not matching search criteria
2022-11-13T00:14:47.552Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-13T00:14:47.552Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-13T00:14:47.552Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=85dcd6e0-dbeb-40e5-b8ff-cb1a9cbb939e
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-11-13T00:14:47.560Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.561Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:47.561Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:14:47.562Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.562Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_cKUWyQ 0 is matching search criteria
2022-11-13T00:14:47.562Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_cKUWyQ 0] matching following query criteria: sdcType=VF, customizationUUID=2224e4b1-9967-4374-8955-5aae77571559
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-11-13T00:14:47.565Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.565Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.565Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b5b246a5-4030-4fe2-bf79-085ac505cef4: basic_onboard_cKUWyQ
2022-11-13T00:14:47.566Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.566Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.566Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.566Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.567Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.567Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.567Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.567Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.567Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:14:47.568Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_cKUWyQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:14:47.568Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_cKUWyQ
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-11-13T00:14:47.738Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cKUWyQ c62f2efd-9b4b-49c7-b98b-abbc5d66f296 1 ASDC deployResourceStructure
2022-11-13T00:14:47.739Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json ASDC sendASDCNotification
2022-11-13T00:14:47.739Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json
2022-11-13T00:14:47.739Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:14:47.740Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:47.742Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:47.743Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298487739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:47.843Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:47.844Z||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-11-13T00:14:47.845Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:47.869Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:47.870Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:48.744Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-13T00:14:48.744Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml
2022-11-13T00:14:48.745Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:14:48.745Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:48.748Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:48.748Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298488744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:48.848Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:48.850Z||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-11-13T00:14:48.850Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:48.873Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:48.874Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:49.749Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-13T00:14:49.750Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env
2022-11-13T00:14:49.750Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:14:49.751Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:49.753Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:49.753Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298489749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:49.853Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:14:49.855Z||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-11-13T00:14:49.855Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:49.872Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:49.872Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:14:50.755Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar ASDC sendASDCNotification
2022-11-13T00:14:50.755Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar
2022-11-13T00:14:50.755Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:14:50.756Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:14:50.758Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:14:50.758Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298490755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:14:50.858Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:14:50.860Z||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-11-13T00:14:50.860Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:14:50.875Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:14:50.875Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:14:51.759Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:14:51.781Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
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-11-13T00:14:51.785Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:14:51.785Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:14:51.786Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:15:21.786Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:15:21.799Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
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-11-13T00:15:21.806Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:15:21.806Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:15:21.807Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:15:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:15:31.365Z||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-11-13T00:15:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:15:31.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:15:31.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:15:31.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:15:31.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:15:51.807Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:15:51.821Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
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-11-13T00:15:51.824Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:15:51.824Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:15:51.825Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:16:21.825Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:16:21.836Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
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-11-13T00:16:21.839Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:16:21.839Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:16:21.839Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:16:31.365Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:16:31.366Z||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-11-13T00:16:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:16:31.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:16:31.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "aai-ml",
"timestamp": 1668298470706,
"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-11-13T00:16:31.937Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2344045f-058e-4a59-b941-f499e9587edc
2022-11-13T00:16:31.938Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2344045f-058e-4a59-b941-f499e9587edc 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-11-13T00:16:31.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:31.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298471359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298479416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298484204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298485341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298486449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298487739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/basic_onboard_ckuwyq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298488744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298489749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/resourceInstances/basic_onboard_ckuwyq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:16:32.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298490755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCkuwyq/1.0/artifacts/service-BasicOnboardCkuwyq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:16:32.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:16:51.839Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:16:51.856Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc
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-11-13T00:16:51.861Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:16:51.861Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T00:16:51.861Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T00:16:51.861Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T00:16:51.862Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:16:51.862Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:16:51.862Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:16:51.862Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:16:51.862Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-11-13T00:16:51.869Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T00:17:21.870Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2344045f-058e-4a59-b941-f499e9587edc 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-11-13T00:17:21.880Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2344045f-058e-4a59-b941-f499e9587edc and serviceModelVersionId: b5b246a5-4030-4fe2-bf79-085ac505cef4
2022-11-13T00:17:21.881Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d40938e4-90e3-4edc-b8fa-5ba50bb34bd1
2022-11-13T00:17:31.364Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:17:31.365Z||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-11-13T00:17:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:17:38.550Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?depth=0
2022-11-13T00:17:38.618Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T00:17:38.653Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?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-11-13T00:17:38.654Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?depth=0|INFO|500||Invoke
2022-11-13T00:17:38.663Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-13T00:17:39.044Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?depth=0|INFO|500||InvokeReturn
2022-11-13T00:17:39.045Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d40938e4-90e3-4edc-b8fa-5ba50bb34bd1/model-vers/model-ver/b5b246a5-4030-4fe2-bf79-085ac505cef4?depth=0 has http status code:200 and response headers:{date=[Sun, 13 Nov 2022 00:17:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[356], vertex-id=[208968], x-aai-txid=[0-aai-resources-221113-00:17:37:678-63499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-13T00:17:39.046Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-13T00:17:39.051Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T00:17:39.051Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-11-13T00:17:39.060Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||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-11-13T00:17:39.062Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2344045f-058e-4a59-b941-f499e9587edc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T00:17:39.063Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T00:17:39.063Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:17:39.067Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:17:39.067Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298659062,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T00:17:39.167Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:17:39.168Z||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-11-13T00:17:39.168Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:17:39.188Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:17:39.189Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:17:39.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:17:39.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-13T00:17:39.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2344045f-058e-4a59-b941-f499e9587edc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298659062,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T00:17:39.833Z||pool-2-thread-7|||||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-11-13T00:17:40.082Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:17:40.082Z|2344045f-058e-4a59-b941-f499e9587edc|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-11-13T00:17:40.082Z|2344045f-058e-4a59-b941-f499e9587edc|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:17:50.433Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:17:50.434Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:17:50.435Z|2344045f-058e-4a59-b941-f499e9587edc|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-11-13T00:17:50.435Z|2344045f-058e-4a59-b941-f499e9587edc|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:17:59.990Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:17:59.991Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:17:59.991Z|2344045f-058e-4a59-b941-f499e9587edc|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-11-13T00:17:59.991Z|2344045f-058e-4a59-b941-f499e9587edc|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:09.543Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:31.361Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:18:31.362Z|2344045f-058e-4a59-b941-f499e9587edc|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-11-13T00:18:31.362Z|2344045f-058e-4a59-b941-f499e9587edc|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:18:31.364Z||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-11-13T00:18:31.364Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:31.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:31.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:31.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:31.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-11-13T00:18:31.997Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:31.998Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T00:18:31.998Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d00103c6-b64b-4278-8912-11c62f9fa0d8","serviceName":"vFW 2022-11-13 00-17-29","serviceVersion":"1.0","serviceUUID":"c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66","serviceDescription":"catalog service description","serviceInvariantUUID":"133a5fde-9438-4e88-ba50-fceadc9fc359","resources":[{"resourceInstanceName":"vFW df509dd0-a210 0","resourceName":"vFW df509dd0-a210","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2660d489-f473-41b6-a5e6-80365cf876f5","resourceInvariantUUID":"99969e54-334b-4e14-822d-a455c3bf16ff","resourceCustomizationUUID":"1e376336-a2ce-4f1f-ad84-66e80bcd8c0e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml","artifactChecksum":"YzI4MzZmMDI3N2U0ODkzNzVjMDY0MWViMDU0NTc0YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8da139a9-ebe4-4c04-a7c5-6f812d6fb7d6","artifactVersion":"1"},{"artifactName":"vfwdf509dd0a2100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json","artifactChecksum":"YTJjZWViYzYyZTQwNThhYzE4ZDc4NWNhYjIxNjUyNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd26f505-121f-4c4c-9aa9-158f03f71539","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7253c80-6697-42e1-b3c0-a2b3e831f858","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml","artifactChecksum":"OTZlNGExODVmNzNjODExOGFkNmU0NGI4ODRkMGYxZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e2bb4bd-63fc-40b2-b2ff-572cf0743baf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc","artifactVersion":"2","generatedFromUUID":"d7253c80-6697-42e1-b3c0-a2b3e831f858"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221113001729-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml","artifactChecksum":"ZDllNjViYWYxYmIwYTU1MTRiZjQ4MzYwZTE3MzAzNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3edf9db7-e9cc-4c55-8ec4-e2ecf1caa84a","artifactVersion":"1"},{"artifactName":"service-Vfw20221113001729-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar","artifactChecksum":"NTI0M2NiNjFhNDMyMjAxNDViMDU3YjBiZGFhMzJhOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e298ae00-7c74-40a3-aab7-1f1389e9f638","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T00:18:32.002Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:32.002Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:32.005Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:32.005Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:32.105Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:32.106Z||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-11-13T00:18:32.106Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:32.126Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:32.127Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:18:33.006Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:33.007Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:33.009Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:33.009Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:18:33.109Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:33.111Z||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-11-13T00:18:33.111Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:33.147Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:33.148Z||pool-20-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:34.010Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:34.011Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:34.013Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:34.014Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:18:34.114Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:18:34.115Z||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-11-13T00:18:34.115Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:34.131Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:34.132Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:35.015Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:35.016Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:35.020Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:35.020Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:35.121Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T00:18:35.122Z||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-11-13T00:18:35.122Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:35.138Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:35.139Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:36.021Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:36.022Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:36.024Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:36.024Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-13T00:18:36.125Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:36.126Z||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-11-13T00:18:36.126Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:36.140Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:36.141Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:37.025Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:37.026Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:37.028Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:37.028Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:18:37.129Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:37.130Z||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-11-13T00:18:37.130Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:37.144Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:37.144Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:38.029Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:18:38.030Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:38.032Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:38.033Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:18:38.133Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:38.134Z||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-11-13T00:18:38.135Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:38.151Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:38.151Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:39.035Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"serviceName": "vFW 2022-11-13 00-17-29",
"serviceVersion": "1.0",
"serviceUUID": "c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "133a5fde-9438-4e88-ba50-fceadc9fc359",
"resources": [
{
"resourceInstanceName": "vFW df509dd0-a210 0",
"resourceCustomizationUUID": "1e376336-a2ce-4f1f-ad84-66e80bcd8c0e",
"resourceName": "vFW df509dd0-a210",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2660d489-f473-41b6-a5e6-80365cf876f5",
"resourceInvariantUUID": "99969e54-334b-4e14-822d-a455c3bf16ff",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdf509dd0a2100_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"artifactChecksum": "YTJjZWViYzYyZTQwNThhYzE4ZDc4NWNhYjIxNjUyNDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd26f505-121f-4c4c-9aa9-158f03f71539",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d7253c80-6697-42e1-b3c0-a2b3e831f858",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc",
"generatedFromUUID": "d7253c80-6697-42e1-b3c0-a2b3e831f858"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221113001729-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"artifactChecksum": "NTI0M2NiNjFhNDMyMjAxNDViMDU3YjBiZGFhMzJhOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e298ae00-7c74-40a3-aab7-1f1389e9f638"
}
],
"workloadContext": "Production"
}
2022-11-13T00:18:39.035Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T00:18:39.036Z|2344045f-058e-4a59-b941-f499e9587edc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66 ASDC
2022-11-13T00:18:39.036Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d00103c6-b64b-4278-8912-11c62f9fa0d8
ServiceName:vFW 2022-11-13 00-17-29
ServiceVersion:1.0
ServiceUUID:c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66
ServiceInvariantUUID:133a5fde-9438-4e88-ba50-fceadc9fc359
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221113001729-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar
ArtifactUUID:e298ae00-7c74-40a3-aab7-1f1389e9f638
ArtifactChecksum:NTI0M2NiNjFhNDMyMjAxNDViMDU3YjBiZGFhMzJhOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df509dd0-a210 0
ResourceCustomizationUUID:1e376336-a2ce-4f1f-ad84-66e80bcd8c0e
ResourceInvariantUUID:99969e54-334b-4e14-822d-a455c3bf16ff
ResourceName:vFW df509dd0-a210
ResourceType:VF
ResourceUUID:2660d489-f473-41b6-a5e6-80365cf876f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf509dd0a2100_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json
ArtifactUUID:cd26f505-121f-4c4c-9aa9-158f03f71539
ArtifactChecksum:YTJjZWViYzYyZTQwNThhYzE4ZDc4NWNhYjIxNjUyNDA=
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/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml
ArtifactUUID:d7253c80-6697-42e1-b3c0-a2b3e831f858
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/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
ArtifactUUID:0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc
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/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
ArtifactUUID:0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-13T00:18:39.036Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66 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-11-13T00:18:39.081Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:18:39.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:18:39.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:18:39.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e298ae00-7c74-40a3-aab7-1f1389e9f638 from URL: /sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:39.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:18:39.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:39.199Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:18:39.201Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar e298ae00-7c74-40a3-aab7-1f1389e9f638 100664
2022-11-13T00:18:39.201Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar ASDC sendASDCNotification
2022-11-13T00:18:39.201Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:39.201Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:18:39.202Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:39.204Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:39.204Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298719201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:18:39.304Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:39.305Z||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-11-13T00:18:39.306Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:39.322Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:39.322Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:40.205Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:18:40.206Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:18:40.206Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e298ae00-7c74-40a3-aab7-1f1389e9f638, URL: /sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar to file: /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:40.207Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221113001729-csar.csar
2022-11-13T00:18:40.207Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:40.207Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:40.420Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11271250952755036949/Definitions/service-Vfw20221113001729-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-13T00:18:42.973Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T00:18:42.974Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:18:42.974Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.974Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-13T00:18:42.975Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.975Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.975Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.975Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.975Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df509dd0-a210 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-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.976Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:42.977Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:18:42.977Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.977Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:42.977Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:42.978Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:18:42.978Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:18:42.978Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.979Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:42.979Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:42.979Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:18:42.979Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:18:42.980Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.980Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:42.980Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.981Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:42.981Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:42.981Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:42.981Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T00:18:42.982Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.982Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.982Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.982Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T00:18:42.983Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T00:18:42.983Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T00:18:42.983Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.984Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.984Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T00:18:42.984Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.984Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T00:18:42.985Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.985Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T00:18:42.985Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.986Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T00:18:42.986Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.986Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:42.986Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:42.987Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.987Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:42.988Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:42.988Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.988Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:42.988Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:42.989Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.989Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:42.989Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:42.990Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:42.990Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-13T00:18:42.990Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T00:18:42.990Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T00:18:42.991Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.991Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.991Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T00:18:42.991Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.992Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T00:18:42.992Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.992Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b1bd44a-bb7e-447a-a120-eed635f7d3e8
2022-11-13T00:18:42.993Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.993Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:42.993Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:42.993Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:42.994Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T00:18:42.994Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.994Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.994Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.995Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T00:18:42.995Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-13T00:18:42.995Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T00:18:42.995Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.996Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T00:18:42.996Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.996Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=11aaa3c4-b55d-462d-9df9-e76aca5bf87d
2022-11-13T00:18:42.996Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.996Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.997Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.998Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T00:18:42.998Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T00:18:42.998Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T00:18:42.998Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:42.999Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:42.999Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-13T00:18:42.999Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2165ae0-c5db-449c-8e64-baeb95c6a65e
2022-11-13T00:18:42.999Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:42.999Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:43.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:43.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:43.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:43.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:43.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:43.001Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:43.001Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-13 00-17-29
Description:catalog service description
Model UUID:c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66
Model Version:NULL
Model InvariantUuid:133a5fde-9438-4e88-ba50-fceadc9fc359
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW df509dd0-a210
Model UUID:fc56f7fb-98cb-4b81-acae-1943fb7df78d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:99969e54-334b-4e14-822d-a455c3bf16ff
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1e376336-a2ce-4f1f-ad84-66e80bcd8c0e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9e572dfc-d8fb-4802-9e5d-2daae979f097
ModelName:VfwDf509dd0A210..base_vfw..module-0
ModelUuid:2800b7b7-7fd4-435a-aa10-10a3180109f8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9b1bd44a-bb7e-447a-a120-eed635f7d3e8
ModelInvariantUuid:4ee37a7b-3019-494d-851b-3b1776abee9b
ModelName:vFW df509dd0-a210-nodes.vfwCvfc
ModelUuid:406a868a-c719-4a88-8350-d1c48872854a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4f42cc5b-5ab1-408e-8187-55e74d990bd2
ModelInvariantUuid:4898b54d-4ca2-4ef0-98d6-93cfba6dda74
ModelName:VfwDf509dd0A210.compute.nodes.heat.vfw
ModelUuid:e9d1f1e9-f9b1-415a-83b9-c42f881abbad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:11aaa3c4-b55d-462d-9df9-e76aca5bf87d
ModelInvariantUuid:e001da96-8e62-4490-b594-40861b966fb3
ModelName:vFW df509dd0-a210-nodes.vsnCvfc
ModelUuid:29a78d03-335b-4e4b-bbd4-34d6e2b6a3e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:88de5f09-00d8-47c2-9ee6-556ea871ef21
ModelInvariantUuid:832eb6fc-363e-4696-84d7-7f0739c90b45
ModelName:VfwDf509dd0A210.compute.nodes.heat.vsn
ModelUuid:e2a1aa81-0cc4-4375-9907-43eb65297bf6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a2165ae0-c5db-449c-8e64-baeb95c6a65e
ModelInvariantUuid:5cc928c1-5bdf-4fd3-b34d-081b6e921be3
ModelName:vFW df509dd0-a210-nodes.vpgCvfc
ModelUuid:db06d8f5-08e3-4efc-8f39-fc6d9c57d7b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:71e68310-84c8-42d7-9f76-4eff6803aca1
ModelInvariantUuid:20ffd47d-aa94-4291-90b1-31b3d99ed636
ModelName:VfwDf509dd0A210.compute.nodes.heat.vpg
ModelUuid:71489d55-32dc-46b4-b254-2a6dd6c59fdf
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-11-13T00:18:43.012Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 2660d489-f473-41b6-a5e6-80365cf876f5
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-11-13T00:18:43.015Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||vFW df509dd0-a210 0
2022-11-13T00:18:43.016Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2660d489-f473-41b6-a5e6-80365cf876f5
2022-11-13T00:18:43.016Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cd26f505-121f-4c4c-9aa9-158f03f71539 from URL: /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json
2022-11-13T00:18:43.016Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:18:43.016Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json
2022-11-13T00:18:43.099Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:18:43.099Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json cd26f505-121f-4c4c-9aa9-158f03f71539 785
2022-11-13T00:18:43.100Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json ASDC sendASDCNotification
2022-11-13T00:18:43.100Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json
2022-11-13T00:18:43.100Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:18:43.100Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:43.103Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:43.103Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298723100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:18:43.203Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:43.204Z||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-11-13T00:18:43.204Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:43.224Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:43.225Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:44.106Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf509dd0A210..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9e572dfc-d8fb-4802-9e5d-2daae979f097",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2800b7b7-7fd4-435a-aa10-10a3180109f8",
"vfModuleModelCustomizationUUID": "8c562da1-2645-4775-8c41-c579f55861da",
"isBase": true,
"artifacts": [
"d7253c80-6697-42e1-b3c0-a2b3e831f858",
"0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc"
],
"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-11-13T00:18:44.110Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf509dd0A210..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2800b7b7-7fd4-435a-aa10-10a3180109f8
VfModuleModelInvariantUUID:9e572dfc-d8fb-4802-9e5d-2daae979f097
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7253c80-6697-42e1-b3c0-a2b3e831f858
,
0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc
}
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-11-13T00:18:44.113Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf509dd0A210..base_vfw..module-0",
"vfModuleModelInvariantUUID": "9e572dfc-d8fb-4802-9e5d-2daae979f097",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2800b7b7-7fd4-435a-aa10-10a3180109f8",
"vfModuleModelCustomizationUUID": "8c562da1-2645-4775-8c41-c579f55861da",
"isBase": true,
"artifacts": [
"d7253c80-6697-42e1-b3c0-a2b3e831f858",
"0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc"
],
"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-11-13T00:18:44.113Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf509dd0A210..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2800b7b7-7fd4-435a-aa10-10a3180109f8
VfModuleModelInvariantUUID:9e572dfc-d8fb-4802-9e5d-2daae979f097
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7253c80-6697-42e1-b3c0-a2b3e831f858
,
0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc
}
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-11-13T00:18:44.113Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7253c80-6697-42e1-b3c0-a2b3e831f858 from URL: /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml
2022-11-13T00:18:44.113Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:18:44.114Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml
2022-11-13T00:18:44.173Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:18:44.174Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml d7253c80-6697-42e1-b3c0-a2b3e831f858 20368
2022-11-13T00:18:44.174Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-13T00:18:44.174Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml
2022-11-13T00:18:44.174Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:18:44.175Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:44.178Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:44.179Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298724174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:18:44.279Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:18:44.280Z||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-11-13T00:18:44.280Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:44.303Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:44.304Z||pool-28-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:45.182Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc from URL: /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
2022-11-13T00:18:45.182Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:18:45.182Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
2022-11-13T00:18:45.241Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:18:45.242Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env 0ee5d05c-a0a1-4c2e-b36c-6bd3fd86a9dc 2098
2022-11-13T00:18:45.242Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-13T00:18:45.243Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
2022-11-13T00:18:45.243Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:18:45.243Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:45.246Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:45.247Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298725242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:18:45.346Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-13T00:18:45.347Z||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-11-13T00:18:45.347Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:45.365Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:45.366Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:46.248Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66
2022-11-13T00:18:46.250Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df509dd0-a210 0 2660d489-f473-41b6-a5e6-80365cf876f5 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-11-13T00:18:46.273Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b93b4c6, org.onap.sdc.toscaparser.api.parameters.Input@2c7e21dc, org.onap.sdc.toscaparser.api.parameters.Input@4a178612, org.onap.sdc.toscaparser.api.parameters.Input@33a964b9, org.onap.sdc.toscaparser.api.parameters.Input@65cac38e]
2022-11-13T00:18:46.275Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.275Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.275Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-11-13T00:18:46.275Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1e376336-a2ce-4f1f-ad84-66e80bcd8c0e
2022-11-13T00:18:46.275Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1e376336-a2ce-4f1f-ad84-66e80bcd8c0e matches Tosca VF Customization UUID: 1e376336-a2ce-4f1f-ad84-66e80bcd8c0e
2022-11-13T00:18:46.276Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1e376336-a2ce-4f1f-ad84-66e80bcd8c0e 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-11-13T00:18:46.285Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.286Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1e376336-a2ce-4f1f-ad84-66e80bcd8c0e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@364261e1
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c562da1-2645-4775-8c41-c579f55861da
2022-11-13T00:18:46.287Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c562da1-2645-4775-8c41-c579f55861da
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-11-13T00:18:46.291Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.291Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.292Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:46.292Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.292Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.293Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:46.293Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.293Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:46.293Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:46.294Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:46.294Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-13T00:18:46.294Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T00:18:46.294Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T00:18:46.295Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.295Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.295Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T00:18:46.295Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.296Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T00:18:46.296Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.296Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b1bd44a-bb7e-447a-a120-eed635f7d3e8
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-11-13T00:18:46.299Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.299Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.300Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:46.300Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.300Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:46.301Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:46.301Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:46.301Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T00:18:46.301Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.302Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.302Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.302Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T00:18:46.302Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-13T00:18:46.302Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-13T00:18:46.303Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.303Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-13T00:18:46.303Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.303Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=11aaa3c4-b55d-462d-9df9-e76aca5bf87d
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-11-13T00:18:46.306Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.307Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.307Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:46.311Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.311Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is not matching search criteria
2022-11-13T00:18:46.311Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-13T00:18:46.312Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-13T00:18:46.312Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-13T00:18:46.312Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.312Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.313Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.313Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-13T00:18:46.313Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-13T00:18:46.313Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-13T00:18:46.314Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-13T00:18:46.314Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-13T00:18:46.314Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-13T00:18:46.314Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a2165ae0-c5db-449c-8e64-baeb95c6a65e
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-11-13T00:18:46.318Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.318Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.318Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:18:46.319Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.319Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Node template vFW df509dd0-a210 0 is matching search criteria
2022-11-13T00:18:46.319Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW df509dd0-a210 0] matching following query criteria: sdcType=VF, customizationUUID=1e376336-a2ce-4f1f-ad84-66e80bcd8c0e
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-11-13T00:18:46.322Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.322Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.322Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66: vFW df509dd0-a210
2022-11-13T00:18:46.323Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.323Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.323Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.323Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.323Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.324Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.324Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.324Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.324Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:18:46.325Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-11-13 00-17-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:18:46.325Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-11-13 00-17-29
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-11-13T00:18:46.590Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df509dd0-a210 2660d489-f473-41b6-a5e6-80365cf876f5 1 ASDC deployResourceStructure
2022-11-13T00:18:46.591Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json ASDC sendASDCNotification
2022-11-13T00:18:46.591Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json
2022-11-13T00:18:46.591Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:18:46.592Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:46.605Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:46.605Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298726591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:18:46.696Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-13T00:18:46.697Z||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-11-13T00:18:46.697Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:46.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:46.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:18:47.606Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-13T00:18:47.607Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml
2022-11-13T00:18:47.607Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:18:47.608Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:47.612Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:47.612Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298727606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-13T00:18:47.711Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:18:47.712Z||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-11-13T00:18:47.712Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:47.751Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:47.751Z||pool-31-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:48.613Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-13T00:18:48.613Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env
2022-11-13T00:18:48.614Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:18:48.614Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:48.616Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:48.617Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298728613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-13T00:18:48.717Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:18:48.718Z||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-11-13T00:18:48.719Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:48.740Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:48.740Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:49.618Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar ASDC sendASDCNotification
2022-11-13T00:18:49.618Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar
2022-11-13T00:18:49.618Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:18:49.619Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:18:49.621Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:18:49.621Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298729618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:18:49.725Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-13T00:18:49.726Z||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-11-13T00:18:49.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:18:49.742Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:18:49.742Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:18:50.622Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:18:50.638Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:18:50.642Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:18:50.642Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:18:50.642Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:19:20.643Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:19:20.655Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:19:20.657Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:19:20.657Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:19:20.657Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:19:31.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:19:31.366Z||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-11-13T00:19:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:19:31.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:19:31.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:19:31.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:19:31.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:19:50.658Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:19:50.672Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:19:50.676Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:19:50.676Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:19:50.676Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:20:20.676Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:20:20.692Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:20:20.694Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:20:20.694Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:20:20.694Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:20:31.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:20:31.368Z||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-11-13T00:20:31.368Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:20:31.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:20:31.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:20:31.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:20:31.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:20:50.694Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:20:50.709Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:20:50.712Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:20:50.712Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:20:50.712Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:21:20.713Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:21:20.723Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:21:20.733Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:21:20.733Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:21:20.733Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:21:31.365Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:21:31.367Z||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-11-13T00:21:31.367Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:21:31.914Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:21:31.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298699373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298704647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298714829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:31.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298714826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298708700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298715834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298715898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "cds",
"timestamp": 1668298716429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:31.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "policy-id",
"timestamp": 1668298716837,
"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-11-13T00:21:31.953Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d00103c6-b64b-4278-8912-11c62f9fa0d8
2022-11-13T00:21:31.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d00103c6-b64b-4278-8912-11c62f9fa0d8 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-11-13T00:21:31.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298716969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:31.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:31.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298711361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:31.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:31.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:31.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298718000,
"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-11-13T00:21:31.993Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d00103c6-b64b-4278-8912-11c62f9fa0d8
2022-11-13T00:21:31.994Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d00103c6-b64b-4278-8912-11c62f9fa0d8 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-11-13T00:21:32.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298719201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668298719004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298723100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298724174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298717392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:32.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298725242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.015Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298725224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298726591,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/vfwdf509dd0a2100_modules.json",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:21:32.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298727606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298719768,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:21:32.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-13T00:21:32.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298728613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/resourceInstances/vfwdf509dd0a2100/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298727539,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:21:32.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298728321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298729618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.023Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668298729326,
"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-11-13T00:21:32.036Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d00103c6-b64b-4278-8912-11c62f9fa0d8
2022-11-13T00:21:32.037Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d00103c6-b64b-4278-8912-11c62f9fa0d8 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-11-13T00:21:32.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298738148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221113001729/1.0/artifacts/service-Vfw20221113001729-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:21:32.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:21:32.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-13T00:21:32.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "aai-ml",
"timestamp": 1668298739152,
"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-11-13T00:21:32.067Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d00103c6-b64b-4278-8912-11c62f9fa0d8
2022-11-13T00:21:32.068Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d00103c6-b64b-4278-8912-11c62f9fa0d8 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-11-13T00:21:50.734Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:21:50.746Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8
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-11-13T00:21:50.749Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:21:50.749Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T00:21:50.749Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T00:21:50.749Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T00:21:50.750Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:21:50.750Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:21:50.750Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:21:50.750Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:21:50.750Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-11-13T00:21:50.756Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T00:22:20.757Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d00103c6-b64b-4278-8912-11c62f9fa0d8 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-11-13T00:22:20.762Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d00103c6-b64b-4278-8912-11c62f9fa0d8 and serviceModelVersionId: c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66
2022-11-13T00:22:20.762Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 133a5fde-9438-4e88-ba50-fceadc9fc359
2022-11-13T00:22:20.764Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0
2022-11-13T00:22:20.772Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T00:22:20.827Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0|INFO|500||Invoke
2022-11-13T00:22:20.828Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d00103c6-b64b-4278-8912-11c62f9fa0d8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3ba88a8-51f7-4d57-899b-06de7e1efa4c], X-ECOMP-RequestID=[d00103c6-b64b-4278-8912-11c62f9fa0d8], X-TransactionId=[], X-ONAP-RequestID=[d00103c6-b64b-4278-8912-11c62f9fa0d8], Content-Type=[application/merge-patch+json]}
2022-11-13T00:22:20.837Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-13T00:22:21.096Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?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/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0 has http status code:200 and response headers:{date=[Sun, 13 Nov 2022 00:22:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[242], vertex-id=[225304], x-aai-txid=[1-aai-resources-221113-00:22:19:852-50341], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-13T00:22:21.096Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T00:22:21.097Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/133a5fde-9438-4e88-ba50-fceadc9fc359/model-vers/model-ver/c5e83c8e-089e-4ab9-a6f1-6acd10d5ea66?depth=0|INFO|500||InvokeReturn
2022-11-13T00:22:21.097Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T00:22:21.098Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-11-13T00:22:21.106Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||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-11-13T00:22:21.106Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d00103c6-b64b-4278-8912-11c62f9fa0d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T00:22:21.107Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T00:22:21.107Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:22:21.110Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:22:21.110Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298941106,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T00:22:21.210Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:22:21.211Z||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-11-13T00:22:21.212Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:22:21.230Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:22:21.231Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-11-13T00:22:22.127Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:22:22.128Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:22:22.128Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:22:31.364Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:22:31.366Z||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-11-13T00:22:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:22:32.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:22:32.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-13T00:22:32.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d00103c6-b64b-4278-8912-11c62f9fa0d8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668298941106,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T00:22:32.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:22:32.527Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:22:32.527Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:22:32.528Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:22:32.528Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:22:42.080Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:22:42.081Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:22:42.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:22:42.082Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:22:51.643Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:22:51.644Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:22:51.645Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:22:51.645Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:23:01.206Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:23:31.359Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:23:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:23:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:23:31.364Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:23:31.365Z||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-11-13T00:23:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:23:40.928Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:23:40.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:24:31.359Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:24:31.361Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:24:31.361Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:24:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:24:31.365Z||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-11-13T00:24:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:24:40.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:24:40.940Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:25:31.359Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:25:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:25:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:25:31.364Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:25:31.364Z||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-11-13T00:25:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:25:40.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:25:40.919Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:26:31.359Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:26:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:26:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:26:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:26:31.365Z||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-11-13T00:26:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:26:40.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:26:40.928Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:31.359Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:27:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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-11-13T00:27:31.360Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:31.364Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:27:31.365Z||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-11-13T00:27:31.365Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:32.000Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:32.001Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.001Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"210f8978-747b-4f0e-b9f2-4a807b333361","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9738d2d5-eaa7-4c88-ac25-f3890463cdb2","serviceDescription":"service","serviceInvariantUUID":"d2a28d91-0774-43b5-9d84-bd836c6bd71d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cc95b5ae-cc79-4074-be12-b81fe623d9ca","resourceInvariantUUID":"d8c5e1bb-fb0a-42d2-bf9a-b6fe1db6e550","resourceCustomizationUUID":"b4649f6d-9955-4cf2-a923-443df81f72ec","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":"MWY0MTdlOTc3YjAwM2Y3YWZmODlhOWZkNDRjZjQ1NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfdd1bce-8f07-4f4f-983a-b54a73f4298e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Nzc3MDliZmU3NWUzZTNlMDQ4NjU4ZDk3OTdkMzAyNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96e58b32-8206-479b-9702-3be625f992a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T00:27:32.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:32.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "cds",
"timestamp": 1668299233700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:27:32.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668299239373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:27:32.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "cds",
"timestamp": 1668299233700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668299239373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.017Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:27:32.018Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:27:32.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "cds",
"timestamp": 1668299244476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:27:32.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:27:32.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "policy-id",
"timestamp": 1668299244648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:27:32.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "policy-id",
"timestamp": 1668299244648,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "policy-id",
"timestamp": 1668299247677,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "policy-id",
"timestamp": 1668299248689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:27:32.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:27:32.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:27:32.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "policy-id",
"timestamp": 1668299249696,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-11-13T00:27:32.022Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:27:32.023Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299251359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:27:32.056Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 210f8978-747b-4f0e-b9f2-4a807b333361
2022-11-13T00:27:32.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 210f8978-747b-4f0e-b9f2-4a807b333361 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-11-13T00:27:32.121Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-13T00:27:32.122Z||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-11-13T00:27:32.122Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:32.143Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:32.144Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:27:33.024Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:27:33.026Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:27:33.029Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:27:33.030Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299251359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:27:33.130Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:27:33.131Z||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-11-13T00:27:33.131Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:33.154Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:33.155Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:27:34.031Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9738d2d5-eaa7-4c88-ac25-f3890463cdb2",
"serviceDescription": "service",
"serviceInvariantUUID": "d2a28d91-0774-43b5-9d84-bd836c6bd71d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b4649f6d-9955-4cf2-a923-443df81f72ec",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "cc95b5ae-cc79-4074-be12-b81fe623d9ca",
"resourceInvariantUUID": "d8c5e1bb-fb0a-42d2-bf9a-b6fe1db6e550",
"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": "Nzc3MDliZmU3NWUzZTNlMDQ4NjU4ZDk3OTdkMzAyNzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96e58b32-8206-479b-9702-3be625f992a6"
}
],
"workloadContext": "Production"
}
2022-11-13T00:27:34.031Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T00:27:34.032Z|d00103c6-b64b-4278-8912-11c62f9fa0d8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9738d2d5-eaa7-4c88-ac25-f3890463cdb2 ASDC
2022-11-13T00:27:34.033Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:210f8978-747b-4f0e-b9f2-4a807b333361
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9738d2d5-eaa7-4c88-ac25-f3890463cdb2
ServiceInvariantUUID:d2a28d91-0774-43b5-9d84-bd836c6bd71d
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:96e58b32-8206-479b-9702-3be625f992a6
ArtifactChecksum:Nzc3MDliZmU3NWUzZTNlMDQ4NjU4ZDk3OTdkMzAyNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b4649f6d-9955-4cf2-a923-443df81f72ec
ResourceInvariantUUID:d8c5e1bb-fb0a-42d2-bf9a-b6fe1db6e550
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:cc95b5ae-cc79-4074-be12-b81fe623d9ca
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-13T00:27:34.033Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9738d2d5-eaa7-4c88-ac25-f3890463cdb2 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-11-13T00:27:34.071Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:27:34.072Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:27:34.073Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:27:34.073Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 96e58b32-8206-479b-9702-3be625f992a6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T00:27:34.073Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:27:34.074Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T00:27:34.134Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:27:34.135Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 96e58b32-8206-479b-9702-3be625f992a6 57663
2022-11-13T00:27:34.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-13T00:27:34.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T00:27:34.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:27:34.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:27:34.139Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:27:34.139Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299254136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:27:34.239Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:27:34.240Z||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-11-13T00:27:34.241Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:34.258Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:34.259Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:27:35.139Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:27:35.143Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:27:35.144Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 96e58b32-8206-479b-9702-3be625f992a6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T00:27:35.145Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-13T00:27:35.145Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T00:27:35.146Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T00:27:35.333Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12769723164390261844/Definitions/service-BasicNetwork-template.yml
2022-11-13T00:27:35.970Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.971Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.972Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-13T00:27:35.973Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:27:35.973Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:27:35.973Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.973Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.973Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.974Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:35.975Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9738d2d5-eaa7-4c88-ac25-f3890463cdb2
Model Version:NULL
Model InvariantUuid:d2a28d91-0774-43b5-9d84-bd836c6bd71d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d8c5e1bb-fb0a-42d2-bf9a-b6fe1db6e550
Model UUID:d94745d6-8ce2-4a57-b17f-792513632f04
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b4649f6d-9955-4cf2-a923-443df81f72ec
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-11-13T00:27:35.992Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: cc95b5ae-cc79-4074-be12-b81fe623d9ca
2022-11-13T00:27:35.992Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||No resources found for Service: 9738d2d5-eaa7-4c88-ac25-f3890463cdb2
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-11-13T00:27:35.998Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||
2022-11-13T00:27:35.999Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-13T00:27:36.000Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 9738d2d5-eaa7-4c88-ac25-f3890463cdb2
2022-11-13T00:27:36.000Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9738d2d5-eaa7-4c88-ac25-f3890463cdb2
2022-11-13T00:27:36.000Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-13T00:27:36.000Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:36.006Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b6e7fef, org.onap.sdc.toscaparser.api.parameters.Input@11187890, org.onap.sdc.toscaparser.api.parameters.Input@35c5248a, org.onap.sdc.toscaparser.api.parameters.Input@13c051bb, org.onap.sdc.toscaparser.api.parameters.Input@2b69d52b]
2022-11-13T00:27:36.008Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.009Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.009Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.009Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.010Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9738d2d5-eaa7-4c88-ac25-f3890463cdb2: Generic NeutronNet
2022-11-13T00:27:36.010Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.010Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.010Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.010Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:36.046Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.046Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.046Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.047Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.047Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:27:36.047Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:27:36.047Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:27:36.108Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-13T00:27:36.108Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-13T00:27:36.109Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-13T00:27:36.109Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-13T00:27:36.109Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:27:36.112Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:27:36.112Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299256108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:27:36.212Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:27:36.213Z||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-11-13T00:27:36.213Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:27:36.231Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:27:36.231Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:27:37.113Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:27:37.133Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
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-11-13T00:27:37.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:27:37.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:27:37.136Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:28:07.141Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:28:07.222Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
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-11-13T00:28:07.247Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:28:07.252Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:28:07.252Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:28:31.365Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:28:31.368Z||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-11-13T00:28:31.368Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:28:31.666Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:28:31.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-13T00:28:31.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299251359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:28:31.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-11-13T00:28:37.252Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:28:37.274Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
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-11-13T00:28:37.276Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:28:37.277Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:28:37.277Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:29:07.277Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:29:07.287Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
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-11-13T00:29:07.289Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:29:07.289Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-13T00:29:07.290Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-13T00:29:31.364Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:29:31.365Z||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-11-13T00:29:31.366Z||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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:29:31.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:29:31.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299251359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299254136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299256108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668299257392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668299257392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668299260510,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:29:31.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "aai-ml",
"timestamp": 1668299259768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "aai-ml",
"timestamp": 1668299259768,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668299262042,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:29:31.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668299263053,
"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-11-13T00:29:31.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 210f8978-747b-4f0e-b9f2-4a807b333361
2022-11-13T00:29:31.452Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 210f8978-747b-4f0e-b9f2-4a807b333361 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-11-13T00:29:31.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "aai-ml",
"timestamp": 1668299262542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:29:31.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "aai-ml",
"timestamp": 1668299266455,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-13T00:29:31.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-13T00:29:31.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "aai-ml",
"timestamp": 1668299267459,
"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-11-13T00:29:31.495Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 210f8978-747b-4f0e-b9f2-4a807b333361
2022-11-13T00:29:31.495Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 210f8978-747b-4f0e-b9f2-4a807b333361 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-11-13T00:29:31.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "policy-id",
"timestamp": 1668299304647,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668299299373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "cds",
"timestamp": 1668299308700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "policy-id",
"timestamp": 1668299304647,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668299299373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "policy-id",
"timestamp": 1668299304647,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "cds",
"timestamp": 1668299308700,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668299299373,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:29:31.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-13T00:29:37.292Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-13T00:29:37.309Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361
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-11-13T00:29:37.313Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-13T00:29:37.313Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-13T00:29:37.314Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-13T00:29:37.314Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-13T00:29:37.314Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:29:37.314Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:29:37.315Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:29:37.315Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-13T00:29:37.316Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:29:37.325Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-13T00:30:07.327Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 210f8978-747b-4f0e-b9f2-4a807b333361 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-11-13T00:30:07.404Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 210f8978-747b-4f0e-b9f2-4a807b333361 and serviceModelVersionId: 9738d2d5-eaa7-4c88-ac25-f3890463cdb2
2022-11-13T00:30:07.425Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2a28d91-0774-43b5-9d84-bd836c6bd71d
2022-11-13T00:30:07.428Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0
2022-11-13T00:30:07.529Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-13T00:30:07.594Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0|INFO|500||Invoke
2022-11-13T00:30:07.596Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[210f8978-747b-4f0e-b9f2-4a807b333361], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3feba3eb-1fc0-4ac0-adcf-6d1e3c4e4a9e], X-ECOMP-RequestID=[210f8978-747b-4f0e-b9f2-4a807b333361], X-TransactionId=[], X-ONAP-RequestID=[210f8978-747b-4f0e-b9f2-4a807b333361], Content-Type=[application/merge-patch+json]}
2022-11-13T00:30:07.606Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-13T00:30:07.769Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?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/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0 has http status code:200 and response headers:{date=[Sun, 13 Nov 2022 00:30:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[225352], x-aai-txid=[0-aai-resources-221113-00:30:06:619-7743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-13T00:30:07.769Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-13T00:30:07.770Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2a28d91-0774-43b5-9d84-bd836c6bd71d/model-vers/model-ver/9738d2d5-eaa7-4c88-ac25-f3890463cdb2?depth=0|INFO|500||InvokeReturn
2022-11-13T00:30:07.770Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-13T00:30:07.771Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:30:07.783Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||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-11-13T00:30:07.783Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 210f8978-747b-4f0e-b9f2-4a807b333361 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-13T00:30:07.784Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-13T00:30:07.784Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:07.802Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:07.802Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "210f8978-747b-4f0e-b9f2-4a807b333361",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299407783,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-13T00:30:07.887Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-11-13T00:30:07.888Z||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-11-13T00:30:07.888Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:07.928Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:07.929Z||pool-39-thread-1|||||INFO|500||cambria reply ok (41 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-11-13T00:30:08.815Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-13T00:30:08.816Z|210f8978-747b-4f0e-b9f2-4a807b333361|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-11-13T00:30:08.816Z|210f8978-747b-4f0e-b9f2-4a807b333361|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 F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:13.340Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:13.344Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-13T00:30:13.345Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a1b6225-bcc8-4509-b131-b98d9631e908","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5978251b-abb0-4036-a0a4-5a96c8170471","serviceDescription":"service","serviceInvariantUUID":"76d16654-699f-4556-8579-d6dac7374e11","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18bec567-ce5e-485c-8986-a7f18fd5b594","resourceInvariantUUID":"49f39e75-d5f2-4fed-a285-6983dff2b281","resourceCustomizationUUID":"ea742182-d4e9-49fe-bd56-f4a497bf5c7d","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":"MTM1YTliOTFhNGY0YWFiZjUyZGZlYTgyNTYzNTgwY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b58c86e5-ddfe-4ef3-b560-b1a65582acf9","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":"MmJiNTkxMGRmYWZkODI2M2UxYWRiYjM0Njk1NWIzMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"86fc262a-c5d8-453c-b96b-14096a685600","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":"80464e6e-ef79-4b2d-950e-c8d6b928bae2","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":"6480e471-d1e8-49d7-a8fe-0d57a3ef6194","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":"83aa3351-ead1-48f3-be53-18d7dc834ddd","artifactVersion":"2","generatedFromUUID":"80464e6e-ef79-4b2d-950e-c8d6b928bae2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDg1ZDE3ZWRiOTc5MDA2ODNjNDgxN2YyNDIyZTIzMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b08c586-2741-4e81-a722-2f2ae86b39cf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWI0NWJhODIyOTMyZWY4MWY2NWM0NDMwN2YzYjYxNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ee73901-7435-4cfc-b8a4-847f59a038e1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-13T00:30:13.350Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:13.351Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:13.356Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:13.356Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:30:13.455Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:30:13.456Z||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-11-13T00:30:13.456Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:13.476Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:13.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:30:14.357Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:14.358Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:14.361Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:14.361Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-13T00:30:14.461Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:30:14.462Z||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-11-13T00:30:14.463Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:14.478Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:14.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:30:15.362Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:15.363Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:15.365Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:15.366Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-13T00:30:15.466Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:30:15.467Z||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-11-13T00:30:15.468Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:15.481Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:15.482Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:30:16.366Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:16.367Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:16.369Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:16.370Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:30:16.470Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:30:16.471Z||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-11-13T00:30:16.471Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:16.488Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:16.489Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:30:17.370Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:17.371Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:17.373Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:17.373Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-13T00:30:17.474Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-13T00:30:17.475Z||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-11-13T00:30:17.475Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:17.495Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:17.496Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:30:18.378Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:18.378Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:18.381Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:18.382Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-13T00:30:18.481Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:30:18.482Z||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-11-13T00:30:18.483Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:18.496Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:18.497Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-13T00:30:19.382Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-13T00:30:19.384Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:19.387Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:19.387Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299408815,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-13T00:30:19.487Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-13T00:30:19.488Z||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-11-13T00:30:19.488Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:19.504Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:19.505Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:30:20.389Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "5978251b-abb0-4036-a0a4-5a96c8170471",
"serviceDescription": "service",
"serviceInvariantUUID": "76d16654-699f-4556-8579-d6dac7374e11",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ea742182-d4e9-49fe-bd56-f4a497bf5c7d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "18bec567-ce5e-485c-8986-a7f18fd5b594",
"resourceInvariantUUID": "49f39e75-d5f2-4fed-a285-6983dff2b281",
"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": "MmJiNTkxMGRmYWZkODI2M2UxYWRiYjM0Njk1NWIzMDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86fc262a-c5d8-453c-b96b-14096a685600",
"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": "80464e6e-ef79-4b2d-950e-c8d6b928bae2",
"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": "83aa3351-ead1-48f3-be53-18d7dc834ddd",
"generatedFromUUID": "80464e6e-ef79-4b2d-950e-c8d6b928bae2"
},
"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": "83aa3351-ead1-48f3-be53-18d7dc834ddd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZWI0NWJhODIyOTMyZWY4MWY2NWM0NDMwN2YzYjYxNjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6ee73901-7435-4cfc-b8a4-847f59a038e1"
}
],
"workloadContext": "Production"
}
2022-11-13T00:30:20.389Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-13T00:30:20.389Z|210f8978-747b-4f0e-b9f2-4a807b333361|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5978251b-abb0-4036-a0a4-5a96c8170471 ASDC
2022-11-13T00:30:20.390Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9a1b6225-bcc8-4509-b131-b98d9631e908
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5978251b-abb0-4036-a0a4-5a96c8170471
ServiceInvariantUUID:76d16654-699f-4556-8579-d6dac7374e11
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:6ee73901-7435-4cfc-b8a4-847f59a038e1
ArtifactChecksum:ZWI0NWJhODIyOTMyZWY4MWY2NWM0NDMwN2YzYjYxNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ea742182-d4e9-49fe-bd56-f4a497bf5c7d
ResourceInvariantUUID:49f39e75-d5f2-4fed-a285-6983dff2b281
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:18bec567-ce5e-485c-8986-a7f18fd5b594
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:86fc262a-c5d8-453c-b96b-14096a685600
ArtifactChecksum:MmJiNTkxMGRmYWZkODI2M2UxYWRiYjM0Njk1NWIzMDg=
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:80464e6e-ef79-4b2d-950e-c8d6b928bae2
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:83aa3351-ead1-48f3-be53-18d7dc834ddd
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:83aa3351-ead1-48f3-be53-18d7dc834ddd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-13T00:30:20.390Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5978251b-abb0-4036-a0a4-5a96c8170471 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-11-13T00:30:20.436Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:30:20.436Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:30:20.436Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:30:20.437Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6ee73901-7435-4cfc-b8a4-847f59a038e1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T00:30:20.437Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-13T00:30:20.438Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T00:30:20.540Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-13T00:30:20.542Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6ee73901-7435-4cfc-b8a4-847f59a038e1 74824
2022-11-13T00:30:20.542Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-13T00:30:20.543Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-13T00:30:20.543Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-13T00:30:20.543Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-13T00:30:20.546Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-13T00:30:20.546Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "9a1b6225-bcc8-4509-b131-b98d9631e908",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668299420542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-13T00:30:20.646Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-13T00:30:20.647Z||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-11-13T00:30:20.647Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as F0ybBT4KR8sluR4Y) ...
2022-11-13T00:30:20.664Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-13T00:30:20.665Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-13T00:30:21.547Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-13T00:30:21.548Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-13T00:30:21.549Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6ee73901-7435-4cfc-b8a4-847f59a038e1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T00:30:21.549Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-13T00:30:21.550Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T00:30:21.550Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T00:30:21.770Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8219530648474699323/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-11-13T00:30:23.128Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||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-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-13T00:30:23.129Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.130Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:30:23.130Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T00:30:23.130Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:30:23.130Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.131Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-13T00:30:23.132Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.133Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T00:30:23.134Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:30:23.134Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-13T00:30:23.134Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-13T00:30:23.134Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-13T00:30:23.134Z|9a1b6225-bcc8-4509-b131-b98d9631e908|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery