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-10-21T16:49:14.296Z||main|||||INFO|500||The following profiles are active: basic
2022-10-21T16:49:31.944Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-21T16:49:31.945Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-21T16:49:32.081Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-21T16:49:36.991Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-21T16:49:37.400Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-21T16:49:38.710Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-21T16:49:38.765Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-21T16:49:39.053Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-21T16:49:39.426Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-21T16:49:40.092Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-21T16:49:42.850Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-21T16:49:45.264Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-21T16:49:45.322Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-21T16:49:45.933Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-21T16:49:46.237Z||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-10-21T16:49:47.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-21T16:49:48.464Z||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-10-21T16:49:51.931Z||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-10-21T16:49:53.123Z||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-10-21T16:49:53.132Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:49:53.152Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:05.536Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:05.537Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:49:54 GMT], server=[envoy], x-envoy-upstream-service-time=[12371], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:05.539Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"f5a09d83dbcc4ad7aad01228cd93e959","versionId":"937cd7716f844d9eac4b6c748272b17d"}
2022-10-21T16:50:05.566Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFSetInMaintFlagActivity
2022-10-21T16:50:05.619Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/f5a09d83dbcc4ad7aad01228cd93e959/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:05.621Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5a09d83dbcc4ad7aad01228cd93e959/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:05.623Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5a09d83dbcc4ad7aad01228cd93e959/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:07.762Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/f5a09d83dbcc4ad7aad01228cd93e959/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:07.834Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/f5a09d83dbcc4ad7aad01228cd93e959/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2093]}
2022-10-21T16:50:07.904Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:07.905Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFSetInMaintFlagActivity
2022-10-21T16:50:07.911Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:08.065Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:08.067Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:08.069Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:10.739Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:10.740Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:08 GMT], server=[envoy], x-envoy-upstream-service-time=[2661], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:10.742Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"c8d63d6337cb4fd4b63ea467b0ae128a","versionId":"dd6f47ccfa5f4dd18837b94596dc4480"}
2022-10-21T16:50:10.745Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFCheckPserversLockedFlagActivity
2022-10-21T16:50:10.817Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:10.818Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6a8fb6b5-9297-4682-b73f-d421ea521f5f], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:10.821Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:12.977Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2142]}
2022-10-21T16:50:12.978Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:12.979Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c8d63d6337cb4fd4b63ea467b0ae128a/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:12.980Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFCheckPserversLockedFlagActivity
2022-10-21T16:50:12.980Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:13.037Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:13.038Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:13.040Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:14.228Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:14.229Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:13 GMT], server=[envoy], x-envoy-upstream-service-time=[1155], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:14.230Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"01f7ecc2ad2840a0b1d0b1e398968e47","versionId":"522ca4cced0f4740bb226e7802c5f076"}
2022-10-21T16:50:14.233Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFCheckInMaintFlagActivity
2022-10-21T16:50:14.272Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:14.273Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a2a4eb38-c130-41ac-8542-0c3726de9159], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:14.275Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:17.084Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2806]}
2022-10-21T16:50:17.084Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:17.085Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/01f7ecc2ad2840a0b1d0b1e398968e47/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:17.085Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFCheckInMaintFlagActivity
2022-10-21T16:50:17.086Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:17.144Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:17.145Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:17.147Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:20.314Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:20.315Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:17 GMT], server=[envoy], x-envoy-upstream-service-time=[3164], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:20.317Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"c2dd7b8313324c5fbe57c6cf16655f8d","versionId":"1ad4060a9afa4a1aa2e10f2462038655"}
2022-10-21T16:50:20.320Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-10-21T16:50:20.361Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:20.361Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[52771ae5-d4c6-4bc0-87ee-35ebba96ff46], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:20.363Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:22.311Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1944]}
2022-10-21T16:50:22.312Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:22.313Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/c2dd7b8313324c5fbe57c6cf16655f8d/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:22.314Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFCheckClosedLoopDisabledFlagActivity
2022-10-21T16:50:22.314Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:22.358Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:22.359Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[9eab370c-c00b-4df2-a10e-b8ad4c93391f], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:22.360Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:23.884Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:23 GMT], server=[envoy], x-envoy-upstream-service-time=[1521], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:23.885Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"951e8d651c974bbfacc0cfac3ce3ac28","versionId":"4799adf900c4446db74f6150fc791ad8"}
2022-10-21T16:50:23.886Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:23.889Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-10-21T16:50:23.931Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/951e8d651c974bbfacc0cfac3ce3ac28/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:23.933Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/951e8d651c974bbfacc0cfac3ce3ac28/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:23.937Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/951e8d651c974bbfacc0cfac3ce3ac28/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:32.503Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/951e8d651c974bbfacc0cfac3ce3ac28/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:32.503Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/951e8d651c974bbfacc0cfac3ce3ac28/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[8561]}
2022-10-21T16:50:32.504Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:32.504Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFSetClosedLoopDisabledFlagActivity
2022-10-21T16:50:32.505Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:32.548Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:32.549Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[2fb7b1e9-185d-410d-a326-04e3f121cdf4], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:32.550Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:33.918Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:33 GMT], server=[envoy], x-envoy-upstream-service-time=[1363], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:33.919Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d1e80d933b37452bb6314054ea6696d1","versionId":"563e80475364471facd020cea610d7d0"}
2022-10-21T16:50:33.920Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:33.923Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-10-21T16:50:33.955Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d1e80d933b37452bb6314054ea6696d1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:33.956Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1e80d933b37452bb6314054ea6696d1/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:33.957Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1e80d933b37452bb6314054ea6696d1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:35.490Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d1e80d933b37452bb6314054ea6696d1/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:35.491Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d1e80d933b37452bb6314054ea6696d1/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1529]}
2022-10-21T16:50:35.492Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:35.493Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUnsetClosedLoopDisabledFlagActivity
2022-10-21T16:50:35.493Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:35.640Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:35.642Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5f7e095c-87ff-4a91-ab08-28da116b9a1f], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:35.643Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:37.617Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:36 GMT], server=[envoy], x-envoy-upstream-service-time=[1971], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:37.618Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ce58e2d68e7f4450a8edd58a3829e7d6","versionId":"1466da552f544827b3bcbba6d00567ee"}
2022-10-21T16:50:37.619Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:37.622Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFLockActivity
2022-10-21T16:50:37.656Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ce58e2d68e7f4450a8edd58a3829e7d6/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:37.657Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce58e2d68e7f4450a8edd58a3829e7d6/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:37.659Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce58e2d68e7f4450a8edd58a3829e7d6/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:42.062Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ce58e2d68e7f4450a8edd58a3829e7d6/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:42.063Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ce58e2d68e7f4450a8edd58a3829e7d6/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:38 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[4400]}
2022-10-21T16:50:42.064Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:42.064Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFLockActivity
2022-10-21T16:50:42.065Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:42.107Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:42.108Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:42.109Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:43.586Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:43.587Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:42 GMT], server=[envoy], x-envoy-upstream-service-time=[1472], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:43.588Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"48b70037349248668109e81e8eb35c34","versionId":"7c074729b8b243fd84f07609c3079925"}
2022-10-21T16:50:43.592Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUnlockActivity
2022-10-21T16:50:43.641Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/48b70037349248668109e81e8eb35c34/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:43.643Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/48b70037349248668109e81e8eb35c34/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:43.644Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/48b70037349248668109e81e8eb35c34/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:45.598Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/48b70037349248668109e81e8eb35c34/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:45.599Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/48b70037349248668109e81e8eb35c34/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1950]}
2022-10-21T16:50:45.599Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:45.600Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUnlockActivity
2022-10-21T16:50:45.600Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:45.643Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:45.644Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:45.645Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:46.949Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:46.950Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:46 GMT], server=[envoy], x-envoy-upstream-service-time=[1300], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:46.951Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"1866fd32ce2f41f390304065bb8744ce","versionId":"b9d60c1e75974f42b459d9606a81aab1"}
2022-10-21T16:50:46.954Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFStopActivity
2022-10-21T16:50:46.986Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:46.987Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6be6e5f2-a251-4cd5-b81d-41e6d593b44d], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:46.989Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:48.406Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1414]}
2022-10-21T16:50:48.407Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:48.407Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/1866fd32ce2f41f390304065bb8744ce/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:48.408Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFStopActivity
2022-10-21T16:50:48.408Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:48.448Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:48.449Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a483c10a-a968-44dc-bbb6-d616d6dd0581], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:48.450Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:51.541Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:49 GMT], server=[envoy], x-envoy-upstream-service-time=[3088], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:51.542Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"ec683e08e4334d9c9f4588323cea46d1","versionId":"a71e6344b30a42e796c5078fcf01f7fa"}
2022-10-21T16:50:51.543Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:51.547Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFStartActivity
2022-10-21T16:50:51.578Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/ec683e08e4334d9c9f4588323cea46d1/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:51.579Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec683e08e4334d9c9f4588323cea46d1/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:51.581Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec683e08e4334d9c9f4588323cea46d1/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:52.916Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/ec683e08e4334d9c9f4588323cea46d1/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:52.917Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/ec683e08e4334d9c9f4588323cea46d1/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1332]}
2022-10-21T16:50:52.918Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:52.918Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFStartActivity
2022-10-21T16:50:52.918Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:52.969Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:52.970Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[465e28e2-41de-4cf4-bc99-6c19eb37fe11], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:52.971Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:53.973Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:53 GMT], server=[envoy], x-envoy-upstream-service-time=[995], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:53.974Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"daee50b735f444b2a0bcfa2bcde3310e","versionId":"8e1307089a794b57b4c4d768141ade70"}
2022-10-21T16:50:53.975Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:53.979Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFSnapShotActivity
2022-10-21T16:50:54.009Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/daee50b735f444b2a0bcfa2bcde3310e/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:50:54.009Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/daee50b735f444b2a0bcfa2bcde3310e/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:54.017Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/daee50b735f444b2a0bcfa2bcde3310e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:56.323Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/daee50b735f444b2a0bcfa2bcde3310e/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:56.325Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/daee50b735f444b2a0bcfa2bcde3310e/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2299]}
2022-10-21T16:50:56.325Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:56.326Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFSnapShotActivity
2022-10-21T16:50:56.326Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:56.369Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:56.370Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:56.371Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:57.420Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:50:57.420Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:50:57 GMT], server=[envoy], x-envoy-upstream-service-time=[1032], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:50:57.421Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"a56c3ad319fe40058cbc9bf5e5f5d520","versionId":"43c834d8875e481bbe3956ba14ea5b3a"}
2022-10-21T16:50:57.424Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec FlowCompleteActivity
2022-10-21T16:50:57.458Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:50:57.459Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[6c56d33d-ae0e-4f41-be0c-e0a20424be61], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:50:57.460Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:50:59.360Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:50:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1895]}
2022-10-21T16:50:59.361Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:50:59.362Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a56c3ad319fe40058cbc9bf5e5f5d520/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:50:59.362Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec FlowCompleteActivity
2022-10-21T16:50:59.363Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:59.406Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:50:59.407Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:50:59.409Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:00.206Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:00.207Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:00 GMT], server=[envoy], x-envoy-upstream-service-time=[792], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:00.209Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"dfeb1664f9394b6ab46560acb587e1d3","versionId":"a2d047a0f9c448f5938428e58623d053"}
2022-10-21T16:51:00.213Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec PauseForManualTaskActivity
2022-10-21T16:51:00.250Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/dfeb1664f9394b6ab46560acb587e1d3/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:00.250Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dfeb1664f9394b6ab46560acb587e1d3/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:00.251Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dfeb1664f9394b6ab46560acb587e1d3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:02.461Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/dfeb1664f9394b6ab46560acb587e1d3/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:02.462Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/dfeb1664f9394b6ab46560acb587e1d3/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2205]}
2022-10-21T16:51:02.462Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:02.463Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec PauseForManualTaskActivity
2022-10-21T16:51:02.463Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:02.507Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:02.508Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b5034c01-ded5-4ebb-a9ba-d22a2b42df41], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:02.509Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:03.327Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:03 GMT], server=[envoy], x-envoy-upstream-service-time=[815], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:03.329Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bbc066172edc4ed6af0732fa8398d480","versionId":"8e1a836f60494c44a1a5ec645be67238"}
2022-10-21T16:51:03.330Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:03.332Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec DistributeTrafficActivity
2022-10-21T16:51:03.366Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bbc066172edc4ed6af0732fa8398d480/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:03.367Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bbc066172edc4ed6af0732fa8398d480/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:03.368Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bbc066172edc4ed6af0732fa8398d480/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:04.637Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bbc066172edc4ed6af0732fa8398d480/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:04.638Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bbc066172edc4ed6af0732fa8398d480/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1266]}
2022-10-21T16:51:04.638Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:04.639Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficActivity
2022-10-21T16:51:04.639Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:04.701Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:04.702Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:04.703Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:05.909Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:05.910Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:05 GMT], server=[envoy], x-envoy-upstream-service-time=[1203], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:05.911Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"a80a46a517a840acae3f5b51b81da28f","versionId":"4dad8a11355b4d5a8cad7c1a65649c82"}
2022-10-21T16:51:05.914Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec DistributeTrafficCheckActivity
2022-10-21T16:51:05.945Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a80a46a517a840acae3f5b51b81da28f/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:05.946Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a80a46a517a840acae3f5b51b81da28f/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:05.947Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a80a46a517a840acae3f5b51b81da28f/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:07.533Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a80a46a517a840acae3f5b51b81da28f/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:07.534Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a80a46a517a840acae3f5b51b81da28f/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1583]}
2022-10-21T16:51:07.535Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:07.535Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec DistributeTrafficCheckActivity
2022-10-21T16:51:07.535Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:07.578Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:07.579Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[71f36928-85a9-4e99-a722-0277beb869d7], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:07.580Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:08.788Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:08 GMT], server=[envoy], x-envoy-upstream-service-time=[1206], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:08.790Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"269800f6720941f7b34461d280dda073","versionId":"b89840f8814b4400a1b52e74013ac99d"}
2022-10-21T16:51:08.790Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:08.794Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFHealthCheckActivity
2022-10-21T16:51:08.825Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/269800f6720941f7b34461d280dda073/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:08.826Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/269800f6720941f7b34461d280dda073/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:08.827Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/269800f6720941f7b34461d280dda073/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:10.781Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/269800f6720941f7b34461d280dda073/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:10.782Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/269800f6720941f7b34461d280dda073/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1951]}
2022-10-21T16:51:10.782Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:10.782Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFHealthCheckActivity
2022-10-21T16:51:10.783Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:10.818Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:10.819Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[5b8d33f8-2bed-47fb-bb38-272d3e0a7b99], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:10.820Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:11.758Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:11 GMT], server=[envoy], x-envoy-upstream-service-time=[936], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:11.760Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"bd77a9c3ffcc4219b0118e10b1a81ab7","versionId":"93b1bafdfe7f41cfb8d8007b38f72cc2"}
2022-10-21T16:51:11.760Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:11.763Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFQuiesceTrafficActivity
2022-10-21T16:51:11.794Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:11.795Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bd68c129-6bf4-43ba-8dd7-e3354b6384eb], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:11.797Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:13.493Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1693]}
2022-10-21T16:51:13.494Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:13.494Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/bd77a9c3ffcc4219b0118e10b1a81ab7/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:13.495Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFQuiesceTrafficActivity
2022-10-21T16:51:13.495Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:13.541Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:13.541Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[807a38ac-0e38-41f2-b14f-865ec2165f4f], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:13.542Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:14.222Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:14 GMT], server=[envoy], x-envoy-upstream-service-time=[675], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:14.224Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"76ee7b132e054437b08c153bdbf88b81","versionId":"0eb3e08c03f043dbbb48e1f78ff7b066"}
2022-10-21T16:51:14.224Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:14.227Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFResumeTrafficActivity
2022-10-21T16:51:14.261Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:14.262Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[1ae296c9-b311-48b4-8917-8df71aa7a6f1], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:14.263Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:16.313Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[2046]}
2022-10-21T16:51:16.314Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:16.314Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/76ee7b132e054437b08c153bdbf88b81/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:16.315Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFResumeTrafficActivity
2022-10-21T16:51:16.315Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:16.484Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:16.484Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[73cc1b01-03b0-4bcb-b8a4-48d2cdcbcebb], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:16.486Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:17.493Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:17 GMT], server=[envoy], x-envoy-upstream-service-time=[1004], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:17.494Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"251932185aff4374b71aadd64afaa068","versionId":"5a9931da3b80487fa752269dd5a036a8"}
2022-10-21T16:51:17.495Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:17.497Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUnsetInMaintFlagActivity
2022-10-21T16:51:17.528Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:17.528Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[a003481a-8392-4d9b-a900-298dcb4ff30d], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:17.530Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:19.498Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1965]}
2022-10-21T16:51:19.499Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:19.501Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/251932185aff4374b71aadd64afaa068/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:19.501Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUnsetInMaintFlagActivity
2022-10-21T16:51:19.501Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:19.548Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:19.548Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[b9c1029c-88de-4b60-9a38-05f16c4c273c], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:19.549Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:20.784Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:20 GMT], server=[envoy], x-envoy-upstream-service-time=[1232], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:20.785Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"94a966a1677a46148d5f638e4f8e9107","versionId":"8f79210d217244d8a9f73ba466f02715"}
2022-10-21T16:51:20.786Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:20.788Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUpgradeBackupActivity
2022-10-21T16:51:20.815Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:20.816Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[bdc3397d-1883-47cf-b991-5673d2007081], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:20.817Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:22.554Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1734]}
2022-10-21T16:51:22.555Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:22.556Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/94a966a1677a46148d5f638e4f8e9107/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:22.556Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeBackupActivity
2022-10-21T16:51:22.556Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:22.591Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:22.591Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[357f8b13-4200-4dcd-99a0-51a7d4a88339], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:22.592Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:24.077Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:23 GMT], server=[envoy], x-envoy-upstream-service-time=[1481], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:24.079Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"9ec8f6fef99d4e0a8d6cfa002cf00d6a","versionId":"2eeceec328324f0ab14b4281174a33f1"}
2022-10-21T16:51:24.080Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:24.082Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUpgradePostCheckActivity
2022-10-21T16:51:24.112Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/9ec8f6fef99d4e0a8d6cfa002cf00d6a/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:24.113Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ec8f6fef99d4e0a8d6cfa002cf00d6a/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:24.116Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ec8f6fef99d4e0a8d6cfa002cf00d6a/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:25.969Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/9ec8f6fef99d4e0a8d6cfa002cf00d6a/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:25.970Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/9ec8f6fef99d4e0a8d6cfa002cf00d6a/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1849]}
2022-10-21T16:51:25.970Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:25.970Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePostCheckActivity
2022-10-21T16:51:25.971Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:26.014Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:26.015Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[fa54547d-63f9-4cc3-9e5c-9cb5d73603d3], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:26.016Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:27.221Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:26 GMT], server=[envoy], x-envoy-upstream-service-time=[1201], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:27.222Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"4a46c2f4d4ec45f1b1201e8ace25ac7e","versionId":"049fb2affa074a9a972180f06fedc21e"}
2022-10-21T16:51:27.222Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:27.225Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUpgradePreCheckActivity
2022-10-21T16:51:27.249Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:27.249Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions with request headers:{X-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[7c8acf95-d36b-40f5-b3f9-12f963d152ba], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:27.250Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:28.896Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1643]}
2022-10-21T16:51:28.897Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:28.897Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/4a46c2f4d4ec45f1b1201e8ace25ac7e/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:28.898Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUpgradePreCheckActivity
2022-10-21T16:51:28.898Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:28.943Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:28.945Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:28.946Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:29.724Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:29.725Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:29 GMT], server=[envoy], x-envoy-upstream-service-time=[776], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:29.726Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||{"id":"a53ff514db24484ba0db5ba85798e1d3","versionId":"39107bdb77164889b648b4f865fdabc5"}
2022-10-21T16:51:29.728Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VNFUpgradeSoftwareActivity
2022-10-21T16:51:29.753Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/a53ff514db24484ba0db5ba85798e1d3/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:29.754Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a53ff514db24484ba0db5ba85798e1d3/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:29.756Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a53ff514db24484ba0db5ba85798e1d3/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:31.521Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/a53ff514db24484ba0db5ba85798e1d3/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:31.521Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/a53ff514db24484ba0db5ba85798e1d3/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1761]}
2022-10-21T16:51:31.522Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:31.522Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VNFUpgradeSoftwareActivity
2022-10-21T16:51:31.522Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:31.559Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||Invoke
2022-10-21T16:51:31.560Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-PartnerName=[UNKNOWN], Accept=[application/json], X-InvocationID=[db5e7d58-3756-424f-b089-e061fb97ef52], X-ECOMP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-TransactionID=[7acf05f3-199f-4b02-a785-5b497c0503b9], X-ONAP-RequestID=[7acf05f3-199f-4b02-a785-5b497c0503b9], Content-Type=[application/json]}
2022-10-21T16:51:31.561Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:32.628Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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=[Fri, 21 Oct 2022 16:51:32 GMT], server=[envoy], x-envoy-upstream-service-time=[1065], transfer-encoding=[chunked], content-type=[application/json;charset=utf-8]}
2022-10-21T16:51:32.629Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|DEBUG|500||{"id":"d04ca0f2a3f64120aec154064f91a259","versionId":"abceac3e6ad94e4596b3f6370862fd7f"}
2022-10-21T16:51:32.630Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec|INFO|500||InvokeReturn
2022-10-21T16:51:32.632Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully created activitySpec VnfInPlaceSoftwareUpdate
2022-10-21T16:51:32.663Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC||DEBUG|500||Sending HTTP PUT to:http://sdc-wfd-be:8080/v1.0/activity-spec/d04ca0f2a3f64120aec154064f91a259/versions/latest/actions with request headers:{Accept=[application/json], Content-Type=[application/json]}
2022-10-21T16:51:32.664Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d04ca0f2a3f64120aec154064f91a259/versions/latest/actions|INFO|500||Invoke
2022-10-21T16:51:32.665Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d04ca0f2a3f64120aec154064f91a259/versions/latest/actions|DEBUG|500||{"action": "CERTIFY"}
2022-10-21T16:51:33.933Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||SDC|http://sdc-wfd-be:8080/v1.0/activity-spec/d04ca0f2a3f64120aec154064f91a259/versions/latest/actions|INFO|500||InvokeReturn
2022-10-21T16:51:33.934Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response from method:PUT performed on uri:http://sdc-wfd-be:8080/v1.0/activity-spec/d04ca0f2a3f64120aec154064f91a259/versions/latest/actions has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 16:51:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[1265]}
2022-10-21T16:51:33.934Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T16:51:33.934Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Successfully certified activitySpec VnfInPlaceSoftwareUpdate
2022-10-21T16:51:37.159Z|7acf05f3-199f-4b02-a785-5b497c0503b9|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-10-21T16:51:40.741Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||WARN|500||---
2022-10-21T16:51:40.741Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-21T16:51:40.741Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||WARN|500||---
2022-10-21T16:51:41.234Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-21T16:51:46.328Z|7acf05f3-199f-4b02-a785-5b497c0503b9|main|||||INFO|500||Started Application in 155.589 seconds (JVM running for 161.077)
2022-10-21T16:51:46.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-21T16:51:46.346Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-21T16:51:46.358Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-21T16:51:46.386Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-21T16:51:46.442Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1562d119-8fec-4763-9aa0-8dd6a31a116b url= /sdc/v1/artifactTypes
2022-10-21T16:51:46.443Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-21T16:51:46.646Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-21T16:51:46.671Z||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-10-21T16:51:46.695Z||scheduling-1|||||DEBUG|500||create keys
2022-10-21T16:51:46.705Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-21T16:51:46.851Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:51:46.869Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 493ebb63-bce6-4a5a-a42e-9493d368fb06 url= /sdc/v1/registerForDistribution
2022-10-21T16:51:46.981Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 493ebb63-bce6-4a5a-a42e-9493d368fb06 url= /sdc/v1/registerForDistribution
2022-10-21T16:51:46.982Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-21T16:51:46.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:51:46.992Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:51:46.997Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-21T16:51:46.999Z||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-10-21T16:51:46.999Z||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-10-21T16:51:46.999Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:51:46.999Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:51:57.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:51:57.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:52:46.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:52:46.990Z||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-10-21T16:52:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:52:46.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:52:46.992Z||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-10-21T16:52:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:52:56.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:52:56.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:53:46.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:53:46.990Z||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-10-21T16:53:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:53:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:53:46.992Z||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-10-21T16:53:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:53:56.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:53:56.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:54:46.990Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:54:46.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:54:46.992Z||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-10-21T16:54:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:54:46.992Z||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-10-21T16:54:46.994Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:54:56.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:54:56.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:55:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:55:46.991Z||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-10-21T16:55:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:55:46.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:55:46.992Z||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-10-21T16:55:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:55:56.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:55:56.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:56:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:56:46.990Z||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-10-21T16:56:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:56:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:56:46.992Z||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-10-21T16:56:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:56:56.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:56:56.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:57:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:57:46.990Z||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-10-21T16:57:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:57:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:57:46.992Z||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-10-21T16:57:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:57:56.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:57:56.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:58:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:58:46.990Z||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-10-21T16:58:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:58:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:58:46.992Z||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-10-21T16:58:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:58:56.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:58:56.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:59:46.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:59:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T16:59:46.997Z||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-10-21T16:59:46.997Z||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-10-21T16:59:46.997Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:59:46.997Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T16:59:56.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T16:59:56.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:00:01.865Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-21T17:00:46.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:00:46.991Z||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-10-21T17:00:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:00:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:00:46.993Z||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-10-21T17:00:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:00:56.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:00:56.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:01:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:01:46.990Z||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-10-21T17:01:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:01:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:01:46.992Z||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-10-21T17:01:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:01:56.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:01:56.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:02:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:02:46.990Z||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-10-21T17:02:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:02:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:02:46.992Z||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-10-21T17:02:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:02:56.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:02:56.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:03:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:03:46.990Z||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-10-21T17:03:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:03:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:03:46.992Z||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-10-21T17:03:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:03:56.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:03:56.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:04:46.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:04:46.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:04:46.993Z||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-10-21T17:04:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:04:46.993Z||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-10-21T17:04:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:04:56.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:04:56.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:05:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:05:46.990Z||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-10-21T17:05:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:05:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:05:46.992Z||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-10-21T17:05:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:05:56.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:05:56.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:06:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:06:46.990Z||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-10-21T17:06:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:06:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:06:46.992Z||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-10-21T17:06:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:06:56.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:06:56.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:07:46.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:07:46.990Z||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-10-21T17:07:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:07:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:07:46.992Z||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-10-21T17:07:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:07:56.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:07:56.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:08:46.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:08:46.995Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:08:46.996Z||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-10-21T17:08:46.996Z||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-10-21T17:08:46.996Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:08:46.997Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:08:56.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:08:56.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:09:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:09:46.990Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:09:46.994Z||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-10-21T17:09:46.994Z||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-10-21T17:09:46.994Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:09:46.994Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:09:56.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:09:56.555Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:10:46.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:10:46.990Z||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-10-21T17:10:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:10:46.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:10:46.992Z||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-10-21T17:10:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:10:56.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:10:56.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:11:46.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:11:46.990Z||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-10-21T17:11:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:11:46.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:11:46.993Z||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-10-21T17:11:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:11:56.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:11:56.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:12:46.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:12:46.991Z||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-10-21T17:12:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:12:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:12:46.992Z||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-10-21T17:12:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:12:56.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:12:56.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:13:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:13:46.990Z||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-10-21T17:13:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:13:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:13:46.993Z||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-10-21T17:13:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:13:56.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:13:56.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:14:46.990Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:14:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:14:46.991Z||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-10-21T17:14:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:14:46.992Z||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-10-21T17:14:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:14:56.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:14:56.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:15:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:15:46.991Z||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-10-21T17:15:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:15:46.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:15:46.992Z||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-10-21T17:15:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:15:56.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:15:56.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:16:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:16:46.990Z||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-10-21T17:16:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:16:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:16:46.992Z||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-10-21T17:16:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:16:56.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:16:56.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:17:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:17:46.990Z||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-10-21T17:17:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:17:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:17:46.992Z||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-10-21T17:17:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:17:56.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:17:56.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:18:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:18:46.990Z||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-10-21T17:18:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:18:46.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:18:46.992Z||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-10-21T17:18:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:18:56.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:18:56.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:19:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:19:46.990Z||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-10-21T17:19:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:19:46.992Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:19:46.992Z||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-10-21T17:19:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:19:56.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:19:56.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:20:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:20:46.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:20:46.993Z||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-10-21T17:20:46.993Z||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-10-21T17:20:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:20:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:20:56.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:20:56.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:21:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:21:46.990Z||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-10-21T17:21:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:21:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:21:46.992Z||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-10-21T17:21:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:21:56.537Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:21:56.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:22:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:22:46.991Z||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-10-21T17:22:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:22:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:22:46.992Z||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-10-21T17:22:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:22:56.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:22:56.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:23:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:23:46.990Z||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-10-21T17:23:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:23:46.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:23:46.992Z||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-10-21T17:23:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:23:56.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:23:56.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:24:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:24:46.990Z||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-10-21T17:24:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:24:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:24:46.992Z||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-10-21T17:24:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:24:56.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:24:56.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:25:46.989Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:25:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:25:46.992Z||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-10-21T17:25:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:25:46.992Z||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-10-21T17:25:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:25:56.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:25:56.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:26:46.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:26:46.990Z||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-10-21T17:26:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:26:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:26:46.992Z||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-10-21T17:26:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:26:56.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:26:56.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:27:46.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:27:46.990Z||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-10-21T17:27:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:27:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:27:46.992Z||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-10-21T17:27:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:27:56.554Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:27:56.561Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:28:46.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:28:46.990Z||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-10-21T17:28:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:28:46.991Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:28:46.992Z||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-10-21T17:28:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:28:56.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:28:56.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:29:46.989Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:29:46.991Z||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-10-21T17:29:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:29:46.991Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:29:46.991Z||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-10-21T17:29:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:29:56.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:29:56.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:30:46.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:30:46.991Z||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-10-21T17:30:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:30:46.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:30:46.993Z||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-10-21T17:30:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:30:56.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:30:56.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:31:46.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:31:46.990Z||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-10-21T17:31:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:31:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:31:46.992Z||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-10-21T17:31:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:31:56.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:31:56.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:32:46.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:32:46.990Z||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-10-21T17:32:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:32:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:32:46.992Z||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-10-21T17:32:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:32:56.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:32:56.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:46.989Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:33:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:33:46.992Z||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-10-21T17:33:46.992Z||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-10-21T17:33:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:47.312Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:47.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373599316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373613516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373614528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "policy-id",
"timestamp": 1666373615532,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-21T17:33:47.465Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
2022-10-21T17:33:47.496Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 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-10-21T17:33:47.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373610805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "cds",
"timestamp": 1666373618600,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373612113,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373619997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373613083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373620949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373622060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373623135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373624254,
"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-10-21T17:33:47.538Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
2022-10-21T17:33:47.538Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 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-10-21T17:33:47.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373625447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:33:47.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373625258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:33:47.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:33:47.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373626452,
"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-10-21T17:33:47.558Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
2022-10-21T17:33:47.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 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-10-21T17:33:47.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:33:47.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:47.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T17:33:47.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed8ff9ac-5645-4cd4-a4e3-5835b4e36290","serviceName":"vFW 2022-10-21 17-32-11","serviceVersion":"1.0","serviceUUID":"5dfba1d6-76a3-40ca-85d9-4bd6468302a8","serviceDescription":"catalog service description","serviceInvariantUUID":"993a74bd-fb30-4273-92e7-c96dda7e475e","resources":[{"resourceInstanceName":"vFW d023f716-410b 0","resourceName":"vFW d023f716-410b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f3728ec-b695-4f4a-98f2-aa3bc1452a0a","resourceInvariantUUID":"980e7e66-7378-480c-8ee3-66b79f0ab67c","resourceCustomizationUUID":"d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml","artifactChecksum":"YTFlMWU3MGMwNzlmNjgxM2UzNzkyMGZiZGRiMTNkMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c95b5fd-f030-4734-a81c-106d48537cab","artifactVersion":"1"},{"artifactName":"vfwd023f716410b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json","artifactChecksum":"ODcxNmQ2NjU5MGEzMjg3YTM5OTk3MGY5OGFjYzVmY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ef741ea-a548-469e-b81e-9f1007a9b7ca","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68f009eb-7f6f-4bcf-872b-49484a319fa3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml","artifactChecksum":"OWRjZWJjYmRiMmRkODdkZjI0NTZhZjVkNjNlY2E5Mjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81aa7465-4216-47a0-9b31-65b4a19ab92d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"824253fc-1c25-4b71-8b98-5e1c52cb8b7b","artifactVersion":"2","generatedFromUUID":"68f009eb-7f6f-4bcf-872b-49484a319fa3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221021173211-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml","artifactChecksum":"NDVlNGYyMTRmNWE0YTljNzE3MzVjNjUzM2U1ODc2MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"493e7779-0913-4aab-9a7d-eaf4f8d6d61a","artifactVersion":"1"},{"artifactName":"service-Vfw20221021173211-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar","artifactChecksum":"OGU5NDNiMzhiNGY3OTMyZWE3MTUzNGYwZmQ4Yzg3YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9fda54f-d689-483c-956d-2891a6c81525","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T17:33:47.632Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:47.638Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:47.648Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:47.648Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:47.748Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-21T17:33:47.753Z||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-10-21T17:33:47.753Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:47.775Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:47.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:48.655Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:48.656Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:48.658Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:48.658Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:33:48.758Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:33:48.759Z||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-10-21T17:33:48.759Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:48.772Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:48.773Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:49.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:49.660Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:49.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:49.665Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:33:49.763Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-21T17:33:49.764Z||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-10-21T17:33:49.764Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:49.781Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:49.781Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:50.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:50.666Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:50.668Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:50.668Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:50.768Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:33:50.769Z||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-10-21T17:33:50.770Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:50.783Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:50.784Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:51.669Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:51.671Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:51.673Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:51.673Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-21T17:33:51.774Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T17:33:51.775Z||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-10-21T17:33:51.776Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:51.790Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:51.791Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:52.674Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:52.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:52.677Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:52.677Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:33:52.777Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:33:52.778Z||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-10-21T17:33:52.778Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:52.792Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:52.792Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:33:53.677Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:33:53.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:53.682Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:53.682Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:33:53.782Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:33:53.783Z||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-10-21T17:33:53.783Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:53.808Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:53.808Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:33:54.684Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"serviceName": "vFW 2022-10-21 17-32-11",
"serviceVersion": "1.0",
"serviceUUID": "5dfba1d6-76a3-40ca-85d9-4bd6468302a8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "993a74bd-fb30-4273-92e7-c96dda7e475e",
"resources": [
{
"resourceInstanceName": "vFW d023f716-410b 0",
"resourceCustomizationUUID": "d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d",
"resourceName": "vFW d023f716-410b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8f3728ec-b695-4f4a-98f2-aa3bc1452a0a",
"resourceInvariantUUID": "980e7e66-7378-480c-8ee3-66b79f0ab67c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd023f716410b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"artifactChecksum": "ODcxNmQ2NjU5MGEzMjg3YTM5OTk3MGY5OGFjYzVmY2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1ef741ea-a548-469e-b81e-9f1007a9b7ca",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68f009eb-7f6f-4bcf-872b-49484a319fa3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "824253fc-1c25-4b71-8b98-5e1c52cb8b7b",
"generatedFromUUID": "68f009eb-7f6f-4bcf-872b-49484a319fa3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "824253fc-1c25-4b71-8b98-5e1c52cb8b7b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221021173211-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"artifactChecksum": "OGU5NDNiMzhiNGY3OTMyZWE3MTUzNGYwZmQ4Yzg3YzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f9fda54f-d689-483c-956d-2891a6c81525"
}
],
"workloadContext": "Production"
}
2022-10-21T17:33:54.686Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T17:33:54.686Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5dfba1d6-76a3-40ca-85d9-4bd6468302a8 ASDC
2022-10-21T17:33:54.801Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
ServiceName:vFW 2022-10-21 17-32-11
ServiceVersion:1.0
ServiceUUID:5dfba1d6-76a3-40ca-85d9-4bd6468302a8
ServiceInvariantUUID:993a74bd-fb30-4273-92e7-c96dda7e475e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221021173211-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar
ArtifactUUID:f9fda54f-d689-483c-956d-2891a6c81525
ArtifactChecksum:OGU5NDNiMzhiNGY3OTMyZWE3MTUzNGYwZmQ4Yzg3YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d023f716-410b 0
ResourceCustomizationUUID:d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d
ResourceInvariantUUID:980e7e66-7378-480c-8ee3-66b79f0ab67c
ResourceName:vFW d023f716-410b
ResourceType:VF
ResourceUUID:8f3728ec-b695-4f4a-98f2-aa3bc1452a0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd023f716410b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json
ArtifactUUID:1ef741ea-a548-469e-b81e-9f1007a9b7ca
ArtifactChecksum:ODcxNmQ2NjU5MGEzMjg3YTM5OTk3MGY5OGFjYzVmY2E=
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/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml
ArtifactUUID:68f009eb-7f6f-4bcf-872b-49484a319fa3
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/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
ArtifactUUID:824253fc-1c25-4b71-8b98-5e1c52cb8b7b
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/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
ArtifactUUID:824253fc-1c25-4b71-8b98-5e1c52cb8b7b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T17:33:54.802Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5dfba1d6-76a3-40ca-85d9-4bd6468302a8 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-10-21T17:33:54.862Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:33:54.863Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:33:54.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:33:54.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f9fda54f-d689-483c-956d-2891a6c81525 from URL: /sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:54.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:33:54.866Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:55.004Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:33:55.010Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar f9fda54f-d689-483c-956d-2891a6c81525 100684
2022-10-21T17:33:55.011Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar ASDC sendASDCNotification
2022-10-21T17:33:55.012Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:55.012Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:33:55.013Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:33:55.015Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:33:55.016Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373635011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:33:55.116Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:33:55.117Z||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-10-21T17:33:55.117Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:33:55.133Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:33:55.133Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:33:56.016Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:33:56.018Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:33:56.018Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f9fda54f-d689-483c-956d-2891a6c81525, URL: /sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar to file: /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:56.019Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221021173211-csar.csar
2022-10-21T17:33:56.109Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:56.109Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:56.822Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10667992763714074670/Definitions/service-Vfw20221021173211-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-10-21T17:33:59.809Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T17:33:59.815Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-21T17:33:59.816Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.816Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-21T17:33:59.816Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.817Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.817Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.817Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.817Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.818Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.818Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.818Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.818Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.819Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d023f716-410b 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-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.819Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221021173211-csar.csar
2022-10-21T17:33:59.819Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-21T17:33:59.826Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.828Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.832Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:33:59.833Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-21T17:33:59.835Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:33:59.837Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.837Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.837Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:33:59.838Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-21T17:33:59.838Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:33:59.838Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.838Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.842Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.843Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:33:59.843Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:33:59.843Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-21T17:33:59.844Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.844Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.844Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-21T17:33:59.845Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.845Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:33:59.845Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-21T17:33:59.845Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-21T17:33:59.846Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.846Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.846Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-21T17:33:59.847Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.847Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-21T17:33:59.847Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.848Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-21T17:33:59.848Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.848Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T17:33:59.849Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.850Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:33:59.850Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:33:59.850Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.851Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:33:59.851Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:33:59.851Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.852Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:33:59.852Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:33:59.852Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:33:59.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:33:59.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-21T17:33:59.854Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:33:59.854Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-21T17:33:59.854Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-21T17:33:59.854Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.855Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.855Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-21T17:33:59.855Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.856Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-21T17:33:59.856Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.856Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=405564b1-7eaa-429b-8851-43ba4e054c16
2022-10-21T17:33:59.857Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.857Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:33:59.857Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:33:59.857Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-21T17:33:59.858Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.858Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.858Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-21T17:33:59.859Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.859Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:33:59.859Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-21T17:33:59.859Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-21T17:33:59.860Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.860Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-21T17:33:59.860Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.861Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e5497a1-f2d4-4fda-bfc4-6760a4d75d72
2022-10-21T17:33:59.861Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.861Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:33:59.862Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:33:59.862Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-21T17:33:59.862Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.862Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.863Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-21T17:33:59.863Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.863Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:33:59.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-21T17:33:59.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-21T17:33:59.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:33:59.864Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-21T17:33:59.865Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-21T17:33:59.865Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a111b4c-7692-4d4d-b9ba-48e73cd443ab
2022-10-21T17:33:59.865Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.866Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.866Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.866Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.867Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.867Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.867Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:33:59.868Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:33:59.868Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-21 17-32-11
Description:catalog service description
Model UUID:5dfba1d6-76a3-40ca-85d9-4bd6468302a8
Model Version:NULL
Model InvariantUuid:993a74bd-fb30-4273-92e7-c96dda7e475e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d023f716-410b
Model UUID:edae250c-0609-4de4-8715-a132aac0137b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:980e7e66-7378-480c-8ee3-66b79f0ab67c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:61f739f4-37d6-41fe-acd3-4a9f095c577b
ModelName:VfwD023f716410b..base_vfw..module-0
ModelUuid:cbfb99d7-9b8f-4ad7-8b33-60ba3a1fe5ee
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:405564b1-7eaa-429b-8851-43ba4e054c16
ModelInvariantUuid:cf6a92b3-f023-4aca-b8db-8d6c92c08c8f
ModelName:vFW d023f716-410b-nodes.vfwCvfc
ModelUuid:46c2f566-3e13-4d60-a9b9-d6f39e019858
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:85b030a0-7557-475b-b4ad-a0ffdc9f5883
ModelInvariantUuid:0dccf6e5-0936-47e5-adf9-0dadd3a26bcd
ModelName:VfwD023f716410b.compute.nodes.heat.vfw
ModelUuid:40184a2e-69be-4e40-984e-6b98e87ba534
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3e5497a1-f2d4-4fda-bfc4-6760a4d75d72
ModelInvariantUuid:b1b21683-4c96-4a56-8576-2e235cbea8a6
ModelName:vFW d023f716-410b-nodes.vsnCvfc
ModelUuid:1b2f038e-bc12-4af8-a364-8d4bd929fb06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:037e745e-5a36-4e01-950d-9fe411b069ef
ModelInvariantUuid:4c4f7b09-1aef-4c0a-9bcf-c00866c101a7
ModelName:VfwD023f716410b.compute.nodes.heat.vsn
ModelUuid:b6e59023-0058-462f-afff-e1b450eeb4ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8a111b4c-7692-4d4d-b9ba-48e73cd443ab
ModelInvariantUuid:a70858ea-f59e-4000-84e6-234992a34782
ModelName:vFW d023f716-410b-nodes.vpgCvfc
ModelUuid:dfcd6475-e3e2-4091-b86f-2fa0a5ddb8ef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1285ace2-b8c9-4a21-8ab0-798f246b1501
ModelInvariantUuid:daf5b994-24c3-43fc-823c-ecf1c8d42403
ModelName:VfwD023f716410b.compute.nodes.heat.vpg
ModelUuid:46d4e805-a340-4911-988e-a1e87eab7798
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-10-21T17:33:59.881Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f3728ec-b695-4f4a-98f2-aa3bc1452a0a
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-10-21T17:33:59.938Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||vFW d023f716-410b 0
2022-10-21T17:33:59.944Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f3728ec-b695-4f4a-98f2-aa3bc1452a0a
2022-10-21T17:33:59.945Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1ef741ea-a548-469e-b81e-9f1007a9b7ca from URL: /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json
2022-10-21T17:33:59.945Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:33:59.945Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json
2022-10-21T17:34:00.069Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:34:00.069Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json 1ef741ea-a548-469e-b81e-9f1007a9b7ca 785
2022-10-21T17:34:00.070Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json ASDC sendASDCNotification
2022-10-21T17:34:00.070Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json
2022-10-21T17:34:00.070Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:34:00.070Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:00.072Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:00.073Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373640070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:34:00.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:00.173Z||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-10-21T17:34:00.174Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:00.188Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:00.188Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:01.074Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD023f716410b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61f739f4-37d6-41fe-acd3-4a9f095c577b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbfb99d7-9b8f-4ad7-8b33-60ba3a1fe5ee",
"vfModuleModelCustomizationUUID": "00d32645-46d6-429a-9c08-a58a536e4063",
"isBase": true,
"artifacts": [
"68f009eb-7f6f-4bcf-872b-49484a319fa3",
"824253fc-1c25-4b71-8b98-5e1c52cb8b7b"
],
"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-10-21T17:34:01.080Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD023f716410b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbfb99d7-9b8f-4ad7-8b33-60ba3a1fe5ee
VfModuleModelInvariantUUID:61f739f4-37d6-41fe-acd3-4a9f095c577b
VfModuleModelDescription:NULL
Artifacts UUID List:{
68f009eb-7f6f-4bcf-872b-49484a319fa3
,
824253fc-1c25-4b71-8b98-5e1c52cb8b7b
}
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-10-21T17:34:01.083Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD023f716410b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "61f739f4-37d6-41fe-acd3-4a9f095c577b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cbfb99d7-9b8f-4ad7-8b33-60ba3a1fe5ee",
"vfModuleModelCustomizationUUID": "00d32645-46d6-429a-9c08-a58a536e4063",
"isBase": true,
"artifacts": [
"68f009eb-7f6f-4bcf-872b-49484a319fa3",
"824253fc-1c25-4b71-8b98-5e1c52cb8b7b"
],
"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-10-21T17:34:01.083Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD023f716410b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cbfb99d7-9b8f-4ad7-8b33-60ba3a1fe5ee
VfModuleModelInvariantUUID:61f739f4-37d6-41fe-acd3-4a9f095c577b
VfModuleModelDescription:NULL
Artifacts UUID List:{
68f009eb-7f6f-4bcf-872b-49484a319fa3
,
824253fc-1c25-4b71-8b98-5e1c52cb8b7b
}
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-10-21T17:34:01.084Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 68f009eb-7f6f-4bcf-872b-49484a319fa3 from URL: /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml
2022-10-21T17:34:01.084Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:34:01.084Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml
2022-10-21T17:34:01.200Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:34:01.200Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml 68f009eb-7f6f-4bcf-872b-49484a319fa3 20368
2022-10-21T17:34:01.201Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-21T17:34:01.201Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml
2022-10-21T17:34:01.201Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:34:01.201Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:01.204Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:01.204Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373641201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:34:01.304Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:01.305Z||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-10-21T17:34:01.306Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:01.321Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:01.321Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:02.205Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 824253fc-1c25-4b71-8b98-5e1c52cb8b7b from URL: /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
2022-10-21T17:34:02.205Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:34:02.206Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
2022-10-21T17:34:02.338Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:34:02.338Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env 824253fc-1c25-4b71-8b98-5e1c52cb8b7b 2098
2022-10-21T17:34:02.339Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-21T17:34:02.339Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
2022-10-21T17:34:02.339Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:34:02.339Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:02.342Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:02.343Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373642339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:34:02.443Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:02.444Z||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-10-21T17:34:02.444Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:02.457Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:02.459Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:03.344Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5dfba1d6-76a3-40ca-85d9-4bd6468302a8
2022-10-21T17:34:03.344Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d023f716-410b 0 8f3728ec-b695-4f4a-98f2-aa3bc1452a0a 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-10-21T17:34:03.380Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cf4c7d4, org.onap.sdc.toscaparser.api.parameters.Input@456b5f, org.onap.sdc.toscaparser.api.parameters.Input@10f1b1f4, org.onap.sdc.toscaparser.api.parameters.Input@3b5476ad, org.onap.sdc.toscaparser.api.parameters.Input@1134dc74]
2022-10-21T17:34:03.384Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.384Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.384Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-10-21T17:34:03.385Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d
2022-10-21T17:34:03.385Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d matches Tosca VF Customization UUID: d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d
2022-10-21T17:34:03.385Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d 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-10-21T17:34:03.393Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.394Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.395Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-21T17:34:03.395Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26aa77fc
2022-10-21T17:34:03.395Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.395Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T17:34:03.396Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00d32645-46d6-429a-9c08-a58a536e4063
2022-10-21T17:34:03.397Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00d32645-46d6-429a-9c08-a58a536e4063
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-10-21T17:34:03.405Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.405Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.405Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:34:03.406Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.407Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.407Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:34:03.407Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.407Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-21T17:34:03.408Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.409Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.409Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-21T17:34:03.409Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.409Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-21T17:34:03.409Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.410Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=405564b1-7eaa-429b-8851-43ba4e054c16
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-10-21T17:34:03.419Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:34:03.420Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-21T17:34:03.421Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.421Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.421Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-21T17:34:03.421Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-21T17:34:03.422Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.423Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3e5497a1-f2d4-4fda-bfc4-6760a4d75d72
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-10-21T17:34:03.425Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.425Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.425Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:34:03.430Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.430Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is not matching search criteria
2022-10-21T17:34:03.430Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-21T17:34:03.431Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-21T17:34:03.431Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.431Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.432Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-21T17:34:03.432Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-21T17:34:03.433Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8a111b4c-7692-4d4d-b9ba-48e73cd443ab
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-10-21T17:34:03.440Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.440Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.440Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:34:03.441Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.441Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Node template vFW d023f716-410b 0 is matching search criteria
2022-10-21T17:34:03.441Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d023f716-410b 0] matching following query criteria: sdcType=VF, customizationUUID=d4ad9cac-1d1b-4811-8a1e-d311fd9d4a7d
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-10-21T17:34:03.443Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.443Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5dfba1d6-76a3-40ca-85d9-4bd6468302a8: vFW d023f716-410b
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.444Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-10-21 17-32-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:34:03.445Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-10-21 17-32-11
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-10-21T17:34:03.728Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d023f716-410b 8f3728ec-b695-4f4a-98f2-aa3bc1452a0a 1 ASDC deployResourceStructure
2022-10-21T17:34:03.729Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json ASDC sendASDCNotification
2022-10-21T17:34:03.729Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json
2022-10-21T17:34:03.729Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:34:03.729Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:03.731Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:03.732Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373643729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:34:03.832Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:34:03.833Z||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-10-21T17:34:03.833Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:03.852Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:03.852Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:04.732Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-21T17:34:04.733Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml
2022-10-21T17:34:04.733Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:34:04.734Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:04.735Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:04.736Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373644732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T17:34:04.836Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:04.837Z||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-10-21T17:34:04.837Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:04.850Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:04.851Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:05.737Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-21T17:34:05.737Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env
2022-10-21T17:34:05.737Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:34:05.738Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:05.739Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:05.740Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373645736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-21T17:34:05.840Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:05.841Z||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-10-21T17:34:05.841Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:05.855Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:05.855Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:34:06.741Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar ASDC sendASDCNotification
2022-10-21T17:34:06.742Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar
2022-10-21T17:34:06.742Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:34:06.743Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:34:06.745Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:34:06.746Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373646740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:34:06.846Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:34:06.847Z||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-10-21T17:34:06.847Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:06.864Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:06.865Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:34:07.746Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:34:07.768Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:34:07.774Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:34:07.774Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:34:07.774Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:34:37.774Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:34:37.792Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:34:37.798Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:34:37.798Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:34:37.798Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:34:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:34:46.993Z||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-10-21T17:34:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:34:47.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:34:47.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:34:47.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:34:47.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:35:07.799Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:35:07.818Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:35:07.821Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:35:07.821Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:35:07.821Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:35:37.822Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:35:37.846Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:35:37.852Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:35:37.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:35:37.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:35:46.992Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:35:46.994Z||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-10-21T17:35:46.994Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:35:47.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:35:47.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:35:47.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:35:47.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:07.853Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:36:07.868Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:36:07.871Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:36:07.871Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:36:07.871Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:36:37.871Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:36:37.887Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:36:37.890Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:36:37.890Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:36:37.891Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:36:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:36:46.993Z||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-10-21T17:36:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:36:47.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:36:47.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373624822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373632637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373626989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373635011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373640070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373641201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373642339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373643729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/vfwd023f716410b0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373644127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373644732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "aai-ml",
"timestamp": 1666373645132,
"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-10-21T17:36:47.044Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
2022-10-21T17:36:47.044Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 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-10-21T17:36:47.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373645736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/resourceInstances/vfwd023f716410b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373646740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221021173211/1.0/artifacts/service-Vfw20221021173211-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373670805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373672113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373673083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373683572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "cds",
"timestamp": 1666373684742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373684485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373684662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373685734,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373686901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373679313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:36:47.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:07.891Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:37:07.907Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290
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-10-21T17:37:07.911Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:37:07.911Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T17:37:07.912Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T17:37:07.912Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T17:37:07.912Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:37:07.912Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:37:07.912Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:37:07.913Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:37:07.913Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-10-21T17:37:07.919Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T17:37:37.920Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 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-10-21T17:37:37.938Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 and serviceModelVersionId: 5dfba1d6-76a3-40ca-85d9-4bd6468302a8
2022-10-21T17:37:37.938Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 993a74bd-fb30-4273-92e7-c96dda7e475e
2022-10-21T17:37:46.991Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:37:46.993Z||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-10-21T17:37:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:37:47.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:37:47.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:37:47.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:47.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373686777,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-21T17:37:47.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
2022-10-21T17:37:47.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 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-10-21T17:37:47.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666373687905,
"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-10-21T17:37:47.609Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
2022-10-21T17:37:47.609Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 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-10-21T17:37:47.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373687081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666373687781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373688086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:37:47.621Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:37:47.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:37:47.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:47.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "policy-id",
"timestamp": 1666373689090,
"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-10-21T17:37:47.630Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
2022-10-21T17:37:47.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 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-10-21T17:37:47.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:37:47.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:47.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373684821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373692555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373697647,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-21T17:37:47.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "aai-ml",
"timestamp": 1666373698651,
"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-10-21T17:37:47.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
2022-10-21T17:37:47.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 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-10-21T17:37:52.716Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0
2022-10-21T17:37:52.789Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T17:37:52.835Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0|INFO|500||Invoke
2022-10-21T17:37:52.835Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed8ff9ac-5645-4cd4-a4e3-5835b4e36290], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85435c61-7afb-462e-b6f1-565389832f7e], X-ECOMP-RequestID=[ed8ff9ac-5645-4cd4-a4e3-5835b4e36290], X-TransactionId=[], X-ONAP-RequestID=[ed8ff9ac-5645-4cd4-a4e3-5835b4e36290], Content-Type=[application/merge-patch+json]}
2022-10-21T17:37:52.842Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-21T17:37:53.107Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?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/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0 has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 17:37:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[235], vertex-id=[340056], x-aai-txid=[0-aai-resources-221021-17:37:54:701-94531], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-10-21T17:37:53.107Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-21T17:37:53.108Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/993a74bd-fb30-4273-92e7-c96dda7e475e/model-vers/model-ver/5dfba1d6-76a3-40ca-85d9-4bd6468302a8?depth=0|INFO|500||InvokeReturn
2022-10-21T17:37:53.111Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-21T17:37:53.112Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-10-21T17:37:53.122Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||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-10-21T17:37:53.123Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed8ff9ac-5645-4cd4-a4e3-5835b4e36290 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-21T17:37:53.124Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-21T17:37:53.124Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:37:53.126Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:37:53.127Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373873123,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:37:53.227Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:37:53.228Z||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-10-21T17:37:53.228Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:37:53.246Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:37:53.247Z||pool-18-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-10-21T17:37:54.148Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:37:54.149Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|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-10-21T17:37:54.149Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:37:58.657Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:37:58.658Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-21T17:37:58.658Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e2c9703-5a32-441a-b9b4-a837fd07e6e8","serviceName":"basic_onboard_iIFtyw","serviceVersion":"1.0","serviceUUID":"f1423521-43ab-4284-bf72-1b74f845fc91","serviceDescription":"service","serviceInvariantUUID":"1e7ccdcf-a066-46ce-96c1-3f8189080b8a","resources":[{"resourceInstanceName":"basic_onboard_iIFtyw 0","resourceName":"basic_onboard_iIFtyw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2a85e10-e08d-49ba-8782-3972021bdc82","resourceInvariantUUID":"85486def-054e-48fd-b74a-f577453c9fa7","resourceCustomizationUUID":"e54cc0b3-6a95-4a86-9263-c632c807b4c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml","artifactChecksum":"OGEyMzkyNzk4ZDQ5YTE2OTI0NTRiMWU0NDJjZDlmNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad0c86a2-c750-4459-b7c8-b1e36b0937e3","artifactVersion":"1"},{"artifactName":"basic_onboard_iiftyw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json","artifactChecksum":"YWEyMjk5ZTk2OGJmZjE2N2NlNjMxODM5YWNlZDQyMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a533fdcf-5788-4dce-aec5-1e843556559d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6e3b6bd2-40bd-4828-8212-844942848ee1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71d529ce-0583-4db6-bf6d-0d6344dbecd9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d20487f3-4778-4744-bfa4-7fefbdf3b8af","artifactVersion":"2","generatedFromUUID":"6e3b6bd2-40bd-4828-8212-844942848ee1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIiftyw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml","artifactChecksum":"ZjdmMjlhOTU1OGJkODY1ZDhkMTliYzhkMDg4MjU0N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8c106af-56da-4370-b2e9-18c75da76b62","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIiftyw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar","artifactChecksum":"Y2FmYTFjNDFmMjE0NzU4ZjM1OTYzMzA4ZjliZTAyNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ca3b445-8703-4f19-ba03-b77a530fe8fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T17:37:58.660Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:37:58.661Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:37:58.663Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:37:58.663Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:37:58.763Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:37:58.764Z||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-10-21T17:37:58.764Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:37:58.779Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:37:58.779Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:37:59.664Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:37:59.664Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:37:59.666Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:37:59.666Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:37:59.767Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:37:59.768Z||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-10-21T17:37:59.768Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:37:59.782Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:37:59.782Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:00.667Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:38:00.668Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:00.670Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:00.670Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:38:00.770Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:00.772Z||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-10-21T17:38:00.772Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:00.789Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:00.789Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:38:01.670Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:38:01.672Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:01.673Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:01.674Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:38:01.775Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:01.776Z||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-10-21T17:38:01.776Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:01.790Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:01.790Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:02.675Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:38:02.676Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:02.678Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:02.678Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T17:38:02.778Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-10-21T17:38:02.779Z||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-10-21T17:38:02.779Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:02.793Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:02.794Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:03.703Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:38:03.704Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:03.706Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:03.706Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:38:03.807Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:38:03.808Z||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-10-21T17:38:03.808Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:03.822Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:03.822Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:38:04.707Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:38:04.708Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:04.710Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:04.710Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:38:04.810Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:04.811Z||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-10-21T17:38:04.812Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:04.828Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:04.829Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:05.713Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"serviceName": "basic_onboard_iIFtyw",
"serviceVersion": "1.0",
"serviceUUID": "f1423521-43ab-4284-bf72-1b74f845fc91",
"serviceDescription": "service",
"serviceInvariantUUID": "1e7ccdcf-a066-46ce-96c1-3f8189080b8a",
"resources": [
{
"resourceInstanceName": "basic_onboard_iIFtyw 0",
"resourceCustomizationUUID": "e54cc0b3-6a95-4a86-9263-c632c807b4c3",
"resourceName": "basic_onboard_iIFtyw",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b2a85e10-e08d-49ba-8782-3972021bdc82",
"resourceInvariantUUID": "85486def-054e-48fd-b74a-f577453c9fa7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_iiftyw0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"artifactChecksum": "YWEyMjk5ZTk2OGJmZjE2N2NlNjMxODM5YWNlZDQyMzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a533fdcf-5788-4dce-aec5-1e843556559d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6e3b6bd2-40bd-4828-8212-844942848ee1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d20487f3-4778-4744-bfa4-7fefbdf3b8af",
"generatedFromUUID": "6e3b6bd2-40bd-4828-8212-844942848ee1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d20487f3-4778-4744-bfa4-7fefbdf3b8af",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIiftyw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"artifactChecksum": "Y2FmYTFjNDFmMjE0NzU4ZjM1OTYzMzA4ZjliZTAyNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5ca3b445-8703-4f19-ba03-b77a530fe8fa"
}
],
"workloadContext": "Production"
}
2022-10-21T17:38:05.714Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T17:38:05.714Z|ed8ff9ac-5645-4cd4-a4e3-5835b4e36290|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1423521-43ab-4284-bf72-1b74f845fc91 ASDC
2022-10-21T17:38:05.715Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1e2c9703-5a32-441a-b9b4-a837fd07e6e8
ServiceName:basic_onboard_iIFtyw
ServiceVersion:1.0
ServiceUUID:f1423521-43ab-4284-bf72-1b74f845fc91
ServiceInvariantUUID:1e7ccdcf-a066-46ce-96c1-3f8189080b8a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIiftyw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar
ArtifactUUID:5ca3b445-8703-4f19-ba03-b77a530fe8fa
ArtifactChecksum:Y2FmYTFjNDFmMjE0NzU4ZjM1OTYzMzA4ZjliZTAyNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iIFtyw 0
ResourceCustomizationUUID:e54cc0b3-6a95-4a86-9263-c632c807b4c3
ResourceInvariantUUID:85486def-054e-48fd-b74a-f577453c9fa7
ResourceName:basic_onboard_iIFtyw
ResourceType:VF
ResourceUUID:b2a85e10-e08d-49ba-8782-3972021bdc82
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_iiftyw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json
ArtifactUUID:a533fdcf-5788-4dce-aec5-1e843556559d
ArtifactChecksum:YWEyMjk5ZTk2OGJmZjE2N2NlNjMxODM5YWNlZDQyMzc=
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/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6e3b6bd2-40bd-4828-8212-844942848ee1
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/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
ArtifactUUID:d20487f3-4778-4744-bfa4-7fefbdf3b8af
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/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
ArtifactUUID:d20487f3-4778-4744-bfa4-7fefbdf3b8af
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T17:38:05.715Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1423521-43ab-4284-bf72-1b74f845fc91 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-10-21T17:38:05.754Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:38:05.754Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:38:05.755Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:38:05.755Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ca3b445-8703-4f19-ba03-b77a530fe8fa from URL: /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:05.755Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:38:05.756Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:05.929Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:38:05.930Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar 5ca3b445-8703-4f19-ba03-b77a530fe8fa 75296
2022-10-21T17:38:05.930Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar ASDC sendASDCNotification
2022-10-21T17:38:05.930Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:05.931Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:38:05.931Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:05.934Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:05.935Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373885930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:06.034Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:38:06.035Z||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-10-21T17:38:06.036Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:06.054Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:06.054Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:06.935Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:38:06.937Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-21T17:38:06.937Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5ca3b445-8703-4f19-ba03-b77a530fe8fa, URL: /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar to file: /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:06.938Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:06.939Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:06.939Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:07.071Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11005001771295744147/Definitions/service-BasicOnboardIiftyw-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-10-21T17:38:08.258Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iIFtyw 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-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.259Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.260Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:08.261Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is not matching search criteria
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-21T17:38:08.262Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.263Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.264Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is not matching search criteria
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=826e448f-57db-4f09-9fc7-352b66da3a42
2022-10-21T17:38:08.265Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:08.266Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:08.267Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_iIFtyw
Description:service
Model UUID:f1423521-43ab-4284-bf72-1b74f845fc91
Model Version:NULL
Model InvariantUuid:1e7ccdcf-a066-46ce-96c1-3f8189080b8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_iIFtyw
Model UUID:b68ba199-9410-4f59-af0b-e23f8a0c0bb6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:85486def-054e-48fd-b74a-f577453c9fa7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e54cc0b3-6a95-4a86-9263-c632c807b4c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:59573ec3-d122-45fe-89f9-fde27727778b
ModelName:BasicOnboardIiftyw..base_ubuntu18..module-0
ModelUuid:aa84a4e0-ca09-4206-a3c4-862953999770
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:826e448f-57db-4f09-9fc7-352b66da3a42
ModelInvariantUuid:ac2ca226-724c-47ef-9ee6-121d3750e399
ModelName:basic_onboard_iIFtyw-nodes.ubuntu18Cvfc
ModelUuid:93cbd875-2c6c-423b-9c2b-7b83121cba32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:69c160e6-6f07-46ea-9b0f-92bad2ad2fef
ModelInvariantUuid:4b107aab-d295-45bf-9630-941751b99616
ModelName:BasicOnboardIiftyw.compute.nodes.heat.ubuntu18
ModelUuid:269b6ab0-b539-4126-87b2-41a324f8b065
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-10-21T17:38:08.277Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b2a85e10-e08d-49ba-8782-3972021bdc82
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-10-21T17:38:08.280Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||basic_onboard_iIFtyw 0
2022-10-21T17:38:08.281Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2a85e10-e08d-49ba-8782-3972021bdc82
2022-10-21T17:38:08.281Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a533fdcf-5788-4dce-aec5-1e843556559d from URL: /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json
2022-10-21T17:38:08.281Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:38:08.281Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json
2022-10-21T17:38:08.344Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:38:08.345Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json a533fdcf-5788-4dce-aec5-1e843556559d 798
2022-10-21T17:38:08.345Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json ASDC sendASDCNotification
2022-10-21T17:38:08.345Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json
2022-10-21T17:38:08.345Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:38:08.346Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:08.348Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:08.348Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373888345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:08.448Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:08.449Z||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-10-21T17:38:08.449Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:08.463Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:08.464Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:09.348Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIiftyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "59573ec3-d122-45fe-89f9-fde27727778b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa84a4e0-ca09-4206-a3c4-862953999770",
"vfModuleModelCustomizationUUID": "0780cda9-a386-4194-a8b2-eac2081a7e9f",
"isBase": true,
"artifacts": [
"6e3b6bd2-40bd-4828-8212-844942848ee1",
"d20487f3-4778-4744-bfa4-7fefbdf3b8af"
],
"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-10-21T17:38:09.355Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiftyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa84a4e0-ca09-4206-a3c4-862953999770
VfModuleModelInvariantUUID:59573ec3-d122-45fe-89f9-fde27727778b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e3b6bd2-40bd-4828-8212-844942848ee1
,
d20487f3-4778-4744-bfa4-7fefbdf3b8af
}
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-10-21T17:38:09.358Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIiftyw..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "59573ec3-d122-45fe-89f9-fde27727778b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aa84a4e0-ca09-4206-a3c4-862953999770",
"vfModuleModelCustomizationUUID": "0780cda9-a386-4194-a8b2-eac2081a7e9f",
"isBase": true,
"artifacts": [
"6e3b6bd2-40bd-4828-8212-844942848ee1",
"d20487f3-4778-4744-bfa4-7fefbdf3b8af"
],
"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-10-21T17:38:09.358Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIiftyw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aa84a4e0-ca09-4206-a3c4-862953999770
VfModuleModelInvariantUUID:59573ec3-d122-45fe-89f9-fde27727778b
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e3b6bd2-40bd-4828-8212-844942848ee1
,
d20487f3-4778-4744-bfa4-7fefbdf3b8af
}
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-10-21T17:38:09.358Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6e3b6bd2-40bd-4828-8212-844942848ee1 from URL: /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml
2022-10-21T17:38:09.359Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:38:09.359Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml
2022-10-21T17:38:09.415Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:38:09.416Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml 6e3b6bd2-40bd-4828-8212-844942848ee1 5033
2022-10-21T17:38:09.416Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-21T17:38:09.417Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml
2022-10-21T17:38:09.417Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:38:09.417Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:09.420Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:09.420Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373889416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:09.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:09.521Z||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-10-21T17:38:09.521Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:09.534Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:09.534Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:10.420Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d20487f3-4778-4744-bfa4-7fefbdf3b8af from URL: /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
2022-10-21T17:38:10.421Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-21T17:38:10.421Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
2022-10-21T17:38:10.481Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-21T17:38:10.482Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env d20487f3-4778-4744-bfa4-7fefbdf3b8af 909
2022-10-21T17:38:10.482Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-21T17:38:10.483Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
2022-10-21T17:38:10.483Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:38:10.483Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:10.485Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:10.485Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373890482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:10.585Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:10.586Z||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-10-21T17:38:10.586Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:10.602Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:10.602Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:11.485Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f1423521-43ab-4284-bf72-1b74f845fc91
2022-10-21T17:38:11.486Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iIFtyw 0 b2a85e10-e08d-49ba-8782-3972021bdc82 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-10-21T17:38:11.507Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@572a2ff7, org.onap.sdc.toscaparser.api.parameters.Input@45178ad6, org.onap.sdc.toscaparser.api.parameters.Input@45c7789, org.onap.sdc.toscaparser.api.parameters.Input@73538e85, org.onap.sdc.toscaparser.api.parameters.Input@7500428f]
2022-10-21T17:38:11.509Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.509Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.509Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-10-21T17:38:11.509Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e54cc0b3-6a95-4a86-9263-c632c807b4c3
2022-10-21T17:38:11.510Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e54cc0b3-6a95-4a86-9263-c632c807b4c3 matches Tosca VF Customization UUID: e54cc0b3-6a95-4a86-9263-c632c807b4c3
2022-10-21T17:38:11.510Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e54cc0b3-6a95-4a86-9263-c632c807b4c3 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-10-21T17:38:11.513Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.513Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e54cc0b3-6a95-4a86-9263-c632c807b4c3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47765a6
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0780cda9-a386-4194-a8b2-eac2081a7e9f
2022-10-21T17:38:11.514Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0780cda9-a386-4194-a8b2-eac2081a7e9f
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-10-21T17:38:11.519Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.519Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:11.520Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:11.520Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.520Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:11.521Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:11.521Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.521Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is not matching search criteria
2022-10-21T17:38:11.521Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-21T17:38:11.521Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-21T17:38:11.522Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=826e448f-57db-4f09-9fc7-352b66da3a42
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-10-21T17:38:11.524Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.524Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:11.525Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-21T17:38:11.525Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.525Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_iIFtyw 0 is matching search criteria
2022-10-21T17:38:11.525Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_iIFtyw 0] matching following query criteria: sdcType=VF, customizationUUID=e54cc0b3-6a95-4a86-9263-c632c807b4c3
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-10-21T17:38:11.527Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.527Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.528Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f1423521-43ab-4284-bf72-1b74f845fc91: basic_onboard_iIFtyw
2022-10-21T17:38:11.528Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.528Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.529Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.529Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.529Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.529Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.529Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.530Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.530Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:38:11.530Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_iIFtyw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:38:11.531Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_iIFtyw
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-10-21T17:38:11.647Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iIFtyw b2a85e10-e08d-49ba-8782-3972021bdc82 1 ASDC deployResourceStructure
2022-10-21T17:38:11.648Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json ASDC sendASDCNotification
2022-10-21T17:38:11.648Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json
2022-10-21T17:38:11.648Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:38:11.648Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:11.650Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:11.651Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373891648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:11.751Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:11.752Z||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-10-21T17:38:11.752Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:11.767Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:11.767Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:12.652Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-21T17:38:12.652Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml
2022-10-21T17:38:12.652Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:38:12.653Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:12.655Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:12.655Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373892651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:12.755Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:12.756Z||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-10-21T17:38:12.756Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:12.771Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:12.771Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:38:13.656Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-21T17:38:13.657Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env
2022-10-21T17:38:13.657Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:38:13.657Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:13.659Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:13.660Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373893656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:13.760Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:13.761Z||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-10-21T17:38:13.761Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:13.776Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:13.776Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:38:14.661Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar ASDC sendASDCNotification
2022-10-21T17:38:14.661Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar
2022-10-21T17:38:14.661Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:38:14.661Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:14.663Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:14.663Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373894660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:14.764Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:14.765Z||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-10-21T17:38:14.765Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:14.785Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:14.787Z||pool-33-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:38:15.664Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:38:15.679Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e2c9703-5a32-441a-b9b4-a837fd07e6e8
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-10-21T17:38:15.683Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:38:15.683Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T17:38:15.683Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T17:38:15.683Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T17:38:15.683Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:38:15.684Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:38:15.684Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:38:15.684Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:38:15.684Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-10-21T17:38:15.690Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T17:38:45.690Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 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-10-21T17:38:45.698Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 and serviceModelVersionId: f1423521-43ab-4284-bf72-1b74f845fc91
2022-10-21T17:38:45.699Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e7ccdcf-a066-46ce-96c1-3f8189080b8a
2022-10-21T17:38:45.700Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?depth=0
2022-10-21T17:38:45.706Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T17:38:45.734Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?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-10-21T17:38:45.735Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?depth=0|INFO|500||Invoke
2022-10-21T17:38:45.740Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-21T17:38:45.893Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?depth=0|INFO|500||InvokeReturn
2022-10-21T17:38:45.893Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1e7ccdcf-a066-46ce-96c1-3f8189080b8a/model-vers/model-ver/f1423521-43ab-4284-bf72-1b74f845fc91?depth=0 has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 17:38:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[188632], x-aai-txid=[1-aai-resources-221021-17:38:47:604-33393], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-10-21T17:38:45.894Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-21T17:38:45.894Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-21T17:38:45.894Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-10-21T17:38:45.900Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||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-10-21T17:38:45.901Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e2c9703-5a32-441a-b9b4-a837fd07e6e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-21T17:38:45.901Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-21T17:38:45.902Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:38:45.904Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:38:45.905Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373925901,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:38:46.005Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:38:46.006Z||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-10-21T17:38:46.006Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:46.027Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:46.028Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-21T17:38:46.921Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:38:46.922Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:38:46.922Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:46.991Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:38:46.992Z||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-10-21T17:38:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:38:47.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:47.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ed8ff9ac-5645-4cd4-a4e3-5835b4e36290",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373873123,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:38:47.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:38:47.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373874148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373885930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373888345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373889416,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373890482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373891648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/basic_onboard_iiftyw0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:47.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373892651,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373893656,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/resourceInstances/basic_onboard_iiftyw0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373894660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIiftyw/1.0/artifacts/service-BasicOnboardIiftyw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:47.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:38:47.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e2c9703-5a32-441a-b9b4-a837fd07e6e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666373925901,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:38:47.632Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:38:56.470Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:38:56.471Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:38:56.472Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:38:56.472Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:39:06.027Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:39:06.027Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:39:06.028Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:39:06.028Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:39:15.578Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:39:15.579Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:39:15.580Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:39:15.580Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:39:25.133Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:39:46.989Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:39:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:39:46.991Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:39:46.992Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:39:46.992Z||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-10-21T17:39:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:39:56.546Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:39:56.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:40:46.990Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:40:46.991Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:40:46.995Z||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-10-21T17:40:46.995Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:40:46.995Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:40:46.995Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:40:56.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:40:56.553Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:41:46.989Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:41:46.990Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:41:46.990Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:41:46.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:41:46.993Z||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-10-21T17:41:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:41:56.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:41:56.541Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:42:46.989Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:42:46.991Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:42:46.991Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:42:46.991Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:42:46.992Z||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-10-21T17:42:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:42:56.537Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:42:56.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:43:46.989Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:43:46.990Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:43:46.990Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:43:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:43:46.992Z||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-10-21T17:43:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:43:56.560Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:43:56.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:44:46.991Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:44:46.991Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:44:46.996Z||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-10-21T17:44:46.996Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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-10-21T17:44:46.996Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:44:46.996Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:44:56.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:44:56.547Z|1e2c9703-5a32-441a-b9b4-a837fd07e6e8|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:45:46.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:45:46.991Z||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-10-21T17:45:46.991Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:45:46.991Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:45:46.992Z||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-10-21T17:45:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:45:56.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:45:56.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:46.989Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:46:46.990Z||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-10-21T17:46:46.990Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:46:46.992Z||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-10-21T17:46:46.992Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:47.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:47.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374373083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374374821,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374375805,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374383569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "cds",
"timestamp": 1666374384601,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374387088,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374379313,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.371Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "aai-ml",
"timestamp": 1666374388092,
"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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:46:47.398Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be814742-8d58-467a-8c5d-f2d8cd0961c8
2022-10-21T17:46:47.398Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId be814742-8d58-467a-8c5d-f2d8cd0961c8 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-10-21T17:46:47.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374388041,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374389046,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "policy-id",
"timestamp": 1666374390048,
"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-10-21T17:46:47.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be814742-8d58-467a-8c5d-f2d8cd0961c8
2022-10-21T17:46:47.416Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId be814742-8d58-467a-8c5d-f2d8cd0961c8 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-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "cds",
"timestamp": 1666374390805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "cds",
"timestamp": 1666374390805,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "cds",
"timestamp": 1666374394426,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374393083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374393083,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "policy-id",
"timestamp": 1666374399313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374400902,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "policy-id",
"timestamp": 1666374399313,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374402905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "policy-id",
"timestamp": 1666374402020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374403909,
"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-10-21T17:46:47.437Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be814742-8d58-467a-8c5d-f2d8cd0961c8
2022-10-21T17:46:47.437Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId be814742-8d58-467a-8c5d-f2d8cd0961c8 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-10-21T17:46:47.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "policy-id",
"timestamp": 1666374403025,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:46:47.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "policy-id",
"timestamp": 1666374404029,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-21T17:46:47.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
2022-10-21T17:46:47.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 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-10-21T17:46:47.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "aai-ml",
"timestamp": 1666374404821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374392113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "aai-ml",
"timestamp": 1666374404821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:47.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:46:47.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374407051,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:47.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:46:47.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:47.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:46:47.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"be814742-8d58-467a-8c5d-f2d8cd0961c8","serviceName":"Demo_pNF_V6VckrDCSKbhgKniX9bE","serviceVersion":"1.0","serviceUUID":"24407f18-3820-41f9-9ef6-bdd990b21753","serviceDescription":"catalog service description","serviceInvariantUUID":"eef7110a-2bc4-4ed4-a47b-62d331db5f57","resources":[{"resourceInstanceName":"pNF 0bebbcba-b2ad 0","resourceName":"pNF 0bebbcba-b2ad","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4827ba3f-5c31-4965-839f-a857a8a91a0a","resourceInvariantUUID":"d80fe456-9103-466a-94a5-3baf9f83b336","resourceCustomizationUUID":"f2850131-6778-44a5-9908-40dccfdeb888","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml","artifactChecksum":"YzYzNzhmMzVjNGFhNTRmZDk5MmVjNjY3ZDJlMTQ1MzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a467a54c-cc12-45df-b059-3fdd427e09c6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar","artifactChecksum":"OTY0YjBiZDk0ODQ5NWU2OTAwMmQ0NWJmMzdmMDA0N2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3333e9ee-7002-4ff6-8bbf-41830428e95d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1205076d-086c-4f9e-b30c-25c173a60a4d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWZjMmM4NWYwNTNmYWMzYTlkMWJhZTIzOTA5ODlkZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d52fbc76-a9ee-4a47-b572-77b2dcfd1606","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"385f1238-4e0e-477c-a5d8-5a38eadad6a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11e79157-ad92-493e-a95e-d52cbaaeab62","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV6vckrdcskbhgknix9be-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml","artifactChecksum":"MmY3NTAxMDc1MWIxM2U2YjBmMGYxYWViNmJlYTdjZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa0c0e4f-38f0-4168-a1ea-95aceb8d1359","artifactVersion":"1"},{"artifactName":"service-DemoPnfV6vckrdcskbhgknix9be-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar","artifactChecksum":"ODQ2MzJiMTE3ZTgzZGFlODg3MTBiZjNjNTY0OWJhNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08e98950-0cfc-49de-b499-623581d2e642","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T17:46:47.631Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:47.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:47.636Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:47.636Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:47.736Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:46:47.738Z||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-10-21T17:46:47.738Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:47.753Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:47.754Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:48.637Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:48.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:48.640Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:48.640Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:48.740Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:48.741Z||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-10-21T17:46:48.742Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:48.755Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:48.755Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:49.641Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:49.642Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:49.644Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:49.645Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:49.745Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:49.746Z||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-10-21T17:46:49.746Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:49.761Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:49.762Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:50.645Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:50.646Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:50.649Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:50.649Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:50.749Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:50.750Z||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-10-21T17:46:50.750Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:50.763Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:50.764Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:51.650Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:51.651Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:51.654Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:51.654Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:51.754Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:51.755Z||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-10-21T17:46:51.755Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:51.770Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:51.771Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:52.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:52.655Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:52.657Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:52.657Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:52.758Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:46:52.759Z||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-10-21T17:46:52.759Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:52.772Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:52.772Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:53.658Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:53.659Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:53.661Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:53.661Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:46:53.761Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:53.762Z||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-10-21T17:46:53.763Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:53.791Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:53.792Z||pool-41-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:54.662Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:46:54.663Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:54.665Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:54.665Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:46:54.765Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:54.766Z||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-10-21T17:46:54.766Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:54.795Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:54.795Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:55.667Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"serviceName": "Demo_pNF_V6VckrDCSKbhgKniX9bE",
"serviceVersion": "1.0",
"serviceUUID": "24407f18-3820-41f9-9ef6-bdd990b21753",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "eef7110a-2bc4-4ed4-a47b-62d331db5f57",
"resources": [
{
"resourceInstanceName": "pNF 0bebbcba-b2ad 0",
"resourceCustomizationUUID": "f2850131-6778-44a5-9908-40dccfdeb888",
"resourceName": "pNF 0bebbcba-b2ad",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "4827ba3f-5c31-4965-839f-a857a8a91a0a",
"resourceInvariantUUID": "d80fe456-9103-466a-94a5-3baf9f83b336",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"artifactChecksum": "ODQ2MzJiMTE3ZTgzZGFlODg3MTBiZjNjNTY0OWJhNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "08e98950-0cfc-49de-b499-623581d2e642"
}
],
"workloadContext": "Production"
}
2022-10-21T17:46:55.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T17:46:55.667Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24407f18-3820-41f9-9ef6-bdd990b21753 ASDC
2022-10-21T17:46:55.668Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:be814742-8d58-467a-8c5d-f2d8cd0961c8
ServiceName:Demo_pNF_V6VckrDCSKbhgKniX9bE
ServiceVersion:1.0
ServiceUUID:24407f18-3820-41f9-9ef6-bdd990b21753
ServiceInvariantUUID:eef7110a-2bc4-4ed4-a47b-62d331db5f57
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
ArtifactUUID:08e98950-0cfc-49de-b499-623581d2e642
ArtifactChecksum:ODQ2MzJiMTE3ZTgzZGFlODg3MTBiZjNjNTY0OWJhNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0bebbcba-b2ad 0
ResourceCustomizationUUID:f2850131-6778-44a5-9908-40dccfdeb888
ResourceInvariantUUID:d80fe456-9103-466a-94a5-3baf9f83b336
ResourceName:pNF 0bebbcba-b2ad
ResourceType:PNF
ResourceUUID:4827ba3f-5c31-4965-839f-a857a8a91a0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-21T17:46:55.668Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24407f18-3820-41f9-9ef6-bdd990b21753 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-10-21T17:46:55.704Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:46:55.705Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:46:55.705Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:46:55.705Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 08e98950-0cfc-49de-b499-623581d2e642 from URL: /sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:55.705Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-21T17:46:55.706Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:55.807Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-21T17:46:55.808Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar 08e98950-0cfc-49de-b499-623581d2e642 87768
2022-10-21T17:46:55.808Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar ASDC sendASDCNotification
2022-10-21T17:46:55.808Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:55.809Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:46:55.809Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:55.811Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:55.812Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374415808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:46:55.912Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:55.913Z||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-10-21T17:46:55.913Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:55.928Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:55.929Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:56.812Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:46:56.813Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:46:56.813Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 08e98950-0cfc-49de-b499-623581d2e642, URL: /sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar to file: /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:56.814Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:56.814Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:56.814Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:57.038Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15486716877561893026/Definitions/service-DemoPnfV6vckrdcskbhgknix9be-template.yml
2022-10-21T17:46:58.089Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.090Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0bebbcba-b2ad 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.091Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.092Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 0bebbcba-b2ad 0 is matching search criteria
2022-10-21T17:46:58.092Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-21T17:46:58.092Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0bebbcba-b2ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:46:58.092Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.092Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Node template pNF 0bebbcba-b2ad 0 is matching search criteria
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 0bebbcba-b2ad 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.093Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.094Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.095Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_V6VckrDCSKbhgKniX9bE
Description:catalog service description
Model UUID:24407f18-3820-41f9-9ef6-bdd990b21753
Model Version:NULL
Model InvariantUuid:eef7110a-2bc4-4ed4-a47b-62d331db5f57
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-21T17:46:58.106Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4827ba3f-5c31-4965-839f-a857a8a91a0a
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-10-21T17:46:58.112Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||pNF 0bebbcba-b2ad 0
2022-10-21T17:46:58.112Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4827ba3f-5c31-4965-839f-a857a8a91a0a
2022-10-21T17:46:58.113Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 24407f18-3820-41f9-9ef6-bdd990b21753
2022-10-21T17:46:58.113Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 24407f18-3820-41f9-9ef6-bdd990b21753
2022-10-21T17:46:58.113Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0bebbcba-b2ad 0 4827ba3f-5c31-4965-839f-a857a8a91a0a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-21T17:46:58.119Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65a553ad, org.onap.sdc.toscaparser.api.parameters.Input@121f816d, org.onap.sdc.toscaparser.api.parameters.Input@5f7c236e, org.onap.sdc.toscaparser.api.parameters.Input@18e7f6a8, org.onap.sdc.toscaparser.api.parameters.Input@5790f622]
2022-10-21T17:46:58.120Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.120Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.120Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 24407f18-3820-41f9-9ef6-bdd990b21753: pNF 0bebbcba-b2ad
2022-10-21T17:46:58.121Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4827ba3f-5c31-4965-839f-a857a8a91a0a
2022-10-21T17:46:58.121Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:46:58.121Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_V6VckrDCSKbhgKniX9bE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:46:58.122Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||Resource customization UUID: f2850131-6778-44a5-9908-40dccfdeb888 is the same as notified resource customizationUUID: f2850131-6778-44a5-9908-40dccfdeb888
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-21T17:46:58.181Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0bebbcba-b2ad 4827ba3f-5c31-4965-839f-a857a8a91a0a 0 ASDC deployResourceStructure
2022-10-21T17:46:58.182Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar ASDC sendASDCNotification
2022-10-21T17:46:58.182Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar
2022-10-21T17:46:58.182Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:46:58.183Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:46:58.185Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:46:58.185Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374418181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:46:58.285Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:46:58.286Z||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-10-21T17:46:58.286Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:46:58.300Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:46:58.300Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:46:59.188Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be814742-8d58-467a-8c5d-f2d8cd0961c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:46:59.203Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be814742-8d58-467a-8c5d-f2d8cd0961c8
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-10-21T17:46:59.205Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:46:59.206Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-21T17:46:59.212Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T17:47:29.213Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be814742-8d58-467a-8c5d-f2d8cd0961c8 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-10-21T17:47:29.223Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be814742-8d58-467a-8c5d-f2d8cd0961c8 and serviceModelVersionId: 24407f18-3820-41f9-9ef6-bdd990b21753
2022-10-21T17:47:29.223Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eef7110a-2bc4-4ed4-a47b-62d331db5f57
2022-10-21T17:47:29.225Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0
2022-10-21T17:47:29.230Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T17:47:29.271Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0|INFO|500||Invoke
2022-10-21T17:47:29.272Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be814742-8d58-467a-8c5d-f2d8cd0961c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aeac5c9-aaa8-43ae-9376-8c2299980062], X-ECOMP-RequestID=[be814742-8d58-467a-8c5d-f2d8cd0961c8], X-TransactionId=[], X-ONAP-RequestID=[be814742-8d58-467a-8c5d-f2d8cd0961c8], Content-Type=[application/merge-patch+json]}
2022-10-21T17:47:29.277Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-21T17:47:29.380Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?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/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0 has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 17:47:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[98], vertex-id=[209104], x-aai-txid=[1-aai-resources-221021-17:47:31:190-99473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-10-21T17:47:29.380Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-21T17:47:29.381Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/eef7110a-2bc4-4ed4-a47b-62d331db5f57/model-vers/model-ver/24407f18-3820-41f9-9ef6-bdd990b21753?depth=0|INFO|500||InvokeReturn
2022-10-21T17:47:29.381Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-21T17:47:29.381Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-21T17:47:29.385Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-21T17:47:29.386Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be814742-8d58-467a-8c5d-f2d8cd0961c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-21T17:47:29.386Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-21T17:47:29.386Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:47:29.388Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:47:29.388Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374449386,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:47:29.488Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:47:29.489Z||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-10-21T17:47:29.489Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:29.506Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:29.507Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 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-10-21T17:47:30.407Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:47:30.408Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5b0fb39-fdc6-484f-a6b2-fefaacc4f594","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd","serviceDescription":"service","serviceInvariantUUID":"60d83227-b3d4-4b46-86d7-ceb3f9534f55","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"acf738bd-6ae9-4c6f-a0d1-9a6f7176d3ca","resourceInvariantUUID":"8c0515ca-a84a-4c0d-9509-032924a929ca","resourceCustomizationUUID":"02f4b4b5-ee56-49a6-bb89-f86c4cbf0a35","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":"NDhkYTBjZTEzZDZmZjZhZDY0YjY3MTIzMjA3NTgwZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f74fd3ab-3545-42e2-82d5-37ad9b5c166f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmNiZWQ4ZmM0MzdmOTlkYzFhZGJlOWNkYTNjZGM0MWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e752f368-5b3b-4693-bf92-6dcae2a28505","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T17:47:30.408Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:47:30.408Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:47:30.410Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:47:30.410Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:47:30.511Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:47:30.512Z||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-10-21T17:47:30.512Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:30.526Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:30.527Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:47:31.411Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:47:31.412Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:47:31.414Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:47:31.414Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:47:31.515Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:47:31.515Z||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-10-21T17:47:31.516Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:31.532Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:31.532Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:47:32.415Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd",
"serviceDescription": "service",
"serviceInvariantUUID": "60d83227-b3d4-4b46-86d7-ceb3f9534f55",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "02f4b4b5-ee56-49a6-bb89-f86c4cbf0a35",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "acf738bd-6ae9-4c6f-a0d1-9a6f7176d3ca",
"resourceInvariantUUID": "8c0515ca-a84a-4c0d-9509-032924a929ca",
"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": "MmNiZWQ4ZmM0MzdmOTlkYzFhZGJlOWNkYTNjZGM0MWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e752f368-5b3b-4693-bf92-6dcae2a28505"
}
],
"workloadContext": "Production"
}
2022-10-21T17:47:32.416Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T17:47:32.416Z|be814742-8d58-467a-8c5d-f2d8cd0961c8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd ASDC
2022-10-21T17:47:32.416Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
ServiceInvariantUUID:60d83227-b3d4-4b46-86d7-ceb3f9534f55
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:e752f368-5b3b-4693-bf92-6dcae2a28505
ArtifactChecksum:MmNiZWQ4ZmM0MzdmOTlkYzFhZGJlOWNkYTNjZGM0MWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:02f4b4b5-ee56-49a6-bb89-f86c4cbf0a35
ResourceInvariantUUID:8c0515ca-a84a-4c0d-9509-032924a929ca
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:acf738bd-6ae9-4c6f-a0d1-9a6f7176d3ca
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-21T17:47:32.417Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd 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-10-21T17:47:32.447Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:47:32.447Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:47:32.447Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:47:32.448Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e752f368-5b3b-4693-bf92-6dcae2a28505 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T17:47:32.448Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-21T17:47:32.448Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T17:47:32.505Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-21T17:47:32.507Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e752f368-5b3b-4693-bf92-6dcae2a28505 57663
2022-10-21T17:47:32.507Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-21T17:47:32.507Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T17:47:32.507Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:47:32.507Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:47:32.509Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:47:32.509Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374452507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:47:32.610Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T17:47:32.610Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:47:32.611Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:32.623Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:32.623Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:47:33.510Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:47:33.511Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:47:33.512Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e752f368-5b3b-4693-bf92-6dcae2a28505, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:33.513Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-21T17:47:33.513Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:33.513Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:33.601Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2334334623115946311/Definitions/service-BasicNetwork-template.yml
2022-10-21T17:47:34.030Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T17:47:34.031Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:47:34.031Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.031Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-21T17:47:34.031Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:47:34.033Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.033Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.033Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-21T17:47:34.033Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-21T17:47:34.033Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:47:34.034Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.034Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.034Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-21T17:47:34.034Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-21T17:47:34.034Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-21T17:47:34.035Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.035Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.035Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.035Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.036Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.037Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
Model Version:NULL
Model InvariantUuid:60d83227-b3d4-4b46-86d7-ceb3f9534f55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8c0515ca-a84a-4c0d-9509-032924a929ca
Model UUID:774656ba-1c7f-4571-ace0-968b5022d19a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:02f4b4b5-ee56-49a6-bb89-f86c4cbf0a35
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-10-21T17:47:34.047Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: acf738bd-6ae9-4c6f-a0d1-9a6f7176d3ca
2022-10-21T17:47:34.047Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||No resources found for Service: dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
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-10-21T17:47:34.051Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||
2022-10-21T17:47:34.052Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-21T17:47:34.052Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||No resources found for Service: dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
2022-10-21T17:47:34.052Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
2022-10-21T17:47:34.052Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-21T17:47:34.052Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-21T17:47:34.058Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d128ac0, org.onap.sdc.toscaparser.api.parameters.Input@696ed2f6, org.onap.sdc.toscaparser.api.parameters.Input@65e438c0, org.onap.sdc.toscaparser.api.parameters.Input@36eda51e, org.onap.sdc.toscaparser.api.parameters.Input@4fd07d89]
2022-10-21T17:47:34.060Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.060Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.060Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.061Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.061Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd: Generic NeutronNet
2022-10-21T17:47:34.061Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.061Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.062Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.062Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-21T17:47:34.093Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.093Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.094Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.094Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.094Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-21T17:47:34.094Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-21T17:47:34.095Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-21T17:47:34.141Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-21T17:47:34.141Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-21T17:47:34.142Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-21T17:47:34.142Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-21T17:47:34.142Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:47:34.145Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:47:34.145Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374454141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:47:34.245Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:47:34.246Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:47:34.246Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:34.261Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:34.261Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:47:35.146Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:47:35.159Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:47:35.161Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:47:35.162Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:47:35.162Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:47:46.991Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:47:46.992Z||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-10-21T17:47:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:47:47.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:47:47.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:47:47.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "aai-ml",
"timestamp": 1666374407535,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:47:47.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:48:05.162Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:48:05.176Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:48:05.182Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:48:05.183Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:48:05.183Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:48:35.183Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:48:35.200Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:48:35.203Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:48:35.203Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:48:35.203Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:48:46.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:48:46.993Z||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-10-21T17:48:46.994Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:48:47.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:48:47.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:48:47.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:48:47.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:05.204Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:49:05.232Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:49:05.235Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:49:05.236Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:49:05.236Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:49:35.236Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:49:35.251Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:49:35.254Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:49:35.254Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-21T17:49:35.254Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-21T17:49:46.992Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:49:46.993Z||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-10-21T17:49:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:49:47.528Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:49:47.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374408626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374409630,
"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-10-21T17:49:47.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
2022-10-21T17:49:47.546Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 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-10-21T17:49:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "aai-ml",
"timestamp": 1666374410204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "aai-ml",
"timestamp": 1666374411208,
"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-10-21T17:49:47.567Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
2022-10-21T17:49:47.567Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 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-10-21T17:49:47.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/resourceInstances/pnf0bebbcbab2ad0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374415808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374418181,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfV6vckrdcskbhgknix9be/1.0/artifacts/service-DemoPnfV6vckrdcskbhgknix9be-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374413083,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374424497,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374425563,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374419313,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374420805,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374426626,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374427045,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "cds",
"timestamp": 1666374428511,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374427659,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-21T17:49:47.608Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5beeca8d-f96f-4360-a4d8-17d7184cd5e1
2022-10-21T17:49:47.608Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5beeca8d-f96f-4360-a4d8-17d7184cd5e1 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-10-21T17:49:47.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374422113,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374428051,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1666374428663,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374429841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "policy-id",
"timestamp": 1666374429057,
"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-10-21T17:49:47.626Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5beeca8d-f96f-4360-a4d8-17d7184cd5e1
2022-10-21T17:49:47.626Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5beeca8d-f96f-4360-a4d8-17d7184cd5e1 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-10-21T17:49:47.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374432072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1666374433076,
"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-10-21T17:49:47.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5beeca8d-f96f-4360-a4d8-17d7184cd5e1
2022-10-21T17:49:47.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5beeca8d-f96f-4360-a4d8-17d7184cd5e1 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-10-21T17:49:47.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374434821,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374442540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374447293,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.662Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "aai-ml",
"timestamp": 1666374448308,
"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-10-21T17:49:47.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5beeca8d-f96f-4360-a4d8-17d7184cd5e1
2022-10-21T17:49:47.668Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5beeca8d-f96f-4360-a4d8-17d7184cd5e1 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-10-21T17:49:47.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "be814742-8d58-467a-8c5d-f2d8cd0961c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374449386,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:49:47.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:49:47.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374406989,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:49:47.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-21T17:49:47.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374452507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:49:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:49:47.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-21T17:49:47.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374454141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-21T17:49:47.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:50:05.255Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-21T17:50:05.269Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594
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-10-21T17:50:05.271Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-21T17:50:05.271Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-21T17:50:05.272Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-21T17:50:05.281Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-21T17:50:35.281Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 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-10-21T17:50:35.289Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 and serviceModelVersionId: dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd
2022-10-21T17:50:35.290Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 60d83227-b3d4-4b46-86d7-ceb3f9534f55
2022-10-21T17:50:35.292Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0
2022-10-21T17:50:35.309Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-21T17:50:35.354Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0|INFO|500||Invoke
2022-10-21T17:50:35.355Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5b0fb39-fdc6-484f-a6b2-fefaacc4f594], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb9a1a77-20e1-442b-ac83-2e5c393b157e], X-ECOMP-RequestID=[a5b0fb39-fdc6-484f-a6b2-fefaacc4f594], X-TransactionId=[], X-ONAP-RequestID=[a5b0fb39-fdc6-484f-a6b2-fefaacc4f594], Content-Type=[application/merge-patch+json]}
2022-10-21T17:50:35.358Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-21T17:50:35.483Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?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/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0 has http status code:200 and response headers:{date=[Fri, 21 Oct 2022 17:50:37 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[121], vertex-id=[368728], x-aai-txid=[1-aai-resources-221021-17:50:37:290-40213], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-10-21T17:50:35.483Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-21T17:50:35.484Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/60d83227-b3d4-4b46-86d7-ceb3f9534f55/model-vers/model-ver/dc78f4b8-b602-4f37-ac73-cd7f5ddd7efd?depth=0|INFO|500||InvokeReturn
2022-10-21T17:50:35.484Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-21T17:50:35.484Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-21T17:50:35.493Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-10-21T17:50:35.494Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5b0fb39-fdc6-484f-a6b2-fefaacc4f594 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-21T17:50:35.494Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-21T17:50:35.494Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:35.497Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:35.498Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374635494,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:50:35.598Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:50:35.599Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:35.599Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:35.619Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:35.619Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 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-10-21T17:50:36.513Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:50:36.513Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|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-10-21T17:50:36.514Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:40.999Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:40.999Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-21T17:50:41.000Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5beeca8d-f96f-4360-a4d8-17d7184cd5e1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"932a86fe-0fbd-425c-8a56-f50ff7b460ab","serviceDescription":"service","serviceInvariantUUID":"cae85fb9-848c-4908-8d42-e39d62c8ac0b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0e14cfe-e04b-474e-bc7d-41ec66d1356e","resourceInvariantUUID":"d4a54a60-1255-4b02-9590-a1f7a4ae7cc2","resourceCustomizationUUID":"275fbe27-23e2-4e65-9864-66171c93dcbb","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":"YjQ5MTljYzg4ZjcxNzNkNmYzMjIzMTcxYzMyYjBlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb6a84bf-6857-420b-a1d0-5a419d80a8c1","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":"NTA5MDBmMTE0NGM2MmRmNjBjOTQwYzNkN2UyMDMyMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63af12d2-4565-40f3-8fa8-2d0ad6efefe9","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":"f7894152-9f05-4646-97bc-154f303f7871","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":"a59cd69e-9111-40f1-8096-f71a051b67fe","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":"063ba19b-525b-4282-aa5e-8ca9ec660a4f","artifactVersion":"2","generatedFromUUID":"f7894152-9f05-4646-97bc-154f303f7871"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjVkYzM1OTY0ZWM1MTQ3ODUxNzkwMDRlNDk0YjZjODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c7ad2d1-2712-47f6-974c-58727120a655","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWQ1OTU0NjVkMjc1ZjcxNWIzZGZmMjE5MTRhNGE3ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df4fd451-2027-4cde-b00d-dbdb27c23bfb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-21T17:50:41.002Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:41.003Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:41.005Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:41.005Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:41.105Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:50:41.106Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:41.107Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:41.123Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:41.123Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:42.006Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:42.007Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:42.010Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:42.010Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:50:42.110Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:50:42.111Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:42.111Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:42.126Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:42.127Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:43.011Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:43.012Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:43.014Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:43.014Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:50:43.115Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-21T17:50:43.116Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:43.116Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:43.131Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:43.132Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:44.015Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:44.016Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:44.019Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:44.019Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:44.119Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:50:44.120Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:44.120Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:44.134Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:44.134Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:45.019Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:45.020Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:45.022Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:45.023Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-21T17:50:45.123Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:50:45.124Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:45.124Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:45.138Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:45.139Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:46.023Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:46.024Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:46.026Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:46.026Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:46.126Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:50:46.127Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:46.127Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:46.140Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:46.140Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:46.991Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-21T17:50:46.992Z||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-10-21T17:50:46.993Z||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 UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:47.027Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-21T17:50:47.028Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:47.030Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:47.030Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-21T17:50:47.130Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-21T17:50:47.131Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:47.131Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:47.144Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:47.144Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-21T17:50:47.156Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:47.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a5b0fb39-fdc6-484f-a6b2-fefaacc4f594",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374635494,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-21T17:50:47.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-21T17:50:47.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:47.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:47.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-21T17:50:47.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:47.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-21T17:50:47.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:47.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:47.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374636513,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-21T17:50:47.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-21T17:50:48.031Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "932a86fe-0fbd-425c-8a56-f50ff7b460ab",
"serviceDescription": "service",
"serviceInvariantUUID": "cae85fb9-848c-4908-8d42-e39d62c8ac0b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "275fbe27-23e2-4e65-9864-66171c93dcbb",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f0e14cfe-e04b-474e-bc7d-41ec66d1356e",
"resourceInvariantUUID": "d4a54a60-1255-4b02-9590-a1f7a4ae7cc2",
"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": "NTA5MDBmMTE0NGM2MmRmNjBjOTQwYzNkN2UyMDMyMzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63af12d2-4565-40f3-8fa8-2d0ad6efefe9",
"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": "f7894152-9f05-4646-97bc-154f303f7871",
"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": "063ba19b-525b-4282-aa5e-8ca9ec660a4f",
"generatedFromUUID": "f7894152-9f05-4646-97bc-154f303f7871"
},
"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": "063ba19b-525b-4282-aa5e-8ca9ec660a4f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NWQ1OTU0NjVkMjc1ZjcxNWIzZGZmMjE5MTRhNGE3ZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df4fd451-2027-4cde-b00d-dbdb27c23bfb"
}
],
"workloadContext": "Production"
}
2022-10-21T17:50:48.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-21T17:50:48.032Z|a5b0fb39-fdc6-484f-a6b2-fefaacc4f594|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 932a86fe-0fbd-425c-8a56-f50ff7b460ab ASDC
2022-10-21T17:50:48.033Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5beeca8d-f96f-4360-a4d8-17d7184cd5e1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:932a86fe-0fbd-425c-8a56-f50ff7b460ab
ServiceInvariantUUID:cae85fb9-848c-4908-8d42-e39d62c8ac0b
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:df4fd451-2027-4cde-b00d-dbdb27c23bfb
ArtifactChecksum:NWQ1OTU0NjVkMjc1ZjcxNWIzZGZmMjE5MTRhNGE3ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:275fbe27-23e2-4e65-9864-66171c93dcbb
ResourceInvariantUUID:d4a54a60-1255-4b02-9590-a1f7a4ae7cc2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f0e14cfe-e04b-474e-bc7d-41ec66d1356e
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:63af12d2-4565-40f3-8fa8-2d0ad6efefe9
ArtifactChecksum:NTA5MDBmMTE0NGM2MmRmNjBjOTQwYzNkN2UyMDMyMzY=
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:f7894152-9f05-4646-97bc-154f303f7871
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:063ba19b-525b-4282-aa5e-8ca9ec660a4f
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:063ba19b-525b-4282-aa5e-8ca9ec660a4f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-21T17:50:48.033Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 932a86fe-0fbd-425c-8a56-f50ff7b460ab 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-10-21T17:50:48.080Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:50:48.081Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:50:48.082Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:50:48.082Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: df4fd451-2027-4cde-b00d-dbdb27c23bfb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-21T17:50:48.082Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-21T17:50:48.083Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-21T17:50:48.295Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-21T17:50:48.296Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar df4fd451-2027-4cde-b00d-dbdb27c23bfb 74805
2022-10-21T17:50:48.297Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-21T17:50:48.297Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-21T17:50:48.297Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-21T17:50:48.298Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-21T17:50:48.300Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-21T17:50:48.300Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5beeca8d-f96f-4360-a4d8-17d7184cd5e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1666374648297,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-21T17:50:48.401Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-21T17:50:48.402Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-21T17:50:48.402Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as UCJwElQ2MfBY2LpE) ...
2022-10-21T17:50:48.416Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-21T17:50:48.417Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-21T17:50:49.301Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-21T17:50:49.303Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-21T17:50:49.303Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: df4fd451-2027-4cde-b00d-dbdb27c23bfb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:49.303Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-21T17:50:49.304Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:49.304Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:49.557Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11689785126459660006/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-10-21T17:50:50.991Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.992Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.993Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.993Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.993Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-21T17:50:50.993Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-21T17:50:50.993Z|5beeca8d-f96f-4360-a4d8-17d7184cd5e1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery